* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.tws-main>div {
	min-width: 1200px;
}
header {
	min-width: 1200px;
}
footer {
	min-width: 1200px;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
[v-clock] {
	display: none;
}
.tws-main {
	width: 100%;
	height: 100%;
}
.tws-allPublic6 {
	width: 100%;
	background: #333333;
	color: #fff;
	padding: 50px 0;
}
.tws-layout {
	max-width:1600px;
	min-width:1100px; 
	margin: auto;
	padding: 0 50px;
}
.tws-navLeft {
	display: flex;
	align-items: center;
}
.tws-navContent {
	width: 100%;
	border-bottom: 1px solid #ededed;
}
.tws-navC {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tws-twsLogo {
	font-size: 36px;
	font-weight: 600;
	color: #00CCCC;
}
.tws-nav>ul {
	display: flex;
	align-items: center;
}
.tws-nav>ul>li {
	margin-left: 20px;
}
.tws-nav>ul>li>a {
	font-size: 16px;
	color: #000;
	cursor: pointer;
	position: relative;
	padding-bottom: 5px;
}
.tws-navTitle {
	color: #00CCCC !important;
	border-bottom: 2px solid #00CCCC;
}
.tws-navActive {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	background: #00CCCC;
	border-radius: 1.5px;
}

.tws-twsNav span {
	font-size: 14px;
	position: absolute;
	top: 0;
}
.tws-navRight {
	display: flex;
	align-items: center;
}
.tws-telephone {
	width: 30px;
	height: 30px;
	background: #00CCCC;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.tws-telephone i {
	width: 30px;
	height: 30px;
	background: url('../image/dianhua.png') no-repeat;
}
.tws-telephone img {
	width: 20px;
}
.tws-preSale {
	width: 70px;
	color: #00CCCC;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tws-number {
	font-size: 16px;
	color: #515151;
}
.tws-navRight div{
	margin-right: 5px;
}
.tws-navRight div:nth-last-of-type(1) {
	margin-right: 0 !important;
}
.tws-appDown {
	font-size: 14px !important;
	width: 70px !important;
	height: 30px;
	border-radius: 5px;
	background: #00CCCC;
	margin-left: 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	cursor: pointer;
}
.tws-navRight a {
	color: #000;
	margin-left: 10px;
	width: 40px;
	font-size: 16px;
}
.tws-footerContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tws-footerLeft {
	line-height: 30px;
	font-size: 14px;
}
.tws-footerLeft>.twsfooterTitle {
	font-size: 26px;
}
.tws-footerLeft>.tws-icp {
	margin-top: 40px;
	color: #fff;
}
.tws-footerLeft>.tws-icp>div {
	display: flex;
	align-items: center;
}
.tws-footerLeft a {
	display: flex;
	align-items: center;
	color: #fff;
}
.tws-guge {
	display: flex;
}
.tws-guge a {
	text-decoration:underline;
	margin: 0 5px;
}
.tws-footerLeft a span {
	margin-left: 10px;
}
.tws-code {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
}
.tws-code>div:nth-of-type(1) {
	margin-right: 30px;
}
.tws-code div div {
	margin-top: 20px;
}
.tws-code img{
	width: 180px;
	height: 180px;
}
.tws-caseContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.tws-caseContent::after{
  content: "";
  width: 24%;
}
.tws-caseContent>li {
	width: 24%;
	margin-top: 30px;
}
.tws-caseContent img {
	width: 100%;
}
.tws-allPublic5{
	width: 100%;
	background: #F1F1F1;
	padding-top: 20px;
	padding: 50px 0 50px 0;
}
.tws-caseTitle {
	width: 100%;
	font-size: 30px;
	background: #fff;
	text-align: center;
	padding: 20px 0;
}

.tws-newNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tws-search {
	display: flex;
	align-items: center;
	position: relative;
	width: 400px;
	height: 36px;
	font-size: 16px;
}
.tws-search input {
	width: 100%;
	height: 100%;
	padding: 0 82px 0 40px;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.tws-search i {
	position: absolute;
	left: 10px;
	font-size: 20px;
}
.tws-search  button {
	position: absolute;
	right: 0px;
	height: 95%;
	width: 80px;
	background: #169bd5;
	border: none;
	color: #fff;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
}
.layui-layer-molv .layui-layer-title {
	background: #00CCCC !important;
}
.layui-layer {
	left: 237px !important;
}
.tws-prompt {
	position: absolute;
	bottom: 15px;
	left: 60px;
}
.layui-layer-btn {
	background: #fff !important;
}
.layui-layer-page .layui-layer-content {
	height: 210px !important;
}
.layui-layer-molv .layui-layer-btn a {
	width: 100px;
	background: #169bd5 !important;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #fff !important;
	border: 1px solid #ededed !important;
}
.layui-layer-btn {
	position: absolute;
	top: 290px;
	width: 100%;
}
input {
	background: #fff;
}
button a {
	color: #fff;
}
.tws-page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.tws-page a {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #00cccc;
	margin-left: 15px;
	text-align: center;
	line-height: 30px;
}
.tws-activePage {
	background: #00cccc;
	color: #fff;
}