/*初始化样式*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #072b89;
}

input{
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img{
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li{
	list-style-type: none;
}

select,
input,
img,
select{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td{
	vertical-align: middle;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix{
	zoom: 1
}

.clearboth{
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2{
	font-weight: bold;
}

hr{
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6{
	font-weight: normal;
}

p{
	margin: 0;
}

/*----- Common css ------*/
.fl{
	float: left;
}

.fr{
	float: right;
}

/*flex布局*/
.flex_wrap{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*主体区域*/
.max1400{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1400{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1400{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px;
	}
}

@media(max-width:768px){
	.max1400{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*scrollbar*/
body::-webkit-scrollbar{
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

body::-webkit-scrollbar-track{
	background: #9f9f9f;
	-webkit-border-radius: 0;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical{
	background: #072b89;
	border: none;
	-webkit-border-radius: 0;
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #072b89;
	border: none;
	-webkit-border-radius: 0;
}

/*头部*/
#pc_header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	box-shadow: 0 5px 5px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	width: 17%;
	max-width: 200px;
	position: relative;
	z-index: 10;
	height: 100px;
	line-height: 100px;
}

.pc_logo img{
	max-width: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_logo .img2{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pc_header_fr{
	position: relative;
	height: 100px;
	z-index: 5;
	width: 80%;
}

.pc_header_fr_con{
	position: relative;
	width: 100%;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.pc_header_fr_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	padding-top: 18px;
	height: 54px;
}

.pc_header_fr_ft_fl{
	width: 30px;
	height: 30px;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}

.pc_header_fr_ft_fl a{
	display: block;
	width: 100%;
	height: 100%;
}

.pc_header_fr_ft_fl span{
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 17px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pc_header_fr_ft_fl.search_ico span{
	background-image: url(../images/img/top_header_search_bai.png);
}

.pc_header_fr_ft_fl span.ico1{
	background-position: center top;
	opacity: 1;
}

.pc_header_fr_ft_fl span.ico2{
	background-position: center center;
	opacity: 0;
}

.pc_header_fr_ft_fl span.ico3{
	background-position: center bottom;
	opacity: 0;
}

.pc_header_fr_ft_fr a{
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50px;
	background: rgba(0,0,0,0);
	padding: 8px 15px;
	border: 1px solid #fff;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_fr_search_box{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 15;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_fr_search_box form{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	padding-right: 40px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_fr_search_box_form_box{
	position: relative;
	overflow: hidden;
}

.pc_sousuo_con_fl{
	border: 1px solid #d8d8d8;
	background: #efefef;
	border-radius: 30px;
	width: 100%;
	padding-right: 140px;
}

.pc_sousuo_con_fl input{
	outline: none;
	line-height: 46px;
	background: none;
	border: 0;
	float: left;
}

.pc_sousuo_con_fr{
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}

.pc_sousuo_con_fr::before,.pc_sousuo_con_fr::after{
	content: '';
	position: absolute;
	left: 24px;
	top: 50%;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/img/top_header_search1.png);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_sousuo_con_fr::before{
	background-position: center top;
	opacity: 1;
}

.pc_sousuo_con_fr::after{
	background-position: center bottom;
	opacity: 0;
}

.pc_sousuo_con_tijiao{
	background-color: #072b89;
	cursor: pointer;
	border: 0;
	font-size: 13px;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 24px;
	border-radius: 50px;
	width: 100%;
	border: 1px solid #072b89;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_sousuo_con_tijiao:hover{
	background-color: rgba(0,0,0,0);
	color: #072b89;
}

.pc_sousuo_con_fr:hover::before{
	opacity: 0;
}

.pc_sousuo_con_fr:hover::after{
	opacity: 1;
}

.pc_sousuo_con_shuru{
	padding-left: 25px;
	line-height: 46px;
	width: 100%;
	background: none;
	border: 0;
	outline: none;
	font-size: 16px;
	color: #333;
	float: left;
}

.pc_sousuo_con_shuru::-webkit-autofill{
	-webkit-text-fill-color: #ccc!important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo_con_shuru::placeholder{
	color: #999;
}

.pc_header_fr_search_box_close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_fr_search_box_close span{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	background-image: url(../images/img/top_header_close.png);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	cursor: pointer;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pc_header_fr_search_box_close span:hover{
	background-position: center bottom;
}

.pc_header_fr_fb{
	width: 100%;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.pc_nav{
	max-width: 100%;
}

.pc_nav>ul{
	width: 97%;
	padding-right: 290px;
	margin-right: -290px;
}

.pc_nav>ul{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>.pc_nav_li_www{
	float: left;
	padding: 0 0.75rem;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pc_nav>ul>.pc_nav_li_www:last-child{
	padding-right: 0;
}

.pc_nav>ul>.pc_nav_li_www>li{
	position: relative;
	text-align: center;
}

.pc_nav>ul>.pc_nav_li_www>li>a{
	display: block;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 16px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_title{
	padding-right: 15px;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_jiantou{
	width: 9px;
	height: 100%;
	background-image: url(../images/img/top_header_nav_downbtn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_w{
	position: absolute;
	z-index: 999;
	width: 180px;
	left: 50%;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.pc_nav>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pc_nav_erji_li a{
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #666;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_li a:hover{
	color: #fff;
	background: #072b89;
}

#pc_header.on,#pc_header:hover{
	background: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

#pc_header.on .img1,#pc_header:hover .img1{
	opacity: 0;
}

#pc_header.on .img2,#pc_header:hover .img2{
	opacity: 1;
}

#pc_header.on .pc_header_fr_ft_fl span.ico1,#pc_header:hover .pc_header_fr_ft_fl span.ico1{
	opacity: 0;
}

#pc_header.on .pc_header_fr_ft_fl span.ico2,#pc_header:hover .pc_header_fr_ft_fl span.ico2{
	background-position: center center;
	opacity: 1;
}

#pc_header.on .pc_header_fr_ft_fl:hover span.ico3,#pc_header:hover .pc_header_fr_ft_fl:hover span.ico3{
	background-position: center bottom;
	opacity: 1;
}

#pc_header.on .pc_header_fr_ft_fl:hover span.ico2,#pc_header:hover .pc_header_fr_ft_fl:hover span.ico2{
	opacity: 0;
}

#pc_header.on .pc_header_fr_ft_fr a,#pc_header:hover .pc_header_fr_ft_fr a{
	background: #000;
	border-color: #000;
}

#pc_header.on .pc_header_fr_ft_fr a:hover,#pc_header:hover .pc_header_fr_ft_fr a:hover{
	background: #072b89;
	border-color: #072b89;
	color: #fff;
}

#pc_header.on .pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	color: #000;
}

#pc_header.on .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,#pc_header.on .pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #072b89;
}

#pc_header.on .pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_jiantou,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn_hei.png);
}

#pc_header.on .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou,#pc_header.on .pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_jiantou,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn_lan.png);
}

#pc_header.on .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou,#pc_header:hover .pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*banner*/
.index_banner{
	position: relative;
	overflow: hidden;
}

.index_banner img{
	width: 100%;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6% !important;
	z-index: 99;
}

.index_banner_yuandian span{
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	border-color: #072b89;
}

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}
}

@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 10px !important;
	}
}

/*Product*/
.idnex_yanchuang_product{
	padding: 4% 0;
}

.idnex_yanchuang_product_ft h3{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
}

.idnex_yanchuang_product_ft h4{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-top: 1%;
}

.idnex_yanchuang_product_fb{
	margin-top: 3%;
	overflow: hidden;
}

.idnex_yanchuang_product_fb_li{
	width: 32%;
	position: relative;
	overflow: hidden;
}

.idnex_yanchuang_product_fb_li .img{
	overflow: hidden;
	background: #f1f1f1;
	position: relative;
	z-index: 5;
}

.idnex_yanchuang_product_fb_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.idnex_yanchuang_product_fb_li .wz{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	padding: 6.5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.idnex_yanchuang_product_fb_li .wz .wz_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #6c6c6c;
}

.idnex_yanchuang_product_fb_li_wz_ft_con{
	padding-bottom: 1.5%;
}

.idnex_yanchuang_product_fb_li .wz .wz_fb{
	font-size: 1.2rem;
	line-height: 1.3;
	color: #2e2e2e;
	font-weight: bold;
	width: 50%;
}

.idnex_yanchuang_product_fb_li .wz .wz_fb1{
	overflow: hidden;
	margin-top: 5.5%;
}

.view_details_links{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	/*font-weight: bold;*/
	background: #212121;
	display: block;
	float: left;
	padding: 9px 14px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.view_details_links:hover{
	color: #fff;
	background: #072b89;
}

.idnex_yanchuang_product_fb_li:hover .img img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.idnex_yanchuang_product_fb_li:hover .view_details_links{
	color: #fff;
	background: #072b89;
}

@media(max-width:1280px){
	.idnex_yanchuang_product_fb_li .wz .wz_ft{
		font-size: 17px;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_fb{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.idnex_yanchuang_product_ft h3{
		font-size: 24px;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_ft{
		font-size: 16px;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_fb{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.idnex_yanchuang_product_fb_li{
		width: 49%;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_fb{
		font-size: 17px;
	}
}

@media(max-width:768px){
	.idnex_yanchuang_product{
		padding: 30px 0;
	}

	.idnex_yanchuang_product_ft h3{
		font-size: 22px;
	}

	.idnex_yanchuang_product_ft h4{
		font-size: 15px;
		margin-top: 5px;
	}

	.idnex_yanchuang_product_fb{
		margin-top: 20px;
	}

	.idnex_yanchuang_product_fb_li .wz{
		padding: 20px;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_ft{
		font-size: 15px;
	}

	.idnex_yanchuang_product_fb_li_wz_ft_con{
		padding-bottom: 3px;
	}

	.idnex_yanchuang_product_fb_li .wz .wz_fb{
		font-size: 16px;
	}

	.view_details_links{
		font-size: 13px;
		padding: 8px 10px;
	}
}

@media(max-width:600px){
	.idnex_yanchuang_product_fb_li{
		width: 100%;
	}
}

@media(max-width:468px){
	.idnex_yanchuang_product{
		padding: 25px 0;
	}

	.idnex_yanchuang_product_fb{
		margin-top: 15px;
	}

	.idnex_yanchuang_product_fb_li .wz{
		padding: 15px;
	}
}

/*about*/
.index_yachuang_about{
	position: relative;
	z-index: 5;
}

.index_yachuang_about_img img{
	width: 100%;
	opacity: 0;
}

.index_yachuang_about_wz{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	padding: 4% 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yachuang_about_ft{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.index_yachuang_about_fc{
	font-size: 1.1rem;
	line-height: 1.5;
	color: #fff;
	/*font-weight: bold;*/
	margin: 1.5% 0 2%;
}

.index_yachuang_about_fb{
	overflow: hidden;
}

.index_yachuang_about_fb a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	/*font-weight: bold;*/
	border: 1px solid #fff;
	padding: 0.65rem 2rem;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_about_fb a:hover{
	color: #072b89;
	background: #fff;
	border-color: #072b89;
}

@media(max-width:1200px){
	.index_yachuang_about_ft{
		font-size: 24px;
	}

	.index_yachuang_about_fc{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_yachuang_about_fc{
		font-size: 16px;
	}

	.index_yachuang_about_fb a{
		padding: 10px 23px;
	}
}

@media(max-width:768px){
	.index_yachuang_about_wz{
		padding: 30px 0;
	}

	.index_yachuang_about_ft{
		font-size: 22px;
	}

	.index_yachuang_about_fc{
		font-size: 15px;
		margin: 8px 0 15px;
	}

	.index_yachuang_about_fb a{
		font-size: 13px;
		padding: 9px 22px;
	}
}

@media(max-width:468px){
	.index_yachuang_about_wz{
		padding: 25px 0;
	}

	.index_yachuang_about_ft{
		font-size: 20px;
	}
}

/*partner*/
.index_yachuang_partner{
	padding: 4% 0;
}

.index_yachuang_partner_fb{
	margin-top: 3%;
	position: relative;
}

.index_yachuang_partner_fb_con{
	overflow: hidden;
    border: 1px solid #ccc;
}

.index_yachuang_partner_fb_li{
	cursor: pointer;
}

.index_yachuang_partner_fb_li a{
    display: block;
	padding: 22% 0;
}

.index_yachuang_partner_fb_li .img{
	overflow: hidden;
}

.index_yachuang_partner_fb_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_partner_fb_li:hover .img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index_yachuang_partner_fb_li:hover{
   /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
}

.index_yachuang_partner_fb_btnl,
.index_yachuang_partner_fb_btnr{
	position: absolute;
	width: 14px;
	height: 24px;
	top: 50%;
	cursor: pointer;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yachuang_partner_fb_btnl.swiper-button-disabled,
.index_yachuang_partner_fb_btnr.swiper-button-disabled{
	opacity: 1;
}

.index_yachuang_partner_fb_btnl{
	left: -29px;
	background-image: url(../images/img/index_partner_btnl.png);
}

.index_yachuang_partner_fb_btnr{
	right: -29px;
	background-image: url(../images/img/index_partner_btnr.png);
}

.index_yachuang_partner_fb_btnl:hover{
	background-image: url(../images/img/index_partner_btnl_h.png);
	opacity: 1!important;
}

.index_yachuang_partner_fb_btnr:hover{
	background-image: url(../images/img/index_partner_btnr_h.png);
	opacity: 1!important;
}

@media(max-width:1280px){
	.index_yachuang_partner_fb_btnl,.index_yachuang_partner_fb_btnr{
		width: 12px;
		height: 21px;
	}

	.index_yachuang_partner_fb_btnl{
		left: -21px;
	}

	.index_yachuang_partner_fb_btnr{
		right: -21px;
	}
}

@media(max-width:991px){
	.index_yachuang_partner_fb_btnl{
		left: -16px;
	}

	.index_yachuang_partner_fb_btnr{
		right: -16px;
	}
}

@media(max-width:768px){
	.index_yachuang_partner{
		padding: 30px 0;
	}

	.index_yachuang_partner_fb{
		margin-top: 20px;
		padding: 0 15px;
	}

	.index_yachuang_partner_fb_btnl,.index_yachuang_partner_fb_btnr{
		width: 10px;
		height: 17px;
	}

	.index_yachuang_partner_fb_btnl{
		left: -5px;
	}

	.index_yachuang_partner_fb_btnr{
		right: -5px;
	}

	.index_yachuang_partner_fb_li a{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.index_yachuang_partner{
		padding: 25px 0;
	}

	.index_yachuang_partner_fb{
		margin-top: 15px;
	}

	.index_yachuang_partner_fb_li a{
		padding: 0;
	}
}

/*application*/
.index_yachuang_application_fb{
	margin-top: 3%;
}

.index_yachuang_application_fb_con{
	overflow: hidden;
}

.index_yachuang_application_fb_li{
	position: relative;
}

.index_yachuang_application_fb_li .img{
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.index_yachuang_application_fb_li .img::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.index_yachuang_application_fb_li .img img{
	width: 100%;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_application_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_yachuang_application_fb_li .wz{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 4;
	padding: 0 5%;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yachuang_application_fb1{
	overflow: hidden;
	margin-top: 3%;
}

.index_yachuang_application_fb1 a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	/*font-weight: bold;*/
	border: 1px solid #2c2c2c;
	background: #2c2c2c;
	padding: 0.65rem 2rem;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_application_fb1 a:hover{
	color: #2c2c2c;
	background: none;
}

@media(max-width:1280px){
	.index_yachuang_application_fb_li .wz{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.index_yachuang_application_fb_li .wz{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_yachuang_application_fb_li .wz{
		font-size: 17px;
	}

	.index_yachuang_application_fb1 a{
		padding: 10px 23px;
	}
}

@media(max-width:768px){
	.index_yachuang_application_fb{
		margin-top: 20px;
	}

	.index_yachuang_application_fb_li .wz{
		font-size: 16px;
		padding: 0 15px;
	}

	.index_yachuang_application_fb1{
		margin-top: 20px;
	}

	.index_yachuang_application_fb1 a{
		font-size: 13px;
		padding: 9px 22px;
	}
}

@media(max-width:468px){
	.index_yachuang_application_fb{
		margin-top: 15px;
	}

	.index_yachuang_application_fb1{
		margin-top: 15px;
	}
}

/*contact*/
.index_yachuang_contact{
	padding: 4% 0;
}

.index_yachuang_contact_fb{
	margin-top: 3%;
}

.index_yachuang_contact_fb_ul{
	overflow: hidden;
}

.index_yachuang_contact_fb_li{
	width: 23.5%;
	margin-right: 2%;
	background: #efefef;
}

.index_yachuang_contact_fb_li:nth-child(4n){
	margin-right: 0;
}

.index_yachuang_contact_fb_li:nth-child(n+5){
	margin-top: 2%;
}

.index_yachuang_contact_fb_li a{
	padding: 12px 12px 0;
	display: block;
}

.index_yachuang_contact_fb_li .img img{
	width: 100%;
}

.index_yachuang_contact_fb_li .wz{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	padding: 8% 0;
}

.index_yachuang_contact_fb_li .wz .wz_con{
	max-width: 100%;
	position: relative;
}

.index_yachuang_contact_fb_li_wz_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_yachuang_contact_fb_li .wz .ico_img{
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yachuang_contact_fb_li .wz .ico_img span{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_yachuang_contact_fb_li .wz .wz_text{
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	word-break: break-all;
	padding-left: 50px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_contact_fb_li:hover .wz .ico_img{
	border-color: #072b89;;
}

.index_yachuang_contact_fb_li:hover .wz .ico_img span{
	background-position: center bottom;
}

.index_yachuang_contact_fb_li:hover .wz .wz_text{
	color: #072b89;
}

@media(max-width:1200px){
	.index_yachuang_contact_fb_li .wz .wz_text{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_yachuang_contact_fb_li{
		width: 49%;
	}

	.index_yachuang_contact_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_yachuang_contact_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_yachuang_contact_fb_li .wz .wz_text{
		font-size: 17px;
	}
}

@media(max-width:768px){
	.index_yachuang_contact{
		padding: 30px 0;
	}

	.index_yachuang_contact_fb{
		margin-top: 20px;
	}

	.index_yachuang_contact_fb_li .wz{
		padding: 20px 0;
	}

	.index_yachuang_contact_fb_li .wz .ico_img{
		width: 36px;
		height: 36px;
	}

	.index_yachuang_contact_fb_li .wz .ico_img span{
		width: 16px;
		height: 16px;
	}

	.index_yachuang_contact_fb_li .wz .wz_text{
		font-size: 16px;
	}
}

@media(max-width:468px){
	.index_yachuang_contact{
		padding: 25px 0;
	}

	.index_yachuang_contact_fb{
		margin-top: 15px;
	}

	.index_yachuang_contact_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_yachuang_contact_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_yachuang_contact_fb_li a{
		padding: 10px 10px 0;
	}

	.index_yachuang_contact_fb_li .wz{
		padding: 15px 0;
	}

	.index_yachuang_contact_fb_li .wz .wz_con{
		width: 100%;
	}

	.index_yachuang_contact_fb_li .wz .ico_img{
		width: 34px;
		height: 34px;
		position: static;
		margin: 0 auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.index_yachuang_contact_fb_li .wz .wz_text{
		padding-left: 0;
		text-align: center;
		margin-top: 6px;
	}
}

/*news*/
.index_yachuang_news{
	padding-bottom: 4%;
}

.index_yachuang_news_fb{
	margin-top: 3%;
}

.index_yachuang_news_fb_ul{
	overflow: hidden;
}

.index_yachuang_news_fb_li{
	width: 32%;
	margin-right: 2%;
}

.index_yachuang_news_fb_li:nth-child(3n){
	margin-right: 0;
}

.index_yachuang_news_fb_li:nth-child(n+4){
	margin-top: 2%;
}

.index_yachuang_news_fb_li .img{
	overflow: hidden;
}

.index_yachuang_news_fb_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_news_fb_li .wz{
	margin-top: 4.5%;
}

.index_yachuang_news_fb_li .wz_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #8c8c8c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_news_fb_li .wz_fc{
	margin: 2% 0 4%;
}

.index_yachuang_news_fb_li .wz_fc h3{
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #1c1c1f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_news_fb_li .wz_fc h4{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_yachuang_news_fb_li .wz_fb{
	overflow: hidden;
}

.index_yachuang_news_fb_li:hover .wz_fb .wz_fb_con{
	color: #fff;
	background: #072b89;
}

.index_yachuang_news_fb_li:hover .img img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.index_yachuang_news_fb_li:hover .wz_ft{
	color: #072b89;
}

.index_yachuang_news_fb_li:hover .wz_fc h3{
	color: #072b89;
}

@media(max-width:1200px){
	.index_yachuang_news_fb_li .wz_fc h3{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_yachuang_news_fb_li{
		width: 49%;
	}

	.index_yachuang_news_fb_li:nth-child(3n){
		margin-right: 2%;
	}

	.index_yachuang_news_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_yachuang_news_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_yachuang_news_fb_li:nth-child(3){
		display: none;
	}

	.index_yachuang_news_fb_li .wz_fc h3{
		font-size: 17px;
	}
}

@media(max-width:768px){
	.index_yachuang_news{
		padding-bottom: 30px;
	}

	.index_yachuang_news_fb{
		margin-top: 20px;
	}

	.index_yachuang_news_fb_li .wz{
		margin-top: 12px;
	}

	.index_yachuang_news_fb_li .wz_ft{
		font-size: 15px;
	}

	.index_yachuang_news_fb_li .wz_fc{
		margin: 5px 0 15px;
	}

	.index_yachuang_news_fb_li .wz_fc h3{
		font-size: 16px;
	}

	.index_yachuang_news_fb_li .wz_fc h4{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_yachuang_news{
		padding-bottom: 25px;
	}

	.index_yachuang_news_fb{
		margin-top: 15px;
	}

	.index_yachuang_news_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_yachuang_news_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_yachuang_news_fb_li:nth-child(3){
		display: block;
	}
}

/*footer*/
.pc_footer{
	background: #000000;
	padding: 4% 0 0;
}

.pc_footer_ft_fl{
	max-width: 30%;
}

.pc_footer_ft_fl_ft{
	font-size: 1.1rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.pc_footer_ft_fl_fb{
	margin-top: 0.8rem;
}

.pc_footer_ft_fl_fb_li{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.pc_footer_ft_fl_fb_li span{
	font-size: 18px;
}

.pc_footer_ft_fl_fb_li:nth-child(n+2){
	margin-top: 0.7rem;
}

.pc_footer_ft_fc{
	width: 30%;
}

.pc_footer_ft_fc_li{
	max-width: 48%;
}

.pc_footer_ft_fc_li_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.pc_footer_ft_fc_li_fb{
	margin-top: 1.2rem;
}

.pc_footer_ft_fc_li_fb_li:nth-child(n+2){
	margin-top: 0.7rem;
}

.pc_footer_ft_fc_li_fb_li a{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.pc_footer_ft_fr{
	width: 36%;
}

.pc_footer_ft_fr_fc{
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	margin: 0.8rem 0 1rem;
}

.pc_footer_ft_fr_fb_form_input{
	background: #2c2c2c;
	border: 1px solid #2c2c2c;
	font-size: 15px;
	line-height: 1.2;
	color: rgba(255,255,255,.3);
	width: 100%;
	padding: 0.7rem 18px;
	border-radius: 30px;
	outline: none;
}

.pc_footer_ft_fr_fb_form_submit_box{
	overflow: hidden;
	margin-top: 4%;
}

.pc_footer_ft_fr_fb_form_submit{
	outline: none;
	float: left;
	border: 1px solid #072b89;
	background: #072b89;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	padding: 0.7rem 1.5rem;
	border-radius: 30px;
	float: left;
	min-width: 8.5rem;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_ft_fr_fb_form_submit:hover{
	background: #fff;
	color: #072b89;
}

.pc_footer_fb_con{
	padding: 3% 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_footer_fb_fl{
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	max-width: 48%;
}

.pc_footer_fb_fr{
	max-width: 48%;
}

.pc_footer_fb_fr_li{
	width: 28px;
	margin-right: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_fb_fr_li:last-child{
	margin-right: 0;
}

.pc_footer_fb_fr_li .img img{
	width: 100%;
}

.pc_footer_fb_fr_li:hover{
	opacity: 0.5;
}

@media(max-width:1280px){
	.pc_footer_ft_fl_fb_li span{
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.pc_footer_ft_fl_ft{
		font-size: 18px;
	}

	.pc_footer_ft_fl_fb_li span{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.pc_footer_ft_fl{
		max-width: 45%;
	}

	.pc_footer_ft_fl_ft{
		font-size: 17px;
	}

	.pc_footer_ft_fc{
		display: none;
	}

	.pc_footer_ft_fr{
		width: 50%;
	}

	.pc_footer_ft_fr_fb_form_input{
		padding: 10px 18px;
	}

	.pc_footer_ft_fr_fb_form_submit{
		padding: 10px 18px;
	}

	.pc_footer_fb_fl{
		max-width: 100%;
		width: 100%;
	}

	.pc_footer_fb_fr{
		max-width: 100%;
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:768px){
	.pc_footer{
		padding: 30px 0 0;
	}

	.pc_footer_ft_fl{
		max-width: 100%;
		width: 100%;
	}

	.pc_footer_ft_fl_ft{
		font-size: 16px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 8px;
	}

	.pc_footer_ft_fl_fb_li{
		font-size: 15px;
	}

	.pc_footer_ft_fl_fb_li span{
		font-size: 15px;
	}

	.pc_footer_ft_fl_fb_li:nth-child(n+2){
		margin-top: 7px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		margin-top: 10px;
	}

	.pc_footer_ft_fr_fc{
		margin: 10px 0 15px;
	}

	.pc_footer_ft_fr_fb_form_input{
		padding: 9px 15px;
	}

	.pc_footer_ft_fr_fb_form_submit_box{
		margin-top: 20px;
	}

	.pc_footer_ft_fr_fb_form_submit{
		padding: 9px 15px;
		min-width: 110px;
	}

	.pc_footer_fb_con{
		padding: 20px 0 30px;
	}

	.pc_footer_fb_fr_li{
		margin-right: 10px;
	}
}

@media(max-width:468px){
	.pc_footer{
		padding: 25px 0 0;
	}

	.pc_footer_ft_fr_fb_form_submit_box{
		margin-top: 16px;
	}

	.pc_footer_fb_con{
		padding: 18px 0 25px;
	}
}

/*about*/
.ny_about_1_fb{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl{
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img{
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_1_fb_fl .img:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ny_about_1_fb_fr{
	width: 48%;
}

.ny_about_1_fb_fr_ft{
	position: relative;
}

.ny_about_1_fb_fr_ft h3{
	font-size: 1.8rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #072b89;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4{
	font-size: 4.5rem;
	line-height: .9;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: left;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc{
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	margin-top: 2%;
}

.ny_about_1_fb_fr_fc p:nth-child(n+2){
	margin-top: 2%;
}

.ny_about_2{
	padding: 4% 0;
	background: #f7f7f7;
	margin-top: 4%;
}

.ny_about_2_ft h3{
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	margin-top: 1%;
}

.ny_about_2_fb{
	margin-top: 3%;
}

.ny_about_2_fb ul{
	overflow: hidden;
}

.ny_about_2_fb li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ededed;
}

.ny_about_2_fb li:nth-child(4n){
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5){
	margin-top: 2%;
}

.ny_about_2_fb li .img{
	overflow: hidden;
}

.ny_about_2_fb li .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_2_fb li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media(max-width:1280px){
	.ny_about_1_fb_fr_fc{
		font-size: 16px;
		line-height: 1.4;
	}

	.ny_about_2_ft h4{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.ny_about_1{
		margin-top: 3%;
	}

	.ny_about_1_fb_fr{
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3{
		font-size: 24px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 58px;
		text-align: left;
		/*text-indent: .8em;*/
	}

	.ny_about_1_fb_fr_fc{
		margin-top: 10px;
	}

	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 10px;
	}

	.ny_about_1_fb_fl{
		width: 100%;
		margin-top: 10px;
	}

	.ny_about_2_ft h3{
		font-size: 24px;
	}

	.ny_about_2_ft h4{
		font-size: 16px;
	}

	.ny_about_2_fb li{
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n){
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3){
		margin-top: 2%;
	}
}

@media(max-width:768px){
	.ny_about_1{
		margin-top: 25px;
	}

	.ny_about_1_fb_fr_ft h3{
		font-size: 22px;
	}

	.ny_about_2{
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_about_2_ft h3{
		font-size: 22px;
	}

	.ny_about_2_ft h4{
		margin-top: 5px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 56px;
	}

	.ny_about_2_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.ny_about_1_fb_fr_ft h3{
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 5.8rem;
		text-indent: 0;
		text-align: left;
	}

	.ny_about_2{
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_fb{
		margin-top: 15px;
	}
}

/*features*/
.idnex_yanchuang_features{
	padding-bottom: 4%;
}

.idnex_yanchuang_features_fb{
	margin-top: 3%;
}

.idnex_yanchuang_features_fb_li{
	width: 6%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.idnex_yanchuang_features_fb_li.on{
	width: 70%;
}

.idnex_yanchuang_features_fb_li_con{
	height: 100%;
}

.idnex_yanchuang_features_fb_li .img{
	height: 100%;
	position: relative;
	z-index: 5;
}

.idnex_yanchuang_features_fb_li .img_con{
	padding: 30% 0;
	height: 100%;
}

.idnex_yanchuang_features_fb_li .wz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.idnex_yanchuang_features_fb_li .wz .wz1{
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.8);
	font-size: 1.25rem;
	line-height: 1.5;
	color: #fff;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.idnex_yanchuang_features_fb_li .wz .wz2{
	display: none;
	width: 60%;
	max-width: 470px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 13%;
	padding: 3%;
}

.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_ft{
	font-size: 1.25rem;
	line-height: 1.5;
	color: #333;
}

.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-top: 3%;
}

.idnex_yanchuang_features_fb_li.on .wz .wz1{
	display: none;
}

.idnex_yanchuang_features_fb_li:hover .wz .wz1{
	background:rgba(255,255,255,0.8);
	color: #072b89;
}

.idnex_yanchuang_features_fb_li.on .wz .wz2{
	display: block;
}

@media(max-width:1280px){
	.idnex_yanchuang_features_fb_li .wz .wz1,.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_ft{
		font-size: 22px;
	}
}

@media(max-width:1200px){
	.idnex_yanchuang_features_fb_li .wz .wz1,.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_ft{
		font-size: 20px;
	}
}

@media(max-width:991px){
	.idnex_yanchuang_features_fb_li{
		width: 49%!important;
		margin-right: 2%;
	}

	.idnex_yanchuang_features_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.idnex_yanchuang_features_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.idnex_yanchuang_features_fb_li .wz .wz1{
		display: none;
	}

	.idnex_yanchuang_features_fb_li .wz .wz2{
		display: block;
		width: 90%;
		max-width: 100%;
		left: 5%;
		padding: 20px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.idnex_yanchuang_features_fb_li .wz .wz1,.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_ft{
		font-size: 17px;
		font-weight: bold;
	}

	.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_fb{
		margin-top: 6px;
	}
}

@media(max-width:768px){
	.idnex_yanchuang_features{
		padding-bottom: 30px;
	}

	.idnex_yanchuang_features_fb{
		margin-top: 20px;
	}

	.idnex_yanchuang_features_fb_li{
		width: 100%!important;
		margin-right: 0!important;
	}

	.idnex_yanchuang_features_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.idnex_yanchuang_features_fb_li .wz .wz1,.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_ft{
		font-size: 16px;
		font-weight: bold;
	}

	.idnex_yanchuang_features_fb_li .wz .wz2 .wz2_fb{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.idnex_yanchuang_features{
		padding-bottom: 25px;
	}

	.idnex_yanchuang_features_fb{
		margin-top: 15px;
	}

	.idnex_yanchuang_features_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.idnex_yanchuang_features_fb_li .wz .wz2{
		padding: 15px;
	}
}

/*2025-06-20*/
.index_jiateng_application_gai_fc{
	margin-top: 3%;
}

.index_jiateng_application_gai_fc_fl{
	width: 400px;
	position: relative;
	z-index: 10;
}

.index_jiateng_application_gai_fc_fl li{
	width: 48%;
	margin-right: 4%;
	background: #f5f5f5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_jiateng_application_gai_fc_fl li .index_jiateng_application_gai_fc_fl_con{
	padding: 2rem 15px;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_jiateng_application_gai_fc_fl li.on{
	background: #072b89;
}

.index_jiateng_application_gai_fc_fl li:nth-child(2n){
	margin-right: 0;
}

.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
	margin-top: 4%;
}

.index_jiateng_application_gai_fc_fl li .img{
	width: 35px;
	line-height: 35px;
	position: relative;
	font-size: 0;
}

.index_jiateng_application_gai_fc_fl li .img span{
	width: 100%;
	display: block;
	padding-top: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_jiateng_application_gai_fc_fl li .img .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	background-position: center bottom;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_jiateng_application_gai_fc_fl li.on .img .img1{
	opacity: 0;
}

.index_jiateng_application_gai_fc_fl li.on .img .img2{
	opacity: 1;
}

.index_jiateng_application_gai_fc_fl li .wz{
	width: 94%;
	padding-left: 35px;
	margin-left: -35px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_jiateng_application_gai_fc_fl li .wz h3{
	font-size: 17px;
	line-height: 1.4;
	color: #333;
	font-weight: bold;
	width: 100%;
	word-break: break-all;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_jiateng_application_gai_fc_fl li.on .wz h3{
	color: #fff;
}

.index_jiateng_application_gai_fc_fl li .wz h4{
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_jiateng_application_gai_fc_fl li.on .wz h4{
	color: #fff;
}

.index_jiateng_application_gai_fc_fr{
	width: 100%;
	padding-left: 416px;
	margin-left: -416px;
}

.index_jiateng_application_gai_fc_fr ul{
	height: 100%;
	width: 100%;
}

.index_jiateng_application_gai_fc_fr li{
	position: relative;
	width: 100%;
	height: 100%;
}

.index_jiateng_application_gai_fc_fr li .img{
	width: 100%;
	height: 100%;
}

.index_jiateng_application_gai_fc_fr li .img img{
	display: none;
	width: 100%;
}

.index_jiateng_application_gai_fc_fr li .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	width: 100%;
	padding: 11px 18px;
	background: rgba(0,0,0,0.7);
}

@media(max-width:1366px){
	.index_jiateng_application_gai_fc_fl li .wz h3{
		font-size: 16px;
	}
}

@media(max-width:1200px){
	.index_jiateng_application_gai_fc_fl li .wz h3{
		font-size: 15px;
	}

	.index_jiateng_application_gai_fc_fr li .wz{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_jiateng_application_gai_fc_fl{
		width: 100%;
	}

	.index_jiateng_application_gai_fc_fl li{
		margin-right: 3%;
		width: 48.5%;
	}

	.index_jiateng_application_gai_fc_fl li .index_jiateng_application_gai_fc_fl_con{
		padding: 20px;
	}
	
	.index_jiateng_application_gai_fc_fl li:nth-child(2n){
		margin-right: 0;
	}

	.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
		margin-top: 3%;
	}

	.index_jiateng_application_gai_fc_fl li .img{
		width: 32px;
		line-height: 32px;
	}
	
	.index_jiateng_application_gai_fc_fl li .wz{
		padding-left: 32px;
		margin-left: -32px;
	}

	.index_jiateng_application_gai_fc_fr{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-top: 3%;
	}
	
	.index_jiateng_application_gai_fc_fr li .img img{
		display: block;
	}
}

@media(max-width:768px){
	.index_jiateng_application_gai_fc{
		margin-top: 20px;
	}

	.index_jiateng_application_gai_fc_fl li{
		margin-right: 2%;
		width: 49%;
	}

	.index_jiateng_application_gai_fc_fl li .index_jiateng_application_gai_fc_fl_con{
		padding: 15px;
	}
	
	.index_jiateng_application_gai_fc_fl li:nth-child(2n){
		margin-right: 0;
	}
	
	.index_jiateng_application_gai_fc_fl li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_jiateng_application_gai_fc_fr{
		margin-top: 20px;
	}

	.index_jiateng_application_gai_fc_fl li .img{
		width: 30px;
		line-height: 30px;
	}
	
	.index_jiateng_application_gai_fc_fl li .wz{
		padding-left: 30px;
		margin-left: -30px;
	}

	.index_jiateng_application_gai_fc_fr li .wz{
		padding: 8px 15px;
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_jiateng_application_gai_fc{
		margin-top: 15px;
	}

	.index_jiateng_application_gai_fc_fl li .index_jiateng_application_gai_fc_fl_con{
		padding: 10px;
	}

	.index_jiateng_application_gai_fc_fl li .img{
		width: 28px;
		line-height: 28px;
	}
	
	.index_jiateng_application_gai_fc_fl li .wz{
		padding-left: 28px;
		margin-left: -28px;
	}
	
	.index_jiateng_application_gai_fc_fl li .wz h3{
		font-size: 16px;
		font-weight: normal;
	}
	
	.index_jiateng_application_gai_fc_fl li .wz h4{
		font-size: 13px;
	}
	
	.index_jiateng_application_gai_fc_fr{
		margin-top: 15px;
	}
}

/*2025-07-30*/
.pc_header_language_box{
	position: relative;
	z-index: 9;
	margin-left: 20px;
}

.pc_header_language_box_ft{
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 30px;
	padding-right: 15px;
	cursor: pointer;
}

.pc_header_language_box_ft span{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_language_box_ft_jiantou{
	position: absolute;
	right: 0;
	top: 50%;
	width: 11px;
	height: 11px;
	background-image: url(../images/img/pc_header_lang_ico.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_language_box:hover .pc_header_language_box_ft{
	color: #072b89;
}

.pc_header_language_box_fb{
	position: absolute;
	left: 50%;
	top: 100%;
	background: #fff;
	padding: 6px 0;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	width: 140px;
	border: 1px solid #ebeef5;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
}

.pc_header_language_box:hover .pc_header_language_box_fb{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,8px);
	-moz-transform: translate(-50%,8px);
	-ms-transform: translate(-50%,8px);
	-o-transform: translate(-50%,8px);
	transform: translate(-50%,8px);
}

.pc_header_language_box_fb_li a{
	display: block;
	text-align: center;
}

.pc_header_language_box_fb_li_con{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_language_box_fb_li_img{
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 30px;
	height: 30px;
}

.pc_header_language_box_fb_li_wz{
	font-size: 15px;
	line-height: 35px;
	color: #000;
}

.pc_header_language_box_fb:after{
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_header_language_box_fb_li:hover a{
	background: #eee;
}

.pc_header_language_box_fb_li:hover .pc_header_language_box_fb_li_wz{
	color: #104491;
}

#pc_header.on .pc_header_language_box_ft,
#pc_header.active .pc_header_language_box_ft,
#pc_header:hover .pc_header_language_box_ft{
	color: #000;
}

#pc_header.on .pc_header_language_box_ft_jiantou,
#pc_header.active .pc_header_language_box_ft_jiantou,
#pc_header:hover .pc_header_language_box_ft_jiantou{
	
	background-image: url(../images/img/pc_header_lang_ico1.png);
}

/*Cookies协议*/
#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100001;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: opacity 300ms ease-in-out;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    max-width: 374px;
    width: 94%;
    justify-content: space-between;
    box-sizing: border-box;
    margin: auto;
}
.cookies_none {
    display: none !important;
}
#cookies_agreement>.cookies-content {
    line-height: 26px;
    color: #333;
    width: 100%;
    font-size: 16px;
}
#cookies_agreement>.cookies-content a{
    text-decoration: underline;
}

#cookies_agreement>.cookies-content a:hover {
    text-decoration: underline;
}

#cookies_agreement>.cookies-button {
    display: block;
    background-color: #2e2e2e;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 48%;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

@media screen and (min-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 30px 15%;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 1px solid #D0D0D0;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: none;
    }

    #cookies_agreement.cookies-bottom>.cookies-content {
        flex: 1;
        margin-right: 20px;
    }

    #cookies_agreement.cookies-bottom>.cookies-button {
        width: auto;
        padding: 10px 60px;
        margin-left: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 20px;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    #cookies_agreement.cookies-bottom>.content {
        width: 100%;
        flex: none;
    }

    #cookies_agreement.cookies-bottom>.button {
        margin-top: 15px;
    }
}

.cookies-popup {
    display: none;
    position: fixed;
    z-index: 100002;
    left: 0;  
    top: 0;  
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.cookies-open-popup {
    display: block;
}
.cookies-open-popup .cookies-popup-box {  
    background-color: #fefefe;  
    margin: 4% auto;
    padding: 20px;  
    border: 1px solid #888;  
    width: 80%;
    height: 80%;
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  
    border-radius: 8px;  
    overflow: auto;
}  

.cookies-popup .cookies-popup-box .cookies-popup-box-top {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.cookies-popup .cookies-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.cookies-popup .cookies-popup-box-foot .cookies-button{
    width: auto;
    padding: 8px 30px;
    background: #333;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}


/*询盘弹窗*/
.inquiry-popup {
    display: none;
    position: fixed;
    z-index: 100002;
    left: 0;  
    top: 0;  
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.inquiry-open-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry-open-popup .inquiry-popup-box {  
    width: 94%;
    max-width: 700px;
    padding: 60px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}  
.inquiry-open-popup .inquiry-popup-box .close-btn {
    position:absolute;
    top:5px;
    right:15px;
    font-size:28px;
    color: #666;
    cursor:pointer;
}
.inquiry-popup .inquiry-popup-box .inquiry-popup-box-top {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-popup .inquiry-popup-box-top i {
    font-size: 40px;
    margin-right: 10px;
    color: #19be6b;
}
.inquiry-popup .inquiry-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.inquiry-popup .inquiry-popup-box-foot .inquiry-button{
    background: #333;
    color: #fff;
    padding: 5px 33px;
    line-height: 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #7d7d7d;
    cursor: pointer;
}
.inquiry-popup .inquiry-popup-box-foot .inquiry-button-n{
    padding: 5px 33px;
    line-height: 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #fff;
}
.inquiry-popup .inquiry-popup-box-foot button:first-child {
    margin-right: 12px;
}



















