@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 16px;
}

.row {
	margin: 0;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}




img {
	border: 0;
	margin: 0;
	padding: 0;
	
	max-width: 100%;
}

ul,
li,
ol,
h1,
h2,
h3,
dl,
dt,
dd,
form,
p,
span,
b,
u,
s,
i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
	/*ie6*/
}

*+html .clearfix {
	min-height: 1px;
}

.clear:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

input,
textarea {
	outline: none;
	border: 0px;
}

/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}

/*去掉a标签超链接的虚线框*/
.clearboth {
	clear: both
}

a:link {
	text-decoration: none;
	color: #404040;
}

a:visited {
	text-decoration: none;
	color: #404040;
}

a:hover {
	text-decoration: none;
	color: #0075d0;
	transition: all 0.3s ease-out 0s;
}

a:active {
	text-decoration: none;
	color: #404040;
}

em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

body {
	margin: 0px;
	color: #404040;
	background: #FFF;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 0;
	padding: 0;
}






body {
	padding-top: 50px;
	position: relative;
}




.top {
	position: fixed;
	top: 0;
	height: 50px;
	background: #fff;
	width: 100%;
	z-index: 9999;
}

.top .logo {
	float: left;
	height: 50px;
}

.top .logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.top .ycbj {
	float: right;
}

.top .ycbj span {
	line-height: 50px;
	margin-left: 15px;
	font-size: 23px;
}

#dhcd {
	position: fixed;
	top: 50px;
	width: 100%;
	padding: 0 0.9375rem;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 9999;
	display: none;
}

#dhcd ul li {
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

#dhcd ul li a {
	font-size: 1.01902174rem;
	line-height: 3.34012681rem;
	padding-left: 1.15092844rem;
	display: inline-block;
	height: 100%;
}




#sskz{
	position: fixed;
	top: 50px;
	width: 100%;
	padding: 0 0.9375rem;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 9999;
	display: none;
	padding: 10px;
}
#sskz .ssgn{
	width: 100%;
}
#sskz .ssgn .srk{
	width: 80%;
	border: 0.05661232rem solid #d5d5d5;
	border-radius: 0.67934783rem;
	height: 2.37771739rem;
}
#sskz .ssgn .ssan{
	width: 15%;
	background: #d5d5d5;
	border: 0.05661232rem solid #d5d5d5;
	border-radius: 0.67934783rem;
	text-align: center;
	line-height: 2.37771739rem;
}








/*底部*/
.footer {
	text-align: center;
	line-height: 46px;
	background: #f8f8f8;
	padding-bottom: 50px;
}






/*首页*/
.ztnr {
	width: 100%;
	padding: 0.9375rem;
	background: #f8f8f8;
}


.stitle {
	padding: 1.75rem 0.9375rem 1.125rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1.125rem;
}

.stitle span {
	float: right;
}

.stitle span a {
	font-size: 14px;
	color: #999;
}

/*banner*/
.banner {
	overflow: hidden;
}

.banner .swiper-slide img {
	width: 100%;
}




.sjzs {
	margin-top: 16px;
	border-radius: 10px;
	overflow: hidden;
}

.sjzs img {
	width: 100%;
}




.sdxt {
	margin-top: 16px;
	border-radius: 10px;
	overflow: hidden;
}

.sdxt img {
	width: 100%;
}




.zdjs {
	width: 100%;
}

.zdjs ul li {
	background: #fff;
	width: 48%;
	margin: 0 1% 10px;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}

.zdjs ul li .tpkz {
	width: 100%;
	height: 125px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zdjs ul li .tpkz img {
	max-width: 100%;
	max-height: 100%;
}

.zdjs ul li .cpbt {
	padding: 0.625rem 0.75rem;
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.3125rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}









.gszz {
	width: 100%;
}

.gszz .zzzt {
	width: 100%;
	background: #fff;
	border-radius: 0.6875rem;
	padding: 1rem;
	overflow: hidden;
	box-sizing: border-box;
}

.gszz .zzzt ul {
	display: flex;
	flex: 1;
	margin: 0 auto;
	white-space: nowrap;
	overflow-x: auto;
	list-style: none;
}

.gszz .zzzt ul::-webkit-scrollbar {
	display: none;
}

.gszz .zzzt ul li {
	width: 11.875rem;
	margin-right: 0.4375rem;
	vertical-align: top;
	flex-shrink: 0;
}

.gszz .zzzt ul li:last-child {
	margin-right: 0;
}

.gszz .zzzt ul li .tpkz {
	width: 100%;
	height: 10.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f8f8;
	overflow: hidden;
	border-radius: 0.6875rem;
}

.gszz .zzzt ul li .tpkz img {
	max-width: 100%;
	max-height: 100%;
}

.gszz .zzzt ul li .zzmc {
	margin-top: 0.625rem;
	width: 100%;
	font-size: 0.9375rem;
	color: #333333;
	line-height: 1.375rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}










/*解决方案*/
.jjfa {
	margin-top: 16px;
	overflow: hidden;
	border-radius: 0.6875rem;
}

.jjfa img {
	width: 100%;
}






/*关于我们*/
.gywm {
	width: 100%;
	height: auto;
	overflow: auto;
}

.gywm .gyzt {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 0.6875rem;
}

.gywm .gyzt .gytp {
	width: 100%;
}

.gywm .gyzt .gytp img {
	width: 100%;
}

.gywm .gyzt .gywz {
	padding: 0.9375rem;
}

.gywm .gyzt .gywz p {
	font-size: 0.9375rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
}

.gywm .gyzt .gywz .ckgd {
	margin-top: 0.75rem;
	text-align: center;
}

.gywm .gyzt .gywz .more {
	display: inline-block;
	max-width: 8.5rem;
	height: 1.6875rem;
	line-height: 0.75rem;
	padding: 0.4375rem 0.5625rem;
	border: 1px solid #d8d8d8;
	border-radius: 0.3125rem;
	color: rgb(230, 50, 46);
	font-size: 0.75rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}


/*新闻板块*/
.xwzx {
	width: 100%;
}

.xwzt {
	width: 100%;
	overflow: hidden;
	border-radius: 0.6875rem;
	background: #fff;
}

.xwzt ul li {
	margin: 0 0.9375rem;
	padding: 0.9375rem 0 0.875rem;
	border-bottom: 1px solid #e4e4e4;
	height: auto;
	overflow: auto;
}

.xwzt ul li .tpkz {
	margin-right: 0.625rem;
	width: 7.875rem;
	max-height: 8rem;
	overflow: hidden;
	float: left;
}

.xwzt ul li .tpkz img {
	width: 100%;
}

.xwzt ul li .wzxg {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.xwzt ul li .wzxg .wzjs {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 500;
	color: #1f1f1f;
	font-size: 1rem;
	line-height: 1.375rem;
}

.xwzt ul li .wzxg .fbsj {
	margin-top: 0.5rem;
	line-height: 1rem;
	font-size: 0.75rem;
	font-weight: 400;
	color: #858585;
}




/*联系我们*/
.lxwm {
	width: 100%;
}

.lxwm .lxzt {
	width: 100%;
	overflow: hidden;
	border-radius: 0.6875rem;
	background: #fff;
}

.lxwm .lxzt .lxdt {
	position: relative;
	width: 100%;
}

.lxwm .lxzt .lxdt img {
	width: 100%;
}

.lxwm .lxzt .lxdt .zwq {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3.625rem;
	height: 3.625rem;
	margin-left: -1.8125rem;
	margin-top: -1.8125rem;
	background: rgba(230, 50, 46, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lxwm .lxzt .lxdt .znq {
	position: relative;
	width: 1.9375rem;
	height: 1.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(230, 50, 46, 0.2);
	border-radius: 50%;
}

.lxwm .lxzt .lxdt .znq i {
	font-size: 1.25rem;
	color: rgb(230, 50, 46);
}

.lxwm .lxzt .lxdt .znq p {
	position: absolute;
	left: 0.8rem;
	top: 0.68rem;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 50%;
	background-color: #fff;
}

.lxwm .lxzt .lxjs {
	width: 100%;
}

.lxwm .lxzt .lxjs ul li {
	display: flex;
	margin: 0 0.9375rem;
	padding: 1.0625rem 0;
	justify-content: space-between;
	border-bottom: 1px solid #e4e4e4;
}

.lxwm .lxzt .lxjs ul li:last-child {
	border: 0;
}

.lxwm .lxzt .lxjs ul li .zcwz {
	font-size: 0.875rem;
	color: #666;
}

.lxwm .lxzt .lxjs ul li .zcwz i {
	color: #bbbbbc;
}

.lxwm .lxzt .lxjs ul li .ycwz {
	display: -webkit-box;
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 0.875rem;
	font-weight: 500;
}








.hzdw {
	width: 100%;
}

.hzdw .hzzt {
	width: 100%;
	background: #fff;
	border-radius: 0.6875rem;
	padding: 1rem;
	overflow: hidden;
	box-sizing: border-box;
}

.hzdw .hzzt ul {
	display: flex;
	flex: 1;
	margin: 0 auto;
	white-space: nowrap;
	overflow-x: auto;
	list-style: none;
}

.hzdw .hzzt ul::-webkit-scrollbar {
	display: none;
}

.hzdw .hzzt ul li {
	width: 8rem;
	margin-right: 0.4375rem;
	vertical-align: top;
	flex-shrink: 0;
}

.hzdw .hzzt ul li .tpkz {
	width: 100%;
	height: 8rem;
	padding: 0.5625rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem !important;
	border: 0.0625rem solid #cecece;
}

.hzdw .hzzt ul li .tpkz img {
	max-width: 100%;
	max-height: 100%;
}


















/*关于我们内页*/
.abtitle {
	padding: 1.9375rem 0.9375rem 1.375rem;
	line-height: 1.125rem;
	font-size: 1.375rem !important;
	font-weight: 500;
}

.about {
	width: 100%;
}

.about .tpkz {
	width: 100%;
}

.about .tpkz img {
	width: 100%;
}

.about .abjs {
	width: 100%;
}

.about .abjs .jswz {
	padding: 0 0.9375rem;
	line-height: 1.6875rem;
	font-size: 1.0625rem;
	margin-bottom: 1.25rem;
	text-align: justify;
	color: #1f1f1f;
}






/*产品列表页*/
.nytitle {
	padding: 1.75rem 0.9375rem 1.125rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1.125rem;
}

.nytitle i {
	float: right;
}

.cpzx {
	width: 100%;
	position: relative;
}

.cpfl {
	position: absolute;
	top: 64px;
	background: #fff;
	padding: 1.0625rem;
	display: none;
}

.cpfl ul li {
	float: left;
	background: #f5f5f5;
	border-radius: 0.625rem;
	padding: 0.5rem 0.625rem;
	margin-right: 0.625rem;
	margin-bottom: 0.9375rem;
	-webkit-tap-highlight-color: transparent;
	font-size: 1rem;
}

.cpfl ul li.active a {
	color: red;
	font-weight: 600;
}

.cpzx .cplb {
	width: 100%;
	padding: 0 0.9375rem
}

.cpzx .cplb ul li {
	width: 48%;
	margin: 0 1% 10px;
	float: left;
	border-radius: 0.5rem;
	overflow: hidden;
}

.cpzx .cplb ul li .tpkz {
	width: 100%;
	height: 125px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpzx .cplb ul li .tpkz img {
	max-width: 100%;
	max-height: 100%;
}

.cpzx .cplb ul li .cpmc {
	display: block;
	background: #f6f6f6;
	padding: 0.625rem 0.75rem;
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.3125rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.page {
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	color: red;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: red;
	border-color: red;
}





/*产品内容页*/
.cpny {
	width: 100%;
}

.cpny .swiper-slide {
	display: flex;
	max-height: 400px;
	justify-content: center;
	align-items: center;
}

.cpny .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.cpny .jgcs {
	padding: 1.0625rem;
	padding-bottom: 0;
	color: #d91a1d;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.cpny .ymbt {
	padding: 1.125rem 1.0625rem 0.75rem;
	line-height: 1.6875rem;
	font-size: 1.375rem;
	color: #000;
	font-weight: 500;
	word-break: break-all;
}

.cpny .cpjs {
	margin-top: 1.9375rem;
	padding: 0 0.9375rem;
	font-size: 1.125rem;
	color: #000;
	font-weight: 500;
	margin-bottom: 1.125rem;
}

.cpny .cpzw {
	padding: 0 0.9375rem;
}

.cpny .cpzw img {
	max-width: 100%;
}






/*其他列表页*/
.allb {
	width: 100%;
	padding: 0 0.9375rem;
}


/*其他内页*/
.alny {
	width: 100%;
}

.alny .ymbt {
	padding: 1.6875rem 0.9375rem 0;
	line-height: 1.6875rem;
	font-size: 1.375rem !important;
	font-weight: 500;
	display: block;
}

.alny .wzsj {
	padding: 0.875rem 0.9375rem 0;
	font-size: 0.875rem;
	color: #858585;
}

.alny .wzzt {
	color: #333;
	padding: 1.875rem 0.9375rem 0;
	line-height: 1.5625rem;
	color: #1f1f1f;
	font-size: 1.0625rem;
	margin-bottom: 1.6875rem;
}

.alny .wzzt p {
	line-height: 1.3;
	color: #1f1f1f;
	font-size: 1.0625rem;
	margin-bottom: 1.6875rem;
}

.alny .wzzt img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	max-height: 400px;
	display: block;
	margin: 0 auto;
}









/*专题页面*/
.nybanner {
	width: 100%;
}

.nybanner img {
	width: 100%;
}


/*视频监控*/
.functions .functions_box {
	width: 100%;
	margin: 30px auto 0;
}

.functions {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

/* .functions:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #dddddd;
	left: 0;
	top: 54px;
} */

.functions .titile {
	width: 100%;
	text-align: center;
}

.functions .titile h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ea2e2e;
	margin-bottom: 10px;
	position: relative;
}

.functions .titile h3:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 6px;
	background: #a1a9b3;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 2;
}

.functions .titile h3 i {
	font-style: normal;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #a1a9b3;
	margin: 0 5px;
}

.functions .titile h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	color: #777777;
	margin-top: 10px;
}

.functions .functions_contener {
	width: 100%;
}

.functions .items {
	width: 100%;
	padding-left: 0px;
}

.functions .items li {
	width: 48%;
	float: left;
	margin: 0 1% 5px;
}

.functions .items .item {
	background-color: #eeeeee;
	padding: 10px;
	min-height: 172px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.functions .items .item:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #ea2e2e;
	color: white;
}

.functions .items .item:hover .item_title {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid #fff;
}

.functions .items .item:hover .item_title span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 3px solid #fff;
	color: white;
}

/* .functions .items .item:hover .yxj img {
        filter: alpha(opacity=80);
        opacity: .8; 
    } */
.functions .items .item:hover .item_centent dl {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: white;
}

.functions .items .item_title {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid #d4d4d4;
}

.functions .items .item_title span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	border-bottom: 3px solid #ea2e2e;
	padding: 0 0 8px 0;
}

.functions .items .item_title span i {
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
}

.functions .items .item_title span i.jiankong {
	background: url(/img/jiankong1.png) no-repeat
}

.functions .items .item:hover .item_title span i.jiankong {
	background: url(/img/jiankong2.png) no-repeat
}

.functions .items .item_title span i.huifang {
	background: url(/img/huifang1.png) no-repeat
}

.functions .items .item:hover .item_title span i.huifang {
	background: url(/img/huifang2.png) no-repeat
}

.functions .items .item_title span i.baobiao {
	background: url(/img/baobiao1.png) no-repeat
}

.functions .items .item:hover .item_title span i.baobiao {
	background: url(/img/baobiao2.png) no-repeat
}

.functions .items .item_title span i.guize {
	background: url(/img/guize1.png) no-repeat
}

.functions .items .item:hover .item_title span i.guize {
	background: url(/img/guize2.png) no-repeat
}

.functions .items .item_title span i.app {
	background: url(/img/app1.png) no-repeat
}

.functions .items .item:hover .item_title span i.app {
	background: url(/img/app2.png) no-repeat
}

.functions .items .item_title span i.tongji {
	background: url(/img/tongji1.png) no-repeat
}

.functions .items .item:hover .item_title span i.tongji {
	background: url(/img/tongji2.png) no-repeat
}

.functions .items .item_title span i.jiankong {
	background: url(/img/jiankong1.png) no-repeat
}

.functions .items .item:hover .item_title span i.jiankong {
	background: url(/img/jiankong2.png) no-repeat
}

.functions .items .item_title span i.youhao {
	background: url(/img/oil_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.youhao {
	background: url(/img/oil_2.png) no-repeat
}

.functions .items .item_title span i.baobiao {
	background: url(/img/baobiao_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.baobiao {
	background: url(/img/baobiao_2.png) no-repeat
}

.functions .items .item_title span i.suicha {
	background: url(/img/suicha_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.suicha {
	background: url(/img/suicha_2.png) no-repeat
}

.functions .items .item_title span i.yewu {
	background: url(/img/yewu_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.yewu {
	background: url(/img/yewu_2.png) no-repeat
}

.functions .items .item_title span i.tongji {
	background: url(/img/tongji_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.tongji {
	background: url(/img/tongji_2.png) no-repeat
}


.functions .items .item_title span i.jiankong {
	background: url(/img/jiankong_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.jiankong {
	background: url(/img/jiankong_2.png) no-repeat
}

.functions .items .item_title span i.chaowen {
	background: url(/img/chaowen_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.chaowen {
	background: url(/img/chaowen_2.png) no-repeat
}

.functions .items .item_title span i.xinxi {
	background: url(/img/xinxi_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.xinxi {
	background: url(/img/xinxi_2.png) no-repeat
}

.functions .items .item_title span i.suicha {
	background: url(/img/suicha_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.suicha {
	background: url(/img/suicha_2.png) no-repeat
}

.functions .items .item_title span i.yewu {
	background: url(/img/yewu_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.yewu {
	background: url(/img/yewu_2.png) no-repeat
}

.functions .items .item_title span i.tongji {
	background: url(/img/tongji_1.png) no-repeat
}

.functions .items .item:hover .item_title span i.tongji {
	background: url(/img/tongji_2.png) no-repeat
}












.functions .items .item_title span i .app {
	width: 16px;
	display: block;
}

.functions .items .item_centent {
	margin-top: 10px;
}

.functions .items .item_centent dl {
	line-height: 25px;
	color: #666666;
	font-size: 16px;
}

.functions .items .item_centent dl dt {
	float: left;
	width: 100%;
}

.functions .items .item_centent dl dd {
	width: 100%;
	float: left;
}

.functions .items .yxj {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 70px;
	height: 70px;
}

/* .functions .items .yxj img {
          width: 70px;
          display: block; 
      } */
/* .functions .items .yxj .app {
        width: 40px;
        display: block; 
      } */

.functions .item .jkbox {
	background: url(/img/jiankong3.png) center no-repeat;
}

.functions .item:hover .jkbox {
	background: url(/img/jiankong4.png) center no-repeat;
}

.functions .item .lxbox {
	background: url(/img/huifang4.png) center no-repeat;
}

.functions .item:hover .lxbox {
	background: url(/img/huifang4.png) center no-repeat;
}

.functions .item .scbox {
	background: url(/img/baobiao3.png) center no-repeat;
}

.functions .item:hover .scbox {
	background: url(/img/baobiao4.png) center no-repeat;
}

.functions .item .gzbox {
	background: url(/img/guize3.png) center no-repeat;
}

.functions .item:hover .gzbox {
	background: url(/img/guize4.png) center no-repeat;
}

.functions .item .appbox {
	background: url(/img/app3.png) center no-repeat;
	width: 40px;
}

.functions .item:hover .appbox {
	background: url(/img/app4.png) center no-repeat;
}

.functions .item .tjbox {
	background: url(/img/tongji3.png) center no-repeat;
}

.functions .item:hover .tjbox {
	background: url(/img/tongji4.png) center no-repeat;
}

.functions .item .jkbox {
	background: url(/img/jiankong_3.png) center no-repeat;
	background-size: 100% 100%;
}

.functions .item:hover .jkbox {
	background: url(/img/jiankong_4.png) center no-repeat;
	background-size: 100% 100%;
}

.functions .item .yhbox {
	background: url(/img/oil_3.png) center no-repeat;
}

.functions .item:hover .yhbox {
	background: url(/img/oil_4.png) center no-repeat;
}

.functions .item .bbbox {
	background: url(/img/baobiao_3.png) center no-repeat;
}

.functions .item:hover .bbbox {
	background: url(/img/baobiao_4.png) center no-repeat;
}

.functions .item .scbox {
	background: url(/img/suicha_3.png) center no-repeat;
}

.functions .item:hover .scbox {
	background: url(/img/suicha_4.png) center no-repeat;
}

.functions .item .ywbox {
	background: url(/img/yewu_3.png) center no-repeat;
}

.functions .item:hover .ywbox {
	background: url(/img/yewu_4.png) center no-repeat;
}

.functions .item .tjbox {
	background: url(/img/tongji_3.png) center no-repeat;
}

.functions .item:hover .tjbox {
	background: url(/img/tongji_4.png) center no-repeat;
}

.functions .item .jkbox {
        background: url(/img/jiankong_3.png) center no-repeat;
      }
      .functions .item:hover .jkbox{
        background: url(/img/jiankong_4.png) center no-repeat;
      }
      .functions .item .cwbox {
        background: url(/img/chaowen_3.png) center no-repeat;
        background-size: 100% 100%;
      }
      .functions .item:hover .cwbox{
        background: url(/img/chaowen_4.png) center no-repeat;
        background-size: 100% 100%;
      }
      .functions .item .scbox {
        background: url(/img/suicha_3.png) center no-repeat;
      }
      .functions .item:hover .scbox{
        background: url(/img/suicha_4.png) center no-repeat;
      }
      .functions .item .xxbox {
        background: url(/img/xinxi_3.png) center no-repeat;
      }
      .functions .item:hover .xxbox{
        background: url(/img/xinxi_4.png) center no-repeat;
      }
      .functions .item .ywbox {
        background: url(/img/yewu_3.png) center no-repeat;
      }
      .functions .item:hover .ywbox{
        background: url(/img/yewu_4.png) center no-repeat;
      }
      .functions .item .tjbox {
        background: url(/img/tongji_3.png) center no-repeat;
      }
      .functions .item:hover .tjbox{
        background: url(/img/tongji_4.png) center no-repeat;
      }





/*终端硬件*/
.hardware {
	width: 100%;
	background: url("/img/zd_banner.png") center no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	padding: 15px 0;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.hardware .title {
	text-align: center;
	color: white;
	margin-top: 15px;
}

.hardware .title h3 {
	font-size: 34px;
	font-weight: bold;
	position: relative;
	background: url("/img/fst_tu.png") no-repeat center top;
}

.hardware .title h3:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: -10px;
	background: url("/img/fx_ic.png") no-repeat center bottom;
}

.hardware .title h3 span {
	display: inline-block;
	padding: 10px 0;
}

.zdyj_cent {
	width: 100%;
	margin: 30px 0 15px;
}

.zdyj_cent .zdyj_img {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	background: url(/img/img_bg.png) no-repeat;

}

.zdyj_cent .zdyj_img .yingjian1 {
	display: block;
	position: absolute;
	right: 84px;
	top: 15px;
}

.zdyj_cent .zdyj_img .yingjian2 {
	display: block;
	position: absolute;
	left: 32px;
	top: 230px;
}

.zdyj_cent .zdyj_img .yingjian3 {
	display: block;
	margin-top: 240px;
	margin-left: 218px;
}

.zdyj_cent .zdyj_list {
	float: left;
	width: 100%;
}

.zdyj_cent .cent_boc {
	width: 100%;
	margin-right: -15px;
	box-sizing: border-box;
	padding-left: 0px;
}

.zdyj_cent .cent_boc li {
	float: left;
	width: 31%;
	height: 112px;
	margin: 10px 1%;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.zdyj_cent .cent_boc .tabels {
	display: table;
	width: 100%;
	height: 100%;
}

.zdyj_cent .cent_boc .tabels .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.zdyj_cent .cent_boc .tabels .cell .icon {
	margin-bottom: 10px;
}

.zdyj_cent .cent_boc .tabels .cell .icon img {
	width: 36px;
}

.zdyj_cent .cent_boc .tabels .cell .text {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.zdyj_cent .cent_boc .tabels .cell .text span {
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}


.monitor {
	width: 100%;
}

.monitor .infos {
	margin: 10px 0;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #777777;
}

/*软件系统轮播图样式*/
.picFocus {
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.picFocus .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto
}

.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	padding-left: 0px;
}

.picFocus .hd ul li {
	padding-top: 5px;
	display: inline;
	text-align: center;
}

.picFocus .hd ul li img {
	width: 80px;
	height: 64px;
	border: 2px solid #ddd;
	cursor: pointer;
}

.picFocus .hd ul li.on img {
	border-color: #f03a3a;
}

.picFocus .bd li {
	vertical-align: middle;
}

.picFocus .bd img {
	max-height: 500px;
	max-width: 100%;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto
}

.tempWrap {
	margin: 0 auto !important;
}

.reason {
	width: 100%;
	background: url("/img/reason_banner.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	padding: 15px 0;
	height: 500px;
	margin-bottom: 30px;
}

.reason .reason_box {
	height: 500px;
	padding: 0 5px;
}

.reason .title {
	text-align: center;
	color: white;
	position: relative;
	margin-top: 15px;
}

.reason .title img {
	float: left;
	display: block;
	position: absolute;
	left: 300px;
	top: 16px;
}

.reason .title .reason_text {
	font-size: 22px;
	margin: 0 5px;
	font-weight: bold;
}

.reason ul li {
	color: #fff;
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	font-size: 20px;
}

.reason ul li img {
	margin-right: 30px;
}

.reason .title h3 {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	background: url("/img/fst_tu.png") no-repeat center top;
}

.reason .title h3:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: -10px;
	background: url("/img/fx_ic.png") no-repeat center bottom;
}

.reason .title h3 span {
	display: inline-block;
	padding: 10px 0;
}




/*工程安装*/
.engin {
	width: 100%;
}

.engin .infos {
	margin: 10px 0;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #777777;
}

.Examples {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.Examples ul {
	padding-left: 0px;
}

.Examples ul li {
	margin-top: 38px;
	float: left;
	width: 100%;
}

.Examples ul li:nth-child(odd) {
	margin-right: 32px;
}

.Examples ul li img {
	max-width: 100%;
}


.client {
	width: 100%;
	margin: 25px auto;
}

.client .client-item {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0px;
}

.client .client-item li {
	width: 161px;
	float: left;
	margin: 12px 12px;
	display: table;
	height: 92px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
}

.client .client-item li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.client .client-item li a img {
	width: auto;
	max-width: 100%;
	height: 83px;
}


/*底部监控介绍*/
.Video {
	width: 100%;
	background: url("/img/videobg.png") no-repeat bottom center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	padding: 50px 5px;
	border-bottom: 3px solid #cd2727;
}

.Video .Video_box {
	width: 100%;
	margin: 0 auto;
}

.Video .logo_red {
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
}

.Video .logo_red img {
	margin-bottom: 10px;
	float: left;
}

.Video .logo_red h3 {
	font-weight: bold;
	font-size: 24px;
	margin-left: 64px;
	padding-top: 3px;
}

.Video .logo_red p {
	clear: both;
	color: #898989;
	font-size: 24px;
}

.Video .bis {
	width: 100%;
	margin-top: 20px;
}

.Video .bis p {
	font-size: 16px;
	line-height: 35px;
	color: #444;
}




.vehicle {
	width: 100%;
	background: url("/img/cz_banner.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	padding: 15px 0;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.vehicle .title {
	text-align: center;
	color: white;
	margin-top: 15px;
}

.vehicle .title h3 {
	font-size: 34px;
	font-weight: bold;
	position: relative;
	background: url("/img/fst_tu.png") no-repeat center top;
}

.vehicle .title h3:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: -10px;
	background: url("/img/fx_ic.png") no-repeat center bottom;
}

.vehicle .title h3 span {
	display: inline-block;
	padding: 10px 0;
}

.czzd_cent {
	width: 100%;
	margin: 30px 0 15px;
}

.czzd_cent .czzd_img {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	background: url("/img/oimg_bg.png") no-repeat;
}

.czzd_cent .czzd_img img {
	max-width: 100%;
}

.czzd_cent .czzd_img .chezai1 {
	display: block;
	position: absolute;
	right: 189px;
	top: 15px;
	max-width: 185px;
}

.czzd_cent .czzd_img .chezai2 {
	display: block;
	position: absolute;
	right: 0px;
	top: 96px;
	max-width: 134px;
}

.czzd_cent .czzd_img .chezai3 {
	display: block;
	margin-top: 180px;
	margin-left: 33px;
}

.czzd_cent .czzd_list {
	float: left;
	width: 100%;
}

.czzd_cent .cent_boc {
	width: 100%;
	margin-right: -15px;
	box-sizing: border-box;
	padding-left: 0px;
}

.czzd_cent .cent_boc li {
	float: left;
	width: 31%;
	height: 112px;
	margin: 10px 1%;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.czzd_cent .cent_boc .tabels {
	display: table;
	width: 100%;
	height: 100%;
}

.czzd_cent .cent_boc .tabels .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.czzd_cent .cent_boc .tabels .cell .icon {
	margin-bottom: 10px;
}

.czzd_cent .cent_boc .tabels .cell .icon img {
	width: 36px;
}

.czzd_cent .cent_boc .tabels .cell .text {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.czzd_cent .cent_boc .tabels .cell .text span {
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}


/*统计报表*/
.tjbb {
	width: 100%;
}

.tjbb .infos {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	color: #777777;
}

/*统计报表轮播图样式*/
.pictjbb {
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.pictjbb .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto
}

.pictjbb .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	padding-left: 0px;
}

.pictjbb .hd ul li {
	padding-top: 5px;
	display: inline;
	text-align: center;
	width: 40%;
	margin: 0 2%;
}

.pictjbb .hd ul li img {
	width: 145px;
	height: 90px;
	border: 2px solid #ddd;
	cursor: pointer;
}

.pictjbb .hd ul li.on img {
	border-color: #f03a3a;
}

.pictjbb .bd li {
	vertical-align: middle;
}

.pictjbb .bd img {
	max-height: 500px;
	max-width: 100%;
	display: block;
	margin: 0 auto
}



/*工程安装*/
.engin {
	width: 100%;
}

.engin .infos {
	margin: 10px 0;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #777777;
}

/*工程安装轮播图样式*/
.picgcaz {
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.picgcaz .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto
}

.picgcaz .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	padding-left: 0px;
}

.picgcaz .hd ul li {
	padding-top: 5px;
	display: inline;
	text-align: center;
	width: 40%;
	margin: 0 2%;
}

.picgcaz .hd ul li img {
	width: 145px;
	height: 90px;
	border: 2px solid #ddd;
	cursor: pointer;
}

.picgcaz .hd ul li.on img {
	border-color: #f03a3a;
}

.picgcaz .bd li {
	vertical-align: middle;
}

.picgcaz .bd img {
	max-height: 430px;
	max-width: 100%;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto
}

/*工程安装2轮播图样式*/
.picgcazbotm {
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.picgcazbotm .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
	margin: 0 auto
}

.picgcazbotm .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	padding-left: 0px;
}

.picgcazbotm .hd ul li {
	padding-top: 5px;
	display: inline;
	text-align: center;
	width: 40%;
	margin: 0 2%;
}

.picgcazbotm .hd ul li img {
	width: 125px;
	height: 90px;
	border: 2px solid #ddd;
	cursor: pointer;
}

.picgcazbotm .hd ul li.on img {
	border-color: #f03a3a;
}

.picgcazbotm .bd li {
	vertical-align: middle;
}

.picgcazbotm .bd img {
	max-height: 430px;
	max-width: 100%;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto
}


.tempWrap {
	margin: 0 auto;
}




.btzs{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
.btzs .zwwz{
	color: #eb2f30;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888;
}
.btzs .zwwz span{
	color: #888;
	font-size: 30px;
	margin: 0 5px;
	font-weight: bold;
}
.btzs .zwwz::after{
	content: '';
	width: 40px;
	height: 5px;
	background: #333;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -20px;
}
.btzs .ywwz {
	font-size: 20px;
}
.cwkz .ywwz{
	font-size: 15px;
}

.gnzt{
	width: 100%;
}
.gnzt ul{
	width: 100%;
	padding: 0;
}
.gnzt ul li{
	width: 48%;
	margin: 0 1% 5px;
	float: left;
}
.gnzt ul li img{
	width: 100%;
}


#module419{
	background: #fff;
}
.cyzy{
	width: 100%;
	padding-bottom: 30px;
}
.cyzy ul{
	padding: 0;
	text-align: center;
}

.cyzy ul li{
	width: 170px;
	background: url(/themes/pc/images/fkgl01.png) no-repeat;
	background-size: contain;
	display: inline-block;
	height: 170px;
}
.cyzy ul li:last-child{
	background: url(/themes/pc/images/fkgl03.png) no-repeat;
	background-size: contain;
	margin-top: -80px;
}
.cyzy ul li p{
	width: 50%;
	font-size: 14px;
	margin: 50px auto 10px;
}
.cyzy ul li span{
	text-align: center;
	margin: 20px 0;
	display: block;
}
.cyzy ul li:last-child p{
	margin-top: 30px;
}




#module420{
	background: #fff;
}
.jszt{
	padding: 20px 0;
}
.jszt img{
	width: 100%;
}


.alzt{
	width: 100%;
	overflow:hidden;
}
.alzt ul{
	padding: 0;
}
.alzt ul li{
	width: 48%;
	margin: 0 1% 5px;
	float: left;
}
.alzt ul li img{
	width: 100%;
}




.lc1{
	width: 100%;
	padding: 0;
	padding: 20px 0 0;
	overflow:hidden;
	background:#fff;
}
.lc1 li{
	width: 31%;
	margin: 0 1% 5px;
	float: left;
	position: relative;
}
.lc1 li img{
	width: 100%;
}
.lc1 li .wzbc{
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	color: #cd2727;
	font-size: 17px;
	font-weight: bold;
}

.bkz{
	width: 80%;
	margin: 0 auto;
}
.bkz img{
	width: 100%;
}

.lc2{
	width: 100%;
	padding: 0;
	padding: 20px 0 0;
	overflow:hidden;
	background:#fff;
}
.lc2 li{
	width: 48%;
	margin: 0 1%;
	float: left;
	padding-bottom:8px;
	position: relative;
}
.lc2 li img{
	width: 100%;
}
.lc2 li dl{
	position: absolute;
	top: 67%;
	width: 90%;
	left: 5%;
}

.lc2 li dl dd{
	width: 48%;
	float: left;
	margin: 0 1%;
	font-size: 15px;
	line-height: 20px;
}
.lc2 li dl dd::before{
	content: "·";
	margin-right: 3px;
	color: #cd2727;
    font-size: 36px;
    line-height: 16px;
    display: block;
    float: left;
}

.titile {
	width: 100%;
	text-align: center;
	padding: 20px 0 10px;
}

.titile h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ea2e2e;
	margin-bottom: 10px;
	position: relative;
}

.titile h3:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 6px;
	background: #a1a9b3;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 2;
}

.titile h3 i {
	font-style: normal;
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #a1a9b3;
	margin: 0 5px;
}

.titile h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	color: #777777;
	margin-top: 10px;
}




#formMiddleContent407{
	margin-top: 20px;
}

.formMiddleContent408{
	padding: 20px 0;
	background: url(/img/gnzs.jpg);
}

.formMiddleContent408 .titile{
	padding-top: 20px;
}
.bszt h3{
	color: #fff;
}

.wzzs {
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

.bszt{
	color: #fff !important;
}


.zspt{
	width: 100%;
}
.zspt img{
	width: 100%;
}

.cdgl{
	width: 100%;
}
.cdgl img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}



.formMiddleContent414 {
	padding: 20px 0;
	background: url(/img/czzd.jpg);
}
.formMiddleContent414 .titile{
	padding-top: 20px;
}
.formMiddleContent414 .titile h3{
	color: #fff;
}
.formMiddleContent414 .titile h3:after{
	background: #fff;
}



.ymsp{
	width: 100%;
	padding: 0 5px;
}
.ymsp video{
	width: 100%;
}


