a{text-decoration:none}
a:link,a:visited{color:#333}
a:hover,a:active{color:#d1171e}
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,figure,figcaption,table,th,td img{margin:0;padding:0}

a,abbr,acronym,address,big,blockquote,body,caption,cite,code,dd,dl,dt,fieldset,form,h1,time,h2,h3,h4,h5,h6,html,img,ins,kbd,label,legend,li,ol,p,pre,q,s,samp,small,span,strike,strong,ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline}

html{-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

body{line-height:1.5;color:#2b2a28;background-color:#fff;font-family:"寰蒋闆呴粦";font-size:14px;text-align:left;margin:0 auto;line-height:24px;background:#fff;color:#333;font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
img{max-width:100%;border:0;vertical-align:middle}

*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;outline:none}

button{border-radius:0px;-webkit-border-radius:0px;outline:none}

input{border-radius:0;outline:none}
input:-ms-clear{display:none}
input,textarea{border:0;font-family:"寰蒋闆呴粦"}
textarea{resize:none;outline:none}
td{word-break:break-all}ul,ol{list-style:none}

ul:before,ol:before,li:before,dl:before,dt:before,dd:before,div:before,.clearfix:before,.page:before,.page .pagination:before,ul:after,ol:after,li:after,dl:after,dt:after,dd:after,div:after,.clearfix:after,.page:after,.page .pagination:after{content:"";display:block}

ul:after,ol:after,li:after,dl:after,dt:after,dd:after,div:after,.clearfix:after,.page:after,.page .pagination:after{clear:both}

@font-face{font-family:'yahei';font-style:italic;src:url("../fonts/yahei.ttf") format("truetype");font-display:swap}
body{background:#f5f5f7}
.container{width:100%;position:relative}







.layer {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.06);
}
header img.logo {
  width: 149px;
  height: 35px;
}
header img.address {
  width: 13px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  margin-left: 21px;
  margin-right: 2px;
}
header img.tel {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 0;
}
header img.hot {
  width: 26px;
  height: 18px;
  position: absolute;
  left: 451px;
  top: 20px;
}
header img.hot.hot2 {
  left: 632px;
}
header .tel {
  margin-left: auto;
  cursor: pointer;
}
header .tel span {
  font-size: 24px;
}
header .first_nav {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.06);
}
header .header-nav {
  justify-content: start;
}
header .header-nav ul li {
  margin-left: 41px;
}
header .header-nav ul li + li {
  margin-left: 41px;
}
header .header-nav ul li > a {
  font-weight: 500;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  color: #333;
    font-size: 15px;
  position: relative;
}
header .header-nav ul li > a::before {
  content: '';
  width: 160%;
  height: 80px;
  position: absolute;
  top: -32px;
  left: -30%;
}
header .header-nav ul li > a.hot {
  cursor: pointer;
}
header .header-nav ul li > a.hot::after {
  content: '';
  width: 26px;
  height: 18px;
  position: absolute;
  top: -6px;
  right: -30px;
  background: no-repeat url(../img_pc/tubiao008.png) center / cover;
}
header .header-nav ul li .dd-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  visibility: hidden;
  transition: all ease-in-out 400ms;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  z-index: -2;
}
header .header-nav ul li .dd-menu .dd-menu-sub {
  width: 880px;
  height: 100%;
  justify-content: flex-end;
}
header .header-nav ul li .dd-menu .dd-menu-sub a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  padding-right: 130px;
  margin-right: 20px;
  transition: all ease-in-out 300ms;
}
header .header-nav ul li .dd-menu .dd-menu-sub a span {
  display: block;
  line-height: 24px;
  white-space: nowrap;
}
header .header-nav ul li .dd-menu .dd-menu-sub a span.zh {
  font-size: 16px;
  transition: all ease-in 300ms;
}
header .header-nav ul li .dd-menu .dd-menu-sub a span.en {
  font-size: 16px;
  color: #198afa;
  opacity: 0;
  transition: all ease-out 300ms;
}
header .header-nav ul li .dd-menu .dd-menu-sub a.on {
  transform: translateY(-24px);
  height: calc(100% + 48px);
}
header .header-nav ul li .dd-menu .dd-menu-sub a.on span.zh {
  opacity: 0;
}
header .header-nav ul li .dd-menu .dd-menu-sub a.on span.en {
  opacity: 1;
}
header .header-nav ul li .dd-menu .thumb {
  display: block;
  width: 400px;
  height: 140px;
  background-size: cover;
  transition: all ease-out 400ms;
}
header .header-nav ul li.on .dd-menu {
  height: 188px;
  padding: 24px 0;
  visibility: visible;
  z-index: -1;
}
header .header-nav ul li.on > a {
	color: #198afa;
}







.newsban{
	height: 478px;
	background-size: cover;
	padding-top: 78px;
	padding-bottom: 0px;
	line-height: 1;
	text-align: center;
	background-color: #71A7EA;
}
.newsban span{font-size:24px;color:#ffffff}
.newsban span:after{content:"";width:60px;height:1px;background:#888888;display:block;margin:18px auto 26px}
.newsban h2{font-size:64px;color:#ffffff;}
.newsban p{font-size:16px;color:#888888;margin-top:40px}
.newsban img{height:400px;}




.current-title {
  padding-top: 19px;
  padding-bottom: 17px;
  width: 1396px;
  margin-left: auto;
  margin-right: auto;
}
.current-title span {
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.current-title span + span {
  margin-left: 10px;
}
.current-title span:last-child {
	color: #333333;
}




.submian {
	background: #f4f4f4;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.w1300 {
	width: 1400px;
	margin: 0 auto;
}

.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*内页右侧*/
.subleft {
	width: 300px;
	float:left;
	margin-left:20px;
}

.subleft .title span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
}

.subleft .lefta {
	margin-bottom: 20px;
		background: #ffff;
		border-radius: 20px;
}
.subleft .lefta .title {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 70px;
	height: 70px;
	padding-left: 20px;
	border-radius: 20px 20px 0px 0px;
	background-color: #1180ef;
}
.subleft .lefta .comt {
	padding: 20px;
	padding-bottom: 1px;
}
.subleft .lefta .comt ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #eaeaea url(../images/prolgo.png) no-repeat center right 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s;
}
.subleft .lefta .comt ul li:hover a, .subleft .lefta .comt ul li.hover a {
	color: #fff;
	background-color: #0b79e8;
}
.subleft .lefta .comt ul li .boxlist {
	display: none;
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
	background: #eaeaea;
}
.subleft .lefta .comt ul li .boxlist li a {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	line-height: 40px;
	background: none;
	border-top: 1px dashed #ddd;
}
.subleft .lefta .comt ul li .boxlist li:first-child a {
	border: 0;
}
.subleft .lefta .comt ul li .boxlist li a:hover, .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #0b79e8;
}
.subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
/*联系我们*/
.subleft .leftcont {
	background: #fff;
		border-radius: 20px;
}
.subleft .leftcont .tel {
	height: 91px;
	text-indent: 85px;
		margin-left: 7px;
	margin-right: 7px;
	background: url(../img_pc/fl_tel.png) no-repeat 32px 28px;
	border-bottom: 1px solid #eaeaea;
}
.subleft .leftcont .tel p {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 14px;
	padding-top: 28px;
}
.subleft .leftcont .tel h3 {
	color: #0b79e8;
	font-size: 24px;
	line-height: 24px;
	margin-top: 7px;
}
.subleft .leftcont .con {
	color: #2d2d2d;
	line-height: 40px;
	padding: 20px 25px;
	font-size: 14px;
}
/*内页左侧*/
.subright {
	width: 875px;
}
.fl {
	float: left;
}



.w1300 .mod_goods_info {
	clear: both;
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
	height: 65px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	background-color: #F5F5F5;
	border-radius: 0px;
}
.w1300 .mod_goods_info .hds {
	height: 65px;
	_overflow: hidden;
}
.w1300 .mod_goods_info .hds h3 {
	height: 62px;
	margin-left: 15px;
	line-height: 62px;
	color: #232323;
	font-size: 26px;
	font-weight: normal;
}
.w1300 .mod_goods_info .hds .on h3 a {
	color: #076EBB;
	font-weight: bold
}

.w1300 .cpright .propar a {
	text-align: center;
	display: block;
	width: 128px;
	height: 50px;
	margin: 7px auto;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	background: #0b79e8;
}
.w1300 .neirong {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	overflow : hidden;
	text-align: center;
}
.w1300 .neirong table {
	margin-left:auto;
	margin-right:auto;
}
.w1300 .neirong tr {
	height: 50px;
}
.w1300 .neirong p {
	color: #414141
}
.w1300 .container {
	margin-left: auto;
	margin-right: auto;
}
.w1300 .cpright {
	width: 1075px;
	padding: 0 25px;
	padding-bottom: 25px;
	float: left;
	background-color: #FFF;
	border-radius: 20px;
}
.w1300 .cpright a {
	color: #0b79e8;
}
.w1300 .rtop {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #0b79e8;
}
.w1300 .rtop h5 {
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 26px;
	font-size: 18px;
	color: #0b79e8;
	font-weight: normal;
	line-height: 22px;
	background: url(../images/tb365.png) no-repeat;
}
.w1300 .rtop span {
	float: right;
	color: #0b79e8;
	font-size: 16px;
}
.w1300 .prodetailsinfo {
	padding: 15px 0;
}
.w1300 .prodetailsinfo .photo {
	width: 412px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 8px;
}
.w1300 .prodetailsinfo .photo .jqzoom {
	width: 412px;
	height: 396px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
.w1300 .prodetailsinfo .photo .img {
	width: 500px;
	height: 375px;
	display: block;
}
.w1300 .prodetailsinfo .photo .bigimg {
	width: 412px;
	height: 393px;
	border: 0px solid #ddd;
	display: block;
	position: relative;
	overflow: hidden;
}
.w1300 .prodetailsinfo .photo .bigimg .list {
	width: 1000%;
	position: relative;
}
.w1300 .prodetailsinfo .photo .bigimg .list li {
	width: 410px;
	height: 392px;
	float: left;
}
.w1300 .prodetailsinfo .photo .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
	border-radius: 20px;
}
.w1300 .prodetailsinfo .photo .photoimg {
	width: 362px;
	height: 55px;
	padding-top: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.w1300 .prodetailsinfo .photo .photoimg .list {
	width: 286px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.w1300 .prodetailsinfo .photo .photoimg .listcon {
	width: 300%;
	position: relative;
}
.w1300 .prodetailsinfo .photo .photoimg .listcon li {
	width: 64px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
}
.w1300 .prodetailsinfo .photo .photoimg .listcon li img {
	border: 1px solid #ddd;
	width: 62px;
	height: 48px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.w1300 .prodetailsinfo .photo .photoimg .listcon li:hover img, .w1300 .prodetailsinfo .photo .photoimg .listcon li.on img {
	border-color: #0b79e8;
}
.w1300 .prodetailsinfo .photo .photoimg .prev, .w1300 .prodetailsinfo .photo .photoimg .next {
	width: 25px;
	height: 50px;
	z-index: 10;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background: #ddd url(../images/pn365.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.w1300 .prodetailsinfo .photo .photoimg .prev:hover, .w1300 .prodetailsinfo .photo .photoimg .next:hover {
	background-color: #0b79e8;
}
.w1300 .prodetailsinfo .photo .photoimg .prev {
	left: 0px;
	background-position: 0 center;
}
.w1300 .prodetailsinfo .photo .photoimg .next {
	right: 0px;
	background-position: -25px center;
}
.w1300 .prodbaseinfo_a {
	float: left;
	width: 570px;
	margin-left: 36px;
}
.w1300 .h2_prodtitle {
	font-size: 26px;
	color: #292929;
	padding: 0 0 10px;
	line-height: 1.5em;
	margin-top: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	font-weight: normal;
}
.w1300 .h2_prodtitle h2{
	font-weight: normal;
}
.w1300 .h2_prodtitle h5{
	font-size: 16px;
	color: #909090;
	font-weight: normal;
	margin-top: 2px;
}
.w1300 .ul_prodinfos {
	padding: 6px 15px;
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	font-weight: normal;
	background-color: #E8F3FD;
}
.w1300 .ul_prodinfos li {
	font-size: 20px;
	float: left;
	height: 45px;
	line-height: 45px;
}
.w1300 .ul_prodinfos li.li_weight {
	float: right;
}
.w1300 .ul_prodinfo li {
	font-size: 16px;
	float: left;
	padding: 6px 0;
	margin-top: 10px;
	text-align: left;
	height: 188px;
	overflow: hidden;
}
.w1300 .li_normalprice {
	line-height: 32px;
	color: #333;
	font-size:16px;
}






.recommend {
	padding: 30px;
	width: 1400px;
	height: 450px;
	background: #FFFFFF;
	border-radius: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}
.recommend > h1 {
  margin-top: 3px;
  height: 25px;
  line-height: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.recommend .other-case-item {
  width: 315px;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-top: 28px;
  text-align: center;
}
.recommend .other-case-item:nth-child(n+2) {
  margin-left: 20px;
}
.recommend .other-case-item img {
  width: 310px;
  height: 296px;
  	border-radius: 20px;
}
.recommend .other-case-item p {
  width: 310px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin-top: 14px;
}
.recommend .bottom-recommen {
  margin-top: 50px;
}
.recommend .bottom-recommen .good-title {
  margin-bottom: 28px;
}
.recommend .bottom-recommen .good-title h1 {
  height: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
.recommend .bottom-recommen .zxtj li{
	width:400px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:2px;
	float:left;
	height:40px;
}

.recommend .bottom-recommen .zxtj li a:hover {
color:#FF3900;
}






.model-6{padding:70px 0 100px;background:#fff;overflow:hidden;width:100%;}
.model-6 .wrap h3{font-size:48px;line-height:72px;width:100%;color:#1d1d1f;text-align:center}
.model-6 .wrap>p{margin-top:15px;font-size:24px;line-height:32px;color:#888888;width:100%;text-align:center}
.flow-list{margin:80px -20px 0;padding-bottom:60px;position:relative;width:1550px; margin-left:auto; margin-right:auto;}
.flow-list:before{content:'';display:block;position:absolute;left:20px;right:20px;bottom:0;height:1px;background:#d2d2d7}
.flow-list li{width:10.89744%;float:left;overflow:hidden;text-align:center}
.flow-list li img{display:block;width:36px;height:36px;margin:0 auto}
.flow-list li h4{margin-top:25px;font-size:20px;line-height:32px;color:#1d1d1f;font-weight:bold}
.flow-list li p{margin-top:6px;margin-bottom:15px;font-size:15px;line-height:26px;color:#1d1d1f}
.flow-list li a{font-size:15px;line-height:26px;color:#f73021;transition:all .3s}
.flow-list li a:hover{font-weight:bold;border-bottom:1px dashed #f73021}
.flow-list li+li{margin-left:6.92308%}





footer {
  width: 100%;
  height: 312px;
  background: #333333;
  padding-top: 40px;
  box-sizing: border-box;
}
footer .footer-details {
  height: 190px;
  border-bottom: 1px #4d4d4d solid;
}
footer .footer-details .itemize h2 {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .footer-details .itemize:last-child p {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: blodFont;
  color: #ffffff;
}
footer .footer-details .itemize:last-child .ye-tel {
  font-size: 26px;
  color: #1c8df6;
}
footer .footer-details .itemize:last-child .hot-line {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 19px 0 10px;
}
footer .footer-details .itemize:last-child .white-tel {
  font-size: 20px;
}
footer .footer-details .itemize p {
  height: 11px;
  line-height: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #e6e6e6;
}
footer .footer-details .itemize p a {
  color: #e6e6e6;
}
footer .footer-details .itemize p + p {
  margin-top: 15px;
}
footer .footer-details .itemize img {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 5px;
  border: none;
}
footer .footer-details .itemize:nth-child(5) {
  text-align: center;
}
footer .footer-details .itemize:nth-child(n + 5) h2 {
  margin-bottom: 15px;
}
footer .footer-details .itemize a:hover {
	color: #2279FB;
}
footer .company {
  margin-top: 20px;
}
footer .company span {
  height: 11px;
  line-height: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #cccccc;
}
footer .company span a {
  color: #cccccc;
}
footer .company span + span {
  margin-left: 40px;
}
footer .copyright {
  margin-top: 18px;
}
footer .copyright img {
  width: 12px;
  height: 14px;
  margin-right: 6px;
}
footer .copyright span {
  height: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
footer .copyright span a {
  color: #999999;
}
footer .copyright span + span {
  margin-left: 40px;
}