@charset "utf-8";
/* CSS Document */

/*css预设*/

* {
	margin: 0;
	padding: 0;
	font-family: "Source Han Sans CN";
}
/*将所有HTML元素的默认边距清0*/
html,
body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: 'Helvetica' 'Neue','Helvetica','Arial','Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei','sans-serif';
	color: #333;
	background: #FFF;
}

/*对HTML元素中的字体、颜色、背景色进行初始设置*/

ul li,
ol li {
	list-style: none;
}

/*将列表标签的默认样式清除*/

a {
	text-decoration: none;
	outline: none;
	color: #262626;
	blr: expression(this.onFocus=this.blur());
}

/*将超链接的下划线去掉以及在ie6中点击出现的虚线框去掉*/

img {
	border: none;
}

/*图片的默认边框去掉 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

label,
button {
	cursor: pointer
}

textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ececec;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*清楚浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*解决ie6的兼容性问题*/

.fl {
	float: left;
	margin-top: -10px;
	margin-left: 23%;
	margin-right: -1.5%;
}

.fl1 {
	float: left;
	padding: 10px 0;
}



.fr {
	float: right;
	width: 16%;
	margin-right: 15%;
}

.mt {
	margin-top: 80px;
}

.wrapper {
	width: 1028px;
	margin: 0 auto;
}

.head_wrapper {
	width: 100%;
	margin: 0 auto;

}
.addStyleHeader{
	background:#fff;
	position: fixed;
	z-index: 3;
	border-bottom: 1px solid #ccc;
}

.head_wrapper1 {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*********************head********************/

.head {
	height: 64px;
	min-width: 100%;
	position: relative;
	/* border-bottom: 1px solid #e0e0e0; */
}

.head h1 img {
	width: 100%;
	display: block;
}

.head div p {
	margin-top: 20px;
}

.head div p a {
	color: #262626;
	padding: 0 10px;
	font-size: 14px;
}

.head div p a:nth-child(1) {
	border-right: 1px solid #dbdbdb;
}

.head div form {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	margin-top: 13px;
	border-bottom: 1px solid #262626;
}

.head div form input:nth-child(1) {
	background: none;
	text-indent: 8px;
}

.head div form input:nth-child(2) {
	float: right;
	width: 13%;
	padding-bottom: 10px;
	background: url(../img/ss.png) no-repeat right 5px;
	cursor: pointer;
}

.head div.btn {
	margin-top: 15px;
	margin-left: 50px;
	position: relative;
}

.head div.btn a {
	float: left;
	margin: 0 10px;
}

.head ul {
	margin-left: 0;
	line-height: 64px;
	display: flex !important;
	align-items: center;
}

.head ul li {
	float: left;
	padding: 0 20px;
}

.head ul li>a {
	color: #3C5266;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.head ul li a:before {
	/* content: "";
	width: 2px;
	height: 16px;
	background: #006AE8;
	position: absolute;
	bottom: -3px;
	z-index: -1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease; */
}

.head ul li:nth-child(1) a:before {
	left: -12px;
}

.head ul li:nth-child(2), .head ul li:nth-child(2) a svg,.head ul li:nth-child(2) a img{
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.3s; /* Safari 和 Chrome */
	-o-transition: -o-transform 0.3s;
}

.head ul li:nth-child(2):hover svg,.head ul li:nth-child(2):hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.head ul li:nth-child(2) {
	position: relative;
}

.head ul li>a:hover {
	color: #006AE8;
}

.head ul li>a:hover:before {
	width: 68px;
	height: 2px;
	z-index: 9999;
}

.head div.sList {
	position: absolute;
	/* top: 113px; */
	left: 0;
	z-index: 3;
	background: #fff;
	width: 100%;
	display: none;
}

.head div.sList div {
	text-align: center;
	padding: 20px 0;
	display: flex;
}

.head div.sList div a {
	flex: 1 1 20%;
	border-right: 1px solid #dbdbdb;
}

.head div.sList div a:last-child {
	border-right: none;
}

.head div.sList div dl dt img {
	width: 70%;
}

.head div.sList div dl dd {
	font-size: 14px;
}

.head div.sList3 {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999;
	background: url(../img/xiala.png )no-repeat;
	background-size: 100% 100%;
	display: none;
	line-height: 35px;
}

.head div.sList3 div {
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 19px;
}
.head div.sList3 a{
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
	color: #868F9B;
}
.head div.sList3 a:nth-child(3){
	margin-bottom: 13px;
}
.second_li:hover .sList3{
	display: block;
}
.head div.sList3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.head div.sList3 a:hover{
	/* background: #E7F1FF; */
	opacity: 1;
	color: #006AE8;
}
.head div.sList3 a:hover:before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 16px;
	position: absolute;
	left:30px;
	background: #006AE8;
}

/* .head div.sList2 {
	display: none;
	position: absolute;
	left: 0;
	z-index: 3;
	background: #fff;
	width: 100%;
}

.head div.sList2 div {
	width: 46%;
	margin: 0 auto;
}

.head div.sList2 a {
	float: left;
	margin-right: 40px;
} */

/*定位样式*/

.ding {
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 20px 0;
	background: #fff;
	z-index: 100;
}

.ding h1 {
	position: absolute;
	left: 3%;
	top: 20%;
}

.ding h1 img {
	margin-top: 4%;
	width: 65%;
}

/*.ding #top1{
	display: none;
}*/

.ding #top1 p,
.ding #top1 div {
	display: none;
}

.ding ul li a:before {
	bottom: -25px;
}

.ding div.sList,
.ding div.sList2 {
	top: 81px;
}

.ding ul {
	float: left;
	margin-left: 28%;
	line-height: 35px;
}

.ding div form {
	margin-left: 22%;
	width: 185px;
	height: 30px;
	line-height: 30px;
	margin-top: -32px;
	border-bottom: 1px solid #262626;
}

.ding div.sList2 a {
	float: left;
	margin-right: 40px;
	line-height: 38px;
}

.ding div.sList div dl dd {
	line-height: 35px;
}

/*头部二维码*/

.head div.btn p {
	display: none;
}

.head div.btn p a {
	width: 74px;
	height: 74px;
	position: absolute;
	top: 30px;
	background: #fff;
	right: 10px;
	padding: 2px;
	z-index: 10;
	border: 1px solid #A10000;
}

.head div.btn p a img {
	width: 100%;
}

.head div.btn p a:before {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid #A10000;
	border-left: 5px solid transparent;
}

/*********************address********************/

.address {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #DBDBDB;
}

.address a,
.address span {
	float: left;
	color: #777;
}

.address span {
	margin: 0 20px;
}

.address a.on {
	color: #262626;
}

/*********************footer********************/

.footer {
	min-width: 1160px;
}

.footer .top {
	padding: 30px 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

.footer .top .wrapper {
	display: flex;
}

.footer .top .wrapper div {
	flex: 1 1 25%;
	border-right: 1px solid #dbdbdb;
}

.footer .top .wrapper div:last-child {
	border-right: none;
}

.footer .top .wrapper div a img {
	display: block;
}

.footer .top .wrapper div a {
	margin-left: 25%;
}

.footer .top .wrapper div span {
	margin-top: 15px;
	margin-left: 10px;
	display: block;
	font-size: 16px;
}

.footer p.dibu {
	background: #000;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}

#footer{
	background: #06183C;
	color: #fff;
}

/*********************gotop********************/

body {
	position: relative;
}

.gotop {
	position: fixed;
	right: 50px;
	bottom: 80px;
	z-index: 20;
}

.gotop a {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.gotop dl dt {
	margin: 0 auto;
	width: 48px;
}
.gotop dl dd{
	text-align: center;
	padding-top: 5px;
}
.gotop dl.goCart {
	position: relative;
}

.gotop dl.goCart span {
	position: absolute;
	top: -9px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #c10000;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

.gotop dl dd {
	display: none;
	background: #a10000;
	height: 51px;
	width: 51px;
	color: #fff;
	/* padding: 8px 0 0 10px; */
	line-height: 15px;
}

.gotop p {
	border: 1px solid #A10000;
	padding: 10px;
	position: absolute;
	background: #f4f4f4;
	top: 66px;
	left: -130px;
	display: none;
}

.gotop p:before {
	position: absolute;
	top: 50%;
	right: -6px;
	width: 0;
	margin-top: -5px;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-bottom: 5px solid transparent;
	border-left: 5px solid #a10000;
	border-top: 5px solid transparent;
}

.flex-direction-nav {
	display: none;
}

.flohead img {
	width: 30px;
	height: 30px;
}
.swiper-slide{
	width: 80%;
	text-align: center;
}
.swiper-slide img{
	width: 80%;
	height: 200px;
	text-align: center;
}
.swiper-china {
	padding: 50px 0 30px 0;
	display: flex;
	align-items: center;
}
.swiper-china p:first-child {
	width: 95%;
	font-size: 32px;
	color: #3C5266;
}
.swiper-china p:last-child {
	width: 5%;
	color: #868F9B;
}
.img_detail {
	color: rgb(100, 100, 100);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	margin-left: 5%;
}

.flo {
	width: 30%;
	height: 280px;
	background-color: #E9EEEF;
}

/* news content */

.baImg, .baImg1{
	width: 100%;
	height: auto;
	display: flex;
	background: #006AE8;
}

.baImg div.img , .baImg1-right div.img1{
	width: 100%;
}
.baImg div:last-child ,.baImg1 div:first-child{
	height: 387px;
	background: #006AE8;
}
.baImg-right {
	padding: 56px 80px;
}

.baImg-right p:nth-child(2) {
	width: 500px;
	padding: 15px 0 42px 0;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}

.baImg-right a img{
	width: 100px;
}
.baImg1-right {
	width: 540px;
	float: right;
	margin-right: 58px;
	padding: 40px 0;
}

.baImg1-right p:nth-child(2) {
	width: 100%;
	color: #fff;
	line-height: 20px;
	padding: 30px 0;
	font-size: 16px;
}

.baImg1-right a img{
	width: 100px;
	/* margin-top: 20px; */
}

.contwarp {
	width: 100%;
	background: #F5F8FC;
	margin-top: 80px;
}
.contwarp-warp {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.contwarp-banner {
	margin-top: 70px;
	position: relative;
}
.contwarp-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/home_new/afc_banner.png);
	width: 1050px;
	height: 190px;
	position: absolute;
	left: -15px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	top: 30px;
}
.contwarp-img-box {
	text-align: center;
	border-radius: 6px;
	position: relative;
	width: 20%;
}
.contwarp-img-box-order {
	font-size: 48px;
	color: #CEDFFF;
	margin-top: 20px;
}
.contwarp-img-box-title {
	font-size: 18px;
	color: #006AE8;
}
.contwarp-img-box-hr {
	width: 1px;
	height: 90px;
	background-color: #CEDFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.warp-left {
	width: 54%;
	margin: 0 auto;
}

.warp-right {
	width: 46%;
}

.warp-leftop {
	margin: 0 auto;
	padding: 0 !important;
}

.warp-leftop p:nth-child(2){
	width: 100%;
	height: 100px;
	margin-top: 10px;
	font-size: 16px;
	color: #868F9B;
}

.warp-leftop a img{
	width: 100px;
	margin-top: 20px;
}

.warp-rightop {
	margin: 0 auto;
	padding: 45px 0;
}

.warp-rightop p:nth-child(2){
	width: 100%;
	height: 100px;
	margin-top: 38px;
	font-size: 16px;
	color: #868F9B;
}

.warp-rightop a img{
	margin-top: 20px;
	width: 100px;
}

.bafout {
	width: 100%;
}

.bafout-auto {
	width: 1200px;
	margin: 80px auto;
}

.bafout-auto_left {
	width: 48%;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(126, 155, 172, 0.16);
	float: left;
	border-radius: 4px;
}

.left-bon {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

.left-bon p:nth-child(1) {
	width: 100%;
	font-size: 30px;
	color: #3C5266;
}

.left-bon p:nth-child(2) {
	width: 100%;
	height: 80px;
	font-size: 16px;
	color: #868F9B;
	margin-top: 40px;
}

.left-bon a img{
	width: 100px;
}

.choice {
	width: 100%;
	background: #F5F8FC;
}

.choice_p {
	text-align: center;
	padding: 50px 0;
	font-size: 32px;
	font-family: Source Han Sans CN;
}
.choiceImg{
  width: 1200px;
  margin: 0 auto;
  height: auto;
  /*height: 328px;*/
  height: 398px;

}
.choiceImg img{
	float: left;
   	width: 18%;
	height: 70px;
	margin:  0 1% 2% 1%;

  }

/* 代写 */

.bottom {
	width: 100%;
	height: 408px;
	background: url(../img/bottonm.png) 50%;
	background-size: cover;
}

.bottom_cent {
	width: 1200px;
	margin: 0 auto;
}

.bottom_cent-ul {
	width: 100%;
	padding: 54px 0;
	display: flex;
	justify-content: space-between;
}

/* .bottom_cent-ul li {
	width: 25%;
} */
.bottom_cent-ul li div{
	width: 282px;
	height: 284px;
	background:#fff;
	box-shadow: 0px 4px 4px 1px #EBF4FF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.5s ease-in-out;
}
.bottom_cent-ul li div:hover{
	margin-top: -10px;
	cursor: pointer;
}
.bottom_cent-ul li div img{
	width: 64px;
	height: 64px;
	text-align: center;
}

.bottom_cent-ul li div p{
	text-align: center;
	color: #868F9B;
	line-height: 26px;
	font-size: 14px;
}
.bottom_cent-ul li div p:nth-child(2){
	color: #13234D;
	font-size: 22px;
	margin:17px 0;
}

.flocontent {
	width: 24%;
	height: 100%;
	padding: 20px 10px 15px;
	background: #E9EEEF;
}
.flohead_leftcontent{
	text-transform: uppercase;
}

.flohead {
	display: flex;
	border-bottom: 1px solid #BABEBF;
	padding-bottom: 4px;
	width: 100%;
}

.icon-bg {
	width: calc(100% - 30px);
	margin-left: 10px;
	line-height: 26px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.moreinfo {
	color: #585858;
}

.moreinfo:hover {
	color: #409eff;
}

.floitem {
	background: url(../images/li.png) no-repeat left center;
	line-height: 26px;
}
.flogrounp{
	height: 168px;
}
.flogrounp1{
	height: 190px;
}
.swiper-container{
	height: 100%;
}
.flohead_leftTitle {
	font-weight: 600;
	font-size: 14px;
}

.flohead_leftcontent {
	font-size: 12px;
	color: #291B77;
}

.floCompany {
	color: #555;
	font-size: 16px;
	margin-left: 10px;
	line-height: 25px;
	font-family: "microsoft yahei";
	font-weight: 600;
	height: 38px;
	line-height: 38px;
}

.floCompanyInfo {
	line-height: 22px;
	font-size: 12px;
}

.more {
	margin-bottom: 10px;
}

.moreBtn {
	background: #02AFF7;
	margin-left: 2px;
	width: 70px;
	height: 19px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
	line-height: 19px;
	display: block;
}

 .info:hover {
	color: #409eff;
}
.myslide2{

}
.myslide2 ul li {
	width: 25%;
	float: left;
	padding: 10px;

}
.myslide2 ul li img{
	width: 180px;
	height: 60px;
}
/*.swiper-containerCon .swiper-wrapper{
	width: 100%;
	margin: 0 auto;
}
.lineSwiper{
	width: 100%;
}
.lineSwiper{
	display: flex;
	justify-content: space-around;
}
.flowerCon{

} */
/* .icon1 {
	background-color: #7dd0f7;
}

.icon2 {
	background-color: #f781ac;
}

.icon3 {
	background-color: #54e0c0;
}

.icon4 {
	background-color: #6c99e9;
}

.icon5 {
	background-color: #f18f56;
}

.icon6 {
	background-color: #4cb6f3;
}

.icon7 {
	background-color: #b798d6;
}

.icon8 {
	background-color: #8ac58a;
} */
.showcentent{
	margin-bottom: 40px;
}
.icon-style {
	line-height: 82px;
	color: white;
}

.ad-style {
	height: 500px;
	width: 54%;
	margin-left: 23%;
}

.img1,
.img6 {
	width: 480px;
}

.img2,
.img3,
.img4,
.img5 {
	width: 238px;
}

.w10 {
	width: 60%;
	margin: 0 auto;
	font-size: 16px;
	margin-top: -5%;
}

#footer .footer-content  {
	width: 1200px;
	margin: 0 auto;

}
#footer .footer-content .top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #3E4C5D;
  padding: 40px 0;
}

#footer .sitemap-links {
	padding: 0;
}

#footer .footer-inner {
	position: relative;
}

.footer-left {
	width: 36%;
	/* padding: 46px 0; */
	font-size: 14px;
	display: flex;
	align-items: center;
}

.xian {
	width: 1px;
	height: 284px;
	border-left: 1px solid #E1E4E6;
	margin-right: 80px;
}
.footer-left ul {
	width: 99%;
}
.footer-left ul li:nth-child(1) {
	margin-bottom: 14px;
	margin-left: 0;
}
.footer-left ul li {
	margin-bottom: 20px;
	margin-left: 10px;
	color: #fff;
}

.footer-left ul li:nth-child(4) {
	margin-bottom: 0;
}

.footer-left ul li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


.blind {
	position: absolute;
	overflow: hidden;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}
#footer{
	width: 100%;
}

#footer.footer-b2c .sitemap-links>ul {
	width: 100%;
    display: flex;
    float: right;
    justify-content: space-between;
}

#footer.footer-b2c .sitemap-links>ul>li {
	font-size: 14px;
}

#footer .sitemap-links>ul>li>h3 {
	font-size: 16px;
	color: #fff;
	opacity: 1;
	margin-bottom: 10px;
}

#footer .sitemap-links>ul>li>h3>a {
	display: block;
	font: inherit;
	pointer-events: none;
}

#footer .sitemap-links>ul>li.over>ul {
	/* float: left; */
	width: 60%;
	list-style: none;
}

#footer .sitemap-links>ul>li {
	position: relative;
	box-sizing: border-box;
}

#footer .sitemap-links>ul>li~li {
	/* border-left: 1px solid #d9d9d9; */
}

#footer .sitemap-links>ul>li>ul>li {
	padding: 9px 0;
	color: #fff;
	/* line-height: 1; */
}
#footer .sitemap-links>ul>li>ul>li a:hover{
	color: #006AE8;
}
#footer .sitemap-links>ul>li>ul>li  a{
	color: #fff;
	/* line-height: 1; */
}

#footer .footer-inner {
	width: 58%;
	position: relative;
}

#footer .footer-inner .info-detail p {
	line-height: 16px;
	font-size: 12px;
	color: #707070;
}

#footer .footer-inner .info-detail p span {
	font: inherit;
	color: inherit;
}

#footer .footer-inner .info-detail p span.comp-wrap {
	padding-left: 0;
	margin-left: 8px;
}

#footer .footer-inner .info-detail .comp {
	display: inline-block;
	width: 94px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #a6a6a6;
	border-radius: 10px;
	border: 1px solid #a6a6a6;
}

.footer {
	background-color: #F6F6F6;
	color: #868F9B;
	padding: 20px;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.home_icon img{
	width: 32px;
	height: 32px;
}
/* .footBox{
	width: 57%;
	display: flex;
	justify-content: center;
	align-items: center;
} */

/* 产品专区 */
.conbox-b2c-main .b2c-box {
	padding: 4.5455vw 0;
}

.common-pcd-box {
	overflow: hidden;
}

.conbox-b2c-main .content-sub-tit {
	margin-bottom: 1.4545vw;
	font-size: 1.6364vw;
	line-height: 2.1818vw;
	font-weight: bold;
	color: #000;
	text-align: center;
	letter-spacing: 0.3182vw;
	font-family: 'Samsung Sharp Sans', 'SamsungOneKorean';
}

.conbox-b2c-main .content-tit {
	margin-bottom: 4.1818vw;
	font-size: 4.3636vw;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.common-pcd-box .pcd-list {
	margin: 0 -1.0909vw -5.4545vw;
}

.common-pcd-box .pcd-item {
	width: calc(100% / 3);
	margin-bottom: 5.4545vw;
	padding: 0 1.0909vw;
}

.common-pcd-box .pcd-item .visual {
	position: relative;
	border-radius: 1.8182vw;
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: top;
}

.common-pcd-box .pcd-item .detail {
	padding: 2.1818vw 2.1818vw 0;
}

.common-pcd-box .pcd-item .type {
	font-size: 1.4545vw;
	line-height: 2.0000vw;
	color: #000;
}

.common-pcd-box .pcd-item .tit {
	margin-top: 0.5455vw;
	font-size: 2.1818vw;
	line-height: 2.7273vw;
	color: #000;
	font-weight: bold;
}

.common-pcd-box .pcd-item .desc {
	margin-top: 2.1818vw;
	font-size: 1.2727vw;
	line-height: 1.8182vw;
}

.banner {
	height: 400px;
}

.pavilion-container {
	background-color: #c5c5cc71;
	width: 54%;
	margin: 0 auto;
}


.background {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/home_new/home_coal.png);
}
.background1 {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/home_new/home_fog.png);
}

/* 弹出层 */

.hw-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 82, 102, 0.7);
	z-index: 10000;
}

.hw-layer-wrap {
	box-sizing: border-box;
	width: 1000px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: 320px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.hw-layer-wrap1 {
	box-sizing: border-box;
	width: 400px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -150px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.hwLayer-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 20px;
	color: #ccc;
}

.btn_contractMe{
	width: 94px;
	height: 32px;
	background: #006AE8;
	border-radius: 4px 4px 4px 4px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	margin-left: 160px;
}
.btn_contractMe a{
	color: #fff;
}

.hw-icon {
	width: 100%;
	height: 100%;
	display: flex;
}

.hw-icon_content {
	height: 100%;
	/* margin: 50px auto; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.biaot {
	margin-bottom: 58px;
}
.biaot div.hengxian{
	width: 30px;
	height: 4px;
	background: #868F9B;
	border-radius: 10px 10px 10px 10px;
	margin: 0 auto;
	margin-top: 10px;
}

.biaot p:nth-child(1){
	font-size: 28px;
	font-family: Public Sans;
	font-weight: 800;
	line-height: 20px;
	color: #868F9B;
	text-align: center;
	margin-bottom: 24px;
}

.biaot p:nth-child(2){
	font-size: 16px;
	color: #868F9B;
	text-align: center;
	font-family: Source Han Sans CN;
}

.biaot-1{
	text-align: center;
	margin-bottom: 57px;
}

.biaot-1 p:nth-child(1){
	font-size: 14px;
	color: #868F9B;
	margin-bottom: 14px;
}

.biaot-1 p:nth-child(2){
	font-size: 18px;
	color: #13234D;
	font-family: Source Han Sans CN;
}

.phone{
	font-size: 14px;
	color: #868F9B;
	text-align: center;
}

.linsxphone {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}

.nanme {
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #13234D;
	opacity: 1;
	margin-right: 26px;
}

.phone-linsx div{
	display: flex;
	align-items: center;
}

.phone-linsx div p {
	font-size: 18px;
	font-family: Public Sans;
	font-weight: 400;
	color: #13234D;
	opacity: 1;
}
.icp{
	color: #737E95;
}
.icp:hover{
	color: #006AE8;
}
@media (max-width:768px) {
	.hw-layer-wrap {
		width: 350px;
		margin-left: -175px;
		margin-top: -200px;
		padding: 45px 50px;
		text-align: center;
	}
}

@media (max-width:400px) {
	.hw-layer-wrap {
		width: 250px;
		margin-left: -125px;
		padding: 25px 30px;
	}
}
