blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
margin: 0;
padding: 0;
font-family: 'Microsoft Yahei','Helvetica Neue',Helvetica,'Lucida Grande',Arial,'Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,SimSun,sans-serif
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

body {
	background: #f0f3fa;
	min-width: 1024px;
	overflow-x: hidden;
}

.none{display:none}
.article img,.article video,.container,.wrap,.wrapper {
	margin-left: auto;
	margin-right: auto
}
body,html {
	margin-left: auto;
	margin-right: auto
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle
}


em,i {
	font-style: normal
}

li {
	list-style: none
}

button,input,select,textarea {
	font-size: 100%;
	border: none
}
blockquote{clear:both;display:block;text-align:center;padding-bottom:15px}
blockquote p{color:#f79200!important;display:inline-block;padding:0 0!important;line-height:1.6!important;margin:0!important}
blockquote a{color:#b42530}
blockquote p a:hover{text-decoration:underline}
table {
  border: 1px solid #ccc;
  border-collapse: collapse
}




/*
.dn {
  display: none
}

.cs-more {
  margin-top: 20px
}

.cs-more ul {
  overflow: hidden;
  margin-left: -2%
}

.cs-more ul li {
  color: #465174;
  font-size: 18px;
  padding: 15px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 30px;
  display: inline-block;
  margin-left: 2%;
  border: 1px solid #3e77b2;
  background: #fff
}

.cs-more ul li.cur {
  background: #1d427a;
  box-shadow: 0 5px 20px rgba(33,73,130,.3);
  background: -webkit-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(left,#1d427a,#3e77b2);
  background: linear-gradient(to right,#1d427a,#3e77b2);
  padding: 15px 30px;
  color: #fff;
  position: relative;
  border: none
}

.cs-more ul li.cur:before {
  background: url(../img/x_bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 51px;
  height: 18px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 0
}

*/


.guide {
  font-size: 14px;
  color: #dadada;
  line-height: 16px;
  margin-bottom: 90px
}

.guide li {
  display: inline-block
}

.guide a {
  color: #dadada;
  font-size: 14px
}

.guide a:hover {
  color: #fff
}

.guide img {
  vertical-align: bottom;
  width: 18px;
  margin-right: 8px
}



.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}
.clear {display: block;clear: both;overflow: hidden}
.clearfix {zoom:1}
.fl {float: left}
.fr {float: right}


.crumb {
    padding: 10px 0;
    line-height: 30px;
    background: url(../img/crummbs-icon.png) no-repeat left center;
    padding-left: 26px;
    font-size: 16px
}

.crumb li {
    display: inline-block;
    color: #d6d6d6
}

.crumb li a {
    color: #d6d6d6
}

.crumb li a:hover {
    color: #2880db
}

.crumb-grid li {
    color: #252e40
}

.crumb-grid li a {
    color: #252e40
}


.header {
  background: url(../img/head_bg.png) repeat-x;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 183px;
  position: relative
}

.head-wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%
}

.logo {
  width: 16%;
  margin-top: 58px
}

.logo img {
  width: 100%
}

.head-r {
  width: 84%
}

.nav-one {
  width: 77%;
  margin-left: 5%;
  margin-top: 55px
}

.nav-one li {
  float: left;
  width: 16%;
  text-align: center
}

.nav-one li.nav-diyi {
  width: 14.8%
}

.nav-one li.xz a {
  color: #da251d
}

.nav-one li a {
  font-size: 18px;
  color: #1e447c
}

.nav-one li:hover a {
  color: #da251d
}

.head-tel {
  width: 17%;
  margin-top: 25px
}

.nav-two {
  margin-top: 40px;
  margin-left: 7%
}

.nav-two li {
  float: left;
  width: 14.2%;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.nav-two li:hover:after {
  background: url(../img/after_x.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 87px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -43.5px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.nav-two li.active:after {
  background: url(../img/after_x.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 87px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -43.5px
}

.nav-two li a {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative
}

.nav-two li.on a::before {
  width: 32px;
  height: 24px;
  background: url(../img/icon-hot.png) no-repeat;
  position: absolute;
  top: -15px;
  right: -33px;
  content: "";
}







/*产品详情页*/


*,:after,:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.wrap {width: 1500px;position: relative;*zoom: 1}
.wrap:after,.wrapper:after {clear: both}
.wrap:after,.wrap:before,.wrapper:after,.wrapper:before {content: "";display: table}
.wrapper {width: 100%;max-width: 1920px;position: relative;*zoom: 1}
.wrapper{margin-left: auto;margin-right: auto;}
.wrapper:after,.wrapper:before {content: "";display: table}
.wrapper:after {clear: both}
.container:after,.container:before,{content: "";display: table}



.product-info .rt-panel .cs-panel p strong {font-weight: 700}
.product-info .rt-panel:after,
.product-info .rt-panel:before{content: "";display: table}
.product-info .rt-panel{*zoom: 1}
.product-info .rt-panel:after,
.product-info .rt-panel:before,
.product-info .rt-panel:after{clear: both}
.product-info {overflow: hidden;padding-top: 70px;padding-bottom: 150px;z-index: 1;}
.product-info::after,.product-info::before {display: block;	position: absolute;	top: 0}
.product-info::before {
	bottom: 0;
	left: 0;
	width: 28.64583%;
	background: #1d5086;
    background: -webkit-linear-gradient(left, #3669a4, #1d5086);
    background: -o-linear-gradient(left, #3669a4, #1d5086);
    background: linear-gradient(to right, #3669a4, #1d5086);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.product-info::after {
	bottom: 60px;
	right: 0;
	width: 71.35417%;
	border-bottom-right-radius: 50px
	background: #3669a4;
    background: -webkit-linear-gradient(left, #3669a4, #1d5086);
    background: -o-linear-gradient(left, #3669a4, #1d5086);
    background: linear-gradient(to right, #3669a4, #1d5086);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}


.product-info .lf-panel {
	width: 57.33333%;
	float: left;
	position: relative;
	border: 2px dashed #f0f3fa;
	padding: 28px 28px 16px;
	border-radius: 20px;
	z-index: 1
}

.product-info .lf-panel:before {
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	content: '';
	display: block;
	position: absolute;
	border-radius: 20px;
	background: #f0f3fa;
	opacity: .85;
	filter: alpha(opacity=85)
}

.product-info .lf-panel>span {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 10px 18px rgba(0, 0, 0, .4);
	box-shadow: 0 10px 18px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 1
	
}

.product-info .lf-panel>span img {
	display: block;
	width: 100%
}

.product-info .lf-panel p {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 0;
	text-align: center
}

.product-info .lf-panel p span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding-left: 24px;
	color: #1d427a;
	position: relative;	
}

.product-info .lf-panel p span:before {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: '';
	display: block;
	position: absolute;
	border-radius: 100%;
	background: #ba9f85;
	left: 0;
	top: 50%
}

.product-info .lf-panel p span+span {
	margin: 0 16%
}

.product-info .lf-panel p span+span+span {
	margin: 0
}

.product-info .rt-panel {
	width: 39.33333%;
	padding-top: 20px;
	float: right;
	position: relative;
	z-index: 1
}

.product-info .rt-panel h1 {
	font-size: 50px;
	line-height: 72px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-weight: 700
}

.product-info .rt-panel>p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 28px;
	width: 100%;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden
}

.product-info .rt-panel .cs-panel {
	width: 100%;
	overflow: hidden
}

.product-info .rt-panel .cs-panel p {
	margin-top: 36px;
	padding-left: 32px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	position: relative
}

.product-info .rt-panel .cs-panel p:before {
	top: 10px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 14px;
	height: 16px;
	background: url(../img/icon_cs.png) left top no-repeat
}

@media screen and (max-width: 1600px) {.wrap {	width: 1280px}}
@media screen and (max-width: 1440px) {.wrap {	width: 1120px}}
@media screen and (max-width: 1280px) {.wrap {width: 960px}}
@media screen and (max-width: 1600px) {

	.product-info {
		padding-top: 20px;
		padding-bottom: 130px
	}

	.product-info .breadcrumb {
		margin-bottom: 40px
	}

	.product-info .lf-panel {
		padding: 24px 24px 12px
	}

	.product-info .lf-panel:before {
		left: 12px;
		top: 12px;
		right: 12px;
		bottom: 12px
	}

	.product-info .lf-panel p span {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		padding-left: 24px
	}

	.product-info .lf-panel p span:before {
		width: 8px;
		height: 8px;
		margin-top: -4px
	}

	.product-info .lf-panel p span+span {
		margin: 0 10%
	}

	.product-info .rt-panel {
		padding-top: 10px
	}

	.product-info .rt-panel h1 {
		font-size: 40px;
		line-height: 64px
	}

	.product-info .rt-panel>p {
		padding: 10px 0;
		font-size: 16px;
		line-height: 28px
	}

	.product-info .rt-panel .cs-panel p {
		margin-top: 24px;
		padding-left: 32px;
		line-height: 32px;
		font-size: 18px
	}

	.product-info .rt-panel .cs-panel p:before {
		top: 8px
	}

}


@media screen and (max-width: 1440px) {

	.product-info {
		padding-top: 10px;
		padding-bottom: 110px
	}

	.product-info .breadcrumb {
		margin-bottom: 30px
	}

	.product-info .lf-panel {
		padding: 20px 20px 8px
	}

	.product-info .lf-panel:before {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px
	}

	.product-info .lf-panel p span {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		padding-left: 16px
	}

	.product-info .lf-panel p span:before {
		width: 6px;
		height: 6px;
		margin-top: -3px
	}

	.product-info .lf-panel p span+span {
		margin: 0 8%
	}

	.product-info .rt-panel {
		padding-top: 10px
	}

	.product-info .rt-panel h1 {
		font-size: 32px;
		line-height: 56px
	}

	.product-info .rt-panel>p {
		padding: 5px 0;
		font-size: 16px;
		line-height: 28px
	}

	.product-info .rt-panel .cs-panel p {
		margin-top: 24px;
		padding-left: 28px;
		line-height: 28px;
		font-size: 16px
	}

	.product-info .rt-panel .cs-panel p:before {
		top: 6px
	}

}


@media screen and (max-width: 1280px) {
	.product-info {
		padding-top: 10px;
		padding-bottom: 90px
	}

	.product-info .breadcrumb {
		margin-bottom: 20px
	}

	.product-info .lf-panel {
		padding: 16px 16px 4px
	}

	.product-info .lf-panel:before {
		left: 8px;
		top: 8px;
		right: 8px;
		bottom: 8px
	}

	.product-info .lf-panel p span {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		padding-left: 12px
	}

	.product-info .lf-panel p span:before {
		width: 4px;
		height: 4px;
		margin-top: -2px
	}

	.product-info .lf-panel p span+span {
		margin: 0 6%
	}

	.product-info .rt-panel {
		padding-top: 5px
	}

	.product-info .rt-panel h1 {
		font-size: 28px;
		line-height: 52px
	}

	.product-info .rt-panel>p {
		padding: 5px 0;
		font-size: 14px;
		line-height: 24px
	}

	.product-info .rt-panel .cs-panel p {
		margin-top: 22px;
		padding-left: 28px;
		line-height: 24px;
		font-size: 14px
	}

	.product-info .rt-panel .cs-panel p:before {
		top: 4px
	}
}

.product-info .rt-panel .swt-panel{	*zoom: 1}
.product-info .rt-panel .swt-panel:after,
.product-info .rt-panel .swt-panel:before{content: "";display: table}
.product-info .rt-panel .swt-panel:after{clear: both}
.product-info .rt-panel .swt-panel {margin-top: 50px;width: 100%;position: relative}
.product-info .rt-panel .swt-panel .play {
	height: 90px;
	width: 90px;
	display: block;
	float: left;
	border-radius: 100%;
	position: relative
}

.product-info .rt-panel .swt-panel .play:after,
.product-info .rt-panel .swt-panel .play:before {
	content: '';
	display: block;
	border-radius: 100%;
	background: #6795ae;
	position: absolute
}

.product-info .rt-panel .swt-panel .play:before {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .16;
	filter: alpha(opacity=16);
	z-index: 1
}

.product-info .rt-panel .swt-panel .play:after {
	left: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	opacity: .28;
	filter: alpha(opacity=28);
	z-index: 2
}

.product-info .rt-panel .swt-panel .play a {
	display: block;
	position: absolute;
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	border-radius: 100%;
	background: #ffc942;
	z-index: 3;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	color: #213038;
	text-align: center;
	font-weight: 700;
	-webkit-box-shadow: 0 0 38px rgba(9, 19, 24, .78);
	-moz-box-shadow: 0 0 38px rgba(9, 19, 24, .78);
	box-shadow: 0 0 38px rgba(9, 19, 24, .78);
	transition: all .5s linear
}

.product-info .rt-panel .swt-panel .play a:hover {
	color: #fff
}

.product-info .rt-panel .swt-panel dl {
	position: absolute;
	top: 0;
	height: 100%;
	left: 72px;
	right: 200px;
	padding-top: 14px;
	overflow: hidden
}

.product-info .rt-panel .swt-panel dl:before {
	content: '';
	display: block;
	width: 100%;
	top: 50%;
	height: 1px;
	left: 0;
	position: absolute;
	background: #7d7d7d
}

.product-info .rt-panel .swt-panel dl dt {
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	width: 100%;
	text-align: center;
	color: #b9b9b9
}

.product-info .rt-panel .swt-panel dl dd {
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	text-align: center;
	color: #ffc942;
	font-weight: 700
}

.product-info .rt-panel .swt-panel p {
	height: 70px;
	margin-top: 10px;
	padding: 5px;
	border-radius: 70px;
	float: right;
	border: 1px dotted #3d6c85
}

.product-info .rt-panel .swt-panel p:hover a span {
	color: #e14c23
}

.product-info .rt-panel .swt-panel p a {
	height: 58px;
	display: block;
	position: relative
}

.product-info .rt-panel .swt-panel p a:after,
.product-info .rt-panel .swt-panel p a:before {
	border-radius: 58px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.product-info .rt-panel .swt-panel p a::before {
	z-index: 1;
	background: #fff;
	opacity: .12;
	filter: alpha(opacity=12)
}

.product-info .rt-panel .swt-panel p a:after {
	z-index: 2;
	border: 3px solid #4a83a1
}

.product-info .rt-panel .swt-panel p a span {
	padding: 0 32px;
	font-size: 22px;
	line-height: 58px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 3;
	transition: all .5s linear
}
@media screen and (max-width:1760px) {

	.product-info .rt-panel .swt-panel {
		margin-top: 32px
	}

	.product-info .rt-panel .swt-panel .play {
		height: 80px;
		width: 80px
	}

	.product-info .rt-panel .swt-panel .play:after {
		left: 6px;
		top: 6px;
		right: 6px;
		bottom: 6px
	}

	.product-info .rt-panel .swt-panel .play a {
		left: 12px;
		top: 12px;
		right: 12px;
		bottom: 12px;
		font-size: 16px;
		line-height: 20px;
		padding: 10px
	}

	.product-info .rt-panel .swt-panel dl {
		left: 64px;
		right: 170px;
		padding-top: 8px
	}

	.product-info .rt-panel .swt-panel dl dt {
		font-size: 16px;
		line-height: 32px;
		height: 32px
	}

	.product-info .rt-panel .swt-panel dl dd {
		font-size: 20px;
		height: 32px;
		line-height: 32px
	}

	.product-info .rt-panel .swt-panel p {
		height: 64px;
		margin-top: 8px;
		padding: 4px;
		border-radius: 64px
	}

	.product-info .rt-panel .swt-panel p a {
		height: 54px
	}

	.product-info .rt-panel .swt-panel p a:after,
	.product-info .rt-panel .swt-panel p a:before {
		border-radius: 54px
	}

	.product-info .rt-panel .swt-panel p a span {
		padding: 0 24px;
		font-size: 20px;
		line-height: 54px
	}

	.product-info .rt-panel .swt-panel {
		margin-top: 30px
	}

	.product-info .rt-panel .swt-panel .play {
		height: 70px;
		width: 70px
	}

	.product-info .rt-panel .swt-panel .play:after {
		left: 5px;
		top: 5px;
		right: 5px;
		bottom: 5px
	}

	.product-info .rt-panel .swt-panel .play a {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
		font-size: 14px;
		line-height: 16px;
		padding: 10px
	}

	.product-info .rt-panel .swt-panel dl {
		left: 56px;
		right: 146px;
		padding-top: 11px
	}

	.product-info .rt-panel .swt-panel dl dt {
		font-size: 16px;
		line-height: 24px;
		height: 24px
	}

	.product-info .rt-panel .swt-panel dl dd {
		font-size: 20px;
		height: 24px;
		line-height: 24px
	}

	.product-info .rt-panel .swt-panel p {
		height: 56px;
		margin-top: 7px;
		padding: 4px;
		border-radius: 56px
	}

	.product-info .rt-panel .swt-panel p a {
		height: 46px
	}

	.product-info .rt-panel .swt-panel p a:after,
	.product-info .rt-panel .swt-panel p a:before {
		border-radius: 46px
	}

	.product-info .rt-panel .swt-panel p a span {
		padding: 0 18px;
		font-size: 18px;
		line-height: 46px
	}

	.product-info .rt-panel .swt-panel {
		margin-top: 26px
	}

	.product-info .rt-panel .swt-panel .play {
		height: 70px;
		width: 70px
	}

	.product-info .rt-panel .swt-panel .play:after {
		left: 5px;
		top: 5px;
		right: 5px;
		bottom: 5px
	}

	.product-info .rt-panel .swt-panel .play a {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
		font-size: 14px;
		line-height: 16px;
		padding: 10px
	}

	.product-info .rt-panel .swt-panel dl {
		left: 56px;
		right: 146px;
		padding-top: 11px
	}

	.product-info .rt-panel .swt-panel dl dt {
		font-size: 14px;
		line-height: 24px;
		height: 24px
	}

	.product-info .rt-panel .swt-panel dl dd {
		font-size: 18px;
		height: 24px;
		line-height: 24px
	}

	.product-info .rt-panel .swt-panel p {
		height: 56px;
		margin-top: 7px;
		padding: 4px;
		border-radius: 56px
	}

	.product-info .rt-panel .swt-panel p a {
		height: 46px
	}

	.product-info .rt-panel .swt-panel p a:after,
	.product-info .rt-panel .swt-panel p a:before {
		border-radius: 46px
	}

	.product-info .rt-panel .swt-panel p a span {
		padding: 0 24px;
		font-size: 16px;
		line-height: 46px
	}

}


.lf-panel>h2{height:100px;padding-top:36px;line-height:64px;font-size:48px;width:100%;color:#e6e6e6;background-image:url(../img/about_font_03.png);background-position:left top;background-repeat:no-repeat;-webkit-background-size:auto 100%;background-size:auto 100%}
.lf-panel:before{left:16px;top:16px;right:16px;bottom:16px;content:'';display:block;position:absolute;border-radius:20px;background:#bfd4df;opacity:.15;filter:alpha(opacity=15)}



.product-data {    margin-top: -100px;  padding-top: 40px;  overflow: hidden}
.main-content {width: 70%;float: left;position: relative;z-index: 2;box-shadow: 0 0 20px rgba(33, 73, 130, .2);}
.main-content:before {content: '';display: block;width: 100%;min-height: 180px;border-top-left-radius: 70px;background-image: url(../img/article_bg_mark.jpg);background-position: -4px -18px;background-repeat: repeat;	overflow: hidden;position: absolute;left: 0;top: 0}
.main-content .tab-anchor {width: 100%;	padding: 30px 40px 30px 0;overflow: hidden;position: relative;z-index: 2}
.main-content .tab-anchor p {width: 100%;overflow: hidden}
.main-content .tab-anchor p a {display: block;float: left;width: 25%;height: 64px;line-height: 64px;font-size: 24px;font-weight: 700;color: #a8a8a8;text-align: center;	transition: all .5s linear;	-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1)}
.main-content .tab-anchor p a:hover {-webkit-transform: scale(.94);	-moz-transform: scale(.94);	transform: scale(.94)}
.main-content .tab-anchor p a.active {color: #030608}
.main-content .article-panel {padding: 20px 20px 30px 0;border-radius: 30px 30px 0 0;overflow: hidden;position: relative;background: #fff;z-index: 2}
.main-content .article-panel .product-article {min-height:1350px;border-radius: 30px;padding: 30px 70px 50px 120px;width: 100%;border: 1px solid #e0e0e0;	background: url(../img/article_bg.jpg) left top repeat;overflow: hidden;	position: relative}
.main-content .article-panel .product-article .anchor-fixed {width: 90px;border-bottom-right-radius: 25px;padding-bottom: 16px;	top: 36px;margin-left: -749px;position: fixed;
	left: 50%;background: #413f3f;display: none}
.main-content .article-panel .product-article .anchor-fixed:before {content: '';display: block;	width: 100%;height: 36px;background: url(../img/fixed_bg.png) left bottom no-repeat;	-webkit-background-size: 100% auto;	background-size: 100% auto;	top: -36px;	left: 0;overflow: hidden;position: absolute}
.main-content .article-panel .product-article .anchor-fixed a {	height: 36px;line-height: 36px;padding-left: 24px;font-size: 14px;margin-bottom: 5px;display: block;color: #fff;position: relative;transition: all .5s linear;	border: none}
.main-content .article-panel .product-article .anchor-fixed a:before {width: 6px;height: 6px;left: 6px;	margin-top: -3px;content: '';display: block;border-radius: 100%;background: #ddd;position: absolute;top: 50%}
.main-content .article-panel .product-article .anchor-fixed a:hover {color: #e85929}
@media screen and (max-width:1760px) {
	.main-content .article-panel .product-article .anchor-fixed {margin-left: -719px}
}

@media screen and (max-width:1600px) {

	.main-content:before {	min-height:180px;border-top-left-radius: 60px;	background-position: -14px -18px}
	.main-content .tab-anchor {padding: 20px 40px 20px 0}
	.main-content .tab-anchor p a {	height: 56px;line-height: 56px;	font-size: 22px}
	.main-content .article-panel {	padding: 20px 20px 30px 0;border-radius: 30px 30px 0 0}
	.main-content .article-panel .product-article {border-radius: 30px;	padding: 30px 50px 50px 150px}
	.main-content .article-panel .product-article .anchor-fixed {width: 90px;border-bottom-right-radius: 25px;padding-bottom: 10px;	margin-left: -639px}
	.main-content .article-panel .product-article img,
	.main-content .article-panel .product-article video {max-width: 760px}
}

@media screen and (max-width:1440px) {

	.main-content:before {min-height: 180px;border-top-left-radius: 50px;background-position: 24px -18px}
	.main-content .tab-anchor {padding: 20px 40px 20px 0}
	.main-content .tab-anchor p a {height: 48px;line-height: 48px;font-size: 20px}
	.main-content .article-panel {padding: 15px 15px 20px 0;border-radius: 20px 20px 0 0}
	.main-content .article-panel .product-article {border-radius: 20px;padding: 20px 30px 30px 130px}
	.main-content .article-panel .product-article .anchor-fixed {
		width: 90px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;padding-bottom: 10px;padding-top: 10px;
		margin-left: -559px
	}
	.main-content .article-panel .product-article .anchor-fixed:before {display: none}
	.main-content .article-panel .product-article .anchor-fixed a {padding-left: 20px}
	.main-content .article-panel .product-article img,
	.main-content .article-panel .product-article video {max-width: 650px}

}

@media screen and (max-width:1280px) {

	.main-content:before {min-height: 180px;border-top-left-radius: 40px;background-position: -21px -18px}
	.main-content .tab-anchor {padding: 20px 40px 20px 0}
	.main-content .tab-anchor p a {height: 40px;line-height: 40px;font-size: 18px}
	.main-content .article-panel {padding: 10px 10px 10px 0;border-radius: 10px 10px 0 0}
	.main-content .article-panel .product-article {border-radius: 10px;padding: 10px 20px 10px 110px}
	.main-content .article-panel .product-article .anchor-fixed {width: 90px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;padding-bottom: 10px;padding-top: 10px;
		margin-left: -479px
	}
	.main-content .article-panel .product-article .anchor-fixed:before {display: none}
	.main-content .article-panel .product-article img,
	.main-content .article-panel .product-article video {max-width: 560px}
}




.swiper-tab .swiper-hd,.swiper-tab .swiper-hd .swiper-wrap{	*zoom: 1}
.swiper-tab .swiper-hd .swiper-wrap:after,.swiper-tab .swiper-hd .swiper-wrap:before,
.swiper-tab .swiper-hd:after,.swiper-tab .swiper-hd:before{content: "";display: table}
.swiper-tab {width: 100%;overflow: hidden;position: relative}
.swiper-tab .swiper-hd .swiper-wrap:after,.swiper-tab .swiper-hd:after{clear: both}
.swiper-tab .swiper-hd {width: 100%}
.swiper-tab .swiper-hd .swiper-wrap {width: 100%}
.swiper-tab .swiper-hd .swiper-wrap .swiper-item {display: block;float: left;height: 50px;border: 2px solid #61718f;border-radius: 25px;margin-right: 20px;	margin-bottom: 20px}
.swiper-tab .swiper-hd .swiper-wrap .swiper-item:hover span {color: #2a3944}
.swiper-tab .swiper-hd .swiper-wrap .swiper-item span {padding: 0 20px;line-height: 46px;font-size: 17px;border-radius: 25px;display: block;color: #747474;	cursor: pointer}
.swiper-tab .swiper-hd .swiper-wrap .swiper-item.swiper-item-active {
  border: none;padding: 2px;
  background: #1d427a;
  box-shadow: 0 5px 10px rgba(33,73,130,.1);
  background: -webkit-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(left,#1d427a,#3e77b2);
  background: linear-gradient(to right,#1d427a,#3e77b2);
	}
	
	
	
.swiper-tab .swiper-hd .swiper-wrap .swiper-item.swiper-item-active span { background: #1d427a;
  box-shadow: 0 5px 20px rgba(33,73,130,.3);
  background: -webkit-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(right,#1d427a,#3e77b2);
  background: -moz-linear-gradient(left,#1d427a,#3e77b2);
  background: -o-linear-gradient(left,#1d427a,#3e77b2);
  background: linear-gradient(to right,#1d427a,#3e77b2);color: #fff;font-weight: 700}
.swiper-tab .swiper-wrapper {width: 100%;overflow: hidden;position: relative}
.swiper-tab .swiper-wrapper .swiper-slide {width: 100%;	overflow: hidden;float: left;display: none}
.swiper-tab .swiper-wrapper .swiper-slide>p {margin: 20px 0 10px !important;height: 36px;line-height: 36px;font-weight: 700;font-size: 18px}
.swiper-tab .swiper-wrapper .swiper-slide>p:first-child {margin-top: 0 !important}
.swiper-tab .swiper-wrapper .swiper-slide.swiper-slide-active {	display: block}




@media screen and (max-width:1600px) {
	.swiper-tab .swiper-hd .swiper-wrap .swiper-item {height: 44px;border-radius: 20px;margin-right: 20px;margin-bottom: 20px}
	.swiper-tab .swiper-hd .swiper-wrap .swiper-item span {	padding: 0 20px;line-height: 40px;font-size: 16px;border-radius: 20px}
	.swiper-tab .swiper-wrapper .swiper-slide>p {margin: 20px 0 10px !important;	height: 32px;line-height: 32px}
}

@media screen and (max-width:1440px) {

	.swiper-tab .swiper-hd .swiper-wrap .swiper-item {height: 36px;border-radius: 18px;margin-right: 16px;margin-bottom: 16px}
	.swiper-tab .swiper-hd .swiper-wrap .swiper-item span {padding: 0 16px;line-height: 32px;font-size: 16px;border-radius: 18px}
	.swiper-tab .swiper-wrapper .swiper-slide>p {margin: 20px 0 10px !important;height: 28px;line-height: 28px}
}

@media screen and (max-width:1280px) {

	.swiper-tab .swiper-hd .swiper-wrap .swiper-item {height: 32px;border-radius: 20px;margin-right: 12px;margin-bottom: 12px}

	.swiper-tab .swiper-hd .swiper-wrap .swiper-item span {
		padding: 0 12px;line-height: 28px;font-size: 14px;border-radius: 20px}

	.swiper-tab .swiper-wrapper .swiper-slide>p {margin: 20px 0 10px !important;height: 24px;line-height: 24px}
}

.article h2,.article h3 {
    font-size: 28px;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1b1b1b;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    padding-left: 40px
}

.article h2:after,.article h2:before,.article h3:after,.article h3:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%
}

.article h2:before,.article h3:before {
    width: 24px;
    height: 24px;
    background: #6b9ee3;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1;
    left: 0;
    top: 12px
}

.article h2:after,.article h3:after {
    width: 18px;
    height: 18px;
    background: #f1b533;
    left: 14px;
    top: 15px
}

.article a[target='_blank'] {
    color: #fa4e4e;
    border-bottom: 1px dashed #fa4e4e
}

.article a[target='_blank']:hover {
    font-weight: 700;
    border-bottom: 1px solid #fa4e4e
}


.aside .hot-product,
.aside .hot-product ul,
.aside .hot-product ul li,
.aside .more-product{*zoom: 1}
.aside .hot-product ul li:after,
.aside .hot-product ul li:before,
.aside .hot-product ul:after,
.aside .hot-product ul:before,
.aside .hot-product:after,
.aside .hot-product:before,
.aside .more-product:after,
.aside .more-product:before,
.aside .hot-product ul li:after,
.aside .hot-product ul:after,
.aside .hot-product:after,
.aside .more-product:after{	clear: both}
.aside .more-product ul li,aside{display: block}
.aside {width: 30%;padding-left: 3.33333%;float: right;	position: relative}

.aside:before {
	content: '';display: block;	position: absolute;	top: -50px;	left: 0;right: -240px;	bottom: 0;overflow: hidden;	background: url(../img/article_bg_mark.jpg) -40px -49px repeat;
	border-bottom-left-radius: 60px
}

.aside .hot-product,
.aside .more-product {width: 100%;position: relative;z-index: 1}
.aside .hot-product h2,
.aside .more-product h2 {width: 100%;font-size: 36px;height: 60px;line-height: 60px;color: #000;background-image: url(../img/icon_circle.png);background-position: left center;
	background-repeat: no-repeat;-webkit-background-size: 25px;background-size: 25px;padding-left: 40px}

.aside .more-product {padding-bottom: 40px}
.aside .more-product ul {width: 100%;background: #fff;border-radius: 20px;padding: 20px 20px 20px;margin-top: 20px;overflow: hidden}
.aside .more-product ul li {width: 100%;height: 44px}
.aside .more-product ul li a {line-height: 44px;font-size: 16px;transition: all .3s linear}
.aside .more-product ul li a:hover {color: #ee652e;padding-left: 10px}
.aside .hot-product {padding-top: 40px}
.aside .hot-product ul {width: 100%;margin-top: 30px}
.aside .hot-product ul li {width: 100%;background: #fff;border-radius: 20px;padding: 10px 10px 0;margin-bottom: 45px;transition: all .5s linear}
.aside .hot-product ul li:hover {-webkit-box-shadow: 0 10px 18px rgba(33, 47, 56, .2);-moz-box-shadow: 0 10px 18px rgba(33, 47, 56, .2);box-shadow: 0 10px 18px rgba(33, 47, 56, .2)}
.aside .hot-product ul li:hover a.item-font {color: #d22f15}
.aside .hot-product ul li a.item-img {border-radius: 20px;	display: block;	width: 100%;overflow: hidden}
.aside .hot-product ul li a.item-img img {display: block;width: 100%}
.aside .hot-product ul li a.item-font {height: 50px;line-height: 50px;padding: 0 10px;font-size: 18px;display: block;width: 100%;text-align: center;overflow: hidden;font-weight: 700;
	color: #42403a;transition: all .5s linear}


@media screen and (max-width:1760px) {
	.aside .hot-product h2,.aside .more-product h2 {font-size: 32px;height: 52px;line-height: 52px;padding-left: 40px;	-webkit-background-size: 24px;background-size: 24px}
	.aside .more-product ul {border-radius: 20px;padding: 20px 20px 20px;margin-top: 20px}
	.aside .more-product ul li {height: 40px}
	.aside .more-product ul li a {line-height: 40px;font-size: 16px}
	.aside .hot-product {padding-top: 20px;padding-bottom: 20px}
	.aside .hot-product ul {margin-top: 24px}
	.aside .hot-product ul li {border-radius: 20px;padding: 10px 10px 0;margin-bottom: 40px}
	.aside .hot-product ul li a.item-img {border-radius: 20px}
	.aside .hot-product ul li a.item-font {	height: 44px;line-height: 44px;padding: 0 10px;font-size: 16px}
}

@media screen and (max-width:1440px) {

	.aside .hot-product h2,.aside .more-product h2 {font-size: 28px;height: 48px;line-height: 48px;padding: 0 36px;-webkit-background-size: 22px;background-size: 22px}
	.aside .more-product ul {border-radius: 10px;padding: 20px 20px 20px;margin-top: 20px}
	.aside .more-product ul li {height: 36px}
	.aside .more-product ul li a {line-height: 36px;font-size: 16px	}
	.aside .hot-product {padding-top: 24px;padding-bottom: 20px}
	.aside .hot-product ul {margin-top: 16px}
	.aside .hot-product ul li {border-radius: 10px;	padding: 10px 10px 0;margin-bottom: 30px}
	.aside .hot-product ul li a.item-img {border-radius: 10px}
	.aside .hot-product ul li a.item-font {height: 40px;line-height: 40px;padding: 0 10px;font-size: 16px}
}

@media screen and (max-width:1280px) {
	.aside .hot-product h2,	.aside .more-product h2 {font-size: 24px;height: 40px;line-height: 40px;padding: 0 30px;-webkit-background-size: 20px;background-size: 20px}
	.aside .more-product ul {border-radius: 5px;padding: 15px;	margin-top: 20px}
	.aside .more-product ul li {height: 32px}
	.aside .more-product ul li a {line-height: 32px;font-size: 14px}
	.aside .hot-product {padding-top: 20px;	padding-bottom: 20px}
	.aside .hot-product ul {margin-top: 20px}
	.aside .hot-product ul li {border-radius: 5px;padding: 10px 10px 0;	margin-bottom: 20px	}
	.aside .hot-product ul li a.item-img {border-radius: 5px}
	.aside .hot-product ul li a.item-font {	height: 36px;line-height: 36px;	padding: 0 10px;font-size: 14px	}
}


.color-bg {
  background: #fff
}

.new-all-left {
  padding-top: 50px
}

.all-left {
  padding-bottom: 50px;
  width: 70%
}
.online-message {
  padding-top: 15px;
  padding-bottom: 30px;
  width: 100%;
  float:left;
}

.mag-box {
  background: url(../img/l_bg.png) no-repeat center #fff;
  text-align: center;
  width: 415px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 0 35px;
  border-top:1px solid #eee;
}

.mag-head strong {
  font-size: 30px;
  display: inline-block;
  color: #1d427a;
  background-image: -webkit-gradient(linear,0 0,150 0,from(rgba(29,66,122,1)),to(rgba(62,119,178,1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1
}

.mag-head span {
  font-size: 16px;
  color: #1d427a;
  background-image: -webkit-gradient(linear,0 0,150 0,from(rgba(29,66,122,1)),to(rgba(62,119,178,1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1
}

.ly-tj {
  margin-top: -75px
}

.ly-tj .hed-t {
  background: url(../img/ly_t.jpg) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 343px;
  width: 100%;
  position: relative
}

.ly-tj .hed-t p {
  position: absolute;
  font-size: 20px;
  color: #fff
}

.ly-tj .hed-t .one {
  bottom: 110px;
  left: 75px
}

.ly-tj .hed-t .two {
  bottom: 160px;
  left: 370px
}

.ly-tj .hed-t .three {
  right: 90px;
  bottom: 200px
}

.ly-tj .pic-box {
  position: absolute;
  right: 20px;
  bottom: -30px
}

.ly-tj .pic-box img {
  width: 165px;
  position: relative;
  z-index: 9
}

.messages {
  margin-top: 70px
}

.messages li {
  margin-top: 20px;
  float: left;
  width: 47%
}

.messages li span {
  float: left;
  margin-right: 15px
}

.messages li.li-three {
  width: 94%
}

.messages li .one-pic img {
  width: 27px;
  margin-top: 15px
}

.messages li .two-pic img {
  width: 39px;
  margin-top: 10px
}

.messages li .three-pic img {
  width: 31px;
  margin-top: 20px
}

.messages li input {
  float: left;
  box-shadow: 0 0 20px rgba(33,73,130,.2);
  width: 80%;
  height: 60px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px 25px;
  border-top-right-radius: 0;
  border: 1px solid #e8f2ff\0
}

.messages li textarea {
  float: left;
  box-shadow: 0 0 20px rgba(33,73,130,.2);
  width: 91%;
  height: 170px;
  line-height: 1.5em;
  font-size: 16px;
  border-radius: 10px;
  padding: 25px;
  border-top-right-radius: 0;
  resize: none;
  border: 1px solid #e8f2ff\0
}

.form-box {
  margin-right: 60px;
  box-shadow: 0 0 20px rgba(33,73,130,.2);
  border-bottom-right-radius: 60px;
  padding: 35px 30px 70px 65px;
  position: relative;
  background: #fff;
  margin-top: -90px
}

.form-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/ly_bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 59px;
  height: 462px;
  content: ""
}

.form-box .tit {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  width: 82%
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #bebebe
}

.but-tj {
  overflow: hidden;
  margin-top: 28px
}

.but-tj .tj-box {
  position: absolute;
  right: -15px;
  bottom: 40px
}

.but-tj p {
  float: left;
  display: block;
  color: #1d427a;
  background-image: -webkit-gradient(linear,0 0,150 0,from(rgba(255,76,74,1)),to(rgba(255,143,74,1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 22px;
  font-size: 24px
}

.but-tj button {
  float: right;
  background: url(../img/button_bg.png) no-repeat;
  width: 221px;
  height: 88px;
  line-height: 88px;
  color: #fff;
  font-size: 28px;
  position: relative;
  z-index: 5;
  cursor: pointer
}

.but-tj button:hover {
  color: #3c74ae
}

.but-tj button::after {
  background: url(../img/but_b.png) no-repeat;
  width: 112px;
  height: 20px;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -105px
}



@media screen and (max-width: 1440px) {
  .ly-tj .hed-t {
      height: 320px
  }

  .ly-tj .hed-t .one {
      bottom: 110px;
      left: 55px
  }

  .ly-tj .hed-t .two {
      bottom: 155px;
      left: 330px
  }

  .ly-tj .hed-t .three {
      right: 75px;
      bottom: 190px
  }

}


@media screen and (max-width: 1280px) {

  .but-tj p {   font-size: 18px
  }

  .but-tj button {
      font-size: 24px;
      height: 68px;
      line-height: 68px
  }

  .but-tj button::after {
      display: none
  }

  .ly-tj .hed-t {
      height: 267px
  }

  .ly-tj .hed-t p {
      font-size: 16px
  }

  .ly-tj .hed-t .one {
      bottom: 95px;
      left: 50px
  }

  .ly-tj .hed-t .two {
      bottom: 130px;
      left: 275px
  }

  .ly-tj .hed-t .three {
      right: 65px;
      bottom: 165px
  }

  .mag-box {
      width: 345px
  }

}


.aside .mess-right {
	padding-top:100px;
    float: right;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;

}

.aside .mess-right .fl {
  float: left;
  width: 25%
}

.aside .mess-right .fr {
  float: left;
  width: 75%;
  margin-left: -5%
}

.aside .mess-right .fr p {
  font-size: 18px;
  color: #333;
  line-height: 2em;
  margin-top: 40px
}

.aside .mess-right .fr .tel {
  margin-top: 82px
}

.aside .mess-right .fr .tel strong {
  display: block;
  color: #eb3245;
  font-size: 22px
}

.aside .mess-right .fr .tel span {
  font-size: 16px;
  color: #333;
  margin-left: 15%;
  display: block
}

.aside .mess-right .fr .a-swt {
  margin-top: 75px;
  margin-left: 10%
}

.aside .mess-right .fr .a-swt span {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  cursor: pointer
}

.aside  .mess-right .fr .a-swt span:hover {
  color: #eb3245
}

.aside  .mess-right .fr ul {
  margin-top: 65px
}

.aside  .mess-right .fr li {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px
}

@media screen and (max-width: 1440px) {
 .aside  .mess-right .fr .tel {
      margin-top: 45px
  }
}

@media screen and (max-width: 1280px) {

 .aside  .mess-right .fr .tel {
      margin-top: 20px
  }

.aside   .mess-right .fr .a-swt {
      margin-top: 65px
  }

 .aside  .mess-right .fr ul {
      margin-top: 45px
  }
}



.xw-zx {
  overflow: hidden;
  background: url(../img/xg.png) repeat;
  padding: 10px
}

.xw-zx .box {
  background: url(../img/box_bg.jpg) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 226px;
  border-radius: 10px;
  padding: 35px 13%
}

.xw-zx .box .tit {
  font-size: 18px;
  color: #cb9e67;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1
}

.xw-zx a {
  float: left;
  width: 40%;
  margin-top: 15px
}

.xw-zx .sm-bd {
  float: left;
  width: 55%;
  margin-left: 3%
}

.xw-zx .sm-bd p {
  font-size: 14px;
  color: #cb9e67;
  margin-top: 0;
  display: inline
}

.xw-zx .sm-bd p span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  font-family: '微软雅黑';
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#f98c30),to(#f94928));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 3%
}

.xw-zx .sm-bd p.ewm {
  margin-top: 30px;
  display: block
}

.xw-zx .sm-bd p.ewm img {
  display: inline-block;
  text-align: left
}


.list-page {
    position: relative;
    overflow: hidden
}

.list-page>span {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.list-page .abs-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.list-page .abs-panel .wrap {
    padding: 30px 0 0;
    height: 100%
}

.list-page .abs-panel .wrap h2 {
    height: 92px;
    font-size: 58px;
    letter-spacing: 64px;
    line-height: 72px;
    padding-top: 20px;
    margin-top: 70px;
    margin-bottom: 25px;
    width: 100%;
    background-image: url(../img/font_mark.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #fff;
    font-weight: 700
}

.list-page .abs-panel .wrap p {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    color: #dfdddd
}

.list-page .abs-panel .wrap .cate-panel .cate-wrapper {
    margin-right: 40px
}

.list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
    width: 365px;
    padding-right: 140px
}

.cate-panel {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.cate-panel:before {
    left: -14%;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 0;
    z-index: 1;
    background: #1c282e;
    background: -webkit-linear-gradient(60deg,#213038,#182228);
    background: linear-gradient(60deg,#213038,#182228)
}

.cate-panel .icon-next,.cate-panel .icon-prev {
    width: 56px;
    height: 50px;
    right: -28px;
    position: absolute;
    background-color: #d3d4d4;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 3
}

.cate-panel .icon-prev {
    top: 23px;
    background-image: url(../img/icon_prev.png)
}

.cate-panel .icon-next {
    bottom: 23px;
    background-image: url(../img/icon_next.png)
}

.cate-panel .cate-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.cate-panel .cate-wrapper .cate-list {
    padding: 30px 0;
    overflow: hidden;
    position: relative
}

.cate-panel .cate-wrapper .cate-list li {
    float: left
}

.cate-panel .cate-wrapper .cate-list li a {
    display: block;
    overflow: hidden
}

.cate-panel .cate-wrapper .cate-list li a:hover span {
    color: #f77635
}

.cate-panel .cate-wrapper .cate-list li a:hover span:after {
    width: 45%
}

.cate-panel .cate-wrapper .cate-list li a:hover strong {
    color: #f77635
}

.cate-panel .cate-wrapper .cate-list li a span,.cate-panel .cate-wrapper .cate-list li a strong {
    display: block;
    width: 100%;
    overflow: hidden
}

.cate-panel .cate-wrapper .cate-list li a span {
    font-family: ICBF;
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 10px;
    color: #666;
    font-weight: 700;
    position: relative;
    transition: all .5s linear
}

.cate-panel .cate-wrapper .cate-list li a span:after,.cate-panel .cate-wrapper .cate-list li a span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px
}

.cate-panel .cate-wrapper .cate-list li a span:before {
    background: #7f7f7f;
    width: 100%;
    z-index: 1
}

.cate-panel .cate-wrapper .cate-list li a span:after {
    width: 0;
    background: #f77635;
    z-index: 2;
    transition: all .5s linear
}

.cate-panel .cate-wrapper .cate-list li a strong {
    height: 34px;
    line-height: 34px;
    margin-top: 16px;
    font-size: 22px;
    font-weight: 400;
    color: #666;
    transition: all .5s linear
}

.cate-panel .cate-wrapper .cate-list li.active a span {
    color: #f77635
}

.cate-panel .cate-wrapper .cate-list li.active a span:after {
    width: 45%
}

.cate-panel .cate-wrapper .cate-list li.active a strong {
    font-weight: 700;
    color: #f77635;
    background: -webkit-linear-gradient(-90deg,#f97a37,#d73819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.newsList-banner>span {
    background-image: url(../banner/news_banner.jpg);
    height: 565px
}

.newsList-banner.list-page .abs-panel .wrap .cate-panel .cate-wrapper {
    padding-right: 25.33333%;
    margin-right: 0
}

.newsList-banner.list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
    width: 50%;
    padding-right: 12.5%
}


@media screen and (max-width: 1760px) {

    .list-page .abs-panel .wrap {
        padding: 30px 0 0
    }

    .list-page .abs-panel .wrap h2 {
        height: 84px;
        font-size: 54px;
        letter-spacing: 64px;
        line-height: 64px;
        padding-top: 20px;
        margin-top: 60px;
        margin-bottom: 20px
    }

    .list-page .abs-panel .wrap p {
        font-size: 18px;
        line-height: 32px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper {
        margin-right: 40px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
        width: 350px;
        padding-right: 120px
    }

    .cate-panel:before {
        left: -14%
    }

    .cate-panel .icon-next,.cate-panel .icon-prev {
        width: 56px;
        height: 50px;
        right: -28px
    }

    .cate-panel .icon-prev {
        top: 23px
    }

    .cate-panel .icon-next {
        bottom: 23px
    }

    .cate-panel .cate-wrapper .cate-list {
        padding: 30px 0
    }

    .cate-panel .cate-wrapper .cate-list li a span {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 10px
    }

    .cate-panel .cate-wrapper .cate-list li a strong {
        height: 34px;
        line-height: 34px;
        margin-top: 16px;
        font-size: 22px
    }

    .newsList-banner>span {
        height: 520px
    }

    .list-page .abs-panel .wrap {
        padding: 20px 0 0
    }

    .list-page .abs-panel .wrap h2 {
        height: 76px;
        font-size: 48px;
        letter-spacing: 56px;
        line-height: 62px;
        padding-top: 14px;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .list-page .abs-panel .wrap p {
        font-size: 16px;
        line-height: 32px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper {
        margin-right: 40px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
        width: 310px;
        padding-right: 100px
    }

    .cate-panel:before {
        left: -14%
    }

    .cate-panel .icon-next,.cate-panel .icon-prev {
        width: 52px;
        height: 44px;
        right: -24px
    }

    .cate-panel .icon-prev {
        top: 20px
    }

    .cate-panel .icon-next {
        bottom: 20px
    }

    .cate-panel .cate-wrapper .cate-list {
        padding: 30px 0
    }

    .cate-panel .cate-wrapper .cate-list li a span {
        font-size: 22px;
        line-height: 36px;
        padding-bottom: 6px
    }

    .cate-panel .cate-wrapper .cate-list li a strong {
        height: 30px;
        line-height: 30px;
        margin-top: 12px;
        font-size: 20px
    }

    .newsList-banner>span {
        height: 480px
    }


}

@media screen and (max-width: 1440px) {

    .productList-banner>span {
        height: 440px
    }

    .productList-banner .abs-panel .wrap .cate-panel .cate-wrapper .cate-list {
        width: 1890px
    }

    .list-page .abs-panel .wrap {
        padding: 20px 0 0
    }

    .list-page .abs-panel .wrap h2 {
        height: 66px;
        font-size: 44px;
        letter-spacing: 42px;
        line-height: 56px;
        padding-top: 10px;
        margin-top: 40px;
        margin-bottom: 10px
    }

    .list-page .abs-panel .wrap p {
        font-size: 16px;
        line-height: 24px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper {
        margin-right: 40px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
        width: 270px;
        padding-right: 80px
    }

    .cate-panel:before {
        left: -14%
    }

    .cate-panel .icon-next,.cate-panel .icon-prev {
        width: 48px;
        height: 40px;
        right: -24px
    }

    .cate-panel .icon-prev {
        top: 14px
    }

    .cate-panel .icon-next {
        bottom: 14px
    }

    .cate-panel .cate-wrapper .cate-list {
        padding: 25px 0
    }

    .cate-panel .cate-wrapper .cate-list li a span {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 4px
    }

    .cate-panel .cate-wrapper .cate-list li a strong {
        height: 26px;
        line-height: 26px;
        margin-top: 8px;
        font-size: 18px
    }

    .newsList-banner>span {
        height: 420px
    }

}

@media screen and (max-width: 1280px) {
    .productList-banner>span {
        height: 390px
    }

    .productList-banner .abs-panel .wrap .cate-panel .cate-wrapper .cate-list {
        width: 1890px
    }

    .caseList-banner>span {
        height: 390px
    }

    .list-page .abs-panel .wrap {
        padding: 20px 0 0
    }

    .list-page .abs-panel .wrap h2 {
        height: 60px;
        font-size: 36px;
        letter-spacing: 36px;
        line-height: 50px;
        padding-top: 10px;
        margin-top: 30px;
        margin-bottom: 10px
    }

    .list-page .abs-panel .wrap p {
        font-size: 14px;
        line-height: 24px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper {
        margin-right: 20px
    }

    .list-page .abs-panel .wrap .cate-panel .cate-wrapper .cate-list li {
        width: 235px;
        padding-right: 45px
    }

    .cate-panel:before {
        left: -18%
    }

    .cate-panel .icon-next,.cate-panel .icon-prev {
        width: 44px;
        height: 36px;
        right: -10px
    }

    .cate-panel .icon-prev {
        top: 10px
    }

    .cate-panel .icon-next {
        bottom: 10px
    }

    .cate-panel .cate-wrapper .cate-list {
        padding: 20px 0
    }

    .cate-panel .cate-wrapper .cate-list li a span {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 0
    }

    .cate-panel .cate-wrapper .cate-list li a strong {
        height: 26px;
        line-height: 26px;
        margin-top: 4px;
        font-size: 16px
    }

    .newsList-banner>span {
        height: 380px
    }

}


.news-list {
  position: relative;
  margin-top:20px;
}

.more-news {
  margin-top: -17%
}

.news-list .gd {
  padding-top: 50px
}

.news-list .gd h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  display: inline-block
}

.news-list .gd h1:before {
  background: url(../images/xgwz.png) no-repeat;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
  width: 24px;
  content: "";
  height: 24px
}

.news-list .gd h1 a {
  font-size: 28px;
  color: #e30033;
  font-weight: 700
}

.news-list .gd p {
  display: inline-block
}

.news-list .gd p span {
  font-size: 28px;
  color: #5384c7;
  font-weight: 700
}

.news-list .list-head {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 20px 40px 60px 20px;
  background: #fff;
  position: relative
}

.news-list .list-head:before {
  background: url(../images/box_a.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 147px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0
}

.news-list .list-head .pic {
  display: block;
  float: left;
  max-width: 640px;
  width: 52%
}

.news-list .list-head .pic img {
  width: 100%;
  border-radius: 10px
}

.news-list .list-head .list-head-r {
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 263px;
  float: right;
  width: 46%;
  margin-top: 35px
}

.news-list .list-head-r .text-box {
  position: absolute;
  top: -48px;
  left: 60%
}

.news-list .list-head-r .text-box p {
  font-size: 20px;
  color: #cc9f67;
  position: relative;
  padding-left: 25px
}

.news-list .list-head-r .text-box p:before {
  background: url(../images/text_b.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 13px;
  height: 42px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0
}

.news-list .list-head-r strong a {
  font-size: 42px;
  color: #000;
  margin-bottom: 20px
}

.news-list .list-head-r h1 {
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700
}

.news-list .list-head-r .wl-nl {
  overflow: hidden;
  margin-top: 25px;
  margin-left: -2%
}

.news-list .list-head-r .wl-nl p {
  float: left;
  width: 48%;
  font-size: 16px;
  color: #333;
  margin-left: 2%
}

.news-list .list-head-r .wl-nl p img {
  vertical-align: middle;
  margin-top: -2px
}

.news-list .list-head-r .wl-nl p span {
  font-size: 18px;
  color: #5384c7;
  font-weight: 700
}

.news-list .list-head-r .text {
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 1.8em
}

.news-list .list-head-r .fw {
  margin-top: 45px;
  margin-left: -7%
}

.news-list .list-head-r .fw span {
  font-size: 20px;
  color: #cc9f67;
  margin-left: 7%;
  position: relative;
  padding-left: 20px
}

.news-list .list-head-r .fw span:before {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../img/l_dian.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  left: 0
}

.news-list .u1 li {
  background: #fff;
  border-radius: 5px;
  padding: 40px 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 23px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  box-sizing: border-box;
  box-shadow: 1px 1px 30px #eee
}

.news-list .u1 .fl {
  float: left;
  width: 80%
}

.news-list .u1 .fl h3 a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.news-list .u1 li:hover .fl h3 a {
  color: #ed1c24
}

.news-list .u1 .fl .list-text {
  font-size: 16px;
  color: #666;
  line-height: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.news-list .u1 .fl .list-bot {
  margin-top: 15px
}

.news-list .u1 .fl .list-bot span {
  font-size: 14px;
  color: #666
}

.news-list .u1 .fl .list-bot span:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 3px;
  background: url(../images/dashed.png);
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px
}

.news-list .u1 .fl .list-bot a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding: 5px 15px;
  border: 1px solid #77a4e5;
  border-radius: 30px;
  margin-left: -5px
}

.news-list .u1 .fr {
  float: right;
  width: 15%;
  font-size: 14px;
  color: #8d8b8b;
  padding: 2% 0;
  border-left: 1px solid #e6e6e6
}

.news-list .u1 .fr .time-day {
  font-size: 30px;
  color: #999;
  padding-left: 50px;
  margin-bottom: 5px
}

.news-list .u1 .fr .time-year {
  font-size: 14px;
  color: #999;
  padding-left: 50px
}

.news-list .u1 .fr img {
  padding-left: 50px;
  margin-top: 15px
}

.news-list .u1 .fr .pic {
  display: none
}

.news-list .u1 li:hover .fr .img {
  display: none
}

.news-list .u1 li:hover .fr .pic {
  display: block
}

.news-list .u1 li:hover {
  box-shadow: 4px 4px 20px 5px rgba(0,0,0,.13);
  -webkit-transform: translate(0,-3px);
  -moz-transform: translate(0,-3px);
  -ms-transform: translate(0,-3px);
  -o-transform: translate(0,-3px);
  transform: translate(0,-3px)
}



@media screen and (max-width: 1600px) {
 
  .news-list .list-head-r h1,.news-list .list-head-r strong a {
      font-size: 36px
  }
  .news-list .list-head-r .fw span {
      font-size: 18px
  }
}


@media screen and (max-width: 1280px) {

  .news-list .list-head-r .text-box {
      left: 55%
  }

  .news-list .list-head-r h1,.news-list .list-head-r strong a {
      font-size: 32px
  }

  .news-list .list-head-r .fw span,.news-list .list-head-r .text,.news-list .list-head-r .wl-nl p {
      font-size: 14px
  }

  .news-list .list-head {
      padding: 20px 20px 60px 20px
  }

  .news-list .list-head-r .wl-nl p img {
      margin-right: 0
  }

  .news-list .list-head .list-head-r {
      margin-top: 10px
  }

  .news-list .list-head-r .fw {
      margin-left: 0
  }

  .news-list .list-head-r .fw span {
      margin-left: 3%
  }

  .news-list .list-head-r .text-box p {
      font-size: 18px
  }
}

.aside .more-product ul li,.news-center .lf-panel .news-content .item-news-list li .news-info .news-title,.news-list li .item-link a,.news-list-fst li a,.news-list-sec li .news-title,.prev-next p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newsArticle-banner>span {
    background-image: url(../banner/news_article_banner.jpg);
    height:460px
}

.newsArticle-banner .news-title {
    bottom: 210px;
    right: 33.33333%;
    position: absolute;
    left: 0
}

.newsArticle-banner .news-title h1 {
    font-size: 40px;
    line-height: 56px;
    max-height: 112px;
    padding-left: 40px;
    width: 100%;
    overflow: hidden;
    color: #e8e8e8;
    font-weight: 700;
    position: relative
}

.newsArticle-banner .news-title h1:before {
    top: 16px;
    width: 25px;
    height: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/icon_circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.newsArticle-banner .news-title p {
    padding-left: 40px;
    margin-top: 15px;
    width: 100%;
    font-size: 0;
    overflow: hidden
}

.newsArticle-banner .news-title p span {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #ccc
}

.newsArticle-banner .news-title p span+span {
    margin-left: 20px
}



@media screen and (max-width: 1760px) {
 
    .newsArticle-banner>span {
        height: 440px
    }

    .newsArticle-banner .news-title {
        bottom: 190px;
        right: 33.33333%
    }

    .newsArticle-banner .news-title h1 {
        font-size: 36px;
        line-height: 52px;
        max-height: 104px;
        padding-left: 40px
    }

    .newsArticle-banner .news-title h1:before {
        top: 14px;
        width: 25px;
        height: 25px
    }

    .newsArticle-banner .news-title p {
        padding-left: 40px;
        margin-top: 10px
    }

    .newsArticle-banner .news-title p span {
        font-size: 16px
    }

}

@media screen and (max-width: 1600px) {

    .newsArticle-banner>span {
        height: 400px
    }

    .newsArticle-banner .news-title {
        bottom: 170px;
        right: 33.33333%
    }

    .newsArticle-banner .news-title h1 {
        font-size: 32px;
        line-height: 48px;
        max-height: 96px;
        padding-left: 40px
    }

    .newsArticle-banner .news-title h1:before {
        top: 14px;
        width: 25px;
        height: 25px
    }

    .newsArticle-banner .news-title p {
        padding-left: 40px;
        margin-top: 10px
    }

    .newsArticle-banner .news-title p span {
        font-size: 16px
    }
}



@media screen and (max-width: 1440px) {


    .newsArticle-banner>span {
        height: 360px
    }

    .newsArticle-banner .news-title {
        bottom: 160px;
        right: 33.33333%
    }

    .newsArticle-banner .news-title h1 {
        font-size: 28px;
        line-height: 40px;
        max-height: 80px;
        padding-left: 30px
    }

    .newsArticle-banner .news-title h1:before {
        top: 12px;
        width: 20px;
        height: 20px
    }

    .newsArticle-banner .news-title p {
        padding-left: 30px;
        margin-top: 10px
    }

    .newsArticle-banner .news-title p span {
        font-size: 14px
    }

}

@media screen and (max-width: 1280px) {
  
      .newsArticle-banner>span {
        height: 320px
    }

    .newsArticle-banner .news-title {
        bottom: 140px;
        right: 33.33333%
    }

    .newsArticle-banner .news-title h1 {
        font-size: 24px;
        line-height: 32px;
        max-height: 64px;
        padding-left: 24px
    }

    .newsArticle-banner .news-title h1:before {
        top: 10px;
        width: 16px;
        height: 16px
    }

    .newsArticle-banner .news-title p {
        padding-left: 24px;
        margin-top: 10px
    }

    .newsArticle-banner .news-title p span {
        font-size: 14px
    }

}

.content-bg {
  background: #fff;
  padding: 45px 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px
}

.news-article,.news-article .wrap .news-article-wrap,
.news-article .wrap .side-panel .hot-product,
.news-article .wrap .side-panel .hot-product ul,
.news-article .wrap .side-panel .hot-product ul li{*zoom:1}
.news-article .wrap .news-article-wrap:after,.news-article .wrap .news-article-wrap:before,
.news-article .wrap .side-panel .hot-product ul li:after,
.news-article .wrap .side-panel .hot-product ul li:before,
.news-article .wrap .side-panel .hot-product ul:after,
.news-article .wrap .side-panel .hot-product ul:before,
.news-article .wrap .side-panel .hot-product:after,
.news-article .wrap .side-panel .hot-product:before,
.news-article:after,.news-article:before{content: "";display: table}
.news-article .wrap .news-article-wrap:after,
.news-article .wrap .side-panel .hot-product ul li:after,
.news-article .wrap .side-panel .hot-product ul:after,
.news-article .wrap .side-panel .hot-product:after,
.news-article:after{clear: both},
article{
    display: block
}

.article {
    position: relative;
    z-index: 1
}

.article .smalltxt003 img {
    max-width: 100%
}

.article .smalltext013 h3:after,.article .smalltext013 h3:before {
    display: none
}

.article h2,.article h3 {
    font-size: 28px;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1b1b1b;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    padding-left: 40px
}

.article h2:after,.article h2:before,.article h3:after,.article h3:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%
}

.article h2:before,.article h3:before {
    width: 24px;
    height: 24px;
    background: #960c0b;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1;
    left: 0;
    top: 12px
}

.article h2:after,.article h3:after {
    width: 18px;
    height: 18px;
    background: #f1b533;
    left: 14px;
    top: 15px
}

.article a[target='_blank'] {
    color: #fa4e4e;
    border-bottom: 1px dashed #fa4e4e
}

.article a[target='_blank']:hover {
    font-weight: 700;
    border-bottom: 1px solid #fa4e4e
}

.article .page_zixun {
    display: inline-block;
    line-height: 30px;
    color: #fff!important;
    border-bottom: none!important;
    padding: 0 14px 0 40px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    margin: 0 10px;
    position: relative;
    background: #fa4e4e;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.article .page_zixun:hover {
    border-bottom: none!important;
    border: none;
    font-weight: 400;
    border-radius: 5px
}

.article .page_zixun:hover:before {
    border-radius: 5px
}

.article .page_zixun:before {
    content: '';
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px dashed #fff;
    border-radius: 26px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.article .page_zixun:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 42px;
    height: 36px;
    background: url(../img/zixun.gif) left top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.article p {font-size: 16px;line-height: 2em;margin: 15px 0; color: #333}
.article p>a {color: #b42530;}
.article video {max-width: 800px; width: 100%;display: block}
.article img {max-width: 800px; display: block}
.article .smalltext009-theme2 p img {width: 100%}
.article table { width: 100%}
.article table p {margin: 0!important}
.news-article {margin-top: -180px;padding-bottom: 30px;z-index: 10}
.news-article .wrap {background: #fff;border-radius: 50px 50px 0 0}
.news-article .wrap .news-article-wrap {width: 66.66667%;float: left}
.news-article .wrap .news-article-wrap .article {padding: 20px 10% 0;width: 100%;margin: 0 auto}
.news-article .wrap .side-panel {width: 33.33333%;padding-left: 50px;float: right}
.news-article .wrap .side-panel .swt-panel {
    margin-top: -156px;
    width: 364px;
    padding: 200px 16px 26px 20px;
    background-image: url(../img/swt_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.news-article .wrap .side-panel .swt-panel p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
    color: #072438;
    overflow: hidden
}

.news-article .wrap .side-panel .swt-panel a {
    margin: 30px auto 0;
    width: 166px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 20px;
    display: block;
    color: #ffe8b7;
    font-weight: 700;
    text-align: center;
    background: #fc6d56;
    background: -webkit-linear-gradient(left,#fc906c,#fd4d42);
    background: linear-gradient(to right,#fc906c,#fd4d42);
    -webkit-box-shadow: 0 10px 10px -5px rgba(187,143,66,.6);
    -moz-box-shadow: 0 10px 10px -5px rgba(187,143,66,.6);
    box-shadow: 0 10px 10px -5px rgba(187,143,66,.6);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.news-article .wrap .side-panel .swt-panel a:hover {
    border-radius: 5px
}

.news-article .wrap .side-panel .swt-panel strong {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #ba6920;
    -webkit-text-shadow: 0 1px 2px rgba(175,114,0,.66);
    -moz-text-shadow: 0 1px 2px rgba(175,114,0,.66);
    text-shadow: 0 1px 2px rgba(175,114,0,.66)
}

.news-article .wrap .side-panel .hot-product {
    width: 364px;
    padding: 20px 40px 0;
    margin-top: 60px;
    border-radius: 0 50px 50px 50px;
    border: 1px solid #d9d9d9;
    background: url(../img/side_mark.jpg) left top repeat
}

.news-article .wrap .side-panel .hot-product h2 {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 0;
    width: 100%;
    color: #000
}

.news-article .wrap .side-panel .hot-product h2:before {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/icon_circle.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.news-article .wrap .side-panel .hot-product ul {
    width: 100%;
    margin-top: 10px
}

.news-article .wrap .side-panel .hot-product ul li {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px 0;
    margin-bottom: 40px;
    transition: all .5s linear;
    -webkit-box-shadow: 0 10px 18px rgba(33,47,56,.2);
    -moz-box-shadow: 0 10px 18px rgba(33,47,56,.2);
    box-shadow: 0 10px 18px rgba(33,47,56,.2)
}

.news-article .wrap .side-panel .hot-product ul li:hover {
    -webkit-box-shadow: 0 6px 12px rgba(33,47,56,.1);
    -moz-box-shadow: 0 6px 12px rgba(33,47,56,.1);
    box-shadow: 0 6px 12px rgba(33,47,56,.1)
}

.news-article .wrap .side-panel .hot-product ul li:hover a.item-font {
    color: #d22f15
}

.news-article .wrap .side-panel .hot-product ul li a.item-img {
    border-radius: 20px;
    display: block;
    width: 100%;
    overflow: hidden
}

.news-article .wrap .side-panel .hot-product ul li a.item-img img {
    display: block;
    width: 100%
}

.news-article .wrap .side-panel .hot-product ul li a.item-font {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-weight: 700;
    color: #42403a;
    transition: all .5s linear
}

.prev-next {
    overflow: hidden;
    position: relative;
    padding: 10px 50px;
    margin: 50px 10% 20px
}

.prev-next:after,.prev-next:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 10px
}

.prev-next:before {
    left: 0;
    top: 0;
    z-index: 1;
    border: 1px dashed #dbdbdb;
    background: url(../img/article_bg.jpg) left top repeat;
    width: 100%;
    height: 100%
}

.prev-next:after {
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(89,101,133,.4);
    -moz-box-shadow: 0 0 6px rgba(89,101,133,.4);
    box-shadow: 0 0 6px rgba(89,101,133,.4)
}

.prev-next p {
    height: 56px;
    padding-right: 120px;
    font-size: 16px;
    line-height: 56px;
    position: relative;
    z-index: 3;
    width: 100%
}

.prev-next p span.title {
    color: #333
}

.prev-next p a {
    color: #666
}

.prev-next p span.time {
    width: 120px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    text-align: right;
    z-index: 1
}

.prev-next p+p {
    border-top: 1px dashed #cfcfcf
}


.article-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.article-form img {
    display: block;
    width: 100%;
    margin: 0
}

.article-form .form-content {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 40%;
    overflow: hidden;
    padding-bottom: 35px
}

.article-form .form-content .item-form {
    width: 100%;
    overflow: hidden;
    height: 42px;
    margin-top: 20px
}

.article-form .form-content .item-form em,.article-form .form-content .item-form input,.article-form .form-content .item-form span {
    display: block;
    float: left
}

.article-form .form-content .item-form em {
    font-size: 20px;
    line-height: 42px;
    color: #c82a35;
    vertical-align: bottom
}

.article-form .form-content .item-form span {
    font-size: 17px;
    line-height: 42px;
    margin: 0 10px;
    color: #888
}

.article-form .form-content .item-form input[type=text] {
    height: 42px;
    font-size: 17px;
    padding: 0 10px;
    width: 70%;
    border: 1px solid #ece2d7;
    color: #888
}

.article-form .form-content .item-form input[type=button] {
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    width: 100%;
    border-radius: 4px;
    background: #febb4e;
    text-align: center;
    color: #000;
    font-weight: 700
}

.article-form .form-content .item-form input[type=button]:hover {
    color: #960c0b
}


@media screen and (max-width: 1760px) {

    .news-article {
        margin-top: -160px;
        padding-bottom: 30px
    }

    .news-article .wrap {
        border-radius: 50px 50px 0 0
    }

    .news-article .wrap .news-article-wrap {
        width: 66%
    }

    .news-article .wrap .news-article-wrap .article {
        padding: 20px 7.89474% 0
    }

    .news-article .wrap .side-panel {
        width: 34%;
        padding-left: 50px
    }

    .news-article .wrap .side-panel .swt-panel {
        margin-top: -156px;
        width: 364px;
        padding: 200px 16px 26px 20px
    }

    .news-article .wrap .side-panel .swt-panel p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 30px
    }

    .news-article .wrap .side-panel .swt-panel a {
        margin: 30px auto 0;
        width: 166px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .news-article .wrap .side-panel .swt-panel strong {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 30px
    }

    .news-article .wrap .side-panel .hot-product {
        width: 364px;
        padding: 20px 40px 0;
        margin-top: 50px;
        border-radius: 0 50px 50px 50px
    }

    .news-article .wrap .side-panel .hot-product h2 {
        font-size: 34px;
        height: 56px;
        line-height: 56px;
        padding: 0 20px 0 0
    }

    .news-article .wrap .side-panel .hot-product h2:before {
        width: 25px;
        height: 25px;
        margin-right: 16px
    }

    .prev-next {
        padding: 10px 50px;
        margin: 50px 7.89474% 20px
    }

    .prev-next p {
        height: 56px;
        padding-right: 120px;
        font-size: 16px;
        line-height: 56px
    }

    .prev-next p span.time {
        width: 120px;
        height: 56px;
        line-height: 56px;
        font-size: 16px
    }
}

@media screen and (max-width: 1600px) {

    .article h2,.article h3 {
        font-size: 26px;
        line-height: 44px;
        margin-top: 36px;
        margin-bottom: 26px
    }

    .article h2:before,.article h3:before {
        width: 24px;
        height: 24px;
        top: 10px
    }

    .article h2:after,.article h3:after {
        width: 18px;
        height: 18px;
        left: 14px;
        top: 13px
    }

    .article .page_zixun {
        font-size: 15px
    }

    /* .article p{font-size:15px;line-height:32px;margin:26px 0} */
    .article img,.article video {
        max-width: 760px
    }



    .news-article {
        margin-top: -150px;
        padding-bottom: 30px
    }

    .news-article .wrap {
        border-radius: 40px 40px 0 0
    }

    .news-article .wrap .news-article-wrap {
        width: 66%
    }

    .news-article .wrap .news-article-wrap .article {
        padding: 20px 4.7619% 0
    }

    .news-article .wrap .news-article-wrap .article img {
        max-width: 760px
    }

    .news-article .wrap .side-panel {
        width: 34%;
        padding-left: 20px
    }

    .news-article .wrap .side-panel .swt-panel {
        margin-top: -156px;
        width: 364px;
        padding: 200px 16px 26px 20px
    }

    .news-article .wrap .side-panel .swt-panel p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 30px
    }

    .news-article .wrap .side-panel .swt-panel a {
        margin: 30px auto 0;
        width: 166px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .news-article .wrap .side-panel .swt-panel strong {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 30px
    }

    .news-article .wrap .side-panel .hot-product {
        width: 364px;
        padding: 20px 40px 0;
        margin-top: 40px;
        border-radius: 0 40px 40px 40px
    }

    .news-article .wrap .side-panel .hot-product h2 {
        font-size: 32px;
        height: 52px;
        line-height: 52px;
        padding: 0 20px 0 0
    }

    .news-article .wrap .side-panel .hot-product h2:before {
        width: 25px;
        height: 25px;
        margin-right: 16px
    }

    .news-article .wrap .side-panel .hot-product ul {
        margin-top: 10px
    }

    .news-article .wrap .side-panel .hot-product ul li {
        border-radius: 20px;
        padding: 10px 10px 0;
        margin-bottom: 40px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-img {
        border-radius: 20px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-font {
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        font-size: 16px
    }

    .prev-next {
        padding: 14px 40px;
        margin: 50px 4.7619% 20px
    }

    .prev-next p {
        height: 52px;
        padding-right: 120px;
        font-size: 16px;
        line-height: 52px
    }

    .prev-next p span.time {
        width: 120px;
        height: 52px;
        line-height: 52px;
        font-size: 16px
    }

    .article-form .form-content {
        padding-bottom: 30px;
        left: 5%
    }

    .article-form .form-content .item-form {
        height: 38px;
        margin-top: 20px
    }

    .article-form .form-content .item-form em {
        font-size: 20px;
        line-height: 38px
    }

    .article-form .form-content .item-form span {
        font-size: 16px;
        line-height: 38px;
        margin: 0 10px
    }

    .article-form .form-content .item-form input[type=text] {
        height: 38px;
        font-size: 16px;
        padding: 0 10px;
        width: 69.6%
    }

    .article-form .form-content .item-form input[type=button] {
        height: 38px;
        line-height: 38px;
        font-size: 16px
    }

    .article h2,.article h3 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .article h2:before,.article h3:before {
        width: 24px;
        height: 24px;
        top: 8px
    }

    .article h2:after,.article h3:after {
        width: 16px;
        height: 16px;
        left: 14px;
        top: 12px
    }

    .article .page_zixun {
        font-size: 15px
    }

    /* .article p{font-size:15px;line-height:30px;margin:24px 0} */
    .article img,.article video {
        max-width: 680px
    }


    .news-article {
        margin-top: -130px;
        padding-bottom: 30px
    }

    .news-article .wrap {
        border-radius: 30px 30px 0 0
    }

    .news-article .wrap .news-article-wrap {
        width: 66%
    }

    .news-article .wrap .news-article-wrap .article {
        padding: 20px 30px 0
    }

    .news-article .wrap .news-article-wrap .article img {
        max-width: 680px
    }

    .news-article .wrap .side-panel {
        width: 34%;
        padding-left: 0;
        padding-right: 30px
    }

    .news-article .wrap .side-panel .swt-panel {
        margin-top: -130px;
        width: 100%;
        padding: 190px 12px 20px 16px
    }

    .news-article .wrap .side-panel .swt-panel p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 30px
    }

    .news-article .wrap .side-panel .swt-panel a {
        margin: 30px auto 0;
        width: 166px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .news-article .wrap .side-panel .swt-panel strong {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 30px
    }

    .news-article .wrap .side-panel .hot-product {
        width: 100%;
        padding: 20px 30px 0;
        margin-top: 30px;
        border-radius: 0 30px 30px 30px
    }

    .news-article .wrap .side-panel .hot-product h2 {
        font-size: 28px;
        height: 48px;
        line-height: 48px;
        padding: 0 20px 0 0
    }

    .news-article .wrap .side-panel .hot-product h2:before {
        width: 20px;
        height: 20px;
        margin-right: 12px
    }

    .news-article .wrap .side-panel .hot-product ul {
        margin-top: 10px
    }

    .news-article .wrap .side-panel .hot-product ul li {
        border-radius: 10px;
        padding: 10px 10px 0;
        margin-bottom: 30px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-img {
        border-radius: 10px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-font {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 16px
    }

    .prev-next {
        padding: 16px 30px;
        margin: 40px 30px 20px
    }

    .prev-next p {
        height: 48px;
        padding-right: 120px;
        font-size: 15px;
        line-height: 48px
    }

    .prev-next p span.time {
        width: 120px;
        height: 48px;
        line-height: 48px;
        font-size: 15px
    }

    .article-form .form-content {
        padding-bottom: 30px
    }

    .article-form .form-content .item-form {
        height: 32px;
        margin-top: 20px
    }

    .article-form .form-content .item-form em {
        font-size: 18px;
        line-height: 32px
    }

    .article-form .form-content .item-form span {
        font-size: 14px;
        line-height: 32px;
        margin: 0 6px
    }

    .article-form .form-content .item-form input[type=text] {
        height: 32px;
        font-size: 16px;
        padding: 0 10px;
        width: 72%
    }

    .article-form .form-content .item-form input[type=button] {
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }


    .article h2,.article h3 {
        font-size: 20px;
        line-height: 36px;
        margin-top: 24px;
        margin-bottom: 16px;
        padding-left: 32px
    }

    .article h2:before,.article h3:before {
        width: 20px;
        height: 20px;
        top: 8px
    }

    .article h2:after,.article h3:after {
        width: 14px;
        height: 14px;
        left: 12px;
        top: 11px
    }

    .article a.page_zixun {
        line-height: 26px;
        font-size: 14px
    }

    .article a.page_zixun:after {
        height: 32px
    }

    /* .article p{font-size:14px;line-height:26px;margin:20px 0} */
    .article img,.article video {
        max-width: 570px
    }


    .news-article {
        margin-top: -110px;
        padding-bottom: 30px
    }

    .news-article .wrap {
        border-radius: 20px 20px 0 0
    }

    .news-article .wrap .news-article-wrap {
        width: 66%
    }

    .news-article .wrap .news-article-wrap .article {
        padding: 20px 30px 0
    }

    .news-article .wrap .news-article-wrap .article img {
        max-width: 570px
    }

    .news-article .wrap .side-panel {
        width: 34%;
        padding-left: 0;
        padding-right: 30px
    }

    .news-article .wrap .side-panel .swt-panel {
        margin-top: -120px;
        width: 100%;
        padding: 160px 12px 14px 16px
    }

    .news-article .wrap .side-panel .swt-panel p {
        font-size: 14px;
        line-height: 26px;
        padding: 0 20px
    }

    .news-article .wrap .side-panel .swt-panel a {
        margin: 25px auto 0;
        width: 156px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .news-article .wrap .side-panel .swt-panel strong {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 28px
    }

    .news-article .wrap .side-panel .hot-product {
        width: 100%;
        padding: 20px 20px 0;
        margin-top: 20px;
        border-radius: 0 20px 20px 20px
    }

    .news-article .wrap .side-panel .hot-product h2 {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 0
    }

    .news-article .wrap .side-panel .hot-product h2:before {
        width: 16px;
        height: 16px;
        margin-right: 12px
    }

    .news-article .wrap .side-panel .hot-product ul {
        margin-top: 10px
    }

    .news-article .wrap .side-panel .hot-product ul li {
        border-radius: 10px;
        padding: 10px 10px 0;
        margin-bottom: 20px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-img {
        border-radius: 10px
    }

    .news-article .wrap .side-panel .hot-product ul li a.item-font {
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        font-size: 14px
    }

    .prev-next {
        padding: 16px 30px;
        margin: 30px 30px 20px
    }

    .prev-next p {
        height: 44px;
        padding-right: 120px;
        font-size: 14px;
        line-height: 44px
    }

    .prev-next p span.time {
        width: 120px;
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }

    .article-form .form-content {
        padding-bottom: 25px
    }

    .article-form .form-content .item-form {
        height: 26px;
        margin-top: 18px
    }

    .article-form .form-content .item-form em {
        font-size: 18px;
        line-height: 26px
    }

    .article-form .form-content .item-form span {
        font-size: 14px;
        line-height: 26px;
        margin: 0 6px
    }

    .article-form .form-content .item-form input[type=text] {
        height: 26px;
        font-size: 16px;
        padding: 0 10px;
        width: 66%
    }

    .article-form .form-content .item-form input[type=button] {
        height: 26px;
        line-height: 26px;
        font-size: 14px
    }
}




.news-article-wrap table {
    border-collapse: collapse;
}

.news-article-wrap table thead tr th {
    background-color: #ba1718;
    color: #fff;
    padding: 8px 0;
    font-size: 15px;
    text-align: center;
}

.news-article-wrap table tr td {
    padding: 8px 0;
    font-size: 15px;
    word-break: break-all;
    border: 1px solid #ccc;
    text-align: center;
}

/* .news-article-wrap table tr:nth-child(2n+1) td{
    background-color: #e6e6e6;
    color: #333;
} */

/** 右侧浮动商务通 **/
.fixed_swt {
  width: 164px;
  height: 463px;
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 9999;
  background: url(../img/fixed_flbg.png) center no-repeat;
  background-size: 100%;
  line-height: 1;
  display:none;
}

.fixed_swt .sty1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 133px;
  font-size: 14px;
  color: #4d6075;
  text-align: center;
  cursor: pointer;
}

.fixed_swt .sty1 span {
  width: 139px;
  display: block;
  margin: 0 auto 1px;
}

.fixed_swt .sty1 span img {
  width: 100%;
  animation: scaleout 1s linear infinite;
}
.fixed_swt .box{
  width: 131px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 245px;
  z-index: 2;
}
.fixed_swt .sty2 p{
  width: 100%;
  margin-bottom: 13px;
  position: relative;
}
.fixed_swt .sty2 p:before{
  content: "";
  width: 0;
  border-left: 9px solid #ffdc98;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed_swt .sty2 span{
  display: block;
  padding: 9px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffdc98;
  border-radius: 18px;
  font-size: 16px;
  color: #ffdc98;
  text-align: center;
  cursor: pointer;
}
.fixed_swt .sty2 span:before{
  content: "";
  width: 0%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(255,220,152,0.8),rgba(255,220,152,0) 70%);
  transition: all linear 0.3s;
}
.fixed_swt .sty2 p:hover span:before{
  width: 100%;
}
.fixed_swt .sty3 {
  height: 65px;
  border: 1px solid #ffdc98;
  border-radius: 18px;
  font-size: 16px;
  color: #ffdc98;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all linear 0.3s;
}
.fixed_swt .sty3 .tel{
  padding: 10px 0;
}
.fixed_swt .sty3 .tel span{
  display: block;
  margin-top: 13px;
  font-weight: bold;
  letter-spacing: -1px;
}
.fixed_swt .sty3 .tel_qr{
  padding-bottom: 15px;
}
.fixed_swt .sty3 .tel_qr .pic{
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  overflow: hidden;
}
.fixed_swt .sty3 .tel_qr .text{
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.fixed_swt .sty3:hover{
  height: 162px;
  background: rgba(255,220,152,0.7);
  color: #16212f;
}
.fixed_swt .scroll_top{
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  cursor: pointer;
}
.fixed_swt .scroll_top:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffdc98;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


@keyframes scaleout {
  0%,
  100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(.9);
  }
}
@keyframes -webkit-scaleout {

  0%,
  100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(.9);
  }
}


.fenye {
  padding: 50px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 1200px
}

.fenye .pagination {
  padding: 10px 0;
  border-radius: 5px
}

.fenye .pagination li {
  font-size: 14px;
  color: #555;
  margin: 0 3px 3px 0;
  text-decoration: none;
  display: inline;
  text-align: center
}

.fenye a {
  font-size: 14px;
  padding: 16px 15px;
  border: #d8d8d8 1px solid;
  color: #555;
  display: inline-table;
  border-radius: 4px
}

.fenye .pagination li.active {
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  background: #1d437b;
  padding: 16px 15px;
  border: #3c74af 1px solid;
  background: -webkit-linear-gradient(left,#1d437b,#3c74af);
  background: -o-linear-gradient(right,#1d437b,#3c74af);
  background: -moz-linear-gradient(right,#1d437b,#3c74af);
  background: -moz-linear-gradient(left,#1d437b,#3c74af);
  background: -o-linear-gradient(left,#1d437b,#3c74af);
  background: linear-gradient(to right,#1d437b,#3c74af);
  color: #fff;
  border-radius: 4px
}

.fenye .pagination li.disable,.fenye .pagination li.disabled {
  font-size: 14px;
  padding: 16px 15px;
  border: #d8d8d8 1px solid;
  color: #555;
  cursor: pointer;
  border-radius: 4px
}

.fenye .pagination li.active a {
  color: #fff
}

.fenye .pagination li:hover a {
  background: #1d437b;
  color: #fff;
  background: -webkit-linear-gradient(left,#1d437b,#3c74af);
  background: -o-linear-gradient(right,#1d437b,#3c74af);
  background: -moz-linear-gradient(right,#1d437b,#3c74af);
  background: -moz-linear-gradient(left,#1d437b,#3c74af);
  background: -o-linear-gradient(left,#1d437b,#3c74af);
  background: linear-gradient(to right,#1d437b,#3c74af);
  border-radius: 4px
}




/*表格*/

	table{width:100%}
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ccc;}
	table thead, table tfoot { background: #f5f5f5; }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td { font-size: 16px; line-height: 18px; text-align: left;min-width:6rem;text-align:center; }
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 18px; font-weight: bold; color: #222;text-align:center;}
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
    table thead tr th:nth-child(odd){background:#eee;}
    table thead tr th:nth-child(even){background:#f7f7f7;}	
	table tbody tr.even,
	table tbody tr.alt { background: #f7f7f7; }
	table tbody tr:nth-child(even) { background: #f7f7f7; }
	table tbody tr td { color: #333; padding: 9px 10px;    border: 1px solid #ccc;}
    table th { font-weight: bold;}
    table td, table th { padding:9px 10px; text-align: left;  border: 1px solid #ccc;}
	
	
	
.pro-banner {
  position: relative;
  overflow: hidden
}

.pro-banner .img {
  width: 100%
}

.pro-help {
  position: absolute;
  left: 16%;
  top: 50px
}

.pro-banner .pro-help h1 {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  font-weight: 700
}

.pro-banner .pro-help strong {
  font-size: 36px;
  color: #fff
}

.pro-banner .pro-help span {
  font-size: 18px;
  color: #cc9f67;
  margin-left: 10px
}



.video-cont {
  margin-top: -42%;
  position: relative
}

.video-cont h1 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: center
}

.video-base {
  margin-top: 60px
}

.video-bfl {
  float: left;
  width: 72%
}

.bfl-basic {
  width: 84%;
  padding: 20px 30px;
  background: #1d427a;
  background: -webkit-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -moz-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -ms-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -o-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: linear-gradient(60deg,#1d427a 0,#3e77b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1D427A, endColorstr=#3E77B2, GradientType=1);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -ms-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -o-box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.3);
  -webkit-border-top-right-radius: 100px;
  -moz-border-top-right-radius: 100px;
  -ms-border-top-right-radius: 100px;
  -o-border-top-right-radius: 100px;
  border-top-right-radius: 100px
}

.bfl-basic strong {
  display: block;
  color: #59a5fc;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 44px;
  background: url(../img/video-icon.png) no-repeat left center
}

.bfl-basic p {
  color: #cc9f67;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px
}

.bfl-basic p span {
  display: inline-block;
  margin-right: 16px
}

.bfl-basic p span img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px
}

.video-bfl video {
  width: 100%;
  height: auto
}

.video-bfr {
  float: right;
  width: 21.4%;
  margin-right: 12px;
  margin-top: 116px
}

.video-ft {
  background-color: #f0f3fa
}

.video-ft ul {
  position: relative;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  max-height: 230px;
  overflow-y: scroll
}

.video-ft ul::-webkit-scrollbar {
  width: 10px;
  background: #0d427f
}

.video-ft ul::-webkit-scrollbar-thumb {
  background: #629bd8
}

.video-ft ul li {
  overflow: hidden;
  margin-bottom: 15px
}

.ft-pic {
  float: left;
  width: 110px;
  margin-right: 10px;
  position: relative
}

.ft-pic span {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  min-width: 40px;
  padding: 0 5px;
  text-align: center;
  background: rgba(17,31,63,.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2111f3f, endColorstr=#B2111f3f);
  color: #fff;
  font-size: 12px
}

.ft-pic a {
  display: block;
  position: relative;
  padding-top: 56.4%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ft-pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.ft-info {
  display: block;
  overflow: hidden
}

.ft-info a {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.ft-info a:hover {
  color: #da251d
}

.ft-info span {
  display: inline-block;
  color: #555f7d;
  font-size: 12px;
  line-height: 16px;
  padding-left: 26px;
  margin-top: 8px;
  background: url(../img/video-icon05.png) no-repeat
}

.video-fb {
  padding: 24px 24px 80px;
  background: #1d427a;
  background: -webkit-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -moz-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -ms-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: -o-linear-gradient(40deg,#1d427a 0,#3e77b2 100%);
  background: linear-gradient(60deg,#1d427a 0,#3e77b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1D427A, endColorstr=#3E77B2, GradientType=1);
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 4px 10px rgba(5,22,63,.5);
  -moz-box-shadow: 0 4px 10px rgba(5,22,63,.5);
  -ms-box-shadow: 0 4px 10px rgba(5,22,63,.5);
  -o-box-shadow: 0 4px 10px rgba(5,22,63,.5);
  box-shadow: 0 4px 10px rgba(5,22,63,.5);
  position: relative
}

.video-fb p {
  color: #fff;
  font-size: 14px;
  line-height: 24px
}

.fb-code {
  overflow: hidden;
  margin-top: 15px
}

.fb-code img {
  float: left;
  width: 85px;
  margin-right: 8px
}

.fb-tel {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.6
}

.fb-tel strong {
  display: block;
  color: #fa0;
  font-size: 22px;
  font-weight: 700
}

.fb-kf {
  position: absolute;
  bottom: -44px;
  left: 0;
  width: 102%;
  height: 114px;
  padding: 40px 0 40px 50px;
  background: url(../img/video-kf.png) no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  cursor: pointer
}

.fb-kf span {
  color: #153c71;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 6px
}

.fb-kf span:after {
  background: url(../img/jsz.png) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: -25px;
  bottom: -6px;
  -webkit-animation: jsz 2s infinite;
  -moz-animation: jsz 2s infinite;
  -o-animation: jsz 2s infinite;
  animation: jsz 2s infinite
}

.video-main {
  margin-top: 140px
}

.video-text {
  padding: 90px 66px 140px;
  color: #555;
  font-size: 20px;
  line-height: 2
}

.video-text strong {
  display: block;
  color: #333;
  margin-top: 30px
}

.video-text strong .xw_swt {
  font-weight: 400
}

.video-text strong .xw_swt:hover {
  color: #da251d
}

.video-step {
  margin: 40px -40px 60px
}

.video-step li {
  float: left;
  width: 16.6%;
  text-align: center;
  position: relative;
  overflow: inherit;
  margin-top: 0
}

.video-step li img {
  width: 102px;
  height: auto
}

.video-step li span {
  display: block;
  color: #1d427a;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px
}

.video-step li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 41px;
  width: 20px;
  height: 20px;
  background: url(../img/video-step.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.video-step li.step-last:after {
  display: none
}

.case-pj {
  box-shadow: 0 0 20px rgba(33,73,130,.2);
  border-radius: 30px;
  padding: 40px 40px 160px;
  position: relative;
  z-index: 0
}

.case-pj:before {
  display: block;
  width: 136px;
  height: 120px;
  background: url(../img/kf_b.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  position: absolute;
  right: 20px;
  top: -5px;
  z-index: -1
}

.case-pj:after {
  display: block;
  width: 100%;
  height: 93px;
  background: url(../img/kf_a.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px
}

.case-pj .tit {
  position: relative
}

.case-pj .tit:after {
  background: url(../img/tit_bg.png) no-repeat 20% center;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  display: block;
  width: 278px;
  height: 140px;
  position: absolute;
  left: 60px;
  top: -40px
}

.case-pj .tit strong {
  font-size: 34px;
  color: #333;
  font-weight: 700;
  position: relative
}

.case-pj .tit strong:before {
  content: "";
  display: inline-block;
  background: url(../img/h_a.png) no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
  -o-background-size: cover;
  background-size: cover
}

.case-pj .tit a {
  position: absolute;
  display: block;
  color: #da251d;
  border: 1px solid #ff9598;
  border-radius: 30px;
  padding: 7px 15px;
  right: 20px;
  top: 25px
}

.case-pj .tit:hover a {
  background: #da251d;
  color: #fff
}

.case-pj li {
  overflow: hidden;
  margin-top: 40px
}

.case-pj li .tx {
  width: 12%;
  float: left
}

.case-pj li .tx img {
  border-radius: 50%;
  max-width: 121px
}

.case-pj li .js {
  float: left;
  width: 87%;
  margin-left: 1%;
  margin-top: -15px
}

.case-pj li .js p {
  font-size: 18px;
  color: #555;
  line-height: 1.8em;
  margin-top: 10px
}
.xw_swt {
  position: relative;
  display: inline-block;
  color: rgba(245,227,189,1);
  font-size: 18px;
  background: #1f447d;
  background: -webkit-linear-gradient(left,#1f447d,#3c73ae);
  background: -o-linear-gradient(right,#1f447d,#3c73ae);
  background: -moz-linear-gradient(right,#1f447d,#3c73ae);
  background: -moz-linear-gradient(left,#1f447d,#3c73ae);
  background: -o-linear-gradient(left,#1f447d,#3c73ae);
  background: linear-gradient(to right,#1f447d,#3c73ae);
  height: 42px;
  line-height: 42px;
  padding: 0 16px 0 36px;
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 0;
  cursor: pointer
}

.xw_swt::before {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../img/a_lj.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  left: 16px
}
.mate-ly {
    margin-top: 60px;
}


.footer{margin-top:1.8rem;}
.footer .bq {
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  font-size: 16px;
  clear:both;
}

.footer .bq a {
  color: #fff;
  font-size: 16px;
  margin-left: 10px
}

.footer .wl {
  font-size: 12px;
  color: #555;
  padding: 25px 0
}

.footer .wl a {
  color: #555;
  font-size: 12px;
  line-height: 24px;
  margin: 0 5px
}

