html,body {
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch
}

html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,figure,figcaption,table,th,td img {
	margin: 0;
	padding: 0
}

a,abbr,acronym,address,big,blockquote,body,caption,cite,code,dd,dl,dt,fieldset,form,h1,time,h2,h3,h4,h5,h6,html,img,ins,kbd,label,legend,li,ol,p,pre,q,s,samp,small,span,strike,strong,ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline
}

body {
	font-family: '微软雅黑';
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	line-height: 24px;
	background: #fff;
	color: #333;
	font-weight: normal;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

.transition {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	outline: none
}

a:link,a:active,a:visited,a:hover {
	background: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	outline: none
}

input {
	border-radius: 0;
	outline: none
}

input:-ms-clear {
	display: none
}

input,textarea {
	border: 0
}

textarea {
	resize: none;
	outline: none
}

img {
	border: 0;
	vertical-align: middle
}

ul,li {
	list-style: none
}

a:link,a:visited {
	color: #333;
	text-decoration: none
}

a:hover,a:active {
	color: #ee002e;
	text-decoration: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px
}

.container {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px
}

img {
	MAX-WIDTH: 100% !important;
	HEIGHT: auto !important;
	_width: expression(this.width > 100% ? "100%" :this.width) !important
}

.header {
	background: #241f1f;
	padding: 15px 0px 20px 0px
}

.header .logo {
	float: left;
	width: 149px
}

.header .nav {
	float: left;
	margin-left: 30px
}

.header .nav li {
	float: left;
	padding: 4px 10px 10px;
	position: relative;
	overflow: hidden;
	margin: 5px
}

.header .nav li:after,.header .nav li:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background: #fff;
	transition: all 0.5s linear
}

.header .nav li:after {
	left: -100%;
	bottom: 0px;
	background: #c9211e;
	background: -webkit-linear-gradient(left, #c9211e, #de7c1b);
	background: -moz-linear-gradient(left, #c9211e, #de7c1b);
	background: -ms-linear-gradient(left, #c9211e, #de7c1b);
	background: -o-linear-gradient(left, #c9211e, #de7c1b)
}

.header .nav li:before {
	right: -100%;
	bottom: 5px;
	background: #c9211e;
	background: -webkit-linear-gradient(left, #c9211e, #9b0000);
	background: -moz-linear-gradient(left, #c9211e, #9b0000);
	background: -ms-linear-gradient(left, #c9211e, #9b0000);
	background: -o-linear-gradient(left, #c9211e, #9b0000)
}

.header .nav li:hover:before,.header .nav li.li1:before {
	right: 0px;
	transition: all 0.5s linear
}

.header .nav li:hover:after,.header .nav li.li1:after {
	left: 0px;
	transition: all 0.5s linear
}

.header .nav li a {
	clear: both;
	display: block;
	color: #fff;
	line-height: 32px;
	font-size: 14px
}

.header .headerfr {
	float: right;
	width: 202px;
	margin-top: 8px
}

.breadnav {
	clear: both;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	padding: 15px 0px 24px 0px
}

.breadnav a:link,.breadnav a:visited {
	color: #fff;
	text-decoration: none
}

.breadnav a:hover,.breadnav a:active {
	color: #fccc00;
	text-decoration: none
}

.foot_btm {
	padding: 20px 0;
	position: relative;
	z-index: 3;
	background: #1c1a1a;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.foot_btm a {
	color: #fff
}

.foot_btm a:hover {
	color: #f00
}

.foot_btm .container {
	position: relative
}

.newboxflboxewm {
	clear: both;
	display: block;
	margin-top: 30px !important;
	padding: 0px !important;
	width: 443px
}

.floating_ck {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -134px;
	width: 100px;
	z-index: 99
}

.floating_ck .floating_ckBox {
	clear: both;
	display: block;
	background: #d7323b;
	background: -webkit-linear-gradient(135deg, #d7323b 30%, #701034 100%);
	background: -o-linear-gradient(135deg, #d7323b 30%, #701034 100%);
	background: linear-gradient(135deg, #d7323b 30%, #701034 100%);
	border-radius: 75px;
	box-shadow: 0px 4px 20px rgba(157,3,42,0.7);
	padding-top: 118px;
	cursor: pointer;
	z-index: 99;
	position: relative;
	width: 100%;
	padding-bottom: 34px
}

.floating_ck .floating_ckBox .floating_top {
	position: absolute;
	top: -10px;
	left: -18px;
	width: 127px
}

.floating_ck .floating_ckBox .floating_box {
	clear: both;
	display: block;
	padding: 10px 0px
}

.floating_ck .floating_ckBox .floating_box span {
	clear: both;
	display: block;
	line-height: 1;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1;
	background: url(../images/swticon01.png) no-repeat left center;
	color: #fff;
	text-align: center
}

.floating_ck .floating_ckBox .floating_bom {
	clear: both;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffc24d;
	font-weight: bold;
	position: relative;
	padding: 0px 0px 0px 0px;
	line-height: 1
}

.floating_ck .floating_ckBox .floating_bom span {
	position: absolute;
	width: 36px;
	height: 36px;
	border: 2px solid #d02e23;
	border-radius: 50%;
	background: #fff;
	background: -webkit-linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
	background: -o-linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
	background: linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
	right: 2px;
	top: -38px;
	box-shadow: 0px 5px 5px rgba(112,16,52,0.5)
}

.floating_ck .floating_ckBox .floating_bom:hover {
	text-decoration: underline;
	color: #fff
}

.floating_ck .floating_ckBox .floating_bom span img {
	position: absolute;
	width: 12px;
	left: 50%;
	margin-left: -6px;
	bottom: 2px;
	transform: scale(1);
	animation: blow01 2.5s infinite ease-in-out;
	z-index: 2
}

.floating_ck .floating_ckBox .floating_boxbom {
	width: 94px;
	position: relative
}

.floating_ck .floating_ckBox .floating_boxbom .floating_photo {
	clear: both;
	display: block;
	background: url(../images/swticon03.png) no-repeat 4px center #ffb400;
	color: #c02a39;
	font-size: 14px;
	font-weight: bold;
	background-size: 18px;
	line-height: 30px;
	padding-left: 27px;
	border-radius: 0px 15px 15px 0px;
	opacity: 1
}

.floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
	position: absolute;
	transition: all 0.5s;
	right: -250px;
	top: 0px;
	clear: both;
	background: #ffb400;
	width: 250px;
	border-radius: 15px;
	display: block;
	padding: 10px 0px 0px 10px;
	opacity: 0
}

.floating_ck .floating_ckBox .floating_boxbom:hover .floating_ewm {
	right: 0px;
	opacity: 1
}

.floating_ewm .floating_ewmTop {
	clear: both;
	display: block;
	background: url(../images/swticon03.png) no-repeat left center;
	color: #c02a39;
	font-size: 14px;
	font-weight: bold;
	background-size: 18px;
	line-height: 30px;
	padding-left: 27px
}

.floating_ewm .floating_ewmBom {
	clear: both;
	display: block;
	margin-top: 2px;
	position: relative;
	padding-left: 125px;
	padding-bottom: 20px;
	padding-top: 15px
}

.floating_ewm .floating_ewmBom .floating_ewmBomFl {
	position: absolute;
	width: 110px;
	border-radius: 5px;
	overflow: hidden;
	left: 0px;
	top: 0px
}

.floating_ewm .floating_ewmBom .floating_ewmBomFr {
	width: 100px;
	text-align: left;
	color: #010101;
	font-size: 12px;
	line-height: 24px
}

.floating_i01 {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #d02e23;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -11px;
	border-radius: 50%;
	transform: scale(1);
	animation: blow 2.5s infinite ease-in-out
}

.floating_i02 {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -7px;
	border-radius: 50%;
	border: 1px solid #d02e23;
	opacity: 1;
	transform: scale(1);
	animation: blow 2.5s infinite ease-in-out
}

.floating_i02:after,.floating_i02:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 4px;
	height: 6px;
	background: #eed2d0;
	margin-top: -3px;
	top: 50%
}

.floating_i02:after {
	right: -1px
}

.floating_i02:before {
	left: -1px
}

@keyframes blow {
	0%,5%,10.5%,90.5%,100% {
		transform: scale(1);
		opacity: 1
	}

	5.5%,10% {
		transform: scale(0.8)
	}

	70%,90% {
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes blow01 {
	0%,5%,10.5%,15%,90.5%,100% {
		transform: scale(1);
		opacity: 1
	}

	5.5%,10% {
		transform: scale(0.8)
	}
}

.FloatPim {
	position: fixed;
	right: 10px;
	bottom: 90px;
	width: 70px;
	height: 70px;
	z-index: 5;
	display: none
}

.FloatPim.on {
	display: block
}

.FloatPim .FloatPimBox {
	position: absolute;
	transition: all 0.5s;
	left: 100px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100%
}

.FloatPim .FloatPimBox.on {
	left: 0px
}

.FloatPim .FloatPimBox .FloatPimPic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 2px 10px rgba(12,30,39,0.2);
	cursor: pointer
}

.FloatPim .FloatPimBox .FloatPimPic img {
	vertical-align: top
}

.FloatPim .FloatPimBox .FloatPimBoxItem {
	position: absolute;
	z-index: 20;
	left: -78px;
	bottom: -27px;
	width: 225px;
	border-radius: 10px 10px 0px 10px;
	background: #fff;
	border: 1px solid #5ba4ed;
	box-shadow: 0px 2px 10px rgba(12,30,39,0.2);
	padding: 10px 15px 0px 15px;
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
	padding: 0px;
	transform: scale(0);
	border: 1px solid #5ba4ed;
	padding: 10px 15px 0px 15px
}

.FloatPim .FloatPimBox .FloatPimBoxItem.on {
	left: -240px;
	opacity: 1;
	transform: scale(1);
	bottom: 10px
}

.FloatPim .FloatPimBox .FloatPimBoxItem h5 {
	clear: both;
	display: block;
	font-size: 16px;
	color: #333333
}

.FloatPim .FloatPimBox .FloatPimBoxItem h5 span {
	font-weight: bold;
	color: #5ba4ed
}

.FloatPim .FloatPimBox .FloatPimBoxItem p {
	clear: both;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 193px
}

.FloatPim .FloatPimBox .FloatPimBoxItem>span {
	font-size: 18px
}

.FloatPim .FloatPimBox .FloatPimBoxItem>span span {
	color: #5aa4ed;
	font-weight: bold
}

.FloatPim .FloatPimBox .FloatPimBoxItem a {
	float: right;
	background: #5ba4ed;
	font-size: 16px;
	color: #fff;
	border-radius: 10px 0px 0px 0px;
	padding: 5px 10px;
	margin-right: -15px;
	width: 85px
}

.FloatPim .FloatPimBox .FloatPimclose {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	height: 11px;
	background: url(../images/closeIcon01.png) no-repeat center center;
	right: -20px;
	top: 10px;
	cursor: pointer;
	display: block
}

#toTop {
	display: none;
	transition: background 0.5s;
	text-decoration: none;
	position: fixed;
	bottom: 0;
	right: 0px;
	overflow: hidden;
	width: 107px;
	height: 50px;
	z-index: 999;
	text-align: center;
	background-color: #596382;
	cursor: pointer
}

#toTop span {
	padding: 10px 30px 0px 30px;
	display: block;
	clear: both
}

#toTop span img {
	width: 100%
}

#toTop:hover {
	background-color: #ff654c;
	transition: background 0.5s
}

#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(3) {
	font-size: 16px
}

#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(5) {
	font-size: 16px
}

.insideban04 {
	background: url(../images/newban01.jpg) no-repeat center top;
	background-size: 100%
}

.protwofrhottit {
	clear: both;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #272727;
	padding: 30px 0px 22px 0px
}

.protwofrhottit h4 {
	background: url(../images/protwoicon01.png) no-repeat left 9px;
	padding-left: 57px;
	line-height: 1;
	background-size: 45px;
	display: inline-block
}

.ie8-hack .protwofrhottit h4 {
	background: none;
	padding-left: 0px
}

.newbox .protwofr ul {
	background: none
}

.newbox .protwofr ul {
	background: none
}

.newbox .protwofrhottit {
	padding-top: 10px
}

.newbox .protwofr .protwofrjchg {
	padding-left: 40px
}

.newbox .protwofr .protwofrjchg ul {
	padding: 0px 0px 0px 0px
}

.newbox .protwofr .protwofrjchg ul li {
	clear: both;
	width: 100%;
	background: url(../images/prodot01.png) no-repeat left 7px;
	font-size: 12px;
	padding-left: 20px;
	line-height: 24px;
	margin-bottom: 15px
}

.newbox .protwofr .protwofrjchg .protwofrhottit {
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 25px
}

.newbox .protwofr ul {
	background: none
}

.newbox .protwofrhottit {
	padding-top: 10px
}

.newh1 {
	display: inline-block;
	padding-left: 32px;
	color: #c3311c;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #bf211d, #d3751b);
	font-size: 23px;
	position: relative;
	margin: 26px 0px 15px 0px;
	line-height: 35px
}

.newh1:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 12px;
	width: 11px;
	height: 11px;
	background: url(../images/homeoneicon01.png) no-repeat left center;
	background-size: 11px
}

.newtime {
	clear: both;
	color: #fff;
	padding: 0px 0px 0px 32px;
	font-size: 12px;
	display: block;
	line-height: 40px
}

.newtime span {
	padding-right: 20px;
	float: left
}

.newtime span:first-child+span i {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px
}

.newbox {
	clear: both;
	position: relative;
	background: url(../images/insidedot01.jpg) repeat-x center top;
	padding: 1px 30px 0px;
	margin-top: 28px
}

.newbox .newboxtit {
	clear: both;
	width: 677px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	color: #111111;
	font-size: 12px;
	background: #eff5ff;
	height: 45px;
	line-height: 45px;
	margin-top: -15px
}

.newbox .newboxtit span {
	float: left;
	width: 51px;
	margin-top: -8px;
	margin-left: 10px;
	margin-right: 10px
}

.newbox .newboxtit a {
	background-color: #c9221e;
	background-image: linear-gradient(90deg, #c9221e 30%, #e35d10 50%, #ca231e);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transition: background-position .6s ease;
	display: inline-block;
	width: 90px;
	height: 26px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 26px
}

.newbox .newboxtit a i {
	clear: both;
	display: block;
	text-align: center;
	color: #fff;
	background: url(../images/proitemicon05.png) no-repeat right center;
	font-style: normal
}

.newbox .newboxtit a:hover {
	background-position: right center
}

.newbox .newboxfl {
	float: left;
	width: 677px;
	position: relative;
	background: url(../images/arrow01.jpg) no-repeat left 91px #fff;
	margin-top: 10px;
	padding: 0px 30px 60px 30px;
	text-align: center;
	background-size: 8px
}

.newbox .newboxfl .newboxicon {
	text-align: center;
	font-size: 12px;
	border-radius: 0px 25px 25px 0px;
	display: inline-block;
	margin-bottom: 30px
}

.newbox .newboxfl .newboxicon>span {
	float: left;
	color: #d63f17;
	width: 103px;
	padding: 10px 12px;
	line-height: 15px;
	font-weight: bold;
	background-color: #fce6d2;
	background-position: left center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-right: 58px
}

.newbox .newboxfl .newboxicon p {
	float: left;
	background: #fff;
	border-radius: 25px;
	padding: 10px 20px;
	line-height: 30px;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
	margin-left: -50px
}

.newbox .newboxfl .newboxicon p span {
	float: left;
	padding: 0px 15px;
	color: #121212
}

.newbox .newboxfl .newboxicon p span i {
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
	color: #fff;
	font-style: normal;
	margin-right: 5px;
	margin-top: 7px
}

.newbox .newboxfl .newboxicon p span:first-child i {
	background: #cb2a1e
}

.newbox .newboxfl .newboxicon p span:first-child+span i {
	background: #c9461e
}

.newbox .newboxfl .newboxicon p span:first-child+span+span i {
	background: #1eafc9
}

.newboxflbox {
	clear: both;
	text-align: left
}

.newboxflbox video {
	clear: both;
	margin: 0 auto;
	display: block;
	width: 100%
}

.newboxflbox img {
	padding: 8px 0px;
	margin: 0 auto;
	display: block
}

.newboxflbox a {
	color: #eb0001
}

.newboxflbox p {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0px;
	color: #494949
}

.newboxflbox h3 {
	font-size: 26px;
	padding: 45px 0px 30px 0px;
	color: #333;
	line-height: 40px
}

.newbox .protwofr {
	float: right;
	width: 260px
}

.protwofr .protwofrhot ul {
	clear: both;
	background: url(../images/protwobg02.jpg) repeat-y left top;
	padding-left: 44px
}

.protwofr .protwofrhot ul li {
	padding-bottom: 24px
}

.protwofr .protwofrhot ul .protwofrhotpic {
	clear: both;
	display: block;
	background: url(../images/homefivebg.jpg) repeat;
	padding: 7px;
	border-radius: 5px;
	box-shadow: -4px 4px 8px rgba(0,0,0,0.09);
	position: relative;
	z-index: 2
}

.protwofr .protwofrhot ul .protwofrhotpic img {
	border-radius: 5px
}

.protwofr .protwofrhot ul .protwofrhottxt {
	background: url(../images/homefivebg.jpg) repeat;
	margin-left: 2px;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	line-height: 37px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
	float: left;
	background: #fee2cc;
	color: #cb291e;
	width: 52px;
	text-align: center;
	position: relative;
	margin-right: 45px
}

.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
	position: absolute;
	content: '';
	width: 46px;
	height: 8px;
	background: url(../images/protwoicon02.png) no-repeat right top;
	background-size: 46px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: -37px
}

.ie8-hack .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
	margin-right: 15px
}

.ie8-hack .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
	display: none
}

.protwofrhot .protwofrhottit {
	clear: both;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #272727;
	padding: 10px 0px 22px 0px
}

.protwofrhot .protwofrhottit h4 {
	background: url(../images/protwoicon01.png) no-repeat left 9px;
	padding-left: 57px;
	line-height: 1;
	background-size: 45px;
	display: inline-block
}

.ie8-hack .protwofrhot .protwofrhottit h4 {
	background: none;
	padding-left: 0px
}

.protwofrhot ul {
	clear: both;
	padding-left: 44px
}

.protwofrhot ul li {
	padding-bottom: 24px
}

.protwofrhot ul .protwofrhotpic {
	clear: both;
	display: block;
	background: url(../images/homefivebg.jpg) repeat;
	padding: 7px;
	border-radius: 5px;
	box-shadow: -4px 4px 8px rgba(0,0,0,0.09);
	position: relative;
	z-index: 2
}

.protwofrhot ul .protwofrhotpic img {
	border-radius: 5px
}

.protwofrhot ul .protwofrhottxt {
	background: url(../images/homefivebg.jpg) repeat;
	margin-left: 2px;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	line-height: 37px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
	float: left;
	background: #fee2cc;
	color: #cb291e;
	width: 52px;
	text-align: center;
	position: relative;
	margin-right: 45px
}

.protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
	position: absolute;
	content: '';
	width: 46px;
	height: 8px;
	background: url(../images/protwoicon02.png) no-repeat right top;
	background-size: 46px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: -37px
}

.prothree {
	clear: both;
	background: url(../images/prothreeicon01.jpg) repeat;
	position: relative;
	padding: 40px 0px 80px 0px
}

.prothree.newmargin {
	margin-top: -20px
}

.prothree:after {
	position: absolute;
	z-index: 2;
	content: '';
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	background: url(../images/prothreeicon03.png) no-repeat center bottom;
	background-size: 100%
}

.prothree:before {
	position: absolute;
	z-index: 2;
	content: '';
	left: 0px;
	bottom: -60px;
	top: 0px;
	right: 0px;
	background: url(../images/prothreeicon04.png) no-repeat center bottom;
	background-size: 100%
}

.prothree .prothreetit {
	clear: both;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	background: url(../images/homeoneicon01.png) no-repeat left center;
	padding-left: 23px;
	background-size: 14px
}

.prothree .prothreetit h4 {
	float: left;
	margin-right: 20px;
	font-size: 32px;
	font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	font-weight: bold
}

.prothree .prothreetit h4 a {
	clear: both;
	background: none;
	font-size: 32px
}

.prothree .prothreetit a {
	background: url(../images/prothreeicon02.png) no-repeat right 7px;
	padding-right: 35px;
	line-height: 30px;
	display: inline-block
}

.prorelatNew {
	position: relative;
	z-index: 3
}

.prorelatNew ul {
	padding: 30px 0px
}

.prorelatNew li {
	float: left;
	width: 310px;
	background: url(../images/prodot01.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	margin-left: 23px;
	padding: 10px 0px 10px 20px;
	line-height: 24px
}

.pages {
	clear: both;
	box-shadow: 0px 0px 16px rgba(71,17,7,0.1);
	border-radius: 35px;
	margin-top: 50px !important;
	margin-bottom: 50px;
	position: relative
}

.pages:before {
	content: '';
	position: absolute;
	width: 0px;
	border-left: 2px dotted #ce4b57;
	left: 50%;
	top: 15px;
	height: 40px
}

.pages p {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 30px;
	padding: 20px 30px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	font-weight: bold
}

.pages p a,.pages p span {
	font-weight: normal;
	font-size: 16px;
	color: #666
}

.pages p a:hover {
	color: #df3732
}

.pages p.prevNone span,.pages p.nextNone span,.pages p.prevNone,.pages p.nextNone {
	color: #ccc
}

.profour {
	position: relative;
	clear: both;
	background-size: 100%;
	margin-top: -54px;
	min-width: 1000px;
	position: relative;
	z-index: 3
}

.inside+.profour {
	margin-top: 0px
}

.profour .container {
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -500px
}

.profour .profourtop {
	margin-left: 40px;
	width: 566px;
	height: 43px;
	font-size: 14px;
	background: url(../images/profouricon01.png) no-repeat center left;
	background-size: 566px;
	color: #fff;
	padding: 12px 0px 0px 17px;
	line-height: 24px
}

.profour .profourtop span {
	float: left;
	position: relative;
	font-size: 22px;
	background: url(../images/profouricon02.png) no-repeat right center;
	padding-right: 42px;
	background-size: 32px;
	margin-right: 10px
}

.profourbom {
	background: #fff;
	border-radius: 5px;
	background: url(../images/homefivebg.jpg) repeat;
	margin: 0px 20px;
	padding: 20px 0px 30px 0px
}

.profourbom .profourfl {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 20px;
	position: relative
}

.profourbom .profourfl:after {
	content: '';
	position: absolute;
	left: 33px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background: #eee
}

.profourbom .profourfl dt {
	clear: both;
	position: relative;
	font-size: 24px;
	color: #bc0000;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	background: #fff;
	line-height: 1;
	padding: 9px 0px 9px 45px;
	margin-left: 35px;
	z-index: 2
}

.profourbom .profourfl dt span {
	position: absolute;
	left: -35px;
	top: 0px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	width: 70px;
	height: 70px
}

.profourbom .profourfl dt i {
	font-size: 16px;
	color: #272727;
	clear: both;
	display: block;
	font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	line-height: 1;
	font-style: normal;
	padding-top: 11px
}

.profourbom .profourfl dd {
	clear: both;
	font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	padding-left: 27px;
	font-weight: bold;
	color: #272727;
	font-size: 16px;
	margin-left: 21px;
	position: relative;
	line-height: 1;
	margin-top: 28px;
	z-index: 2
}

.profourbom .profourfl dd span {
	font-size: 12px;
	color: #272727
}

.profourbom .profourfl dd:after {
	content: '';
	position: absolute;
	left: 7px;
	bottom: 0px;
	width: 17px;
	height: 12px;
	border-radius: 50%;
	background: rgba(150,150,150,0.52)
}

.profourbom .profourfl dd i {
	position: absolute;
	left: 0px;
	top: -5px;
	font-size: 18px;
	font-style: normal;
	color: #878787;
	line-height: 1
}

.profourbom .profourfl dd:nth-child(2) {
	color: #bc0000
}

.profourbom .profourfl dd:nth-child(2) i {
	color: #bc0000
}

.profourbom .profourfl dd:nth-child(2):after {
	background: rgba(182,24,24,0.52)
}

.casemagess .profourbom .profourfl {
	width: 291px
}

.casemagess .profourbom .profourfl dd {
	margin-left: 0px
}

.casemagess .profourbom .profourfl dd span {
	font-size: 12px;
	color: #272727
}

.casemagess .profourbom .profourfl dd:nth-child(2) {
	background: none
}

.casemagess .profourbom .profourfr {
	width: 590px;
	padding: 27px 17px 33px 25px
}

.casemagess .profourbom .profourfl:after {
	top: 81px;
	left: 12px
}

.profourcase .profourcasefl,.profourcase .profourcasefr {
	float: left;
	width: 71px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #eee
}

.profourcase p {
	float: left;
	width: 140px;
	text-align: center;
	padding-top: 18px;
	font-weight: bold;
	font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif
}

.profourcase p span {
	clear: both;
	display: block;
	text-align: center;
	padding-bottom: 5px
}

.profourcase p span i {
	width: 6px;
	height: 6px;
	margin: 0px 8px;
	background-color: #bc0000;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.profourcase p span i:first-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.profourcase p span i:nth-child(2) {
	-webkit-animation-delay: -0.64s;
	animation-delay: -0.64s
}

.profourcase p span i:nth-child(3) {
	-webkit-animation-delay: -0.48s;
	animation-delay: -0.48s
}

.profourcase p span i:nth-child(4) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.profourcase p span i:nth-child(5) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes sk-three-bounce {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-three-bounce {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.profourbom .profourfr {
	float: right;
	margin-right: 43px;
	display: block;
	width: 549px;
	position: relative;
	border-radius: 5px;
	box-shadow: -4px 0px 8px rgba(0,0,0,0.09);
	background: url(../images/protwoicon03.jpg) no-repeat right bottom #fff;
	padding: 27px 27px 33px 40px;
	background-size: 330px
}

.profourbom .profourfr:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/protwoicon04.jpg) no-repeat center top;
	border-top-right-radius: 5px;
	width: 63px;
	height: 47px;
	background-size: 63px
}

.ie8-hack .profourbom .profourfr:before {
	display: none
}

.profourbom.noprofourfr .profourfr:before {
	display: none
}

.profourbom .profourfr .cont_form {
	float: left;
	width: 302px;
	padding-right: 21px;
	position: relative
}

.profourbom .profourfr .cont_form .btnclick {
	position: absolute;
	left: 108px;
	bottom: -49px
}

.profourbom .profourfr .cont_form .btnclick .btn_submit {
	width: 138px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	background-color: #c9221e;
	background-image: linear-gradient(90deg, #c9211e 0%, #de7c1b 50%, #c9211e 100%);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transition: background-position .6s ease;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

.profourbom .profourfr .cont_form .btnclick .btn_submit:hover {
	background-position: right center
}

.profourbom .profourfr .cont_form li {
	clear: both;
	display: block;
	padding-bottom: 16px
}

.profourbom .profourfr .cont_form li span {
	float: left;
	font-size: 14px;
	color: #353535;
	width: 50px;
	text-align: left;
	line-height: 32px
}

.profourbom .profourfr .cont_form li span font {
	color: #f00
}

.profourbom .profourfr .cont_form li input {
	float: right;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 225px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 3px 10px 3px 30px;
	height: 32px
}

.profourbom .profourfr .cont_form li textarea {
	float: right;
	font-family: '微软雅黑';
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	width: 225px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 57px;
	padding: 3px 10px 3px 30px
}

.profourbom .profourfr .cont_form li .inputicon01 {
	background: url(../images/homefiveicon04.png) no-repeat 5px 7px;
	background-size: 24px
}

.profourbom .profourfr .cont_form li .inputicon02 {
	background: url(../images/homefiveicon03.png) no-repeat 5px 7px;
	background-size: 24px
}

.profourbom .profourfr .cont_form li .inputicon03 {
	background: url(../images/homefiveicon02.png) no-repeat 5px 7px;
	background-size: 24px
}

.profourbom .profourfr .cont_form li .btnSub {
	font-size: 12px;
	color: #fff;
	background: #1c1c1c;
	line-height: 26px;
	text-align: center;
	width: 100%
}

.profourbom .profourfr .cont_form.casefrom {
	width: 100%;
	padding: 0px
}

.profourbom .profourfr .cont_form.casefrom ul {
	clear: both;
	overflow: hidden;
	width: 100%
}

.profourbom .profourfr .cont_form.casefrom ul li {
	float: left;
	width: 259px;
	clear: none;
	margin-right: 15px
}

.profourbom .profourfr .cont_form.casefrom ul li input {
	clear: both;
	display: block;
	width: 100%;
	padding: 3px 10px
}

.profourbom .profourfr .cont_form.casefrom ul li select {
	clear: both;
	display: block;
	width: 100%;
	padding: 3px 10px;
	height: 32px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.profourbom .profourfr .cont_form.casefrom ul li:last-child {
	width: 535px
}

.profourbom .profourfr .cont_form.casefrom ul li textarea {
	width: 100%;
	float: left;
	padding: 3px 10px
}

.profourbom .profourfr .cont_form.casefrom .btnclick {
	left: 190px
}

.profourbom .profourfr .cont_form.casefrom ul li input::-webkit-input-placeholder,.profourbom .profourfr .cont_form.casefrom ul li textarea::-webkit-input-placeholder {
	color: #333
}

.marqueetop {
	float: right;
	height: 154px;
	width: 180px;
	border-left: 1px solid #e9e9e9;
	padding-left: 15px;
	overflow-y: hidden
}

.marqueetop div {
	clear: both;
	width: 100%;
	overflow: hidden
}

.marqueetop li {
	clear: both;
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px dashed #e9e9e9;
	overflow: hidden
}

.marqueetop li p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 24px
}

.marqueetop li p strong {
	clear: both;
	display: block;
	padding-bottom: 2px
}

.marqueetop li time {
	clear: both;
	display: block;
	line-height: 1;
	color: #a6a6a6;
	font-size: 12px
}

@media (min-width: 1440px) {
	.container {
		width: 1200px
	}

	.header {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.header .logo {
		width: 175px
	}

	.header .nav {
		margin-left: 36px
	}

	.header .nav li {
		padding: 8px 4px 10px;
		margin: 0px 15px
	}

	.header .nav li:after,.header .nav li:before {
		width: 50px
	}

	.header .nav li a {
		font-size: 16px;
		line-height: 30px
	}

	.header .headerfr {
		width: 244px
	}

	.breadnav {
		font-size: 14px;
		padding: 18px 0px 27px 0px
	}

	.protwofrhottit {
		padding: 37px 0px 28px 0px;
		font-size: 28px
	}

	.protwofrhottit span {
		font-size: 28px;
		background-size: 52px;
		background-position: left 13px;
		padding-left: 59px
	}

	.newh1 {
		font-size: 28px;
		padding-left: 38px
	}

	.newh1:before {
		width: 14px;
		height: 14px;
		background-size: 14px
	}

	.newtime {
		font-size: 14px;
		padding-left: 38px
	}

	.newbox {
		margin-top: 35px;
		padding: 1px 40px 0px
	}

	.newbox .newboxfl {
		width: 801px;
		padding: 0px 36px 70px 36px;
		background-size: 10px;
		background-position: left 92px
	}

	.newbox .newboxtit {
		width: 801px;
		height: 52px;
		font-size: 14px;
		line-height: 52px
	}

	.newbox .newboxtit span {
		width: 62px;
		margin-top: -11px
	}

	.newbox .newboxtit a {
		width: 108px;
		height: 32px;
		line-height: 32px;
		font-size: 16px
	}

	.newbox .newboxfl .newboxicon {
		font-size: 14px
	}

	.newbox .newboxfl .newboxicon p span i {
		width: 16px;
		height: 16px;
		line-height: 16px
	}

	.newbox .protwofr {
		width: 315px
	}

	.protwofrhot .protwofrhottit {
		padding-bottom: 28px;
		font-size: 28px
	}

	.protwofrhot ul {
		padding-left: 52px
	}

	.protwofrhot ul li {
		padding-bottom: 29px
	}

	.protwofrhot ul .protwofrhotpic {
		padding: 8px;
		border-radius: 8px
	}

	.protwofrhot ul .protwofrhotpic img {
		border-radius: 8px
	}

	.protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
		width: 63px
	}

	.protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
		background-size: 55px;
		width: 55px;
		height: 9px;
		right: -37px
	}

	.prothree {
		padding-top: 47px;
		padding-bottom: 100px
	}

	.prothree .prothreetit {
		padding-left: 26px
	}

	.prothree .prothreetit h4 {
		font-size: 37px
	}

	.prothree .prothreetit h4 a {
		font-size: 37px
	}

	.prothree .prothreetit a {
		font-size: 16px
	}

	.prorelatNew li {
		font-size: 14px;
		width: 374px;
		margin-left: 26px;
		padding: 10px 0px 10px 22px
	}

	.protwofr .protwofrhot ul {
		padding-left: 52px
	}

	.protwofr .protwofrhot ul li {
		padding-bottom: 29px
	}

	.protwofr .protwofrhot ul .protwofrhotpic {
		padding: 8px;
		border-radius: 8px
	}

	.protwofr .protwofrhot ul .protwofrhotpic img {
		border-radius: 8px
	}

	.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
		width: 63px
	}

	.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
		background-size: 55px;
		width: 55px;
		height: 9px;
		right: -37px
	}

	.newbox .protwofr .protwofrjchg {
		padding-left: 52px
	}

	.newbox .protwofr .protwofrjchg ul {
		padding: 0px
	}

	.newbox .protwofr .protwofrjchg ul li {
		font-size: 14px;
		line-height: 26px
	}

	.profour {
		margin-top: -72px
	}

	.profour .container {
		top: 140px;
		margin-left: -600px
	}

	.profour .profourtop {
		margin-left: 48px;
		background-size: 680px;
		height: 52px;
		width: 680px;
		font-size: 16px;
		line-height: 30px;
		padding: 13px 0px 0px 22px
	}

	.profour .profourtop span {
		font-size: 30px
	}

	.profourbom {
		border-radius: 8px;
		margin: 0px 25px;
		padding: 48px 0px 66px 0px
	}

	.profourbom .profourfl {
		margin: 0px 0px 0px 24px;
		width: 370px
	}

	.profourbom .profourfl:after {
		left: 36px
	}

	.profourbom .profourfl dt {
		margin-left: 43px;
		font-size: 29px;
		padding: 12px 0px 12px 52px
	}

	.profourbom .profourfl dt i {
		font-size: 19px;
		padding-top: 12px
	}

	.profourbom .profourfl dt span {
		width: 85px;
		height: 85px;
		left: -43px
	}

	.profourbom .profourfl dd {
		font-size: 19px;
		padding-left: 33px;
		margin-top: 32px
	}

	.profourbom .profourfl dd span {
		font-size: 14px
	}

	.profourbom .profourfl dd i {
		font-size: 22px
	}

	.profourbom .profourfl dd:after {
		width: 20px;
		height: 13px;
		left: 9px;
		bottom: -1px
	}

	.profourbom .profourfl dd:nth-child(2) {
		background-position: 120px center
	}

	.casemagess .profourbom .profourfl:after {
		top: 105px;
		left: 13px
	}

	.casemagess .profourbom .profourfl {
		width: 313px
	}

	.profourcase .profourcasefl,.profourcase .profourcasefr {
		width: 86px
	}

	.profourcase p {
		font-size: 15px;
		padding-top: 26px
	}

	.profourcase p span i {
		width: 8px;
		height: 8px;
		margin: 0px 4px
	}

	.casemagess .profourbom .profourfr {
		width: 733px
	}

	.profourbom .profourfr {
		width: 672px;
		margin-right: 50px;
		padding: 33px 33px 38px 35px
	}

	.profourbom .profourfr:before {
		width: 76px;
		height: 58px;
		background-size: 76px
	}

	.profourbom .profourfr .cont_form {
		width: 360px;
		padding-right: 35px
	}

	.profourbom .profourfr .cont_form li span {
		font-size: 17px;
		width: 62px
	}

	.profourbom .profourfr .cont_form li input {
		width: 257px;
		padding: 7px 10px 7px 44px;
		line-height: 24px;
		font-size: 16px;
		height: 40px
	}

	.profourbom .profourfr .cont_form li textarea {
		width: 257px;
		height: 68px;
		font-size: 16px;
		line-height: 28px;
		padding: 3px 10px 10px 44px
	}

	.profourbom .profourfr .cont_form li .inputicon01 {
		background-size: 28px;
		background-position: 10px 9px
	}

	.profourbom .profourfr .cont_form li .inputicon02 {
		background-size: 28px;
		background-position: 10px 9px
	}

	.profourbom .profourfr .cont_form li .inputicon03 {
		background-size: 28px;
		background-position: 10px 9px
	}

	.profourbom .profourfr .cont_form .btnclick {
		left: 105px;
		bottom: -55px
	}

	.profourbom .profourfr .cont_form .btnclick .btn_submit {
		width: 164px;
		height: 36px;
		border-radius: 18px;
		font-size: 16px;
		line-height: 36px
	}

	.profourbom .profourfr .cont_form.casefrom {
		padding: 10px 20px
	}

	.profourbom .profourfr .cont_form.casefrom ul li {
		width: 308px
	}

	.profourbom .profourfr .cont_form.casefrom ul li:last-child {
		width: 632px
	}

	.profourbom .profourfr .cont_form.casefrom ul li input {
		padding: 8px 15px
	}

	.profourbom .profourfr .cont_form.casefrom ul li select {
		height: 42px
	}

	.profourbom .profourfr .cont_form.casefrom ul li textarea {
		padding: 8px 15px;
		height: 75px
	}

	.profourbom .profourfr .cont_form.casefrom .btnclick {
		left: 260px
	}

	.marqueetop {
		height: 180px;
		width: 239px;
		padding-left: 25px
	}

	.marqueetop li p {
		font-size: 16px;
		padding-bottom: 5px
	}

	.marqueetop li time {
		font-size: 14px
	}

	.floating_ck {
		width: 120px;
		margin-top: -164px
	}

	.floating_ck .floating_ckBox {
		padding-bottom: 54px
	}

	.floating_ck .floating_ckBox .floating_top {
		width: 146px
	}

	.floating_ck .floating_ckBox .floating_bom {
		font-size: 17px;
		padding-top: 10px
	}

	.floating_ck .floating_ckBox .floating_bom span {
		width: 41px;
		height: 41px
	}

	.floating_ck .floating_ckBox .floating_bom span img {
		width: 17px;
		margin-left: -9px;
		bottom: 3px
	}

	.floating_i01 {
		margin-top: -15px;
		margin-left: -13px;
		width: 22px;
		height: 22px
	}

	.floating_i02 {
		width: 14px;
		height: 14px;
		margin-top: -11px;
		margin-left: -9px
	}

	.floating_ck .floating_ckBox .floating_box {
		padding: 12px 0px
	}

	.floating_ck .floating_ckBox .floating_box span {
		padding: 8px 0px;
		font-size: 16px
	}

	.floating_ck .floating_ckBox .floating_boxbom {
		width: 113px
	}

	.floating_ck .floating_ckBox .floating_boxbom .floating_photo {
		font-size: 17px;
		background-size: 22px;
		line-height: 40px;
		padding-left: 31px;
		border-radius: 0px 20px 20px 0px
	}

	.floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
		border-radius: 20px;
		padding: 10px 0px 0px 14px
	}

	.floating_ewm .floating_ewmTop {
		font-size: 17px;
		background-size: 22px;
		line-height: 30px;
		padding-left: 29px
	}

	.floating_ewm .floating_ewmBom {
		margin-top: 5px
	}

	.floating_ewm .floating_ewmBom .floating_ewmBomFl {
		border-radius: 10px
	}

	.floating_ewm .floating_ewmBom .floating_ewmBomFr {
		font-size: 14px;
		line-height: 26px
	}
}

@media (min-width: 1860px) {
	.container {
		width: 1600px
	}

	.header {
		padding-top: 25px;
		padding-bottom: 30px
	}

	.header .logo {
		width: 231px
	}

	.header .nav {
		margin-left: 67px
	}

	.header .nav li {
		padding: 10px 5px 10px;
		margin: 0px 25px
	}

	.header .nav li a {
		font-size: 18px;
		line-height: 40px
	}

	.header .nav li:after,.header .nav li:before {
		width: 53px
	}

	.header .headerfr {
		width: 323px
	}

	.breadnav {
		font-size: 16px;
		padding: 25px 0px 46px 0px
	}

	.protwofrhottit {
		padding: 48px 0px 35px 0px;
		font-size: 32px
	}

	.protwofrhottit span {
		font-size: 32px;
		background-size: 72px;
		background-position: left 13px;
		padding-left: 84px
	}

	.newh1 {
		font-size: 38px;
		padding-left: 49px;
		line-height: 46px;
		margin-top: 39px;
		margin-bottom: 25px
	}

	.newh1:before {
		width: 18px;
		height: 18px;
		background-size: 18px;
		top: 15px
	}

	.newtime {
		font-size: 16px;
		padding-left: 49px
	}

	.newbox {
		margin-top: 55px;
		padding: 1px 50px 0px
	}

	.newbox .newboxfl {
		width: 1067px;
		padding: 0px 45px 70px 45px;
		margin-top: 15px;
		background-size: 12px;
		background-position: left 100px
	}

	.newbox .newboxtit {
		width: 1067px;
		height: 70px;
		font-size: 16px;
		line-height: 70px;
		border-radius: 20px 20px 0px 0px;
		margin-top: -23px
	}

	.newbox .newboxtit span {
		width: 82px;
		margin-top: -14px;
		margin-left: 13px;
		margin-right: 13px
	}

	.newbox .newboxtit a {
		width: 143px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		border-radius: 5px
	}

	.newbox .newboxfl .newboxicon {
		font-size: 16px;
		border-radius: 0px 30px 30px 0px
	}

	.newbox .newboxfl .newboxicon p {
		padding: 14px 20px;
		border-radius: 30px
	}

	.newbox .newboxfl .newboxicon p span i {
		width: 21px;
		height: 21px;
		line-height: 21px;
		margin-top: 4px;
		margin-right: 10px
	}

	.newbox .newboxfl .newboxicon>span {
		font-size: 16px;
		line-height: 22px;
		padding: 7px 60px 7px 20px;
		width: 124px
	}

	.newboxflbox video {
		width: 800px;
		padding: 8px 0px
	}

	.newbox .protwofr {
		width: 420px
	}

	.protwofrhot .protwofrhottit {
		padding-bottom: 35px;
		font-size: 32px
	}

	.protwofrhot ul {
		padding-left: 70px
	}

	.protwofrhot ul li {
		padding-bottom: 38px
	}

	.protwofrhot ul .protwofrhotpic {
		padding: 11px
	}

	.protwofrhot ul .protwofrhottxt {
		font-size: 16px;
		line-height: 56px
	}

	.protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
		width: 84px;
		margin-right: 71px
	}

	.protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
		background-size: 73px;
		width: 73px;
		height: 13px;
		right: -61px
	}

	.protwofr .protwofrhot ul {
		padding-left: 70px
	}

	.protwofr .protwofrhot ul li {
		padding-bottom: 38px
	}

	.protwofr .protwofrhot ul .protwofrhotpic {
		padding: 11px
	}

	.protwofr .protwofrhot ul .protwofrhottxt {
		font-size: 16px;
		line-height: 56px
	}

	.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl {
		width: 84px;
		margin-right: 71px
	}

	.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after {
		background-size: 73px;
		width: 73px;
		height: 13px;
		right: -61px
	}

	.prothree {
		padding-top: 61px;
		padding-bottom: 120px
	}

	.prothree .prothreetit {
		padding-left: 38px;
		background-size: 18px
	}

	.prothree .prothreetit h4 {
		font-size: 42px
	}

	.prothree .prothreetit h4 a {
		font-size: 42px
	}

	.prothree .prothreetit a {
		font-size: 18px
	}

	.prorelatNew li {
		font-size: 16px;
		width: 495px;
		margin-left: 38px;
		padding: 22px 0px 22px 30px
	}

	.newbox .protwofr .protwofrjchg {
		padding-left: 70px
	}

	.newbox .protwofr .protwofrjchg ul li {
		font-size: 16px;
		line-height: 30px;
		background-position: left 10px
	}

	.profour .container {
		top: 180px;
		margin-left: -800px
	}

	.profour .profourtop {
		margin-left: 65px;
		background-size: 904px;
		height: 68px;
		width: 904px;
		font-size: 18px;
		line-height: 40px;
		padding: 18px 0px 0px 24px
	}

	.profour .profourtop span {
		font-size: 34px;
		margin-right: 15px
	}

	.profourbom {
		border-radius: 10px;
		margin: 0px 30px;
		padding: 67px 0px 80px 0px
	}

	.profourbom .profourfl {
		margin: 0px 0px 0px 30px;
		width: 426px
	}

	.profourbom .profourfl:after {
		left: 38px
	}

	.profourbom .profourfl dt {
		margin-left: 57px;
		font-size: 34px;
		padding: 18px 0px 18px 67px
	}

	.profourbom .profourfl dt i {
		font-size: 26px;
		padding-top: 16px
	}

	.profourbom .profourfl dt span {
		width: 113px;
		height: 113px;
		left: -57px
	}

	.profourbom .profourfl dd {
		font-size: 22px;
		padding-left: 43px;
		margin-top: 40px
	}

	.profourbom .profourfl dd i {
		font-size: 26px
	}

	.profourbom .profourfl dd span {
		font-size: 16px
	}

	.profourbom .profourfl dd:after {
		width: 26px;
		height: 17px;
		left: 11px;
		bottom: -3px
	}

	.profourbom .profourfl dd:nth-child(2) {
		background-position: 150px center
	}

	.casemagess .profourbom .profourfl:after {
		top: 130px;
		left: 17px
	}

	.casemagess .profourbom .profourfl {
		width: 414px
	}

	.profourcase .profourcasefl,.profourcase .profourcasefr {
		width: 111px
	}

	.profourcase p {
		font-size: 20px;
		padding-top: 34px;
		width: 171px
	}

	.profourcase p span i {
		margin: 0px 7px
	}

	.casemagess .profourbom .profourfr {
		width: 978px
	}

	.casemagess .profourbom .profourfl dd span {
		font-size: 16px
	}

	.profourbom .profourfr {
		width: 978px;
		margin-right: 70px;
		padding: 45px 43px 54px 50px
	}

	.profourbom .profourfr:before {
		width: 102px;
		height: 78px;
		background-size: 102px
	}

	.ie8-hack .profourbom .profourfr:before {
		display: block
	}

	.profourbom .profourfr .cont_form {
		width: 928px;
		padding-right: 42px
	}

	.profourbom .profourfr .cont_form li span {
		font-size: 20px;
		width: 72px;
		line-height: 52px
	}

	.profourbom .profourfr .cont_form li input {
		width: 806px;
		padding: 10px 10px 10px 44px;
		line-height: 30px;
		font-size: 18px;
		height: 52px
	}

	.profourbom .profourfr .cont_form li textarea {
		width: 806px;
		height: 91px;
		font-size: 18px
	}

	.profourbom .profourfr .cont_form li .inputicon01 {
		background-size: 31px;
		background-position: 10px 12px
	}

	.profourbom .profourfr .cont_form li .inputicon02 {
		background-size: 31px;
		background-position: 10px 13px
	}

	.profourbom .profourfr .cont_form li .inputicon03 {
		background-size: 31px;
		background-position: 10px 9px
	}

	.profourbom .profourfr .cont_form .btnclick {
		left: 167px;
		bottom: -78px
	}

	.profourbom .profourfr .cont_form .btnclick .btn_submit {
		width: 220px;
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
		line-height: 50px
	}

	.profourbom .profourfr .cont_form.casefrom {
		padding: 15px 5px 15px 30px
	}

	.profourbom .profourfr .cont_form.casefrom ul li {
		width: 422px;
		margin-right: 25px;
		padding-bottom: 20px
	}

	.profourbom .profourfr .cont_form.casefrom ul li:last-child {
		width: 870px
	}

	.profourbom .profourfr .cont_form.casefrom ul li input {
		padding: 8px 15px
	}

	.profourbom .profourfr .cont_form.casefrom ul li select {
		height: 48px;
		font-size: 18px
	}

	.profourbom .profourfr .cont_form.casefrom ul li textarea {
		padding: 8px 15px;
		height: 75px
	}

	.profourbom .profourfr .cont_form.casefrom .btnclick {
		left: 359px;
		bottom: -56px
	}

	.marqueetop {
		height: 231px;
		width: 353px;
		padding-left: 40px
	}

	.floating_ck {
		width: 140px;
		margin-top: -191px
	}

	.floating_ck .floating_ckBox {
		padding-top: 136px;
		padding-bottom: 60px
	}

	.floating_ck .floating_ckBox .floating_top {
		width: 164px
	}

	.floating_ck .floating_ckBox .floating_bom {
		font-size: 20px
	}

	.floating_ck .floating_ckBox .floating_bom span {
		width: 46px;
		height: 46px
	}

	.floating_ck .floating_ckBox .floating_bom span img {
		width: 19px;
		margin-left: -7px
	}

	.floating_i01 {
		width: 26px;
		height: 26px;
		margin-top: -16px;
		margin-left: -13px
	}

	.floating_i02 {
		width: 16px;
		height: 16px;
		margin-top: -11px;
		margin-left: -8px
	}

	.floating_ck .floating_ckBox .floating_box {
		padding: 15px 0px 15px 0px
	}

	.floating_ck .floating_ckBox .floating_box span {
		padding: 10px 0px;
		font-size: 18px
	}

	.floating_ck .floating_ckBox .floating_boxbom {
		width: 132px
	}

	.floating_ck .floating_ckBox .floating_boxbom .floating_photo {
		font-size: 20px;
		background-size: 26px;
		line-height: 50px;
		padding-left: 40px;
		border-radius: 0px 25px 25px 0px;
		background-position: 8px center
	}

	.floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
		border-radius: 25px;
		padding: 15px 0px 0px 17px
	}

	.floating_ewm .floating_ewmTop {
		font-size: 20px;
		background-size: 26px;
		padding-left: 35px
	}

	.floating_ewm .floating_ewmBom {
		margin-top: 8px
	}

	.floating_ewm .floating_ewmBom .floating_ewmBomFr {
		font-size: 16px;
		line-height: 28px
	}
}

@media (min-width: 1920px) {
	.insideban04 {
		background-size: 100% 552px
	}
}

.ie8-hack .newh1:before {
	width: 18px !important;
	height: 18px !important;
	top: 9px
}

.ie8-hack .newh1 {
	padding-left: 32px
}