﻿* {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

strong,
p,
span,
font,
figcaption,
table tr td,
h1,
h2,
b,
em{
	font-style: normal;
}

h1,
h2 {
	font-weight: bold;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

strong,
b {
	font-weight: bold;
}
.w100{
	width: 100%;
}
.w{
	width: 1200px;
}
.cen-ter{
	margin: 0% auto;
}
.height-h{
	height: auto;
	display: table;
}
.clear{
	float: unset;
}
.le-sp{
	letter-spacing: 2px;
}
.ita{
	font-style: italic;
}

.banner-h{
	background: url(/newcpzt/images/imageszt2376/banner_bg_01.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner-b{
	width: 1320px;
}
.banner-fl{
	width: 53%;
    float: right;
	padding: 5% 3%;
    margin-top:8%;
    margin-left: -4%;
	box-sizing: border-box;
	background-color: #ffffff8d;
}
.banner-b figure{
	width:50%;
	float:left;
}
.banner-b figure img{
	width: 100%;
	display: block;
}
.banner-fl h1{
	position: relative;
	font-size: 119px;
    line-height: 160px;
	margin: 1% auto 2%;
	display: block;
    font-weight: bold;
	background-image: -webkit-linear-gradient(top ,#ff9200 25%,#ff1500);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #ffffff; /* 描边宽度和颜色 */
}
.banner-fl font{
	display: inline-block;
	font-size:30px;
	line-height: 40px;
	padding: 6px 10px;
	transform: skewX(-5deg);
	margin-right: 6px;
  transform-origin: center center;
}
.banner-fl font:nth-of-type(1){
	color: #000000;
	background-color: #f4e229;
}
.banner-fl font:nth-of-type(2){
	color: #ffffff;
	background: linear-gradient(to bottom, #eb7a41,#e44019, #e32614);
}
.banner-b ul li{
	width: 30%;
	float: left;
	font-size: 32px;
	line-height: 40px;
	padding-left: 46px;
	margin-right: 5%;
	box-sizing: border-box;
	background: url(/newcpzt/images/imageszt2376/banner_icon1_03.png) no-repeat left center;
	background-size: 38px;
}
.banner-b ul li:nth-of-type(3n){
	margin-right: 0%;
}

.broble-h{
	margin:3% auto 2%;
	text-align: center;
	letter-spacing: 2px;
}

.broble-h strong{
	font-size: 70px;
	line-height: 100px;
	font-weight: bold;
	color: #000000;
}

.broble-h strong em{
	color: #ff0000;
	font-size:100px;
	font-weight: bolder;
	font-style: italic;
}
.usage-tit p,
.broble-h p{
	font-size:30px;
	line-height:50px;
	color: #5d5d5d;
}
.broble-h ul{
	margin-top: 3%;
}
.broble-h ul li{
	width:20%;
	float: left;
	text-align: center;
}
.broble-h ul li figure{
	width:160px;
	margin: 10px auto;
}
.broble-h ul li figure img{
	width: 100%;
	display: block;
}
.broble-h ul li font{
	font-size: 26px;
	line-height:50px;
	color: #000000;
}
.broble-h ul li small{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #898989;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.title-h{
	margin:4% auto 3%;
	text-align: center;
}
.title-h font{
	display: inline-block;
	font-size:28px;
	list-style: 30px;
	padding: 6px 30px;
	color: #ff0000;
	border-radius: 30px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #f0f0f0;
	letter-spacing: 1px;
}

.title-h h2{
	font-size:80px;
	text-align: center;
	line-height:100px;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 3px;
	margin-bottom: 2%;
}
.title-h h2 em{
	color: #000000;
	font-style: normal;
}

.intro-h{
	background-color: #f7f7f7;
	padding: 3% 0%;
}
.intro-b figure{
	width: 55%;
	float: left;
	margin-left: -5%;
}
.intro-b figure img{
	width: 100%;
	display: block;
}
.intro-fr{
	position: relative;
	width: 50%;
	padding-left: 2%;
	box-sizing: border-box;
}
.intro-fr strong{
	display: block;
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #000000;
	margin-bottom:5%;
}
.intro-fr p{
	margin-top: 2%;
	font-size: 22px;
	line-height: 40px;
	color: #000000;
}
.intro-fr b{
	position: absolute;
	right: 1%;
    top: 3%;
	width:40px;
	height:40px;
	background: url(/newcpzt/images/imageszt2376/intro_icon_03.png) no-repeat;
	background-size:36px;
}
.usage-tit{
	text-align: center;
}
.usage-tit strong{
	font-size: 60px;
	line-height: 80px;
	color: #ff0000;
	font-weight: bold;
}
.usage-h ul li{
	width: calc((100% - 30px)/4);
	float: left;
	margin-right: 10px;
	padding:10px;
	margin-top: 6%;
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #f7f7f7;
}
.scope-h ul li:nth-of-type(4n),
.usage-h ul li:nth-of-type(4n){
	margin-right: 0%;
}
.usage-h ul li div{
	width: 100%;
	height:120px;
	margin-bottom: 3%;
}
.usage-h ul li div b{
	display: block;
	width: 50px;
	float: left;
	height: 130px;
	font-size: 30px;
    line-height: 180px;
    margin-top: -16%;
    margin-left: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border-radius: 0px 0px 17px 30px;
	background-color: #ff0000;
	transform: skewX(-15deg);
    transform-origin: center center;
}
.usage-h ul li div span{
	display: block;
	width: calc(100% - 80px);
	float: right;
}
.usage-h ul li div span strong{
	font-size: 28px;
	line-height: 50px;
	color: #000000;
	font-weight: normal;
}
.usage-h ul li div span p{
	font-size:20px;
	line-height: 30px;
	color: #909090;
}
.scope-h ul li figure,
.scope-h ul li figure img,
.scope-h ul li figure figcaption,
.usage-h ul li figure img,
.usage-h ul li figure{
	width: 100%;
	display: block;
}

.table-h table {
	width: 100%;
	border-collapse: collapse;
  }
  .table-h table tr:nth-of-type(odd){
	background-color: #f4f4f4;
  }
  .table-h table tr td {
	font-size: 24px;
	line-height: 50px;
	text-align: left;
	color: #000;
	letter-spacing: 2px;
	padding: 6px 0px 6px 20px;
	border-right:6px solid #fff;
  }
  .table-h table tr td:nth-of-type(4){
	border-right: none;
  }
  .table-h p{
	margin: 2% auto 0%;
	font-size: 24px;
	color: #ff0000;
	text-align: center;
  }
.scope-h ul li{
	width: 24.25%;
	float: left;
	height: auto;
	display: table;
	margin-right: 1%;
}
.scope-h ul li figure figcaption{
	font-size: 36px;
	line-height: 60px;
	margin: 3% auto;
	text-align: center;
	color: #333333;
}
.feat-h ul li{
	width: 100%;
	height: auto;
	display: table;
	margin-bottom:4%;
}
.feat-h ul li:nth-of-type(even) figure,
.feat-h ul li:nth-of-type(odd) .text{
	float: left;
}
.feat-h ul li:nth-of-type(even) .text,
.feat-h ul li:nth-of-type(odd) figure{
	float: right;
}
.feat-h ul li figure{
	width:48%;
}
.feat-h ul li figure img{
	width: 100%;
	display: block;
}
.text{
	width:52%;
	padding:2% 3%;
	box-sizing: border-box;
}
.text strong{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	color: #000000;
}
.text strong::after{
    position: absolute;
    left: -3%;
    top: 13%;
    width: 6px;
    height: 80%;
    content: "";
    background-color: #ff0000;
}
.text strong em{
	color: #ff0000;
}
.text hr{
	width: 50px;
	height: 3px;
	border: none;
	margin: 3% 0%;
	background-color: #9a9a9a;
}
.text small,
.text font{
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #969696;
}
.text p{
	font-size: 26px;
	line-height: 50px;
	color: #333333;
	margin: 4% auto;
}
.text small{
	font-size:12px;
	line-height:20px;
	color: #b8b8b8;
}





