@import url('css.css');



a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #333;
	font-family: "微软雅黑"
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #0f3b70;
	outline: none;
	text-decoration: none;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	background: #FFF;
	font-family: "微软雅黑";
	font-size: 14px;
	font-size: 1.4em;
}


.w_a {
	background-color: #fff;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

.sea_search {
	position: relative;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1) border-box;
	overflow: hidden;
	width: 100%;
	
	background-color: #f5f5f5;
	text-align: center;
}

.toggle-select {
	margin-left: 15%;
}


.top_nav {
	background: #f0f0f0;
	color: #333333;
	line-height: 35px;
	border-bottom: 1px solid #dddddd;
}

.top_nav .wz1 {
	color: #333333;
	font-size: 12px;
	position: relative
}

.wz {
	text-align: right
}


.top {
	z-index: 9999;
	width: 100%;
	background: #fff;
	border-top: 3px solid #d4020d;
}

.top .logo {
	width: 802px;
	float: left;
	display: flex;
}

.top .logo .xt-title {
	display: flex;
	flex-direction: column;
	height: 73px;
	margin: 21px 0 0 32px;
	padding: 4px 0 0 4px;
}

.top .logo .xt-title span:nth-of-type(1) {
	color: #2b2e7d;
	font-size: 38px;
	font-weight: 700;
}

.top .logo .xt-title span:nth-of-type(2) {
	color: #d4020d;
	font-size: 22px;
	font-weight: 700;
}
.download{
	font-size: 19px;
    color: #d4020d;
}
.download>span{
	font-size: 18px!important;
    color: #d4020d!important;
	margin-left: 15px;
}
.top .logo img {
	max-width: 100%;
	padding: 18px 0 30px;
}

.top .line {
	width: 1px;
	height: 55px;
	background: #D8D8D8;
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 24px;
}

.top .top_ewm {
	padding: 0 0 0 55px;
	line-height: 32px;
	float: left;
	font-size: 18px;
}

.top .top_right {
	padding: 34px 0px 0px;
	float: right;
}

.top .top_right .top_phone {
	margin: 10px 0 10px;
	float: left;
	background: url(../image/phone.png) no-repeat 0px 2px;
}

.top .top_right .top_phone p:first-child {
	font-size: 16px;
	color: #d4020d;
	padding-bottom: 8px;
	padding-left: 68px;
	padding-top: 5px;
}

.top .top_right .top_phone p {
	margin: 0;
	font-size: 29px;
	color: #d4020d;
	line-height: 30px;
	font-weight: bold;
}

.topfix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000
}




#navbg {
	width: 100%;
	transition: 0.4s;
	background: #14329a;
}

#navbg .nav {}

#navbg .nav ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-around;
}

#navbg .nav .firstfloor>li {
	display: inline-block;
	float: left;
	height: 63px;
	line-height: 63px;
	text-align: center;
	position: relative;
	color: #FFF;
	cursor: pointer;
	position: relative;
	padding: 0px;
	width: 19%;
}

#navbg .nav .firstfloor>li>a {
	display: block;
	height: 63px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
}

#navbg .nav .firstfloor>li:hover {
	background: #dd2200
}

#navbg .nav .firstfloor>li:hover>a {
	color: #ffffff;
}

#navbg .nav .secondfloor {
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 9999;
	display: none;
	background: #FFF;
	width: 100%;
	border-top: none;
	box-sizing: border-box;
}

#navbg .nav .secondfloor>li {
	border-bottom: 1px solid #E4EAEC;
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 13px;
	margin-left: 0;
}

#navbg .nav .secondfloor>li>a {
	width: 100%;
	height: 100%;
	display: block;
	color: #76838F;
}

#navbg .nav .secondfloor li a:hover {
	background: #dd2200;
	color: #FFF;
}

@media (max-width: 1200px) {
	.top .logo {
		width: 600px;
		float: left;
	}

	.top .top_right .top_phone {
		background: url(404.png) no-repeat 0px 0px;
		margin: 0px 0 10px;
		padding: 6px 0px 8px 80px;
		float: left;
	}

	.top .top_right .top_phone p:first-child {
		font-size: 14px;
		color: #393939;
		padding-bottom: 0
	}

	.top .top_right .top_phone p {
		margin: 0;
		font-size: 20px;
		color: #ff9f38;
		line-height: 22px;
		font-weight: bold
	}
}




#mobilehead {
	height: 70px;
	width: 100%;
	background: url(404.png) no-repeat 10px center #FFF;
	display: none;
	background-size: auto 50px;
    justify-content: space-around;
}

#mobilehead .logo {
	width: calc(100% - 120px);
	height: 70px;
	display: block;
	float: left;
}
.mobile-logo {
	display: flex;
    margin-left: 2%;
}
.mobile-logo a img {
	height: 100%;	
}
.mobile-logo .mobile-txt {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-logo .mobile-txt span:nth-child(1) {
	font-size: 14px;
    color: #2b2e7d;
    font-weight: 700;
}
.mobile-logo .mobile-txt span:nth-child(2) {
	font-size: 12px;
    color: #d4020d;
    font-weight: 700;
}
#mobilehead .nav {
	float: right;
}

#mobilehead .nav_bg {
	display: none;
	position: fixed;
	top: 105px;
	left: 0;
	z-index: 989;
	width: 100%;
	height: calc(100% - 70px);
	background: rgba(0, 0, 0, 0.6);
	animation: fade-in .43s ease 0s;
	-webkit-animation: fade-in .43s ease 0s;
}

#mobilehead .nav .nav_box {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 991;
	width: 100%;
	overflow: auto;
	border-top: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
}

#mobilehead .nav .nav_one>li {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
}

#mobilehead .nav .nav_one>li>span>a {
	display: block;
	position: relative;
	width: calc(100% - 150px);
	height: 42px;
	box-sizing: border-box;
	font-size: 15px;
	color: #666;
	line-height: 42px;
	float: left;
}

#mobilehead .nav .nav_one>li>span>i {
	float: right;
	display: block;
	width: 150px;
	height: 42px;
}

#mobilehead .nav .nav_one>li>span>i>em {
	float: right;
	width: 42px;
	height: 42px;
	background: url(404.png) no-repeat center center;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	display: block;
}

#mobilehead .nav .nav_one>li>span>i>em.on {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobilehead .nav .nav_one>li>ul {
	display: none;
}

#mobilehead .nav .nav_one>li>ul>li {
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
}

#mobilehead .nav .nav_one>li>ul>li>a {
	font-size: 15px;
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
}

#mobilehead .nav .push-nav {
	display: block;
	position: relative;
	z-index: 998;
	width: 42px;
	height: 37px;
	font-size: 0;
	margin-right: 8px;
	background: #14329a;
	margin-top: 18px;
	border-radius: 5px;
}

#mobilehead .nav .push-nav .nav-toggle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mobilehead .nav .push-nav.on .nav-toggle {
	margin-left: -4px;
}

#mobilehead .nav .push-nav .nav-toggle span {
	display: block;
	position: relative;
	z-index: 1;
	width: 36px;
	height: 2px;
	margin: 0 0 10px auto;
	background: #fff;
	border-radius: 3px;
	-webkit-transform-origin: 35px;
	transform-origin: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#mobilehead .nav .push-nav .nav-toggle span.two {
	width: 35px;
}

#mobilehead .nav .push-nav .nav-toggle span:last-child {
	margin-bottom: 0;
}

#mobilehead .nav .push-nav.on .nav-toggle span {
	opacity: 1;
}

#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobilehead .nav .nav_contact {
	position: relative;
	border-top: 1px solid #eee;
	color: #666;
}

#mobilehead .nav .nav_contact .nav_txt {
	width: 100%;
}

#mobilehead .nav .nav_contact .nav_txt span {
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	position: relative;
	text-indent: 15px;
	margin-left: 10px;
	font-size: 15px;
}

#mobilehead .nav .nav_contact .nav_txt span a {
	color: #666;
}

#mobilehead .nav .nav_contact .nav_txt span.sitemapicon {
	background: url(404.png) no-repeat left center;
	background-size: auto 15px;
}

#mobilehead .nav .nav_contact .nav_txt span.topphoneicon {
	background: url(404.png) no-repeat left center;
	background-size: auto 15px;
}

#mobilehead .nav .nav_contact .nav_txt span.topemailicon {
	background: url(404.png) no-repeat left center;
	background-size: auto 15px;
	text-indent: 25px;
}




.f_x {
	background: url(404.png) no-repeat center center;
	min-height: 97px;
	margin-top: -20px;
	position: relative;
	z-index: 1000
}

.f_x_l {
	padding-top: 36px;
	line-height: 1.8
}

.f_x_r_1 {
	float: left;
	color: #9b9b9b;
	font-size: 14px;
	padding-top: 28px;
	padding-left: 120px;
	text-align: center
}

.f_x_r_2 {
	float: left;
	font-weight: bold;
	font-size: 23px;
	color: #dfff2b;
	padding-left: 30px;
	padding-top: 8px;
}

.f_x_r_2 img {
	height: 80px;
}

.f_x_r_3 {
	float: left;
	padding-left: 80px;
	padding-top: 10px;
}

.f_x_r_3 a {
	display: inline-block;
	background: #4a4a4a;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 18px;
}

@media (max-width : 1319px) {
	.f_x_r_1 {
		padding-left: 80px;
		text-align: center
	}
}

@media (max-width : 1199px) {
	.f_x_l {
		padding-top: 25px;
		line-height: 1.6
	}

	.f_x_r_1 {
		padding-left: 60px;
		text-align: center
	}

	.f_x_r_2 {
		padding-left: 20px;
	}

	.f_x_r_3 {
		padding-left: 30px;
	}
}


.cpzs {
	padding-bottom: 30px;
	overflow: hidden;
	padding-top: 20px !important;
}

.cpzs .cpzs_bt {
	padding: 40px 0 35px;
	text-align: center
}

.cpzs .cpzs_bt .fwxm_bt1 {
	font-size: 48px;
	color: #dedbd9;
	font-family: 'Teko', sans-serif;
	font-weight: bold
}

.cpzs .cpzs_bt .fwxm_bt2 {
	color: #d4020d;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 -8px;
}

.cpzs .cpzs_bt .fwxm_bt3 {
	padding: 15px 0;
	color: #afafaf;
	font-size: 16px;
}

.cpzs .cpzs_bt .fwxm_bt3 img {
	max-width: 100%;
}

.about .cpzs_bt .fwxm_bt1 {
	font-size: 38px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

.about .cpzs_bt .fwxm_bt2 {
	color: #ffffff;
	font-size: 17px;
	margin: 0px;
	padding: 15px 0;
	font-weight: normal
}

.about .cpzs_bt .fwxm_bt3 {
	padding: 5px 0
}

.about .cpzs_bt .fwxm_bt3 img {
	max-width: 100%;
}


@media (max-width : 1200px) {
	.cpzs .cpzs_bt .fwxm_bt2 {
		background: none
	}
}


@media (max-width : 768px) {
	.cpzs .cpzs_bt {
		padding: 20px 0 15px;
		text-align: center
	}

	.cpzs .cpzs_bt .fwxm_bt1 {
		font-size: 24px;
		color: #dcdcdc;
	}

	.cpzs .cpzs_bt .fwxm_bt2 {
		color: #333333;
		font-size: 20px;
		padding: 10px 0;
		margin: -10px 0 -8px
	}

	.cpzs .cpzs_bt .fwxm_bt2 img {
		max-width: 48px
	}

	.cpzs .cpzs_bt .fwxm_bt3 {
		font-size: 13px;
		width: 100%
	}

	.p_en {
		font-size: 24px !important;
		color: #dcdcdc !important;
	}
}





.cp_fl {
	margin-top: 15px;
}

.cp_fl a {
	background: #d5d5d5;
	display: inline-block;
	width: 13%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	transition: 0.3s;
	margin-left: 1.5%;
	float: left;
	font-size: 16px;
	color: #333333
}

.cp_fl a:first-child {
	margin-left: 0
}

.cp_fl a:hover {
	background: #f16601;
	color: #FFF
}


.product_left {
	width: 100%;
	margin-top: 20px;
}

.product_left .pl_top {
	width: 130px;
	height: 50px;
	background: #fc9a0e;
	float: left
}

.product_left .pl_top p {
	color: #FFF;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}

.product_left .pl_ul {
	width: calc(100% - 180px);
	float: left;
	height: 50px;
	position: relative;
}

.product_left .pl_ul .first_li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-indent: 20px;
	color: #333;
	background: #e6e6e6;
	font-size: 13px;
}

.product_left .pl_ul .ul_li {
	width: calc(100% + 50px);
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index: 20;
	border-top: 1px solid #D0D0D0;
}

.product_left .pl_ul .ul_li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	text-indent: 20px;
	color: #333;
	background: #e6e6e6;
	border-bottom: 1px solid #D0D0D0;
	font-size: 13px;
}

.product_left .pl_right {
	width: 50px;
	height: 50px;
	background: #e6e6e6;
	background-size: auto 50%;
	float: right;
}

.product_left .pl_right i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(404.png) no-repeat center center;
	transform: rotate(90deg);
	transition: transform .3s ease-out;
}

.product_left .pl_right i.on {
	transform: rotate(-90deg);
}

.product_right {
	width: 96%;
	padding: 0rem 2% 1rem;
}

.product_right .pr_ul {
	width: 100%;
	overflow: hidden;
}

.product_right .pr_ul .swiper-slide {
	margin-top: 20px !important;
	width: 49%;
}

.product_right .pr_ul .swiper-slide .s_img {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	border: 1px solid #DDD;
	box-sizing: border-box;
	position: relative;
}

.product_right .pr_ul .swiper-slide .s_img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product_right .pr_ul .swiper-slide p {
	background: #DEDEDE;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	padding: 0 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px
}

.product_right .pr_ul .swiper-slide p a {
	color: #333;
}

.center {
	margin-top: 2px;
}

.center .cp_tu img {
	max-width: 100%
}

.center .cp_tu {
	margin: 0 10px;
	border: 1px solid #f5f5f5;
	border-bottom: 0;
}

.center .cp_zi {
	margin: 0 10px;
	border: 1px solid #f5f5f5;
	border-top: 0;
	background: #f5f5f5;
	padding: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.center .slick-prev {
	display: none !important
}

.center .slick-next {
	display: none !important
}




#fengebg {
	background: url(../image/fengebg.jpg) no-repeat left top #14329a;
	padding: 55px 0 56px;
	background-size: auto 100%;
}

.fenge {}

.fenge .fg_txt {
	padding-left: 48.7%;
}

.fenge .fg_txt p {
	margin: 0;
	color: #fff;
}

.fenge .fg_txt p:first-child {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	font-weight: bold;
}

.fenge .fg_txt p:last-child {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	margin-top: 8px;
}

.ht .ht1 {
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	padding-top: 40px;
}

.ht .ht2 {
	font-size: 15px;
	color: #4a4a4a;
	padding: 15px 0
}

.ht .ht3 {
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px
}

.ht .ht3 span {
	font-size: 29px;
	color: #f16601
}

.ht .ht4 {
	font-size: 18px;
	color: #FFF;
	padding-left: 0px;
	margin-top: 50px;
	font-weight: bold;
	text-align: right
}

.ht .ht4 p:last-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
}

.ht .ht5 {
	text-align: center;
	margin-top: 20px;
	text-align: right
}

.ht .ht5 a {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: #f16601;
	padding: 8px 25px;
	border-radius: 40px;
	display: inline-block
}


@media (max-width : 1319px) {
	.ht .ht1 {
		font-size: 22px;
	}

	.ht .ht2 {
		font-size: 14px;
		padding: 15px 0
	}

	.ht .ht3 {
		font-size: 16px;
	}

	.ht .ht3 span {
		font-size: 16px;
		color: #f16601
	}

	.ht .ht4 {
		font-size: 16px;
		background-size: 50px;
	}

	.ht .ht4 p:last-child {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 28px;
	}

	.ht .ht5 {
		margin-top: 30px;
	}

	.ht .ht5 a {
		font-size: 16px;
	}
}

@media (max-width : 1200px) {

	.ht .ht4 {
		font-size: 14px;
		background-size: 40px;
	}

	.ht .ht4 p:last-child {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
	}

	.ht .ht5 {
		margin-top: 20px;
	}

	.ht .ht5 a {
		font-size: 16px;
	}
}


@media (max-width : 991px) {
	.ht {
		height: 206px;
	}

	.ht .ht1 {
		font-size: 18px;
		padding-top: 45px;
	}

	.ht .ht2 {
		font-size: 14px;
		padding: 15px 0
	}

	.ht .ht3 {
		font-size: 14px;
	}
	.fenge .fg_txt {
		padding-left: 0 !important;
	}
	.fenge .fg_txt p:first-child {
		font-size: 24px !important;
	}
	.fenge .fg_txt p:last-child {
		font-size: 22px !important;
	}
}

@media (max-width : 767px) {
	.ht {
		width: 100%;
		height: 39px;
	}

	.ht .ht1 {
		font-size: 20px;
	}

	.ht .ht2 {
		font-size: 12px;
		padding: 10px 0
	}

	.ht .ht3 {
		font-size: 14px;
	}

	.ht .ht4 {
		text-align: left;
		padding-left: 3px
	}

	.ht .ht5 {
		text-align: left;
		margin-left: 3px;
	}
}



.yuanli .yuanli_tu img {
	max-width: 100%
}

.yuanli .yuanli_zi {
	width: 570px;
	margin-left: 95px;
	margin-top: 140px;
}

.yuanli .yuanli_zi .y1 {
	font-size: 36px;
	font-weight: bold;
	color: #a9a9a9
}

.yuanli .yuanli_zi .y2 {
	font-size: 40px;
	font-weight: bold;
	color: #2f2f2f;
	padding-top: 15px;
}

.yuanli .yuanli_zi .y2 span {
	color: #f16601
}

.yuanli .yuanli_zi .y3 {
	color: #666666;
	font-size: 16px;
	line-height: 2;
	margin-top: 15px;
}

.yuanli .yuanli_zi .y4 {
	margin-top: 70px;
}

.yuanli .yuanli_zi .y4 img {
	max-width: 100%;
}


@media (max-width : 1600px) {
	.yuanli .yuanli_zi {
		width: 570px;
		margin-left: 55px;
		margin-top: 60px;
	}

	.yuanli .yuanli_zi .y2 {
		padding-top: 0px;
	}
}

@media (max-width : 1360px) {
	.yuanli .yuanli_zi {
		width: 90%;
		margin: 0 auto;
		margin-top: 60px;
	}

	.yuanli .yuanli_zi .y1 {
		font-size: 30px;
	}

	.yuanli .yuanli_zi .y2 {
		font-size: 30px;
	}

	.yuanli .yuanli_zi .y4 {
		margin-top: 20px;
	}
}

@media (max-width : 1250px) {
	.yuanli .yuanli_zi {
		width: 100%;
		padding: 0 5px
	}
}

@media (max-width : 1200px) {
	.yuanli .yuanli_zi .y1 {
		font-size: 20px;
	}

	.yuanli .yuanli_zi .y2 {
		font-size: 20px;
	}

	.yuanli .yuanli_zi .y3 {
		color: #666666;
		font-size: 13px;
		line-height: 1.8;
		margin-top: 15px;
	}
}

@media (max-width : 991px) {
	.yuanli .yuanli_zi {
		margin-top: 10px;
	}

	.yuanli .yuanli_zi .y4 {
		display: none
	}
}

@media (max-width : 768px) {
	.w_a {
	    background-color: #fff;
	    clear: both;
	    display: block;
	    margin: 0 auto;
	    max-width: 1200px;
	    margin: 0px 8px;
	}
	.yuanli .yuanli_zi {
		margin-top: 20px;
		padding-bottom: 30px
	}

	.yuanli .yuanli_zi .y1 {
		font-size: 20px;
	}

	.yuanli .yuanli_zi .y2 {
		font-size: 20px;
	}

	.yuanli .yuanli_zi .y4 {
		display: block
	}
}



#infobg {
	width: 100%;
	padding-bottom: 20px !important;
	margin-top: 0px;
	border-top: 1px solid #ccc;
	padding-top: 49px;
}

.info {
	width: 100%;
	height: 100%;
}

.info_left {}

.info_left .p_txt {
    width: 42%;
    
    display: inline-block;
    text-align: left;
}

.info_left .p_txt h3 {
	line-height: 30px;
	font-size: 18px;
	color: #14329a;
	font-weight: bold;
}

.info_left .p_txt p {
	margin: 0;
	line-height: 25px;
	color: #666666;
	font-size: 15px;
	text-indent: 2em;
}

.p_cn {
	height: 46px;
	line-height: 46px;
	font-size: 32px;
	color: #da0000;
	margin: 20px 0 22px;
	margin-top: 14px;
	font-weight: bold;
}

.p_en {
	height: 27px;
	line-height: 35px;
	font-size: 53px;
	text-transform: uppercase;
	color: #dcdcdc;
	font-weight: bold;
	margin-top: 45px;
	font-family: 'Teko', sans-serif;
}

.info_left .p_txt p:nth-child(3) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.info_left .p_txt a {
	display: inline-block;
	line-height: 39px;
	height: 40px;
	font-size: 15px;
	color: #686868;
	margin-top: 47px;
	padding: 0 28px 0 28px;
	background: #14329a;
	font-weight: 700;
	color: #fff;
	border-radius: 34px;
	text-decoration: none;
}


.il_btn .a_txt {
	
	background-color: #fafafa !important;
	padding: 0;
	width: 23%;

}

.il_btn .a_txt:last-child {
	margin-right: 0;
}


.il_btn .a_txt p {
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f3f3f3;
}

.info_left .il_btn {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.info_left .il_btn .il_a {
	display: flex;
	width: 212px;
	height: 166px;
	background: #E0E0E0;
	margin-left: 10px;
	cursor: pointer;
}

.info_left .il_btn .il_a:first-child {
	margin-left: 0;
}

.info_left .il_btn .il_a .a_txt {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.info_left .il_btn .il_a .a_txt i {
	display: block;
	height: 70px;
}



.info_left .il_btn .il_a .a_txt p {
	margin: 0;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin-top: 25px;
}

.info_left .il_btn .il_a:hover {
	background: #f16601;
}

.info_left .il_btn .il_a:hover .a_txt i.icon1 {
	background: url(404.png) no-repeat center center;
}

.info_left .il_btn .il_a:hover .a_txt i.icon2 {
	background: url(404.png) no-repeat center center;
}

.info_left .il_btn .il_a:hover .a_txt i.icon3 {
	background: url(404.png) no-repeat center center;
}

.info_left .il_btn .il_a:hover .a_txt i.icon4 {
	background: url(404.png) no-repeat center center;
}

.info_left .il_btn .il_a:hover .a_txt p {
	color: #FFF;
}

.info_left .il_btn .il_a.on {
	background: #f16601;
	text-decoration: none;
}

.info_left .il_btn .il_a.on .a_txt i.icon1 {
	background: url(404.png) no-repeat center center;
}

.info_left .il_btn .il_a.on .a_txt p {
	color: #FFF;
}

@media screen and (max-width:1700px) {
	#infobg {
		width: 100%;
		padding-bottom: 42%
	}

	.info_left .p_txt p.p_en {
		height: 50px;
		line-height: 50px;
		font-size: 56px;
		text-transform: uppercase;
		color: #dcdcdc;
		font-weight: bold;
		margin-top: 60px;
	}

	.info_left .p_txt p.p_cn {
		height: 46px;
		line-height: 46px;
		font-size: 36px;
		color: #d4020d;
		margin: 0px 0 15px;
	}
}

@media screen and (max-width:1500px) {
	.info_left .il_btn .il_a {
		width: 160px;
		height: 150px;
	}
}

@media screen and (max-width:1320px) {
	.info_left .il_btn .il_a {
		width: 140px;
		height: 130px;
	}

	.info_left .il_btn .il_a .a_txt p {
		margin-top: 13px;
	}
}




#youshi {
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
}

#youshi .ys_bt_1 {
	float: left;
	position: relative
}

#youshi .ys_bt_1 .ys1 {
	position: relative;
	font-size: 62px;
	font-weight: bold;
	color: #dfdfdf
}

#youshi .ys_bt_1 .ys2 {
	position: absolute;
	top: 30px;
	z-index: 1;
	font-size: 47px;
	color: #2f2f2f;
	font-weight: bold
}

#youshi .ys_bt_1 .ys3 {
	position: relative;
	color: #2f2f2f;
	font-size: 18px;
	padding-top: 20px;
}

#youshi .ys_bt_2 {
	float: right;
	margin-top: 70px;
}

#youshi .ys_bt_2 .ys4 {
	background: url(404.png) no-repeat;
	padding-left: 55px;
	float: right
}

#youshi .ys_bt_2 .ys4 p {
	font-size: 22px;
	font-family: Impact;
}

#youshi .ys_bt_2 .ys4 p:first-child {
	font-size: 12px;
	color: #666666
}

#youshi .ys_bt_2 .ys5 {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}

#youshi .ys_bt_2 .ys5 a {
	background: #d81e25;
	color: #FFF;
	padding: 8px 22px;
}

.center1 {
	margin-top: 50px;
}

.center1 .slid_img1 {
	padding-bottom: 100px;
}

.center1 .slid_img1 p {
	width: 195px;
	padding: 40px 0;
	background: #005aa1;
	margin: 0 auto
}

.center1 .slid_img1 p a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.8
}

.center1 .slid_img1 p:after {
	content: "";
	border-top: 46px solid #005aa1;
	border-bottom: 0px solid pink;
	border-right: 98px solid transparent;
	border-left: 97px solid transparent;
	position: relative;
	bottom: -106px;
}


@media (max-width : 768px) {
	#youshi .ys_bt_1 .ys1 {
		position: relative;
		font-size: 30px;
		font-weight: bold;
		color: #dfdfdf
	}

	#youshi .ys_bt_1 .ys2 {
		position: absolute;
		top: 18px;
		z-index: 1;
		font-size: 24px;
		color: #2f2f2f;
		font-weight: bold
	}

	#youshi .ys_bt_1 .ys3 {
		position: relative;
		color: #2f2f2f;
		font-size: 14px;
		padding-top: 10px;
	}

	#infobg {
		padding: 1px 0 !important;
		margin-top: 0 !important;
	}

	.il_btn {
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.il_btn .a_txt {
		width: 45%;
		margin-bottom: 20px;
	}

	.info_left .il_btn img {
		height: 130px !important;
	}

	.info_left .il_btn .a_txt p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.xt-news {
		margin-top: 0 !important;
	}

	.xt-news .news-txt {
		width: 100% !important;
		
		margin-bottom: 20px;
	}

	.re_tz {
		position: relative;
		top: 29px;
	}

	.cpzs .cpzs_bt {
		padding: 0 0 19px 0 !important;
	}

	.tese .tese_nr {
		margin-top: 0 !important;
	}

	.gd {
		margin-top: 20px;
	}


}

.center1 .slick-prev {
	display: none !important
}

.center1 .slick-next {
	display: none !important
}



.product {
	padding: 60px 0 68px;
	background: #f0f0f0;
}

.product .p_title {
	text-align: center;
	margin-top: 30px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.product .p_title .span_a {
	display: block;
	width: 32.66%;
	height: auto;
	background: #ffffff;
	color: #444;
	margin-left: 1%;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 30px;
	transition: 0.3s
}

.product .s_img img {
	max-width: 100%;
	border-radius: 50%
}

.product .s_zi {
	text-align: left;
	padding-left: 20px;
}

.product .s_zi_1 {
	font-size: 30px;
	padding-top: 30px;
	color: #0046a5;
	transition: 0.3s
}

.product .s_zi p:first-child {
	font-size: 24px;
	padding-top: 22px;
	color: #333333;
	font-weight: bold;
	transition: 0.3s
}

.product .s_zi p:last-child {
	font-size: 16px;
	color: #999999;
	padding-top: 15px;
	transition: 0.3s
}


.product .p_title .span_a:first-child {
	margin-left: 0;
}

.product .p_title .span_a.on {
	background: #0046a5;
	color: #FFF;
}

.product .p_title .span_a.on .s_zi p:first-child {
	color: #ffffff
}

.product .p_title .span_a.on .s_zi p:last-child {
	color: #6899dc
}

.product .p_title .span_a.on .s_zi_1 {
	color: #FFF
}

.product .p_title .span_a.on .san {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0046a5;
	display: block;
}

.product .p_contentwrap {
	position: relative;
}

.product .p_content {
	padding-top: 60px;
	width: 100%;
	overflow: hidden;
}

.product .p_content .p_img {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.product .p_content .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #EBEBEB;
}

.product .p_content p {
	margin: 0;
	line-height: 48px;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #282828
}

.product .p_content p a {
	color: #282828;
}


.product .p_contentwrap .swiper-button-prev {
	left: -50px;
	background: url(404.png) no-repeat;
	width: 22px;
	height: 38px;
	outline: none;
}

.product .p_contentwrap .swiper-button-next {
	right: -50px;
	background: url(404.png) no-repeat;
	width: 22px;
	height: 38px;
	outline: none;
}


@media (max-width : 1199px) {
	.product .s_img img {
		max-width: 80%
	}

	.product .s_zi {
		text-align: left;
		padding-left: 10px;
	}

	.product .s_zi_1 {
		display: none
	}

	.product .s_zi p:first-child {
		font-size: 20px;
		padding-top: 22px;
		color: #333333;
		font-weight: bold;
		transition: 0.3s
	}

	.product .s_zi p:last-child {
		font-size: 14px;
		color: #999999;
		padding-top: 15px;
		transition: 0.3s
	}
}

@media (max-width : 991px) {
	.product .s_img {
		display: none;
	}

	.product .s_zi {
		text-align: left;
		padding-left: 10px;
	}

	.product .s_zi p:first-child {
		font-size: 20px;
		padding-top: 3px;
		color: #333333;
		font-weight: bold;
		transition: 0.3s
	}

	.product .s_zi p:last-child {
		font-size: 14px;
		color: #999999;
		padding-top: 15px;
		transition: 0.3s
	}
}

@media (max-width : 590px) {
	.product .p_title .span_a {
		padding: 10px;
	}

	.product .s_zi p:first-child {
		font-size: 14px;
		padding-top: 3px;
		color: #333333;
		font-weight: bold;
		transition: 0.3s
	}

	.product .s_zi p:last-child {
		font-size: 12px;
		color: #999999;
		padding-top: 15px;
		transition: 0.3s
	}

	.product .p_content {
		padding-top: 20px;
		width: 100%;
		overflow: hidden;
	}
}




.tese {

	overflow: hidden;
	padding: 20px 0
}

.tese .tese_nr {
	background: #FFF;
	margin-top: 0px;
}

.tese .tese_nr .row {
	
}

.tese .ts_content {
	padding: 40px 40px 0;
}

.tese .ts_content .ts_wai {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tese .ts_content .ts_wai_nei {
	width: 400%;
	display: table;
	height: auto;
}

.tese .ts_content .ts_nei {
	display: table-cell;
	width: 25%;
}

.tese .ts_content .tsc_left {
	width: 40%;
	float: left;
}

.tese .ts_content .tsc_left .tsc_img {
	width: 100%;
	padding-bottom: 64%;
	position: relative;
}

.tese .ts_content .tsc_left .tsc_img img {
	display: block;
	position: absolute;
	object-fit: cover;
	margin: 20px;
}

.tese .ts_content .tsc_right {
    width: 59%;
    float: right;
    height: 310px;
}

.tese .ts_content .tsc_right .tsc_wrap {
	width: 100%;
	padding-bottom: 59.67%;
	position: relative;

}

.tese .ts_content .tsc_right .tsc_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px 24px 10px;
}



.tese .ts_content .tsc_right .tsc_txt p {
    margin: 0;
    line-height: 32px;
    color: #666;
    font-size: 15px;
    padding-top: 3px;
}

.tese .ts_content .tsc_right .tsc_txt p:first-child {
	height: 35px;
	line-height: 35px;
	color: #999999;
	font-size: 24px;
}

.tese .ts_content .tsc_right .tsc_txt p:first-child {
    height: 29px;
    font-size: 15px;
    font-weight: bold;
    color: #d4020d;
}

.tese .ts_content .tsc_right .tsc_txt p:first-child span {
	width: 30px;
	color: #fff;
	font-size: 27px;
}

.tese .ts_content .tsc_right .tsc_txt p:nth-child(2) {
	height: 35px;
	line-height: 35px;
	color: #343434;
	font-size: 23px;
	font-weight: bold;
}

.xt-login span {
	color: #d4020d;
}

.tese .ts_content .tsc_right .tsc_txt i {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #9f9f9f;
    margin: 25px 0 15px;
}

.tese .ts_ul {}

.tese .ts_ul .ts_li {
	width: 25%;
	float: left;
	height: 133px;
	color: #FFF;
	text-align: left;
	background: #f3f3f3;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #fff;
	overflow: hidden
}

.tese .ts_ul .ts_li:last-child {
	border-right: none;
}

.tese .ts_ul .ts_li div {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	height: 100%;
	text-align: left;
	position: relative;
	padding: 40px;
}

.tese .ts_ul .ts_li div b {
	font-size: 63px;
	color: #d4020d;
	position: absolute;
	bottom: -20px;
	right: 5px;
	font-family: 'Teko', sans-serif;
}

.tese .ts_ul .ts_li i {
	border-bottom: 10px solid #0070c6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.tese .ts_ul .ts_li.on,
.tese .ts_ul .ts_li:hover {
	background: #d4020d;
	color: #fff;
}

.tese .ts_ul .ts_li.on div {
	color: #FFF
}

.tese .ts_ul .ts_li.on div b {
	color: #ffffffd6;
}

.tese .ts_ul .ts_li:hover div {
	color: #FFF
}

.tese .ts_ul .ts_li:hover div b {
	color: #ffffffd6
}

.tese .ts_ul .ts_li.on i,
.tese .ts_ul .ts_li:hover i {
	display: block;
}




@media (max-width : 1199px) {
	.tese .ts_ul .ts_li div {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		height: 100%;
		padding-top: 80px;
	}

	.tese .ts_content .tsc_right .tsc_txt {
		padding: 5px 25px 10px;
	}

	.tese .ts_content .tsc_right .tsc_txt p:first-child {
		height: 30px;
		line-height: 30px;
		color: #999999;
		font-size: 14px;
	}

	.tese .ts_content .tsc_right .tsc_txt p:nth-child(2) {
		height: 30px;
		line-height: 30px;
		color: #343434;
		font-size: 20px;
		font-weight: bold;
	}

	.tese .ts_content .tsc_right .tsc_txt p {
		margin: 0;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		padding-top: 15px;
	}

	.tese .ts_ul .ts_li div b {
		font-size: 13px;
		color: #555555
	}
}


#yingyongbg {
	padding: 50px 0 88px;
	background: url(../image/lingyubg.jpg) no-repeat center center;
	background-size: cover;
}

.y_li {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.y_li .y_img {
	background: #ffffff;
	padding: 3px;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.y_li .y_img img {
	object-fit: cover;
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.y_li .y_img a:hover img {
	padding: 3px;
	transform: scale(1.1);
}

.y_li-slide p {
	margin: 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	margin-top: 18px;
	color: #F5F5F5;
}

.y_li-slide {
	float: left;
	width: 14%;
	padding: 9px;
}


.pb_title h2 {
	margin: 0;
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: bold;
	height: 58px;
	line-height: 58px;
	position: relative;
}

.pb_title p {
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-top: 13px;
	font-size: 15px;
}

.pb_title {
	text-align: center;
	position: relative;
	background: url(404.png) no-repeat center bottom;
	padding-bottom: 25px;
}




.jjfa {
	padding: 20px 0
}

.jjfa_bt {
	text-align: center
}

.jjfa_bt a {
	border: 2px solid #b4b4b4;
	width: 13%;
	display: inline-block;
	padding: 15px 0;
	margin-left: 1%;
	font-size: 16px;
	color: #222222
}

.jjfa_bt a:first-child {
	margin-left: 0
}

@media (max-width : 767px) {
	.jjfa_bt a {
		border: 1px solid #b4b4b4;
		width: 32.53%;
		display: inline-block;
		padding: 10px 0;
		margin-left: 1%;
		font-size: 14px;
		margin-top: 1%
	}

	.jjfa_bt a:nth-child(4) {
		margin-left: 0
	}
}


.jjfa .center1 {
	margin-top: 30px;
}

.jjfa .center1 .anli_tu {
	margin: 0 10px;
}

.jjfa .center1 .anli_tu img {
	max-width: 100%
}

.jjfa .center1 .anli_zi {
	height: 45px;
	line-height: 45px;
}


.gd {
	margin-bottom: 50px;
}

.gd .center2 {
	margin-top: 0px;
}

.gd .center2 .ab_tu {
	margin: 0 10px;
}

.gd .center2 .ab_tu img {
	max-width: 100%
}

.gd .center2 .ab_zi {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
	margin: 0 10px
}

.gd .center2 .slick-prev {
	display: none !important
}

.gd .center2 .slick-next {
	display: none !important
}





.news_content {
	padding: 35px 0px;
	background: #FFF;
	margin-top: 47px;
	margin: 0 auto
}

.news_content .news_title {
	height: 33px;
	position: relative;
	background: url(404.png) repeat-x center center;
}

.news_content .news_title .n_bt {
	background: #FFF;
	padding: 0
}

.news_content .news_title span {
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 33.33%;
	line-height: 33px;
	height: 33px;
	cursor: pointer;
}

.news_content .news_title span.hover {
	color: #f16601;
}

.news_content .news_title span:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 11px;
	right: 0;
	top: 11px;
	background: #C7C7C7;
}

.news_content .news_title span:nth-child(3):after {
	height: 25px;
	top: 4px;
	background: #7F7F7F;
}

.news_content .news_title .news_more {
	width: 130px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
	background: #f16601;
	border-radius: 17px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.news_content .news_li {
	margin-top: 42px;
}


.news_content .news_li .news_left .news_top {
	height: 249px;
}

.news_content .news_li .news_left .news_top .news_img {
	width: 100%;
	height: 249px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
}

.news_content .news_li .news_left .news_txt {
	margin-top: 14px;
}

.news_content .news_li .news_left .news_txt .news_h2 {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	text-align: left
}

.news_content .news_li .news_left .news_txt .news_h2 a {
	color: #333;
}

.news_content .news_li .news_left .news_txt .news_h2 a:hover {
	color: #f16601
}

.news_content .news_li .news_left .news_txt p {
	color: #888;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left
}

.news_right a {
	padding: 15px 0 12px;
	display: block;
	background: #f1f1f1;
	margin-top: 15px;
}

.news_right a:first-child {
	margin-top: 0;
}

.news_right a .time {
	background: #ffffff;
	border-radius: 8px;
	padding-bottom: 5px;
}

.news_right a .time .day {
	font-size: 3.4rem;
	display: block;
	line-height: 51px;
	height: 51px;
	text-align: center;
	color: #f16601;
	margin-top: 2px;
}

.news_right a .time .year {
	height: 20px;
	margin-top: 0px;
	line-height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	color: #f16601;
	font-size: 1.2rem;
}

.news_right a .txt p {
	color: #888;
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 0;
	text-align: left;
}

.news_right a .txt p:first-child {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	line-height: 33px;
	height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_right a:hover p:first-child {
	color: #f16601
}



.cjwt {
	background: #f9f9f9;
}

.questions {
	padding-top: 0px;
	overflow: hidden;
	padding-bottom: 30px;
}

.questions .questions_title {
	height: 62px;
	line-height: 62px;
	color: #000;
	font-size: 24px;
	position: relative
}

.questions .questions_title .more {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 14px;
	color: #666;
}

.questions .questions_ul {
	margin-top: 8px;
}

.questions .questions_ul p {
	margin: 0;
}

.questions .questions_ul .q {
	width: 36px;
	float: left;
	margin-top: 8px;
}

.questions .questions_ul .q .btn1 {
	width: 36px;
	height: 18px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	background: #14329a;
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}

.questions .questions_ul .q .btn1.a {
	background: #5f5f5f;
}

.questions .questions_ul .txt {
	width: calc(100% - 50px);
	float: right;
}

.questions .questions_ul .txt a p {
	color: #333333
}

.questions .questions_ul .txt p {
	color: #999999;
	line-height: 24px;
}

.questions .questions_ul .txt p:first-child {
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.questions .questions_ul .txt p:last-child {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.questions .questions_ul .txt a p {
	line-height: 29px;
	font-size: 16px;
}

@media (max-width : 768px) {
	.questions .questions_ul {
		margin-top: 8px;
		padding: 15px
	}
}




#footlinkbg {
	padding: 18px 0 15px;
	background: #14329a;
}

.footlink .fl_left {
	width: 100px;
	float: left;
}

.footlink .fl_left p {
	margin: 0;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}

.footlink .fl_left p:first-child {
	height: 44px;
	line-height: 44px;
	font-size: 40px;
	font-weight: bold;
}

.footlink .fl_right {
	width: calc(100% - 100px);
	font-size: 0;
	-webkit-text-size-adjust: none;
	float: right;
}

.footlink .fl_right a {
	display: inline-block;
	line-height: 32px;
	white-space: nowrap;
	padding: 0 20px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}

.footlink .fl_right a:after {
	content: '';
	width: 1px;
	height: 12px;
	background: #ffffff;
	position: absolute;
	top: 10px;
	right: -1px;
}




#footer {
	background: #3e3e3e;
	padding: 0;
}

#footer .f3 {
	text-align: right;
	font-size: 14px;
	color: #898989;
}


.f_k {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 14px;
	text-indent: 0.3cm
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ffffff;
	font-size: 14px;
	text-indent: 0.3cm
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ffffff;
	font-size: 14px;
	text-indent: 0.3cm
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ffffff;
	font-size: 14px;
	text-indent: 0.3cm
}

.f_k input {
	background: #ffffff;
	width: 100%;
	border: 1px solid #656565;
	color: #999999;
	height: 34px;
}

.f_k input::-webkit-input-placeholder {
	color: #999999;
}

.f_k .form-control {
	border-radius: 0;
	padding: 2.5vh 0;
	text-indent: 0.2cm
}

.f_k .btn {
	background: #f16601;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 1.4vh 0;
	border-radius: 0;
	border: none
}

.footer_s {
	border-top: 2px solid #363636;
	padding-top: 20px;
	margin-top: 40px;
	padding-bottom: 30px;
	overflow: hidden
}

.f_ewm {
	text-align: left;
	padding-top: 40px;
}

.f_ewm img {
	max-width: 100%
}

.f_lx {
	color: #FFF;
	font-size: 15px;
}

.f_lx .f_lx_1 {
	overflow: hidden;
	margin-top: 13px;
}

.f_lx .f_lx_1 .fa {
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 0px;
}

.f_lx .f_lx_2 {
	width: calc(100% - 55px)
}

.f_lx .f_lx_2 span {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold
}

.f_logo {
	text-align: right;
	padding-top: 35px;
}

.f_logo img {
	max-width: 100%
}

.f_lx1 {
	color: #FFF;
	font-size: 15px;
	padding-top: 10px;
}

.f_lx1 .f_lx_1 {
	overflow: hidden;
	margin-top: 20px;
	text-align: center
}

.f_lx1 .f_lx_1 .fa {
	width: 30px;
	height: 30px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 8px;
}

.f_lx1 .f_lx_2 {
	width: 100%
}

.f_lx1 .f_lx_2 img {
	max-width: 120px
}

.f_lx1 .f_lx_2 span {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold
}

.footer_x {
	background: #292929;
	padding: 15px 0;
	color: #828282;
	line-height: 25px;
}

.footer_x a {
	color: #828282
}

.footer_x a:hover {
	color: #FFF;
}

@media screen and (max-width:1024px) {
	.f_lx1 {
		color: #FFF;
		font-size: 15px;
		padding-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.footer_s {
		border-top: 2px solid #363636;
		padding-top: 20px;
		margin-top: 20px;
		padding-bottom: 30px;
		overflow: hidden
	}

	.f_lx .f_lx_1 .fa {
		font-size: 16px;
		margin-top: 6px;
	}

	.f_lx .f_lx_1 span {
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-weight: bold
	}

	.f_logo {
		text-align: center;
		padding-top: 25px;
	}
}



@media screen and (max-width:1249px) {

	.p_left {
		width: 240px;
	}

	.p_left h2 {
		height: 100px;
		line-height: 100px;
	}

	.p_left .p_ul>a {
		line-height: 50px;
		font-size: 15px;
		background-position: 15px 24px;
	}

	.p_left .p_ul>a.on,
	.p_left .p_ul>a:hover {
		background-position: 15px 24px
	}

	.p_left .p_ul ul {
		padding: 12px 10px;
	}

	.p_left .p_ul ul li {
		line-height: 30px;
		font-size: 14px;
	}

	.p_left .p_bottom {
		padding: 18px 5px 16px;
	}

	.p_left .p_bottom .p_txt p:last-child {
		font-size: 27px;
	}

	.product .p_right {
		width: calc(100% - 260px);
	}

	#news .news_content .news_li .news_left .news_txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}


@media screen and (max-width:1229px) {
	#infobg {
		padding-bottom: 41%;
	}

	.info_left .p_txt p.p_en {
		margin-top: 10px;
	}

	.info_left .p_txt p.p_cn {
		margin: 10px 0;
	}

	.info_left .p_txt a {
		margin-top: 20px;
	}

	.info_left .il_btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1200px) {
	.info {
		min-height: 320px;
	}

	.info .i_left {
		width: 450px;
		left: 30px;
	}

	.info .i_left img {
		width: 450px;
		height: 320px;
	}

	.info .i_right {
		width: calc(100% - 480px);
		padding: 20px 30px 0;
	}
}

@media screen and (max-width:1023px) {

	.product .p_title .span_a {
		font-size: 16px;
	}

	.tese {
		padding: 30px 0;
	}

	.tese .ts_content {
		margin-top: 25px;
	}

	.tese .ts_content .tsc_left {
		width: 100%;
	}

	.tese .ts_content .tsc_right {
		width: 100%;
	}

	.tese .ts_content .tsc_right .tsc_wrap {
		width: 100%;
		padding-bottom: 0;

	}

	.tese .ts_content .tsc_right .tsc_txt {
		width: 100%;
		position: relative;
		padding: 25px 35px;
	}


	.tese .ts_ul .ts_li {
		height: 120px;
	}

	.tese .ts_ul .ts_li div {
		font-size: 16px;
	}



	.news {
		margin-top: 25px;
	}

	.news .news_left {
		width: 100%;
		float: none;
	}

	.news .news_right {
		width: 100%;
		float: none;
		margin-top: 25px;
	}

	.news .news_right .nr_ul {
		padding-top: 15px;
	}

	.news .news_right .nr_ul a {
		width: 49%;
		float: left;
		margin-left: 2%;
	}

	.news .news_right .nr_ul a:nth-child(odd) {
		margin-left: 0;
	}
}
.sea_search img  {
	width: 100%;
}

@media screen and (max-width:992px) {
	#mobilehead {
		display: flex;
	}

	.top {
		display: none;
	}

	#navbg {
		display: none;
	}

	#mobilehead.mhead {
		position: fixed;
		z-index: 9999;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		top: 0;
	}

	#mobilehead .nav_bg.nav_bg1 {
		top: 70px;
		height: calc(100% - 70px);
	}

	#mobilehead .nav .nav_box.nav_box1 {
		top: 70px;
	}

	.infoimg_r {
		display: none;
	}

	.tese .ts_ul .ts_li {
		height: 100px;
	}

	.tese .ts_ul .ts_li div {
		
		padding-top: 33px
	}

	.sea_search img {
		height: 120px;
	}





	#infobg {
		padding: 30px 0;
	}

	.info {
		min-height: 0;
		margin-top: 25px;
	}

	.info .i_left {
		width: 100%;
		padding-bottom: 71.09%;
		position: relative;
		top: 0;
		left: 0;
	}

	.info .i_left img {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
	}

	.info .i_right {
		width: 100%;
		padding: 20px 20px 50px;
	}

	.info .i_right p:first-child {
		margin-bottom: 15px;
	}

	#news .news_content .news_li .news_left .news_txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.f_k .footer_x_1 div {
		margin-bottom: 15px;
	}

	.f_k .footer_x_1 #bzContact {
		width: 100%;
		height: 100px;
	}

	.submit-xt {
		width: 100%;
		margin-left: 0 !important;
	}
}



@media screen and (max-width:991px) {
	#navbg .nav .firstfloor>li {
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}

	#navbg .nav .secondfloor {
		top: 55px;
	}

	.index_banner {
		padding-bottom: 40%;
	}

	#stylepbulic {
		height: 200px;
	}

	#footbottombg {
		padding-bottom: 55px;
	}

	#infobg {
		padding-bottom: 0;
		background: #F6F6F6;
		background-size: cover;
		padding-bottom: 20px;
	}

	.info {
		position: relative;
	}

	.info_left .p_txt {
		width: 100%;
		padding-right: 0;
	}

	.info_left .il_btn .il_a {
		width: 23.8%;
		margin-left: 1.6%;
	}

	.info_left .p_txt {
		text-align: center;
	}

	.info_left .p_txt p:nth-child(3) {
		text-align: left;
	}

	.news_content .news_title span:nth-child(3):after {
		background: none
	}

	.news_content .news_title span {
		font-size: 16px;
	}

	.f_k .row div {
		margin-bottom: 15px;
	}

}


@media screen and (max-width:767px) {
	#mobilehead {
		background: url(404.png) no-repeat 10px center #FFF;
		background-size: auto 50px;
	}

	.product {
		padding: 20px 0;
	}

	.tese .ts_content .tsc_right .tsc_txt p:last-child {
		min-height: 72px;
	}

	.tese .ts_ul {
		margin-top: 7px;
	}

	.tese .ts_ul .ts_li {
		width: 49.7%;
		margin-left: 0.6%;
		margin-top: 4px;
	}

	.tese .ts_ul .ts_li:nth-child(odd) {
		margin-left: 0;
	}

	.tese .ts_ul .ts_li.on i,
	.tese .ts_ul .ts_li:hover i {
		display: none;
	}

	#news {
		padding: 0px;
	}

	#news .news_content .news_title span {
		display: inline-block;
		font-size: 14px;
		position: relative;
		text-align: center;
		padding: 0 25px;
		line-height: 30px;
		height: 30px;
		cursor: pointer;
		color: #3f3f3f;
		margin-left: 5px;
		border: 1px solid #e5e5e5;
	}

	#news .news_content .news_li .news_left {
		width: 100%;
	}

	#news .news_content .news_li .news_left .news_txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	#news .news_content .news_li .news_right {
		width: 100%;
		margin-top: 20px;
	}

	#news .news_content .news_li .question_list a {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width:668px) {
	.news .news_left .news_ul .news_li .nl_right {
		padding-left: 15px;
	}

	.news .news_left .news_ul .news_li .nl_right .nl_txt {
		width: 100%;
		float: none;
	}

	.news .news_left .news_ul .news_li .nl_right .nl_data {
		display: none;
	}

	.news .news_right .nr_ul a {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.product .p_title {
		margin-top: 0;
	}

	.product .p_title .span_a {
		width: 32%;
		margin-left: 2%;
		margin-top: 10px;
	}

	.product .p_title .span_a:nth-child(3n+1) {
		margin-left: 0;
	}

	.product .p_title .span_a:last-child {
		width: 32%;
	}

}

@media screen and (max-width:667px) {
	.pb_title .pb_cn {
		font-size: 24px;
		line-height: 42px;
		height: 42px;
	}

	.info_left .p_txt p.p_en {
		font-size: 60px;
		height: 60px;
		line-height: 60px;
	}

	.info_left .il_btn .il_a {
		width: 48%;
		margin-left: 4%;
		margin-top: 15px;
	}

	.info_left .il_btn .il_a:nth-child(odd) {
		margin-left: 0;
	}
}


@media screen and (max-width:499px) {
	.tese .ts_content .tsc_left .tsc_img img {
		width: 90% !important;
	}

	.xt-news .news-txt p:nth-child(2) {
		height: 95px !important;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	#mobilehead {
		background: url(404.png) no-repeat 10px center #FFF;
		background-size: auto 41px;
	}

	#mobilehead .nav_bg {
		top: 70px;
		height: calc(100% - 70px);
	}

	#mobilehead .nav .nav_box {
		top: 70px;
	}

	#mobilehead {
		z-index: 9999;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		top: 0;
	}

	.pb_title .sub_title {
		font-size: 13px;
		line-height: 22px;
	}

	.product .p_class {
		text-align: left;
	}

	.product .p_class a {
		width: 48%;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
		text-align: center;
		margin-left: 4%;
		margin-top: 7px;
	}

	.product .p_class a:nth-child(2n+1) {
		margin-left: 0;
	}

	.product .p_content {
		margin-top: 20px;
	}

	.product .p_content .p_li {
		width: 100%;
	}

	.product .p_btn a {
		width: 48%;
		margin-left: 4%;
	}

	.tese {
		padding: 20px 0;
	}

	.tese .ts_content .tsc_right .tsc_txt {
		padding: 15px 20px;
	}

	.tese .ts_content .tsc_right .tsc_txt p:first-child {
		font-size: 20px;
		height: 26px;
		line-height: 26px;
	}

	.tese .ts_content .tsc_right .tsc_txt p:nth-child(2) {
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}

	.tese .ts_content .tsc_right .tsc_txt i {
		margin: 15px 0;
	}



	.tese .ts_ul .ts_li div {
		font-size: 15px;
		font-weight: normal;
		
	}


	.info_left .p_txt p.p_en {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}

	.info_left .p_txt p.p_cn {
		font-size: 18px;
		margin: 0 0;
	}

	.info_left .p_txt p:nth-child(3) {
		font-size: 13px;
	}

	.info_left .il_btn .il_a {
		height: 150px;
	}

	.info_left .il_btn .il_a .a_txt p {
		margin-top: 10px;
	}


	.news .news_left .news_ul {
		margin-top: 10px;
	}

	.news .news_left .news_ul .news_li {
		padding: 12px 0;
	}

	.news .news_left .news_ul .news_li .nl_left {
		display: none;
	}

	.news .news_left .news_ul .news_li .nl_right {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.news .news_right .nr_ul a {
		padding: 10px;
	}

	.lc_ly a {
		padding: 8px 20px;
		font-size: 12px;
		margin-left: 10px;
	}
}

@media screen and (max-width:374px) {
	#mobilehead {
		background: url(404.png) no-repeat 10px center #FFF;
		background-size: auto 32px;
	}
}



.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 10px;
	padding-bottom: 10px;
	background: url(404.png) 0px bottom no-repeat;
	z-index: 999;
	width: 72px;
	z-index: 5000
}

.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.izl-rmenu .btn-qq {
	background: url(404.png) 0px 0px no-repeat;
	background-color: #FF9C00;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
	background: url(404.png) 0px 0px no-repeat;
	background-color: #FF9C00;
	text-decoration: none;
	display: block;
}

.izl-rmenu .btn-wx {
	background: url(404.png) 0px 0px no-repeat;
	background-color: #FF9C00;
}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -160px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
}

.izl-rmenu .btn-phone {
	background: url(404.png) 0px 0px no-repeat;
	background-color: #FF9C00;
}

.izl-rmenu .btn-phone .phone {
	background-color: #FF9C00;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	background: url(404.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #444;
}


#floatBottom {
	width: 100%;
	height: 53px;
	background: #8a8a8a;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
}

#floatBottom a {
	width: 25%;
	height: 53px;
	line-height: 53px;
	display: block;
	float: left;
	position: relative;
}

#floatBottom a.kf1 {
	background: url(404.png) no-repeat center center;
}

#floatBottom a.kf2 {
	background: url(404.png) no-repeat center center;
}

#floatBottom a.kf3 {
	background: url(404.png) no-repeat center center;
}

#floatBottom a.kf4 {
	background: url(404.png) no-repeat center center;
}

#floatBottom .ewm {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -45px;
	display: none;
}

#floatBottom .ewm img {
	width: 100%;
	height: 100%;
	display: block;
}


@media screen and (max-width:768px) {
	.izl-rmenu {
		display: none
	}
}

.callbacks_container img {
	width: 100%;
}

.xt-login {
	background: url(../image/adv_icon.gif) no-repeat;
	background-position: 0 12px;
	padding-left: 20px;
}

#gallery1 .ab_tu img {
	width: 300px;
	height: 200px;
}

.info_left .il_btn img {
	width: 100%;
	height: 180px;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
}

#gallery2 img {
	width: 114px;
	height: 62px;
}

.xt-news {
	margin-top: 10px;
}

.xt-news .news-txt {
	display: inline-block;
	width: 49%;
	padding: 20px;
	margin-left: 0.4%;
	border-radius: 2px;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px rgb(220 220 220);
	margin-bottom: 22px;
}

.xt-news .news-txt:hover {
	position: relative;
	top: -5px;
}

.xt-news .news-txt p:nth-child(1) {
	font-size: 18px;
	color: #343434;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: bold;
}

.xt-news .news-txt p:nth-child(2) {
	font-size: 14px;
	color: #555555;
	height: 90px;
	overflow: hidden;
	line-height: 25px;
}

.xt-news .news-txt p:nth-child(1):hover {
	color: #19639A;
	transition: all 200ms;
}

#bzContact {
	outline: none;
	resize: none;
}

.submit-xt {
	height: 34px;
	text-align: center;
	line-height: 34px;
	background-color: #14329a;
	margin-left: 55px;
	color: #fff;
}

#bzContact::-webkit-input-placeholder {
	color: #999999;
}

.slide-title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-indent: 0.5em;
}

.slide-title1 {
	margin-top: 30px;
}

.tips {
	color: #dd2200;
}

.kenrnel-txt {
	position: absolute;
	top: 18px;
	left: 10px;
}

.call-xt {
	position: relative;
	left: -9px;
}

.footer_x .container {
	text-align: center;
}

.xt-tel {
	text-align: right;
}

.info_left {
	position: relative;
}

.infoimg_r {
	position: absolute;
	top: 0;
	right: 0;
}



.info_left {
	position: relative;
}

.infoimg_r {
    position: absolute;
    top: 0;
    right: 0;
    height: 55.1%;
    width: 57%;
}

.infoimg_r img {
	width: 100%;
	height: 100%;
}

.text a {
	text-decoration: none;
	cursor: pointer;
}

.footlinkbg .container .footlink .fl_right a {
	text-decoration: none;
	cursor: pointer;
}

.news-txt a {
	text-decoration: none;
	cursor: pointer;
	color: #14329a;
}
