@charset "utf-8";
/* header */

header {
	/*position: fixed;*/
	width: 80%;
	/*top: 0;*/
	z-index: 1005;
	background: #fff;
	margin: 0px auto;
	overflow: hidden;
}
header .pul_logo {
	position: absolute;
	left: 0;
	top: 20px;
	pointer-events: auto;
	display: block;
	transition: all .5s ease;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.pul_logo img {
	max-height: 70px
}
header .pul_initial .pul_logo {
	border-radius: 0px 16px 16px 0px;
	width: 363px;
}
header .nav_con .pul_logo {
	top: 0;
	left: 10vw;
	pointer-events: auto;
}
header .nav {
	position: absolute;
	top: 0;
	height: 100%;
	right: 80px;
	transition: all .5s ease;
}
.full-menu {
	width: 64px;
	height: 64px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 110;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: auto;
	color: #fe9b38;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	text-indent: 2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header .nav .full-menu:after {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid #a2bccc;
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: menu_circle;
	animation-name: menu_circle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@keyframes menu_circle {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
80% {
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
};
}
.full-menu img {
	width: 30px
}
.nav_box {
	width: 50vw;
}
.nav_case a {
	cursor: pointer;
	/*color: #74787c;
	font-weight: 700;*/
	display: inline-block;
	vertical-align: middle;
	/*font-size: 14px;*//*padding-right: 5px;*/
}
.nav_case a:hover, .nav_case a.on {
	color: #132e7f;
}
.nav_case>ul {
	position: relative;
}
.nav_case>ul>li {
	position: relative;
}
.nav_case li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	display: none;
	background: #fff;
}
.nav_case li ul li a {
	padding: 5px 0px;
	font-weight: normal;
	float: left;
	width: 50%;
	text-align: center;
}
.nav_case li ul.v2 li:hover {
	background: rgba(247, 247, 247, .9);
}
.nav_case li ul.v2>li:hover>a {
	color: #132e7f
}
.nav_case li .v2 {
	width: 380px;
	text-align: center;
	padding: 20px 0px;
}
.nav_case li .v3 {
	background: #f8f8f8;
	width: 280px;
	left: 380px;
	top: 0;
	min-height: 364px;
	transform: translateX(0);
	text-align: left;
}
.nav_case li .v3 li a {
	color: #666;
	padding: 7px 20px;
}
.nav_case li:hover .v2 {
	display: block;
}
.nav_case li .v2 li:hover .v3 {
	display: block;
}
.nav_case li .v3 li:hover {
	background: #f8f8f8;
}
.nav_case li .v3 li:hover a {
	color: #132e7f
}
/* header.on */
.pul_now > div {
	overflow: inherit;
	max-height: 100px;
	transition: all 1s ease;
	position: absolute;
	opacity: 1;
	z-index: 22;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
}
header.on .pul_now > div {
	opacity: 1;
}
header.on .pul_now .pul_logo {
	text-align: left;
}
.nav_box, .search_box, .language_box {
	float: right;
	line-height: 100px;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.language_box {
	font-size: 0;
	text-align: center;
	position: relative;
	width: 6.15%;
	pointer-events: auto;
	margin-right: 10vw;
}
.language_box::after {
	content: '';
	display: block;
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #c1c2c4;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.language_box > a {
	font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #7f7f7f;
	cursor: pointer;
	text-transform: uppercase;
	width: 30px;
	margin: 0 10px;
	opacity: 0.5;
}
.language_box > a img {
	display: block;
	width: 100%;
}
.language_box > a.on {
	opacity: 1;
	cursor: pointer;
}
.menu-list > div >a img {
	width: 30px;
	margin: 0 auto;
	opacity: 0.5;
}
.menu-list > div >a.on img {
	opacity: 1;
}
.pul_initial .language_box {
	font-size: 0;
	width: 16.15%;
	float: left;
	margin-top: 120px;
	line-height: 3;
	margin-left: 5vw;
	text-align: left;
}
.pul_initial .language_box > a {
	font-size: 16px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,.5);
	cursor: pointer;
	width: 47px;
	margin: 0 4px;
}
.pul_initial .language_box > a:first-child {
	margin-left: 0;
}
.language_box > a.on {
	color: #0d1c27;
	font-weight: 700;
	cursor: pointer;
}
.pul_initial .language_box > a.on {
	color: rgba(255,255,255,1);
}
.pul_initial .language_box::after {
	display: none;
}
.pul_initial {
	opacity: 1;
	transition: opacity .5s ease;
}
header.on .pul_initial {
	opacity: 0;
}
.pul_now {
	opacity: 0;
	transition: opacity .5s ease;
}
header.on .pul_initial .pul_logo {
	opacity: 0;
}
header.on .pul_initial .nav {
	opacity: 0;
}
header.on .pul_now {
	opacity: 1!important;
	z-index: 22;
}
.header_on .pul_now > div {
	background-color: rgba(255,255,255,1);
	max-height: 9999px;
	height: auto;
	transition-timing-function: cubic-bezier(.5, 0, 1, 0);
	overflow: hidden;
}
.header_on .bg_gb {
	bottom: 0;
	transition: all 1s ease;
	opacity: 1;
}
.header_on .nav_sed_box {
	opacity: 1;
	pointer-events: auto;
}
header .nav_case>ul {
	padding: 0 10% 0 6%;
	justify-content: space-between;
}
.nav_case>ul>li>a {
	line-height: 100px;
}
body.en header .nav_case>ul {
	padding: 0 5% 0 10%;
	justify-content: space-between;
}
body.en .nav_case li .v2 {
	width: 240px;
}
body.en .nav_case li .v3 {
	width: 320px;
	left: 240px;
}
/* search */
.search_box {
	position: relative;
	margin: 0 1.5vw;
	font-size: 16px;
	font-weight: 700;
	color: #0d1c27;
	text-align: center;
	z-index: 2;
	pointer-events: auto;
}
.search_case {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,1);
	padding: 20px 30px;
	max-width: calc(100vw - 30px);
	width: 400px;
	min-height: 100px;
	position: absolute;
	right: -48px;
	top: 95px;
	opacity: 0;
	transform: translateY(50px);
	transition: all .5s ease;
	-webkit-box-shadow: 0 0 99px rgba(29,56,75,.4);
	-moz-box-shadow: 0 0 99px rgba(29,56,75,.4);
	box-shadow: 0 0 99px rgba(29,56,75,.4);
	pointer-events: none;
}
.pul_initial .search_case {
	top: 64px;
}
.search_case::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	top: -8px;
	right: 60px;
	background-color: #fff;
	position: absolute;
}
.sea_inp_box {
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
}
.sea_inp_box> input {
	background-color: transparent;
	border: none;
	display: block;
	float: left;
	width: calc(100% - 30px);
	padding-right: 10px;
	line-height: 50px;
	height: 50px;
	box-shadow: 0 0 100px 46px #fff inset;
}
.sea_inp_box> span {
	cursor: pointer;
	width: 30px;
	display: block;
	float: right;
	text-align: right;
	line-height: 50px;
	height: 50px;
	color: #e1e1e1;
}
.sea_inp_box> span button {
	border: none;
	display: block;
	height: 100%;
	background-color: transparent;
}
.sea_inp_box> span i {
	font-size: 18px;
	vertical-align: middle;
}
.btn_sea i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 6px;
}
.sea_lab_box {
	margin: 10px -5px;
}
.sea_lab_box a {
	display: inline-block;
	float: left;
	margin: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e1e1e1;
	color: #999999;
	line-height: 1;
	padding: 10px;
	font-weight: 400;
	transition: all .5s ease .3s;
	position: relative;
	overflow: hidden;
	display: none;
}
input::-ms-clear {
display:none;
}
.search_box:hover .sea_lab_box a {
	display: block;
}
.sea_lab_box a span {
	position: relative;
	z-index: 1;
}
.sea_lab_box a:before {
	content: '';
	display: block;
	width: 0;
	transition: width .5s ease-out;
	height: 100%;
	background-color: #fe9b38;
	position: absolute;
	top: 0;
	left: 0;
}
.sea_lab_box a:hover {
	color: #fff;
}
.sea_lab_box a:hover:before {
	width: 100%;
}
.pul_initial .search_box:hover .btn_sea {
	color: rgba(255,255,255,1);
}
.search_box:hover .search_case {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.sea_inp_box {
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	overflow: hidden;
}
/* index*/
.home .swiper-slide {
	/*display: flex;*/
	align-items: center;
	/*height: 100%;*/
}
html, body {
	position: relative;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.home {
	/*position: absolute;*/
	height: 818px;
	width: 100%;
	/*left: 0;
	top: 100px;*/
}
.swiper-container {
	width: 100%;
	height: 100%;
}
/* slide */

.page1 .slide_txt {
	position: relative;
	z-index: 2;
	color: #fff
}
.page1 .slide_txt .txt1 {
	font-size: 36px
}
.page1 .slide_txt .txt2 {
	font-size: 60px;
	font-weight: bold;
	margin: 8px 0 70px 0
}
.more a {
	height: 48px;
	line-height: 48px;
	color: #fff;
	align-items: center;
}
.more a span {
	width: 48px;
	height: 48px;
	border: 1px solid #DCDCDC;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	float: right;
	margin-left: 30px;
	line-height: 48px
}
.more a span:hover {
	background: #fff;
	border-color: #fff;
	color: #132e7f
}
.dot2 .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 80px;
	text-align: left;
}
.dot2 .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	position: relative;
	margin: 0 15px;
	opacity: 1;
	cursor: pointer;
	background: none;
}
.dot2 .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: background-color 1s cubic-bezier(.215, .61, .355, 1), border-color 1s cubic-bezier(.215, .61, .355, 1);
	width: 12px;
	height: 12px;
}
.dot2 .swiper-pagination .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0 0 17px 3px #132e7f;
	transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
	width: 100%;
	height: 100%
}
.dot2 .swiper-pagination .swiper-pagination-bullet-active::before {
	background-color: #132e7f;
	border-color: #132e7f;
}
.home .swiper-slide {
	padding-top: 100px;
	clear: both;
}
.home .page1 {
	padding-top: 0
}
/* page1 */
.page1 .ban-slide-bj, .page5 .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.page1 .ban-slide-bj1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.page1 .swiper-slide-active .ban-slide-bj {
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition: all linear 5s;
	-webkit-transition: all linear 5s;
}
.page5.swiper-slide-active .pic {
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition: all linear 5s;
	-webkit-transition: all linear 5s;
}
.page5 .rel {
	overflow: hidden;
}
/* 动画 */
@-webkit-keyframes jump {
0% {
opacity: 1;
top: -10px;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
top: 11px;
};
}
@keyframes ani1 {
0% {
opacity: 0;
transform: translate(80px, 0)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}
/* 鼠标 */
.mouse {
	position: absolute;
	bottom: 128px;
	left: 50%;
	z-index: 10;
	text-align: center;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
.mouse .c-wrap {
	position: relative;
	margin: 0 auto;
	width: 30px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 15px;
	overflow: hidden;
}
.mouse .c-wrap .c-line {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 2px;
	height: 10px;
	background: #fff;
	animation: jump 1.5s linear infinite;
	-webkit-animation: jump 1.5s linear infinite;
}
.mouse .c-text {
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
}
/* page2 */
.type {
	font-size: 48px;
	position: relative;
	color: #333;
	clear: both;
}
.type.center {
	text-align: center;
}
.page2 {
	background: #F4F5F5;
}
.list_pro ul {
	margin: 60px -3px;
	overflow: hidden;
}
.list_pro li {
	width: 20%;
	float: left;
}
.list_pro li .item {
	margin: 3px;
	position: relative;
}
.list_pro li .item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	opacity: 0;
}
.list_pro li .desc {
	position: absolute;
	bottom: 120px;
	width: 100%;
	line-height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	padding: 0 12px;
	display: none;
}
.list_pro li .title {
	position: absolute;
	bottom: 35px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-size: 30px;
	color: #fff
}
body.en .list_pro li .title {
	font-size: 18px
}
.list_pro li:hover .title {
	color: rgba(255,255,255,.8)
}
.list_pro li:hover .desc {
	display: block
}
.list_pro li .pic img {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.list_pro li:hover:hover img {
	webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
}
body.en .list_pro li .desc {
	position: absolute;
	bottom: 100px;
	line-height: 20px;
	font-size: 13px;
}
.list_pro li:hover .item::before {
	opacity: 1
}
.more2 {
	clear: both;
	text-align: center;
	margin: 35px 0
}
.more2 a {
	width: 200px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #094;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #094;
	border-radius: 35px;
}
.more2 a:hover {
	background: #094;
	color: #fff;
	border-color: #094
}
/* page3 */
.page3 {
	position: relative;
}
.page3::before {
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	max-width: 480px;
	background: #132e7f;
	position: absolute;
}
.type_desc {
	color: #666;
	font-size: 16px;
	margin: 30px 0;
}
.more1 a {
	color: #666
}
.more1 a span {
	color: #666;
	border-color: #DCDCDC;
}
.more1 a:hover span {
	background-color: #132e7f;
	border-color: #132e7f;
	color: #fff
}
.more1 a:hover {
	color: #132e7f
}
.page3 .page3_p1 {
	padding-left: 80px
}
.nav.nav-tabs {
	border: 0;
}
.nav.nav-tabs li {
	margin-right: 0!important;
}
.nav.nav-tabs li a {
	border-radius: 0!important;
}
.page3 .nav-tabs {
	margin-top: 40px
}
.page3 .nav-tabs li {
	height: 75px;
	line-height: 75px;
	padding: 0 80px;
	font-size: 24px;
	cursor: pointer;
	margin-right: 0!important
}
.page3 .nav-tabs li .biao {
	width: 65px;
	position: relative;
	margin-right: 15px;
	text-align: center;
}
.page3 .nav-tabs li .biao i {
	font-size: 45px;
	display: none;
}
.page3 .nav-tabs li .biao::before {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background: #C9C9C9;
	top: 50%;
}
.page3 .nav-tabs li.active {
	background: #132e7f;
	color: #fff
}
.page3 .nav-tabs li.active .biao i {
	display: block;
}
.page3 .nav-tabs li.active .biao::before {
	display: none;
}
.page3 .tab-body {
	padding-right: 80px
}
.page3 .tab-item.active {
	animation: ani1 0.6s;
	-moz-animation: ani1 0.6s;
	-webkit-animation: ani1 0.6s;
	-o-animation: ani1 0.6s;
}
.page4 {
	background: #F4F5F5;
}
.page4 .flip {
	margin: 0 -10px;
	position: initial;
}
.page4 .tab-item {
	position: relative;
	padding-bottom: 35px;
}
.page4 .tab-item .item {
	margin: 10px;
}
.page4 .tab-item .time {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #C9C9C9;
	color: #999
}
.page4 .tab-item .title {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	margin: 15px 0;
}
.page4 .tab-item .more {
	margin-top: 70px
}
.page4 .type {
	margin-bottom: 80px
}
.page4 .nav-tabs {
	max-width: 168px;
}
.page4 .nav-tabs li a {
	line-height: 48px;
	height: 48px;
	border: 1px solid #B5B5B5;
	margin-top: 28px;
	text-align: center;
	font-size: 16px;
}
.page4 .nav-tabs li a {
	padding: 0;
	color: #666
}
.page4 .nav-tabs li.active a {
	color: #fff;
	background: #132e7f;
}
/* page5 */
.home .page5 {
	padding-top: 0
}
.page5 .pic {
	width: 100%;
	background-size: cover;
}
.page5 .item {
	padding: 50px;
}
.page5 .about_title1 {
	color: #132e7f;
	margin: 35px 0;
}
.page5 .about_desc {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.page5 .more1 {
	margin: 40px 0 80px 0
}
.page5 .list_data .data {
	font-size: 12px;
	margin: 8px 0 2px 0
}
.page5 .list_data .data span {
	margin-right: 8px
}
.page5 .list_data p {
	font-size: 12px;
	color: #666
}
.home .swiper-slide.page6 {
	width: 100%;
	clear: both;
	position: relative;
	display: initial;
	height: auto;
	padding-top: 0
}
/* footer */
.footer_wrap {
	background: #595959;
}
.footer {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 45px 0 20px 0
}
.footer .input-inline {
	width: 100%;
	max-width: 300px;
}
.copyright {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(226, 231, 237, .2);
}
.footer .fbox1 {
	padding: 18px 10px;
	border-bottom: 1px solid rgba(226, 231, 237, .2);
	overflow: hidden;
}
.footer .fbox1 .footer_logo {
	max-height: 70px;
}
.footer .fbox1 .addon .button {
	background: #fff;
	color: #484A4A;
	border-radius: 0!important
}
.footer .fbox1 .addon .button:hover {
	background: #fff!important;
	color: #132e7f!important;
}
.footer .fbox1 .input {
	border-radius: 0;
	color: #fff;
	outline: 0;
	font-size: 14px
}
.footer .fbox1 .input:focus {
	border-color: #fff
}
.footer .fbox2 {
	font-size: 14px;
	padding: 20px 0;
}
.footer .fbox2 .lxfs {
	max-width: 430px;
}
.footer .fbox2 .lxfs ul {
	margin-bottom: 1rem
}
.footer .fbox2 .lxfs .lxfs_ul li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(226, 231, 237, .2);
	color: #fff
}
.footer .fbox2 .lxfs .lxfs_ul li img {
	width: 26px;
	margin-right: 5px;
}
.footer .fbox2 .lxfs .lxfs_ul li i {
	font-size: 22px;
	width: 25px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.footer .fbox2 .lxfs .lxfs_ul li:nth-child(2) i {
	font-size: 30px
}
.footer .fbox2 .lxfs .share {
	padding: 0 0 30px 0
}
.footer .fbox2 .lxfs .share li {
	float: left;
	margin-right: 25px;
}
.footer .fbox2 .lxfs .share li i {
	font-size: 24px;
	color: rgba(255,255,255,.8)
}
.footer .fbox2 .lxfs .share li:hover i {
	color: #fff
}
.footer .footer_nav .title {
	color: #fff;
	font-size: 16px
}
.footer .footer_nav a {
	color: #fff
}
.footer .footer_nav a:hover {
	color: rgba(255,255,255,.7)
}
.footer .footer_nav .dd {
	margin-top: 25px
}
.footer .footer_nav .dd p {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.copyright {
	color: #fff;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
}
.copyright a {
	color: #fff
}
.copyright a:hover {
	color: rgba(255,255,255,.6)
}
.copyright .bn {
	padding-left: 155px
}
.copyright .bn img {
	margin-right: 6px
}
.copyright .tech {
	float: right;
}
.nav.nav-turn>li.active {
	color: #132e7f;
}
/* news */
.ny_slide {
	clear: both;
	height: 680px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff
}
.ny_slide .layout {
	height: 100%;
	justify-content: center;
	align-items: center;
}
.ny_slide .title {
	font-size: 60px;
}
/* news */
/* subcat */
.subcat {
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
}
.subcat li {
	margin: 0 65px;
}
.subcat li .icon {
	width: 90px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	background-size: contain;
}
.subcat li .iconfont {
	font-size: 4.5rem;
margin-bottom:-.5rem;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.subcat2 {
	padding: 30px 0;
	border-bottom: 0
}
.p80 {
	padding: 80px 0 30px 0
}
.list_apply {
	padding-top: 0!important
}
/* 分类图标集合 */
.subcat .t1 {
	background-image: url(../img/i_t1.png);
}
.subcat .t2 {
	background-image: url(../img/i_t2.png);
}
.subcat .t3 {
	background-image: url(../img/i_t3.png);
}
.subcat .t4 {
	background-image: url(../img/i_t4.png);
}
.subcat .t5 {
	background-image: url(../img/i_t5.png);
}
.subcat .t6 {
	background-image: url(../img/i_t6.png);
}
.subcat .t7 {
	background-image: url(../img/i_t7.png);
}
.subcat .t8 {
	background-image: url(../img/i_t8.png);
}
.subcat .t9 {
	background-image: url(../img/i_t9.png);
}
.subcat .t10 {
	background-image: url(../img/i_t10.png);
}
.subcat li:hover .t1, .subcat li.active .t1 {
	background-image: url(../img/i_t01.png);
}
.subcat li:hover .t2, .subcat li.active .t2 {
	background-image: url(../img/i_t02.png);
}
.subcat li:hover .t3, .subcat li.active .t3 {
	background-image: url(../img/i_t03.png);
}
.subcat li:hover .t4, .subcat li.active .t4 {
	background-image: url(../img/i_t04.png);
}
.subcat li:hover .t5, .subcat li.active .t5 {
	background-image: url(../img/i_t05.png);
}
.subcat li:hover .t6, .subcat li.active .t6 {
	background-image: url(../img/i_t06.png);
}
.subcat li:hover .t7, .subcat li.active .t7 {
	background-image: url(../img/i_t07.png);
}
.subcat li:hover .t8, .subcat li.active .t8 {
	background-image: url(../img/i_t08.png);
}
.subcat li:hover .t9, .subcat li.active .t9 {
	background-image: url(../img/i_t09.png);
}
.subcat li:hover .t10, .subcat li.active .t10 {
	background-image: url(../img/i_t010.png);
}
.subcat li:hover a, .subcat li.active a {
	color: #094
}
/* 产品 */
.subcat .p1 {
	background-image: url(../img/i_p1.png);
}
.subcat .p2 {
	background-image: url(../img/i_p2.png);
}
.subcat .p3 {
	background-image: url(../img/i_p3.png);
}
.subcat .p4 {
	background-image: url(../img/i_p4.png);
}
.subcat .p5 {
	background-image: url(../img/i_p5.png);
}
.subcat li:hover .p1, .subcat li.active .p1 {
	background-image: url(../img/i_p01.png);
}
.subcat li:hover .p2, .subcat li.active .p2 {
	background-image: url(../img/i_p02.png);
}
.subcat li:hover .p3, .subcat li.active .p3 {
	background-image: url(../img/i_p03.png);
}
.subcat li:hover .p4, .subcat li.active .p4 {
	background-image: url(../img/i_p04.png);
}
.subcat li:hover .p5, .subcat li.active .p5 {
	background-image: url(../img/i_p05.png);
}
/* 投资 */
.subcat .tz1 {
	background-image: url(../img/i_tz1.png);
}
.subcat .tz2 {
	background-image: url(../img/i_tz2.png);
}
.subcat .tz3 {
	background-image: url(../img/i_tz3.png);
}
.subcat .tz4 {
	background-image: url(../img/i_tz4.png);
}
.subcat .yf1 {
	background-image: url(../img/i_yf1.png);
}
.subcat .yf2 {
	background-image: url(../img/i_yf2.png);
}
.subcat .yf3 {
	background-image: url(../img/i_yf3.png);
}
.subcat .yf4 {
	background-image: url(../img/i_yf4.png);
}
.subcat li:hover .yf1, .subcat li.active .yf1 {
	background-image: url(../img/i_yf01.png);
}
.subcat li:hover .yf2, .subcat li.active .yf2 {
	background-image: url(../img/i_yf02.png);
}
.subcat li:hover .yf3, .subcat li.active .yf3 {
	background-image: url(../img/i_yf03.png);
}
.subcat li:hover .yf4, .subcat li.active .yf4 {
	background-image: url(../img/i_yf04.png);
}
.subcat li:hover .tz1, .subcat li.active .tz1 {
	background-image: url(../img/i_tz01.png);
}
.subcat li:hover .tz2, .subcat li.active .tz2 {
	background-image: url(../img/i_tz02.png);
}
.subcat li:hover .tz3, .subcat li.active .tz3 {
	background-image: url(../img/i_tz03.png);
}
.subcat li:hover .tz4, .subcat li.active .tz4 {
	background-image: url(../img/i_tz04.png);
}
.subcat li a {
	color: #666
}
.subcat li:hover a, .subcat li.on a {
	color: #094
}
.main .list-news {
	border-top: 1px solid #E8E8E8
}
.main .list-news li {
	cursor: pointer;
	position: relative;
	padding: 45px 0px;
}
.main .list-news li .item {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.main .list-news li:hover .item {
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75)
}
.main .list-news li::before {
	content: "";
	position: absolute;
	bottom: 0;
	background: #E8E8E8;
	height: 1px;
	width: 100%;
}
.main .list-news li::after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #094;
	height: 1px;
	width: 0;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.main .list-news li:hover::after {
	width: 100%;
}
.main .list-news li:hover .pic img {
	webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.main .list-news li .info {
	max-width: 97%;
	padding: 0 50px 0 50px;
}
.main .list-news li .title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px
}
.main .list-news li:hover .title a {
	color: #132e7f
}
.main .list-news li .desc {
	font-size: 16px;
	line-height: 30px;
	margin: 25px 0 35px 0;
	color: #666;
	height: 60px;
	overflow: hidden;
}
.main .list-news li .time::after {
	content: "";
	height: 80%;
	width: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 8%
}
.main .list-news li .time {
	text-align: center;
	color: #666;
	position: relative;
}
.main .list-news li .month {
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
.main .list-news li .month::after {
	content: "";
	width: 36px;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.main .list-news li:hover .more1 span {
	background: #094;
	color: #fff
}
.main .list-news li:hover .time {
	color: #094
}
/* pages */
.pages {
	text-align: center;
	padding: 65px 0;
	font-size: 16px;
}
.pages ul {
	padding: 0;
}
.pages li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.pages li a {
	display: block;
	border: 1px solid #B5B5B5;
	padding: 5px 15px;
	font-size: 14px;
	color: #666
}
.pages li:hover a, .pages li.active a {
	background: #094;
	border-color: #094;
	color: #fff;
}
/* 技术资讯 */
.main .list-news2 {
	padding: 40px 0 0 0
}
.main .list-news2 ul {
	margin: 0 -18px
}
.main .list-news2 li .item {
	margin: 20px 18px;
	transition: all .36s;
	cursor: pointer;
	border-bottom: 1px solid #C9C9C9;
	position: relative;
}
.main .list-news2 li .pbox {
	padding: 0 15px 15px 15px;
}
.main .list-news2 li:hover .item {
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}
.main .list-news2 li .item::after {
	content: "";
	width: 0;
	height: 1px;
	background: #094;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
.main .list-news2 li:hover .item::after {
	width: 100%
}
.main .list-news2 li .time {
	color: #666;
	font-size: 14px;
	margin: 15px 0 10px 0
}
.main .list-news2 li .time img {
	vertical-align: middle;
	margin-right: 8px
}
.main .list-news2 li .title {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 15px 0
}
.main .list-news2 li:hover .title a {
	color: #094
}
 @media (max-width: 1440px) {
.newsinfo_tit .basecont .gt a {
	font-size: 16px;
}
;
}
.newsinfo .news-title {
	text-align: center;
	font-size: 24px!important;
	margin-bottom: 15px;
}
.newsinfo .news-time {
	text-align: center;
	font-size: 14px;
	padding: 15px 0 20px 0;
	color: #999
}
.newsinfo .news-time img {
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px
}
.newsinfo_tit .basecont .gt a img {
	height: 100%;
	float: left;
}
.newsinfo-section1 {
	width: 100%;
	padding: 20px 0 30px;
}
@media (max-width: 1440px) {
.newsinfo-section1 {
	padding: 60px 0;
}
;
}
@media (max-width: 991px) {
.newsinfo-section1 {
	padding: 1rem 0;
}
;
}
.newsinfo-section1 .basecont .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.newsinfo-section1 .basecont .make-text img {
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 1440px) {
.newsinfo-section1 .basecont .cont {
	margin: 0 -15px;
}
;
}
@media (max-width: 1199px) {
.newsinfo-section1 .basecont .cont {
	margin: 0 -14px;
}
;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont {
	margin: 0;
}
;
}
.newsinfo-section1 .basecont .cont .lt, .newsinfo-section1 .basecont .cont .gt {
	padding: 0 25px;
}
@media (max-width: 1440px) {
.newsinfo-section1 .basecont .cont .lt, .newsinfo-section1 .basecont .cont .gt {
	padding: 0 15px;
}
;
}
@media (max-width: 1199px) {
.newsinfo-section1 .basecont .cont .lt, .newsinfo-section1 .basecont .cont .gt {
	padding: 0 14px;
}
;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .lt, .newsinfo-section1 .basecont .cont .gt {
	padding: 0;
}
;
}
.newsinfo-section1 .basecont .cont .lt {
	width: 76%;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .lt {
	width: 100%;
	margin-bottom: 26px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .make-text {
	padding-bottom: 55px;
	border-bottom: 1px solid #D2D2D2;
	font-size: 16px;
	line-height: 2.5;
}
.newsinfo-section1 .basecont .cont .lt .make-text p {
	margin-bottom: 0
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .lt .make-text {
	padding-bottom: 33px;
	font-size: 1.4rem
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang {
	padding: 30px 0;
	border-bottom: 1px solid #D2D2D2;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .lt .news_shang {
	padding: 40px 0;
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .item {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .lt .news_shang .item {
	margin-bottom: 15px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .item span {
	display: block;
	line-height: 1;
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}
@media (max-width: 1440px) {
.newsinfo-section1 .basecont .cont .lt .news_shang .item span {
	font-size: 14px;
}
;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .lt .news_shang .item span {
	margin-bottom: 8px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .item a {
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .item a:hover {
	color: #094
}
.newsinfo-section1 .basecont .cont .lt .news_shang .item:last-child {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .lt .news_shang .item:last-child {
	margin-bottom: 20px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .return1 {
	display: flex;
	font-size: 16px;
	align-items: center;
	color: #094;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .return1 i {
	font-size: 20px;
}
@media (max-width: 1440px) {
.newsinfo-section1 .basecont .cont .lt .news_shang .return1 {
	font-size: 14px;
	line-height: 24px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .news_shang .return1 i {
	display: block;
	margin-left: 10px;
}
.newsinfo-section1 .basecont .cont .lt .meiti {
	width: 100%;
	margin-top: 44px;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .lt .meiti {
	margin-top: 40px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .meiti .f_tit {
	line-height: 1;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .lt .meiti .f_tit {
	margin-bottom: 16px;
}
;
}
.newsinfo-section1 .basecont .cont .lt .meiti .text {
	display: flex;
	flex-wrap: wrap;
}
.newsinfo-section1 .basecont .cont .lt .meiti .text .list {
	margin-right: 44px;
	font-size: 16px;
	line-height: 26px;
}
@media (max-width: 1440px) {
.newsinfo-section1 .basecont .cont .lt .meiti .text .list {
	font-size: 14px;
	line-height: 24px;
}
;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .lt .meiti .text .list {
	width: 100%;
	margin-right: 0;
	margin-bottom: 14px;
}
;
}
.newsinfo-section1 .basecont .cont .gt {
	width: 24%;
}
@media (max-width: 991px) {
.newsinfo-section1 .basecont .cont .gt {
	width: 100%;
}
;
}
.newsinfo-section1 .basecont .cont .gt .jut {
	width: 100%;
	background-color: #FAFAFA;
	padding: 30px 20px;
}
@media (max-width: 500px) {
.newsinfo-section1 .basecont .cont .gt .jut {
	padding: 30px 16px;
}
;
}
.newsinfo-section1 .basecont .cont .gt .jut .f_tit {
	line-height: 1;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 767px) {
.newsinfo-section1 .basecont .cont .gt .jut .f_tit {
	margin-bottom: 26px;
}
;
}
.newsinfo-section1 .basecont .cont .gt .jut .item {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}
.newsinfo-section1 .basecont .cont .gt .jut .item .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 64%;
	margin-bottom: 20px;
}
.newsinfo-section1 .basecont .cont .gt .jut .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsinfo-section1 .basecont .cont .gt .jut .item .font span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-bottom: 15px;
}
.newsinfo-section1 .basecont .cont .gt .jut .item .font .text {
	height: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	line-height: 23px;
	color: #333;
}
.newsinfo-section1 .basecont .cont .gt .jut .item:hover {
	text-decoration: none!important;
}
.newsinfo-section1 .basecont .cont .gt .jut .item:hover .img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.newsinfo-section1 .basecont .cont .gt .jut .item:last-child {
	margin-bottom: 0;
}
.newsinfo-section1 .basecont .cont .gt .jut a:hover .text {
	color: #094!important
}
/* 关于我们 */
/* about1 */
.about1 {
	padding: 30px 0 80px 0;
}
.about1 .list_about {
	padding: 25px 0
}
.about1 .list_about li .info {
	margin-left: 22px;
}
.about1 .list_about li .data span {
	font-size: 60px;
	font-weight: bold;
	color: #094;
	font-family: 'din';
}
.about1 .list_about li .data {
	margin: -5px 0 -10px 0
}
.about1 .list_about li .data span.counter {
	margin-right: 6px;
}
.about1 .list_about li .desc {
	color: #999
}
.about2 {
	margin: 0 0 35px 0;
}
.about2_info {
	padding: 60px 60px 100px 60px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: -115px auto 0 auto;
}
.about2 .flip>.flip-page {
	bottom: 15%
}
/* about3 */
#about-history .type3 {
	color: #fff;
}
#about-history .type3::after {
	background-color: #fff;
}
#about-history {
	background: url(../img/bg_lc.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 120px 0 160px 0
}
#about-history .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: static;
	overflow: hidden;
	z-index: 1;
}
#about-history .body {
	margin: 0 auto;
	position: relative;
	max-width: 1300px;
}
#about-history .body .jt[class^="swiper-button"] {
	top: 60%;
	position: absolute;
	font-size: 45px;
	transform: translateX(-50%);
	color: #fff;
	cursor: pointer;
	z-index: 1111;
	font-weight: normal;
}
#about-history .body .right {
	background: none;
	padding-left: 160px;
	position: relative;
}
#about-history .body .right::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 180px;
	background: #fff;
	top: 30px;
	left: 90px
}
#about-history .body .content {
	padding: 0 30px;
	box-sizing: border-box;
	line-height: 1.8;
	color: #fff;
	font-size: 18px;
}
#about-history li span {
	font-size: 38px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: -30px;
}
#about-history li span small {
	font-size: 18px;
	margin-left: 10px;
}
.swiper-pagination-time {
	display: flex;
	justify-content: space-between;
	margin: 150px 0 50px 0;
	position: relative;
}
.swiper-pagination-time:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #c7c7c7;
	display: block;
	position: absolute;
	top: 15px;
	z-index: 0;
}
#about-history li {
	box-sizing: border-box;
	padding: 20px;
}
#about-history li .img-block {
	max-width: 320px;
}
#about-history .swiper-pagination-time .swiper-pagination-bullet {
	margin: 0 50px !important;
	position: relative;
	background: #cecece;
	opacity: 1;
	width: 21px;
	height: 30px;
	background: url(../img/dian1.png) no-repeat center;
}
#about-history .swiper-pagination-time .swiper-pagination-bullet b {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
#about-history .swiper-pagination-time .swiper-pagination-bullet-active {
	background: url(../img/dian3.png) no-repeat center;
	opacity: 1;
}
#about-history .swiper-pagination-time .swiper-pagination-bullet b {
	position: absolute;
	top: -27px;
	left: -10px;
	font-size: 16px;
	font-weight: normal;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#about-history .swiper-pagination-time .swiper-pagination-bullet-active b {
	font-size: 30px!important;
	color: #fff;
	top: -54px;
	font-weight: bold;
	left: -20px
}
#about-history .swiper-button-prev-time {
	left: -50px !important;
}
#about-history .swiper-button-next-time {
	right: -50px !important;
}
/* culture */
.culture.bgf9 {
	background: #F9F9F9;
}
.culture {
	clear: both;
	padding-bottom: 80px;
	padding-top: 20px
}
.culture .type {
	margin: 40px 0 60px;
}
.culture .list_wh li {
	overflow: hidden;
	cursor: pointer;
}
.culture .list_wh li .item {
	color: #fff;
	height: 480px;
	overflow: hidden;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	overflow: hidden;
}
.culture .list_wh li .item {
}
.culture .list_wh li .bgt {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.culture .list_wh li:hover .bgt {
	webkit-transform: scale(1.04);
	transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.culture .list_wh li .title, .culture .list_wh li .desc {
	position: relative;
	z-index: 2;
	padding-left: 25px
}
.culture .list_wh li .title {
	margin: 15px 0 0 0;
	font-weight: bold;
}
.culture .list_wh li .desc {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 15px
}
.culture .list_wh li .item {
	position: relative;
	z-index: 2;
}
/* 产品列表 */
.prolist ul {
	margin: 0 -15px;
	padding: 25px 0 0 0
}
.prolist li .item {
	margin: 20px 15px;
	border: 2px solid #D2D2D2
}
.prolist li:hover .item {
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	border-color: #094
}
.prolist li .title {
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: #D2D2D2;
	font-size: 16px;
	padding: 0 10px;
	color: #222
}
.prolist li:hover .title {
	background: #094;
}
.prolist li .title a {
	color: #222
}
.prolist li:hover .title a, .prolist li:hover .title {
	color: #fff
}
/* 产品详情 */
.bgf6 {
	background: #F6F8FA;
}
.weizhi {
	padding: 40px 0 30px 0;
	color: #666
}
.weizhi a {
	color: #666
}
.weizhi a:hover {
	color: #094
}
.main.xqinfo {
	padding-top: 150px;
}
.main .cpxq1 .pic2 {
	width: 97%;
	max-width: 830px;
	background: #fff;
	text-align: center;
	height: 515px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .cpxq1 .info {
	max-width: 720px;
}
.main .cpxq1 .title {
	font-size: 36px;
	color: #094;
	font-weight: bold;
	margin: 78px 0 48px 0;
}
.main .cpxq1 .desc {
	color: #666;
	line-height: 36px;
	font-size: 18px
}
.main .cpxq2 {
	margin: 60px 0 0 0
}
.main .cptype {
	padding: 9px 0;
	border-bottom: 1px solid #D2D2D2;
	position: relative;
	font-size: 18px;
	color: #094;
	font-weight: bold;
}
.main .cptype::before {
	content: "";
	position: absolute;
	width: 72px;
	height: 2px;
	background: #094;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.main .content {
	color: #666;
	line-height: 36px;
	font-size: 16px;
	padding: 20px 0
}
.main .back_btn {
	text-align: center;
	padding: 80px 0 45px 0
}
.main .back_btn a {
	width: 280px;
	height: 60px;
	border: 1px solid #094;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	color: #094;
	display: inline-block;
	position: relative;
	font-size: 16px
}
.main .back_btn a img {
	position: absolute;
	right: 30px;
	top: 23px
}
.main .back_btn a:hover {
	opacity: .6;
}
.main .xgcp {
	background: #F4F4F4;
	padding: 60px 0 10px 0;
	margin-top: 25px
}
.main .xgcp ul {
	padding: 30px 0 80px 0
}
.main .pro_btn li {
	width: 295px;
	height: 66px;
	line-height: 66px;
	background: #094;
	color: #fff;
	float: left;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	margin-right: 28px
}
.main .pro_btn li a {
	color: #fff;
	display: block;
}
.main .pro_btn li a img {
	margin-right: 5px
}
.main .pro_btn li:hover {
	opacity: .8;
}
.nob {
	border-bottom: 0
}
/* 联系我们 */
.contact-box {
	overflow: hidden;
	box-sizing: border-box;
	color: #FFF;
	margin: 0 0 25px 0
}
.contact-box .info {
	float: left;
	background: url('../img/lxbg1.jpg') no-repeat;
	width: 800px;
	padding: 80px;
	box-sizing: border-box;
	height: 600px;
	background-size: cover
}
.contact-box .map {
	width: calc(100% - 800px);
	height: 600px;
	float: left;
}
.contact-box .info h3 {
	font-size: 36px!important;
	margin-bottom: 5px;
	font-weight: bold;
}
.contact-box .info ul {
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,.7);
	border-bottom: 1px solid rgba(255,255,255,.7);
	margin: 35px 0 50px 0;
	padding: 20px 0 45px 0
}
.contact-box .info ul li {
	margin-top: 25px;
	overflow: hidden;
	font-size: 18px;
	height: 36px;
	line-height: 30px;
}
.contact-box .info ul li .biao {
	width: 36px;
	float: left;
	margin-right: 17px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	height: 36px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.contact-box .info ul li .biao i {
	font-size: 1.2rem
}
.contact-box .info ul li .biao:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.daohang-btn {
	width: 160px;
	height: 42px;
	background: #fff;
	margin-top: 25px;
	display: block;
	text-align: center;
	line-height: 42px;
	border-radius: 21px;
	color: #094;
	font-size: 16px;
	font-weight: bold;
}
/* joblist */
.joblist {
	clear: both;
	background: #F7F7F7;
	margin-top: 100px;
}
.joblist .job1 .pic {
	margin-right: -80px
}
/* join */
#lxwm-zhaoxian {
	padding: 40px 0;
}
#lxwm-zhaoxian .list li {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}
#lxwm-zhaoxian .list li p.fold-head {
	padding: 15px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
}
#lxwm-zhaoxian .list li p.fold-head {
	background-color: #E7E8EC;
	padding: 15px 65px;
	cursor: pointer;
}
#lxwm-zhaoxian .list li:hover p.fold-head {
	background: rgba(231, 232, 236, .8);
}
#lxwm-zhaoxian .list li {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}
#lxwm-zhaoxian .list li .info {
	background-color: #Fbfbfb;
	padding: 30px 30px 0 30px;
	display: none;
}
#lxwm-zhaoxian .list li .info .text {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 25px;
	padding: 10px 0
}
#lxwm-zhaoxian .list li .apply_btn {
	border-top: 1px solid #cdcdcd;
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
}
#lxwm-zhaoxian .list li .apply_btn a {
	padding: 6px 45px;
	background: #094;
	color: #fff;
	margin: 25px 15px;
	cursor: pointer;
	border-radius: 6px;
	display: inline-block
}
#lxwm-zhaoxian .list li .apply_btn a:hover {
	opacity: .8;
}
#lxwm-zhaoxian .list li i.fa {
	color: #094;
	font-size: 24px;
}
#lxwm-zhaoxian .list li .zp1 span {
	font-size: 16px;
	margin-right: 50px;
	font-weight: bold;
}
.joblist .job1 {
	padding: 60px 0 45px 0
}
.joblist .job1 .msgbox {
	background: rgba(255,255,255,.9);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	border-radius: 11px;
	padding: 50px;
	position: relative;
	z-index: 2;
	margin: 80px -60px 0 0
}
.joblist .job1 .msgbox li .biao {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #094;
	text-align: center;
	float: left;
	font-size: 40px;
	color: #fff;
	margin-right: 20px;
}
.joblist .job1 .msgbox li .msg {
	overflow: hidden;
}
.joblist .job1 .msgbox li {
	overflow: hidden;
	font-size: 18px;
	line-height: 72px;
	margin: 35px 0
}
/* 客户服务 */
.fuwu1 .grid {
	background: #F9F9F9;
}
.fuwu1 .info {
	padding: 36px 80px;
}
.fuwu1 .list_jisu {
	margin: 15px 0;
	overflow: hidden;
}
.fuwu1 .list_jisu li {
	height: 40px;
	line-height: 40px;
	width: 50%;
	float: left;
	color: #666;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
}
.fuwu1 .list_jisu li::before {
	width: 22px;
	height: 27px;
	background: url(../img/i_dui.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 5px
}
.fuwu1 .btn_dz {
	font-size: 16px;
	margin-top: 4rem;
	height: 24px;
	line-height: 24px;
}
.fuwu1 .btn_dz span {
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #094;
	line-height: 24px;
	margin-right: 11px
}
.fuwu1 video {
	object-fit: cover;
	display: none;
	cursor: pointer;
}
.fuwu1 .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
}
.fuwu2 {
	background: #F9F9F9;
	margin-top: 90px
}
.p60 {
	padding: 60px 0
}
.fuwu2 .list_hz ul {
	margin: 30px -35px 15px -35px
}
.fuwu2 .list_hz li .pic {
	margin: 20px 35px;
}
/* 投资者关系 */
.tzbox {
	clear: both;
	padding-bottom: 55px
}
.tzbox .tz_type {
	font-size: 32px;
	margin: 25px 0
}
.tzbox table {
	font-size: 14px
}
.tzbox table tr td:nth-child(2) {
	text-align: right;
}
.tzbox table tr:nth-child(even) {
	background: #fafafa;
}
.tzbox table tr:nth-child(1) {
	font-weight: bold;
	font-size: 16px
}
.tzbox table tr:nth-child(1), .tzbox table tr:nth-child(1):hover {
	background: #E2E2E2;
}
.tzbox table tr:hover {
	background-color: #fafafa;
}
.tzbox table tr td:nth-child(2), .tzbox table tr td:nth-child(3) {
	text-align: right;
}
/* 最新公告 */
.touzi3 {
	overflow: hidden;
	margin-bottom: 35px;
}
.touzi3 .tz_sub li {
	width: 195px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #094;
	float: left;
	margin-right: 20px;
	font-size: 20px;
	border-bottom: 0
}
.touzi3 .tz_sub li a {
	display: block;
	color: #666
}
.touzi3 .tz_sub li.active {
	background: #094;
}
.touzi3 .tz_sub li.active a {
	color: #fff
}
.touzi3 .tz_list {
	border: 1px solid #094;
	overflow: hidden;
	clear: both;
	padding: 20px;
	margin-top: -1px
}
.touzi3 .tz_list .lists li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 16px;
}
.touzi3 .tz_list .lists li i {
	font-size: 24px;
	margin-right: 9px;
	vertical-align: middle;
	color: #094
}
.touzi3 .tz_list .lists li span.time {
	float: right;
	color: #999
}
.touzi3 .pages {
	padding: 2rem 0
}
.touzi3 .tz_list .lists li:hover span {
	color: #094
}
/* 互动交流 */
/*自定义滚动条*/
.scrollbox::-webkit-scrollbar {
width:6px;
height:6px;
}
.scrollbox::-webkit-scrollbar-thumb {
border-radius:100px;
-webkit-box-shadow:inset 0 0 5px rgba(183,195,207,0.2);
background:#666;
}
/*滚动条里面轨道样式*/
.scrollbox::-webkit-scrollbar-track {
border-radius:0;
background:#ddd;
}
.comment {
	padding: 30px 0;
}
.comment .pl1 {
	padding: 10px 25px;
	background: #094;
	color: #fff;
	font-size: 20px
}
.comment .formbox {
	padding: 15px;
	overflow: hidden;
}
.comment .pl2 {
	clear: both
}
.comment .pl2 textarea {
	height: 120px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 1rem;
	font-family: "microsoft yahei";
	font-size: 16px
}
.comment .pl2_btn {
	text-align: right;
	padding: 15px 0
}
.comment .pl2_btn button {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #094;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.comment .pl2_btn button:hover {
	opacity: .8;
}
.comment .pl3 {
	font-size: 14px
}
.comment .list_msg ul {
	max-height: 370px;
	overflow-y: auto;
	margin-bottom: 20px
}
.comment .list_msg li {
	padding: 10px 0;
	overflow: hidden;
	font-size: 16px;
}
.comment .list_msg li .user {
	width: 65px;
	float: left;
	margin-right: 15px
}
.comment .list_msg li .info {
	overflow: hidden;
}
.comment .list_msg li .info .title {
	line-height: 26px;
}
.comment .list_msg li .reply {
	padding: 6px 0;
}
.comment .zk {
	text-align: center;
	padding: 1rem 0;
	position: relative;
	cursor: pointer;
}
@keyframes mymove1 {
0% {
top:0px;
}
100% {
top:15px;
};
}
.comment .zk img {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	position: absolute;
	animation: mymove1 1s linear infinite alternate;
}
.comment .zk.on img {
	transform: rotateX(180deg);
}
/* yanfa1 */
.yanfa1 {
	padding: 35px 0 120px 0
}
.yanfa1 .fdc {
	position: absolute;
	background: rgba(245, 245, 245, .7);
	padding: 35px 45px;
	top: 35%;
	left: 0;
	z-index: 2;
	max-width: 710px;
}
.yanfa1 .fdc .title {
	font-size: 30px;
	color: #132e7f;
	font-weight: bold;
}
.yanfa1 .fdc .desc {
	color: #666;
	margin: 20px 0;
}
.yanfa1 .desc2 {
	color: #094;
	font-size: 24px;
	margin: 0 0 25px 0
}
.yanfa1 .type {
	margin: 25px 0 0 0
}
.yanfa1 .list_ln .pic {
	margin: 1px
}
/* yanfa2 */
.yanfa2 {
	clear: both;
	background: #F9F9F9;
	padding: 50px 0
}
.swiper-container-horizontal>.swiper-scrollbar {
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	height: 8px;
	border-radius: 15px;
}
/* section7 */
.section7 .nav-tabs {
	margin: 45px 0 0 0;
	position: relative;
}
.section7 .nav-tabs li a {
	width: 180px;
	height: 60px;
	background: #F9F9F9;
	border: 1px solid #C9C9C9;
	text-align: center;
	line-height: 60px;
	margin: 0 15px;
	font-size: 24px;
	color: #666;
	font-weight: bold;
}
.section7 .nav-tabs li a {
	padding: 0;
}
.section7 .nav-tabs li.active a {
	color: #fff;
	background: #094;
}
.section7 .prolist ul {
	padding: 60px 0 80px 0;
	margin: 0
}
.swiper-scrollbar-drag {
	background: #094;
}
.section7 .nav-tabs::before {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	top: 20px;
	border: 1px dashed #c9c9c9
}
.section7 .prolist li .item {
	margin: 0
}
@keyframes hideP {
0% {
opacity: 0;
transform: translate(0, 300px)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}
.section7 .tab-item.active {
	animation: hideP 0.6s;
	-moz-animation: hideP 0.6s;
	-webkit-animation: hideP 0.6s;
	-o-animation: hideP 0.6s;
}
/* 研发制造 */
.yanfa3 {
	background: #fff;
	margin-top: 60px
}
.yanfa3 .nav-tabs {
	max-width: 260px;
}
.yanfa3 .nav-tabs li a {
	margin-bottom: 20px;
	margin-top: 0
}
.yanfa3 .tab-item .title {
	margin: 0;
	font-size: 16px
}
.yanfa3 .prolist ul {
	padding: 0 0 50px 0
}
.yanfa3 .tab>.tab-body {
	padding: 0;
margin-top:-.5rem
}
.yanfa4 {
	clear: both;
	background: #F9F9F9;
	padding: 65px 0;
}
.yanfa4 .list_yanfa4 ul {
	padding: 85px 0
}
.yanfa4 .list_yanfa4 li {
	text-align: center;
}
.yanfa4 .list_yanfa4 li .desc {
	max-width: 292px;
	margin: 0 auto
}
.yanfa4 .list_yanfa4 li .title {
	font-size: 24px;
	margin: 25px 0;
	font-weight: bold;
}
.yanfa4 .list_yanfa4 li .desc {
	font-size: 16px;
	line-height: 30px;
}
/* 弹窗表单 */
.c-pop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 910;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
.c-pop form {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 90%;
	max-width: 690px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}
.c-pop form .c-close {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5) url(../img/close.png)no-repeat center /16px auto;
	cursor: pointer;
}
.c-pop form .c-title-box {
	padding: 25px 40px;
	text-align: center;
	color: #fff;
	background: #094;
}
.c-pop form .c-title-box .c-title {
	margin-bottom: 5px;
	font-size: 32px!important;
	line-height: 42px;
}
.c-pop form .c-title-box .c-text {
	font-weight: bold;
	line-height: 26px;
}
.c-pop form .c-box {
	padding: 40px;
}
.c-pop form .c-list {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.c-pop form .c-list li {
	width: 50%;
	padding: 0 5px 20px;
}
.c-pop form .c-list li:nth-child(3), .c-pop form .c-list li:nth-child(4) {
	width: 100%;
}
.c-pop form .c-list li:nth-child(5) {
	width: 100%;
}
.c-pop form .c-list li:nth-child(5), .c-pop form .c-list li:nth-child(6) {
	padding-bottom: 0;
}
.c-pop form .c-list .c-text2 {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
}
.c-pop form .c-list input {
	padding: 0 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f4f4f4;
}
.c-pop form .c-list textarea {
	padding: 15px 20px;
	width: 100%;
	height: 120px;
	line-height: 26px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	outline: 0;
}
.c-pop form button {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 70px;
	color: #fff;
	background: #094;
	cursor: pointer;
}
.c-pop form a {
	display: block;
	border: 2px solid #0042ad;
	font-weight: bold;
	font-size: 16px;
	line-height: 66px;
	text-align: center;
	color: #0042ad;
}
.mc_gotop {
	position: fixed;
	left: auto;
	top: auto;
	right: 16px;
	bottom: 16px;
	z-index: 100;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	background: #094;
	transition: all .36s;
	opacity: 0;
	transform: scale(.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mc_gotop i {
	color: #fff;
	font-size: 24px;
}
.mc_gotop.mc1_show {
	opacity: 1;
	transform: scale(1);
}
body.en .weizhi a:nth-child(2) {
	display: none
}
.tz_iframe {
	height: 480px;
}
.tz_iframe.tz1 {
	height: 500px;
}
.tz_iframe.tz2 {
	height: 650px;
}
.tz_iframe iframe {
	border: 0;
	outline: 0;
	width: 100%;
	height: 100%;
}
/* 股票信息 */
.gshq {
	max-width: 1727px;
	margin: 0 auto 25px auto
}
.gshq .main {
	background: #F6F6F6;
	overflow: hidden;
	position: relative;
	padding: 50px;
	background-size: cover;
}
.cyzl {
	padding-bottom: 70px;
}
.hq1 {
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
}
.hq2 {
	overflow: hidden;
}
.hq2 dl {
	float: left;
	margin-right: 60px;
	position: relative;
	overflow: hidden;
}
.hq2 dl h3 {
	font-size: 90px!important;
	line-height: 1;
	margin-bottom: 0;
	color: #237c02
}
.hq2 dl.hq21 {
	color: #237c02;
	padding-right: 110px;
}
.hq2 dl.hq21.die {
	color: #237c02;
}
.hq2 dl.hq21 i {
	position: absolute;
	display: block;
	width: 18px;
	height: 17px;
	bottom: 8px;
	z-index: 88;
	right: 80px;
	background: url(../img/zhang.png) center no-repeat;
}
.hq2 dl.hq21.die i {
	background: url(../img/die.png) center no-repeat;
}
.hq2 dl.hq21 span {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	z-index: 89;
	line-height: 1;
	bottom: 5px;
	right: 0;
}
.hq2 dl.hq22 dd {
	font-size: 18px;
	color: #666;
	margin-bottom: 5px;
	line-height: 1.6;
}
.hq2 dl.hq22 dt {
	font-size: 34px;
	color: #666;
	line-height: 1.2;
}
.hq3 {
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
.gshq .zhangfu {
	height: 90px;
	color: #237c02;
	font-size: 16px;
	margin-right: 150px;
}
.gshq .zhangfu li {
	margin-left: 65px
}
body.en .gshq .zhangfu {
	margin-right: 30px;
}
body.en .hq2 dl.hq22 dd {
	font-size: 14px;
}
@media screen and (min-width:1301px) and (max-width:1400px) {
.nav_case > a {
	padding-right: 5px;
}
header .nav_case {
	padding: 0 3% 0 8%
}
body.en .nav_case > a {
	font-size: 13px!important;
}
body.en header .nav_case {
	padding: 0 3%!important
}
.pul_now > div {
	width: calc(100% - 60px);
	margin: 0 30px
}
.layout {
	padding: 0 30px
}
}
@media screen and (min-width:1000px) and (max-width:1300px) {
.nav_case > a {
	padding-right: 3px!important;
	font-size: 12px!important;
}
header .nav_case {
	padding: 0 3% 0 11%
}
header .pul_logo img {
	max-width: 150px;
	height: auto
}
}
@media screen and (max-width:1400px) {
.pul_now > div {
	margin: 0 35px;
	width: calc(100% - 70px)
}
}
@media screen and (min-width:1000px) {
.list_pro li:nth-child(n+6) {
	display: none;
}
.page4 .flip-page {
	display: none;
}
.page4 .middle-x3 {
	max-width: 22%;
}
.page4 .middle-x9 {
	width: 78%
}
.h100 {
	height: 100%;
}
.main .cpxq1 .desc {
	min-height: 300px
}
.xgcp.prolist li:nth-child(4) {
	display: none;
}
.yanfa3 .prolist li:nth-child(4) {
	display: block;
}
body.en .nav_case > a {
	font-size: 16px;
}
body.en header .nav_case {
	padding: 0 8%
}
body.en .page1 .slide_txt .txt1 {
	line-height: 3rem
}
body.en .page1 .slide_txt .txt2 {
	font-size: 35px;
	line-height: 3.3rem;
	margin-top: 2rem
}
body.en .page3 .nav-tabs li {
	font-size: 18px;
	padding: 0 35px;
}
body.en .type_desc {
	max-width: 98%
}
body.en .page3 .nav-tabs {
	margin-top: 33px;
}
body.en .page4 .nav-tabs {
	max-width: 215px
}
body.en .footer_nav li:nth-child(4), body.en .footer_nav li:nth-child(7) {
	display: none
}
body.en .contact-box .info h3 {
	font-size: 28px!important
}
body.en .daohang-btn {
	width: 220px
}
.fuwu1 .list_jisu li {
	font-size: 18px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-flex;
	justify-content: center;
	flex-direction: column
}
.fuwu1 .list_jisu li:nth-child(2n+1) {
	clear: both
}
body.en .fuwu1 .list_jisu li {
	font-size: 15px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-flex;
	justify-content: center;
	flex-direction: column
}
body.en .yanfa3.page4 .nav-tabs {
	max-width: 325px
}
body.en .page1 .slide_txt .layout {
	max-width: 65%
}
}
@media screen and (max-width:999px) {
html {
	font-size: 62.5%
}
body {
	font-size: 1.2rem
}
.font36 {
	font-size: 2rem
}
.layout {
	padding: 0 1.5rem
}
header {
	position: fixed;
	width: 100%;
	top: 10px;
}
header .pul_logo {
	top: 0px;
	height: 70px;
	line-height: 70px;
}
.pul_logo img {
	max-height: 50px
}
header .pul_initial .pul_logo {
	width: 200px;
	top: 20px
}
header .nav {
	position: absolute;
	top: 0;
	height: 100%;
	right: 5vw;
	transition: all .5s ease;
}
.full-menu {
	width: 55px;
	height: 55px;
	top: 30px;
	line-height: 55px;
	font-size: 25px;
}
header .nav .full-menu:after {
	width: 55px;
	height: 55px;
}
header.on .pul_now {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
}
/* 手机菜单 */
.header {
	height: 60px;
	padding: 0;
	box-shadow: 0 0px 10px rgba(0,0,0,.175)!important;
	position: fixed;
	top: 0;
	z-index: 33;
	width: 100%;
	background: #fff;
	left: 0;
	border-bottom: 1px solid #ddd
}
.header .navbar .nav li a {
	font-size: 1.6rem
}
.header .navbar .nav li ul li a {
	font-size: 1.4rem
}
body.en .header .navbar .nav li a {
	font-size: 1.5rem
}
body.en .header .navbar .nav li ul li a {
	font-size: 1.3rem
}
.header .navbar-logo {
width:;
	height: 45px;
	width: 150px;
	margin-top: 0rem
}
.header .navbar-logo img {
	height: 50px;
	max-width: initial;/*margin-top:.4rem*/
}
.header .navbar-logo {
	margin-left: 1rem
}
.size-mini {
	font-size: 1.5rem!important;
	margin-right: 0rem;
margin-top:.2rem
}
.header .nav li .arrow {
	float: right;
	position: absolute;
	right: 1.5rem;
	z-index: 2;
	width: 30px;
	height: 30px;
top:.5rem;
	color: #999;
	font-size: 2.6rem;
	text-align: center;
}
.mc_search_xl::before {
	height: 60px;
}
.header .nav li .arrow:before {
	content: "\f107";
}
.header .nav li .arrow.on:before {
	content: "\f106";
}
.header .topnav li a.toplink.on {
	color: #132e7f!important
}
.header .topnav {
	padding: 10px 0
}
.header .topnav li a.toplink {
	height: 45px;
	color: #666;
	line-height: 45px;
	padding: 0 1rem
}
.mc_scm_form {
	width: 330px;
}
.header .topnav li ul {
margin:.3rem 0!important;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .065);
	border-bottom: 1px solid rgba(0, 0, 0, .065);
	margin-bottom: 1rem!important;
	display: block;
	width: 100%;
	padding-left: 0;
	overflow: hidden;
	padding: 1rem 1.5rem!important
}
.header .topnav li ul li {
	text-align: left;
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 50%;
	float: left;
}
.header .topbtn {
	position: absolute;
	right: 6rem;
	top: 1.4rem;
}
.header .topbtn .lang {
	height: 3rem;
	line-height: 3rem;
	font-size: 1.4rem
}
.mc_search_xl.show {
	height: 90px;
	;
}
.mc_search_xl {
	top: 60px
}
.mc_search {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background: #132e7f;
	border-radius: 50%;
	display: block;
	margin: 0 0 0 1.5rem
}
.mc_search .s2 {
	height: 12px;
}
.header .navbar-body {
	top: 60px;
	position: fixed;
	height: 100%;
}
.header .navbar-logo {
	height: 45px;
	display: inline-block;
	overflow: hidden;
}
.header .topnav li a.toplink.on {
	color: #132e7f
}
.header .topbtn li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: rgba(141, 40, 70, 1);
	border-radius: 50%;
	margin-left: 11px;
	display: block;
}
.header .topbtn li:hover a {
	background: rgba(141, 40, 70, .8);
}
.header .topnav li a.toplink.on.nothis {
	color: #666
}
.header .topnav li a.toplink.on.nothis::after {
	display: none;
}
.header .topnav li a.toplink.on.nothis:hover::after {
	display: block;
}
/* search */
.mc_search i {
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	transition: all .5s ease-in-out;
}
.mc_search_xl {
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 99;
	display: none;
}
.mc_search_xl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.mc_search_xl.show {
	transition: all .5s ease-in;
}
.s2 {
	display: none;
	height: 16px;
}
.mc_search.isshow .s2 {
	display: inline-block;
}
.mc_search.isshow .s1 {
	display: none;
}
.mc_search_xl.show::before {
	opacity: .95;
}
.mc_nav_line {
	display: block;
	position: absolute;
	height: 2px;
	bottom: 0;
	background: #0028AA;
	transition: all .4s ease;
	opacity: 0;
}
.mc_navbar.mc_fixed .mc_nav_line {
	opacity: 1;
}
.mc_msc_box {
	font-size: 0;
	padding: 8px;
	border-bottom: 1px solid #dfdede;
	display: flex;
	align-items: center;
}
.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mc_msc_input {
	width: calc(100% - 30px);
	height: 26px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 3px 0;
	padding-right: 12px;
	background: none;
}
.mc_msc_submit {
	font-size: 22px;
	color: #666666;
	background: none;
	width: 30px;
	vertical-align: top;
}
.c-pop form .c-close {
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, .5) url(../img/close.png)no-repeat center /10px auto;
}
.c-pop form .c-title-box {
	padding: 1.5rem 2rem;
}
.c-pop form .c-title-box .c-title {
	font-size: 2rem!important;
	line-height: 3rem;
	font-size: 14px;
}
.c-pop form .c-title-box .c-text {
	font-weight: bold;
	line-height: 26px;
}
.c-pop form .c-list li {
	width: 100%
}
.c-pop form .c-list input {
	height: 4rem;
	line-height: 4rem
}
.c-pop form .c-list textarea {
	height: 80px;
	padding: 1rem
}
.c-pop form button {
	line-height: 4rem;
	font-size: 1.4rem
}
.c-pop form .c-box {
	padding: 2rem
}
 @keyframes ani1 {
0% {
opacity: 0;
transform: translate(0, -30px)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}
.home {
	top: 0px;
	height: 500px;
}
.home .swiper-slide {
	padding-top: 6.5rem
}
.home .page1 {
	padding-top: 6rem
}
.home .page1 .swiper-slide {
	padding-top: 0;
	background-size: 130% 100% !important;
}
.mouse {
	bottom: 28px;
}
.home .swiper-slide h3, .home .swiper-slide h4, .home .swiper-slide h5 {
	margin-left: 5% !important;
	width: 90% !important;
	text-align: center !important;
}
.home .swiper-slide h3 {
	font-size: 30px !important;
	margin-top: 20% !important;
}
.home .swiper-slide h4, .home .swiper-slide h5 {
	height: 60px !important;
	padding: 8px 5% !important;
	width: 90% !important;
	line-height: 22px !important;
	background-repeat: repeat-y !important;
	font-size: 16px !important;
}
.dot2 .swiper-pagination {
	position: absolute;
	bottom: 5rem;
	left: 1.5rem;
	text-align: left;
}
.dot2 .swiper-pagination .swiper-pagination-bullet {
margin: 0 .6rem;
}
.more a {
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	align-items: center;
}
.more a span {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	margin-left: 1.5rem;
}
.page1 .slide_txt .txt1 {
	font-size: 1.5rem
}
.page1 .slide_txt .txt2 {
	font-size: 2.5rem;
	margin: 1rem 0 3rem 0
}
.type {
	font-size: 2.5rem
}
.list_pro ul {
	margin: 2.5rem 0 4rem 0
}
.list_pro li {
	width: 50%
}
.list_pro li {
	height: 21rem;
	overflow: hidden;
}
.list_pro li:nth-child(n+5) {
	display: none
}
.list_pro li .item {
	margin: 5px 3px;
	height: 100%;
	overflow: hidden;
}
.list_pro li .item img {
	width: 100%
}
.list_pro li .title, body.en .list_pro li .title {
	font-size: 1.5rem;
	bottom: 8%
}
.more2 {
	margin: 2rem 0
}
.more2 a {
	width: 15rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 35px;
}
.type_desc {
	color: #666;
	font-size: 1.4rem;
	margin: 1.2rem 0;
}
.page3::before {
	content: "";
	width: 100%;
	height: 28%;
	right: 0;
	top: initial;
	max-width: 100%;
	background: #132e7f;
	position: absolute;
	bottom: 0
}
.page3 .page3_p1 {
	padding-left: 1.5rem
}
.page3 .nav-tabs {
	margin-top: 2.5rem
}
.page3 .nav-tabs li {
	height: 4rem;
	line-height: 4rem;
	padding: 0 2rem;
	font-size: 1.5rem;
}
.page3 .nav-tabs li .biao {
	width: 4rem;
}
.page3 .nav-tabs li .biao i {
	font-size: 2.8rem;
}
.page3 .nav-tabs li .biao::before {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background: #C9C9C9;
	top: 50%;
}
.page3 .nav-tabs li.active {
	background: #132e7f;
	color: #fff
}
.page3 .nav-tabs li.active .biao i {
	display: block;
}
.page3 .nav-tabs li.active .biao::before {
	display: none;
}
.page3 .tab-body {
	padding: 3rem 1.5rem 1rem 1.5rem
}
.more1 a {
	visibility: visible;
	color: #666;
	font-size: 1.5rem
}
.page4 .nav-tabs {
	max-width: initial;
	display: inline-flex;
	flex-direction: row!important;
	width: 100%
}
body.en .page4 .nav-tabs {
	display: inline-block;
	flex-direction: initial
}
.page4 .nav-tabs li {
	width: 46.5%;
	margin: 0 2% 0 0!important;
}
body.en .page4 .nav-tabs li {
	width: 100%;
	margin: 5px 0 0 0!important;
}
.page4 .nav-tabs li a {
	margin-top: 0
}
.page4 .type {
	margin-bottom: 3rem;
	text-align: center;
}
.page4 .nav-tabs li a {
	height: 4rem;
	line-height: 4rem;
}
.page4 .tab-item .more {
	margin-top: 3rem
}
.page4 .tab-item .time {
	font-size: 1.4rem
}
.page4 .tab-item .title {
	font-size: 1.8rem
}
.nav.nav-turn>li>a {
	width: 1rem;
	height: 1rem;
	background: #ddd;
	border: 0;
	margin: 0 3px
}
.height {
	height: auto
}
.page5 .pic {
	height: 40%
}
.page5 .about_title1 {
	margin: 1rem 0
}
.page5 .item {
	padding: 1.5rem;
}
.page5 .more1 {
	margin: 2.5rem 0
}
.page5 .list_data li {
	text-align: center;
	margin: 1rem 0
}
.page5 .list_data li p, .page5 .list_data li .data {
	font-size: 1.3rem
}
body.en .page5 .about_desc {
	max-height: 96px;
	overflow: hidden
}
/* footer */
.page6 {
	padding-top: 0!important
}
.footer {
	padding: 1.5rem 0
}
.footer .fbox1 {
padding:.7rem 0 2rem 0
}
.footer_logo {
	max-width: 13rem;
margin-top:.8rem
}
.footer .formbox1 {
	width: calc(100% - 15rem);
	margin-top: 1.5rem
}
.footer .share {
	margin: 18px 0 0 0
}
.footer_nav {
	display: initial;
	padding: 15px 0
}
.footer_nav li {
	width: 33.33%;
	float: left;
	margin: 10px 0
}
.footer_nav .title {
	margin-top: 5px
}
.footer_nav .dd {
	margin-top: 4px!important
}
.footer_nav li:nth-child(3n+1) {
	clear: both;
}
.footer .fbox2 {
	padding: 1rem 0 0 0
}
.copyright {
	padding: 1.5rem 0;
	height: initial;
	line-height: initial;
	overflow: hidden;
	font-size: 1.2rem
}
.copyright .fr {
	clear: both;
	width: 100%;
	float: left;
	padding: 5px 0;
	text-align: center;
	justify-content: center;
}
.copyright .fr span.bn {
	padding-left: 0
}
.footer .fbox2 .lxfs .share li i, .footer .fbox2 .lxfs .lxfs_ul li i {
	font-size: 2rem
}
/* news */
.ny_slide {
	height: 32rem;
}
.ny_slide .title {
	font-size: 2.5rem;
	padding-top: 12%
}
.main .list-news li {
	padding: 2rem 0px;
}
.main .list-news li .info {
	max-width: 100%;
	padding: 0;
}
.main .list-news li .title {
	font-size: 1.8rem;
	margin-top: 1rem
}
.main .list-news li .desc {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 1.5rem 0;
	height: 4rem;
}
.main .list-news li .time::after {
	display: none;
}
.main .list-news li .month {
	font-size: 2rem;
}
.main .list-news li .mtime {
	font-size: 1.4rem;
	margin: 0 0 1.2rem 0;
	color: #999
}
.main .list-news li .mtime i {
	font-size: 1.6rem;
margin-right:.5rem
}
.main .list-news li .desc {
	margin: 1rem 0
}
/* pages */
.pages {
	padding: 2rem 0 3.5rem 0
}
.pages ul {
	margin: 0;
}
.pages li {
	margin: 0 2px;
}
.pages li a {
	padding: 3px 12px;
	font-size: 1.2rem;
}
.pages li:nth-child(n+5) {
	display: none;
}
.pages li:last-child {
	display: inline-block!important;
}
/* subcat */
.subcat {
	text-align: center;
	padding: 3rem 0;
	font-size: 1.25rem
}
.subcat li {
	margin: 0
}
.subcat li .icon {
	width: 4rem;
	height: 4rem;
}
.main .list-news2 {
	padding: 2rem 0 0 0
}
.main .list-news2 ul {
margin:0 -.6rem
}
.main .list-news2 li .item {
margin:1rem .6rem;
}
.main .list-news2 li .pbox {
	padding: 0 1rem 1rem 1rem;
}
.main .list-news2 li:hover .item::after {
	width: 100%
}
.main .list-news2 li .time {
	margin: 1rem 0
}
.main .list-news2 li .title {
	font-size: 1.4rem;
	line-height: 2rem;
	height: 4rem;
	margin: 1rem 0
}
/* 关于我们 */
#about-history {
	padding: 3rem 0 7rem 0
}
#about-history .body .right {
	background: none;
	padding-left: 0;
	position: relative;
}
#about-history .body .right::before {
	display: none;
}
#about-history .body .content {
	padding: 0 1rem;
	font-size: 1.4rem;
}
#about-history li span {
	font-size: 2.5rem;
margin-bottom:.2rem;
	margin-top: 2rem;
	font-weight: normal;
}
#about-history .body {
	margin: 3rem 0
}
#about-history li {
	padding: 0;
}
#about-history .swiper-button-prev-time {
	left: 30%!important;
}
#about-history .swiper-button-next-time {
	right: 30%!important;
}
#about-history .body .jt[class^="swiper-button"] {
	bottom: -9rem;
	top: initial
}
#about-history li .img-block {
	max-width: initial;
}
.main .list_about ul {
	display: initial;
}
.main .list_about ul li {
	width: 100%;
	margin: 1rem 0;
	text-align: center;
}
.main .list_about ul li .info {
	margin-left: 0
}
.main .list_about ul li .transy {
	width: 100%;
	justify-content: center;
}
.main .list_about ul li .icon img {
	max-width: 6rem;
}
.about1 {
	padding: 3rem 0 2rem 0
}
.about1 .list_about li .data span {
	font-size: 3rem
}
.about1 .list_about li .desc {
	margin-top: 1rem;
	font-size: 1.4rem
}
.about2 {
	margin: 2.5rem 0
}
.about2_info {
	margin: 1rem auto;
	padding: 3rem 2rem
}
.about1 .list_about {
	padding: 1.5rem 0 0 0
}
.about2_info .pageinfo {
	font-size: 1.4rem
}
.about2_info .type3 {
	margin-bottom: 2.5rem
}
.swiper-pagination-time {
	display: none;
}
.culture {
	clear: both;
	padding-bottom: 3rem;
}
.culture .type {
	margin: 3rem 0;
}
.culture .list_wh li {
	height: 35rem;
}
.culture .list_wh li .title {
	font-size: 2rem;
margin:1rem 0 .5rem 0;
}
.culture .list_wh li .desc {
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	font-size: 1.4rem
}
.culture .list_wh li .biao img {
	max-height: 5rem;
}
.culture .list_wh li .item {
	height: 100%;
	padding-bottom: 8%
}
.p80 {
	padding: 2.5rem 0
}
.subcat2 {
	overflow-x: auto;
	padding: 0 0 3rem 0;
}
.subcat2 ul {
	width: 150%;
}
.subcat li {
	width: 33.33%;
	font-size: 1.4rem
}
.prolist ul {
	padding: 2rem 0 2rem 0;
	margin: 0 -5px
}
.prolist li .item {
	margin: 5px
}
.main.probox {
	padding: 3rem 0
}
.probox .protype {
	font-size: 1.8rem;
	margin-top: 2rem;
}
.probox .protype::after {
	width: 10.6rem;
}
.productlist li .item {
	margin: 1rem;
}
.productlist ul {
	margin: 1rem -1rem
}
.productlist li {
	margin-top: 1rem
}
.productlist li .item .title {
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.4rem;
}
.main.xqinfo {
	padding: 7rem 0 0 0
}
.main .weizhi {
	padding: 2rem 0;
	font-size: 1.2rem
}
.main .cpxq1 .pic2 {
	height: 26rem;
	width: 100%
}
.main .cpxq1 .title {
	margin: 3rem 0 2rem 0;
	font-size: 2rem!important
}
.main .cpxq1 .desc {
	font-size: 1.4rem;
	line-height: 2.3rem;
}
.main .cpxq2 {
	margin: 1rem 0 0 0
}
.main .content {
	font-size: 1.3rem;
	line-height: 2.8rem;
}
.main .cptype {
	font-size: 1.7rem
}
.main .protype {
	font-size: 1.7rem;
	margin-top: 2rem
}
.main .protype::after {
	width: 10rem
}
.main .back_btn {
	padding: 1rem 0
}
.main .back_btn a {
	width: 17rem;
	height: 4rem;
	line-height: 4rem;
	text-indent: -1.5rem;
	font-size: 1.5rem
}
body.en .main .back_btn a {
	width: 23rem
}
.main .back_btn a img {
	top: 1.6rem;
	right: 1.5rem
}
body.en .main .pro_btn li {
	width: 46%
}
.main .xgcp {
	padding: 3rem 0 2rem 0;
	margin-top: 15px
}
.main .xgcp ul {
	padding: 2rem 0
}
.main .pro_btn {
	margin: 3rem 0 2rem 0;
	overflow: hidden;
}
.main .pro_btn li {
	width: 43%;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	margin-right: 3%;
	float: left;
}
.main .pro_btn li a {
	color: #fff;
	display: block;
}
.main .pro_btn li a img {
	margin-right: 8px;
	height: 2rem
}
.prolist li .title {
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1.4rem
}
.contact-box .info {
	width: 100%;
	padding: 1rem 1.5rem;
	height: 39rem;
}
.contact-box .map {
	width: 100%;
	height: 38rem;
	float: left;
}
.contact-box .info h3 {
	font-size: 1.6rem!important;
	margin: 2rem 0 1rem 0
}
.contact-box .info ul {
	padding-bottom: 1.5rem;
}
.contact-box .info ul li {
	margin-top: 2rem
}
.contact-box .info ul li .biao i {
	font-size: 1.5rem
}
.contact-box .info ul li .biao:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.daohang-btn {
	margin: 1.3rem 0 1rem 0
}
/* joblist */
.joblist {
	clear: both;
	background: #F7F7F7;
	margin-top: 20px;
}
#lxwm-zhaoxian {
	padding: 2rem 0 0 0;
}
#lxwm-zhaoxian .list li {
	font-size: 1.2rem;
}
#lxwm-zhaoxian .list li p.fold-head {
	padding: 1rem;
	font-size: 1.5rem;
}
#lxwm-zhaoxian .list li p.fold-head {
	padding: 1rem 1.3rem;
}
#lxwm-zhaoxian .list li .info {
	padding: 1.5rem;
	font-size: 1.3rem
}
#lxwm-zhaoxian .list li .info .text {
	line-height: 2.3rem;
	margin-bottom: 1.5rem;
}
#lxwm-zhaoxian .list li .apply_btn button {
	padding: 6px 2.5rem;
	margin: 1.5rem 1rem;
}
#lxwm-zhaoxian .list li i.fa {
	font-size: 1.5rem;
}
.daohang-btn {
	font-size: 1.5rem
}
.contact-box .info ul {
	margin: 2rem 0;
	padding: 2rem 0 3rem 0
}
.contact-box .info ul li {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	height: 3rem;
	line-height: 3rem;
}
.contact-box .info ul li .biao {
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
}
.joblist .job1 {
	padding: 2rem 0
}
.joblist .job1 .msgbox {
	padding: 2rem;
	margin: 1rem
}
.joblist .job1 .msgbox li .biao {
	width: 3rem;
	height: 3rem;
	font-size: 2rem;
	margin-right: 1rem;
}
.joblist .job1 .msgbox li {
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 3rem;
	margin: 0 0 1rem 0
}
.joblist .job1 .pic {
	margin: -2rem 0 -1rem 0;
}
#lxwm-zhaoxian .list li .zp1 span {
	font-size: 1.4rem;
	margin-right: 2rem;
}
/* 客户服务 */
.fuwu1 .info {
	padding: 2rem;
}
.fuwu1 .list_jisu {
	margin: 15px 0;
	overflow: hidden;
}
.fuwu1 .list_jisu li {
	height: 2.5rem;
	line-height: 2.5rem;
	width: 100%;
	font-size: 1.5rem;
	padding-left: 2.6rem;
margin:.5rem 0
}
.fuwu1 .list_jisu li::before {
	width: 1.6rem;
	height: 2rem;
	top: 0;
	background-size: 1.5rem 2rem;
}
.fuwu1 .btn_dz {
	font-size: 1.4rem;
	margin-top: 2rem;
	height: 24px;
	line-height: 24px;
}
.fuwu1 .btn_dz span {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}
.fuwu1 .play img {
	width: 4rem;
}
.fuwu1 .play {
	margin: -20px 0 0 -20px
}
.fuwu2 {
	margin-top: 3rem
}
.p60 {
	padding: 2rem 0
}
.fuwu2 .list_hz ul {
margin:2rem -.8rem
}
.fuwu2 .list_hz li .pic {
margin:1rem .8rem;
}
.tzbox {
	clear: both;
	padding-bottom: 2rem
}
.tzbox .tz_type {
	font-size: 2rem;
	margin: 1.5rem 0
}
.tzbox table tr:nth-child(1) {
	font-size: 14px
}
.tzbox table {
	font-size: 12px
}
.comment .list_msg li {
	padding: 10px 0;
	font-size: 14px
}
.comment .list_msg li .user {
	width: 60px
}
.comment .formbox {
	padding: 1rem
}
.comment .pl2_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment .pl2_btn button {
	height: 3.5rem;
	line-height: 3.5rem;
	max-width: 10rem;
}
.comment .pl1 {
	padding: 1rem;
	font-size: 1.4rem
}
/* 研发制造 */
/* yanfa1 */
.yanfa1 {
	padding: 3.5rem 0
}
.yanfa1 .fdc {
	padding: 2rem;
	top: 15%;
	max-width: 90%
}
body.en .yanfa1 .fdc {
	padding: 2rem;
	top: 15%;
	max-width: 100%;
	position: initial
}
.yanfa1 .fdc .title {
	font-size: 1.6rem;
}
.yanfa1 .fdc .desc {
	margin: 1rem 0;
}
.yanfa1 .desc2 {
	font-size: 1.3rem;
	margin: 0 0 1.5rem 0;
}
.yanfa1 .type {
	margin: 1rem 0 0 0
}
.yanfa3 {
	margin-top: 3rem
}
.yanfa3 .nav-tabs {
	display: initial;
}
.yanfa3 .nav-tabs li {
	width: 100%;
	float: left;
	margin: 1rem 0
}
.yanfa3 .nav-tabs li a {
	margin-bottom: 1rem
}
.yanfa4 {
	padding: 3rem 0;
}
.yanfa4 .list_yanfa4 ul {
	padding: 2rem 0
}
.list_yanfa4 li .desc {
	max-width: 292px;
	margin: 2rem auto
}
.yanfa4 .list_yanfa4 li .item {
	padding: 1rem 1.2rem
}
.yanfa4 .list_yanfa4 li .biao img {
	max-width: 6rem;
}
.yanfa4 .list_yanfa4 li .title {
	font-size: 1.5rem;
	margin: 1rem 0;
}
.yanfa4 .list_yanfa4 li .desc {
	font-size: 1.2rem;
	line-height: 2rem;
}
.yanfa3.page4 .type {
	margin-bottom: 2rem!important
}
.yanfa3 .prolist ul {
	padding-bottom: 2rem
}
.yanfa3.page4 .tab-item {
	padding-bottom: 1rem
}
.yanfa2 {
	padding: 2rem 0
}
.swiper-container-horizontal>.swiper-scrollbar {
	height: 3px;
}
/* section7 */
.section7 .nav-tabs {
	margin: 2rem 0 0 0;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 1rem;
	justify-content: left;
}
.nav-tabs::-webkit-scrollbar, .subcat::-webkit-scrollbar {
width:0px;
height:0px;
}
.section7 .nav-tabs li a {
	width: 12rem;
	height: 4rem;
	line-height: 4rem;
	margin: 0;
	font-size: 1.4rem;
	margin: 0 1rem 0 0
}
.section7 .prolist ul {
	padding: 1rem 0 3rem 0;
	margin: 0
}
.section7 .nav-tabs::before {
	height: 1rem;
	top: 1.4rem;
}
.newsinfo .news-title {
	font-size: 1.8rem!important;
	line-height: 2.5rem
}
.gshq .main {
	padding: 2rem;
}
.cyzl {
	padding-bottom: 2rem;
}
.hq1 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.dllist {
	clear: both;
	display: unset;
}
.hq2 dl {
	float: left;
	width: 50%;
margin:.4rem 0
}
.hq2 dl h3 {
	font-size: 4rem!important;
}
.hq2 dl.hq21 {
	padding-right: 22rem;
}
.hq2 dl.hq21 span {
	font-size: 2rem;
}
.hq2 dl.hq21 i {
	right: 6rem;
}
.hq2 dl.hq22 dd {
	font-size: 1.5rem;
	margin-bottom: 5px;
	line-height: 1.6;
}
.hq2 dl.hq22 dt {
	font-size: 2.2rem;
}
.hq3 {
	margin-top: 1.5rem;
	font-size: 1.2rem
}
.gshq .zhangfu {
	height: 5rem;
	font-size: 1.5rem;
	margin-right: 0;
	overflow: hidden;
	width: 100%
}
.gshq .zhangfu ul {
	justify-content: center;
	width: 100%
}
.gshq .zhangfu ul li {
	margin: 0 3rem
}
.list_pro li .desc {
	display: none!important
}
}
/* 新增2025 */
.contact-box2 {
	padding-bottom: 50px;
}
.contact-box2 li {
	display: flex;
}
.contact-box2 li .item {
	background: #fff;
	flex: 1;
	width: 100%;
	border: 1px solid #DCDCDC;
	padding: 50px 35px;
}
.contact-box2 li .item .tit {
	font-size: 18px;
	font-weight: bold;
	color: #132e7f;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
.contact-box2 li .item .cont {
	font-size: 16px;
	color: #666;
	line-height: 2.5;
}
.page7 {
	background: #f4f5f5;
}
.page7 .x6>a {
	display: block;
	height: 100%;
	margin: 15px 35px;
}
.page7 .item {
	background: #fff;
	border-radius: 18px;
	padding: 20px 40px 10px 40px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.page7 .type {
	margin-bottom: 54px;
}
.page7 .list {
	margin: -15px -35px;
}
.page7 .item .hot {
	font-size: 20px;
	color: #FF0000;
	margin-bottom: 35px;
	font-weight: bold;
}
.page7 .item .item-cont {
	padding: 0 2vw
}
.page7 .item .item-info {
	padding-left: 3.5vw
}
.page7 .item .item-info .title {
	font-size: 22px;
	font-weight: bold;
	color: #132e7f;
}
.page7 .item .item-info .zt {
	color: #666;
	margin: 17px 0;
}
.page7 .item .item-info .zt img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.page7 .item .item-info .desc {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width:999px) {
.page7 .x6>a {
	margin: 10px;
}
.page7 .item {
	padding: 15px;
	border-radius: 8px;
}
.page7 .type {
	margin-bottom: 25px;
}
.page7 .list {
	margin: -10px;
}
.page7 .item .item-info .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	height: 4.5em;
	font-size: 14px;
}
.page7 .item .hot {
	font-size: 16px;
	margin-bottom: 15px
}
.page7 .item .item-cont {
	padding: 0
}
.page7 .item .item-info {
	padding-left: 0;
	margin-top: 10px;
}
.page7 .item .item-info .title {
	font-size: 16px;
}
.page7 .item .item-info .zt {
	margin: 12px 0;
}
.page7 .item .item-info .zt img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
}
