html, body, div, span, h1, h2, h3, h4, h5, h6, p, table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	color: #000;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
div{
	box-sizing: border-box;
}

@font-face {
  font-family: "iconfont"; /* Project id 4159405 */
  src: url('fonts/iconfont.woff2?t=1688969590938') format('woff2'),
       url('fonts/iconfont.woff?t=1688969590938') format('woff'),
       url('fonts/iconfont.ttf?t=1688969590938') format('truetype');
}
.icon-fangdajing::before {
  content: "\e603";
}
.vertical{
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top; 
}
.mi-img-color-change{
	transition: all 0.8s;
	mask:
	    linear-gradient(135deg, #000c 40%, #000, #000c 60%)
	    100% 100%/ /* 初始位置 右下角 */
	    240% 240%; /* 宽 高 */
}
.mi-img-color-change:hover{
	transition: all 0.8s;
	mask-position: 0 0; /* 在悬停时移动到左上角 */
}

.main-content{
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
}
/**头部BEGIN**/
.header {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	height: 110px;
	/* z-index: 999;
	position: fixed;
	top: 0;
	left: 0; */
}
.header .menu{
	max-width: 1600px;
	min-width: 1200px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .menu .logo{
	width: 200px;
	height: 70px;
	position: inherit;
}
.header .menu .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header .menu .navs{
	display: flex;
	margin-right: 50px;
	height: 100%;
	align-items: center;
}
.header .menu .navs li {
  float: left;
  margin: 0 15px;
  position: relative;
}
.header .menu .navs li > a {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 96px;
  text-transform: capitalize;
  color: #333;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.header .menu .navs li.on a, .header .menu .navs li:hover a {
  color: #015db2;
}
.header .menu .navs li a:before{
	position: absolute; width: 0;  transition: all 0.3s; left: 0; content: ""; height: 3px; background: #015db2; bottom: 19px;
}
.header .menu .navs li.on a:before ,.header .menu .navs li:hover a:before{ width: 100%; }
.search{
	float: right;
	width: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-contact{

}
.top-contact .item{
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color:#ff1c1c;
}
.top-contact .item a{
	color:#ff1c1c;
}
.top-contact .item img{
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.languagebox{ position: relative; margin-top: 5px; line-height: 31px; width: 106px;float:left;height: 31px;background-color: rgba(0,0,0,.2);border-radius: 20px;}
.languagebox:before{ content: "\e638"; font-size: 14px; font-family: iconfont; position: absolute; top: 2px; right: 5px; }
.languagebox:after{ content: "\e7b9"; font-size: 20px; color: #a7a7a7; position: absolute; top: 0; left: -22px; font-family: iconfont;display: none }
.languagebox i{ color:#605e5e; font-size: 24px;}
.languagebox ul{ width: 100%;  height: 32px; display: inline-block; vertical-align: middle; overflow: hidden; z-index: 5;  position: absolute; left: 0; top: 0; }
.languagebox ul li{ height: auto; line-height: 32px; font-weight: bold; background: #fff; padding: 0 5px; }
.languagebox ul li:first-child{ background:transparent; height: 32px; line-height: 32px; }
.languagebox ul li:first-child a{ color: #000; font-size: 14px;}
.languagebox a{ line-height: 32px; font-size: 14px; display: inline-block; width: 100%; }
.languagebox:hover ul{height:auto;}
.languagebox ul li a img{
	width: 18px;
	margin-bottom: 2px;
}
.searchform{ float: right; width: 180px; position: relative;margin-left: 10px;}
.searchform form{ width: 100%; overflow: hidden; border:2px solid #0069ee; border-radius: 50px; }
.searchform i{ font-size: 22px; }
.searchform input{ width:100%; font-size: 16px; border: none;  padding-right:45px; font-family: Arial; background: transparent; color: #000; line-height:40px; padding-left:15px; }
.searchform button{ width:50px; height: 42px; background: transparent; border: none; color: #333; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform button img{ width: 30px; }
.searchform input::-webkit-input-placeholder { color: #333;}
.searchform input:-moz-placeholder { color: #333;}
.searchform *{ vertical-align: bottom; }
/**头部END**/


.se_nal{ margin-top: 8px; overflow: hidden; }
.se_nal li{ float: right; margin-right: 0px; font-size: 18px; }
.se_nal li:last-child{ margin-right: 0; }
 .changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }

.cl{ clear: both; }

.banner{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #eee;
	/* margin-top: 96px; */
}
.banner .mobile{
	width: 580px;
	height: 90px;
	border: 10px solid #e1e1e1;
	border-radius: 80px;
	position: absolute;
	bottom: -60px;
	left: 8%;
	background: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 12px 10px 10px;
	display: flex;
	align-items: center;
	display: flex;
}
.banner .mobile img{
	width: 30px;
	height: 30px;
	margin-left: 8px;
}
.banner .mobile span,.banner .mobile a{
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	color: #000;
}

.pr_liul{ display: flex; margin-top: 50px; flex-wrap: wrap; }
.pr_liul li{ width: 31.3%; margin-right: 3%; margin-bottom: 40px; }
.pr_liul li:nth-of-type(3n){ margin-right: 0; }
.pr_item{ background: #fff; transition: all 0.3s; padding: 26px; }
.pr_item em{ font-style: normal; color: #000; font-weight: bold; font-size: 17px; }
.pr_item h4{ font-size: 20px; line-height: 25px; height: 50px; overflow: hidden; margin-top: 6px; }
.pr_item p{ margin-top: 8px; font-size: 16px; line-height: 23px; height: 69px; overflow: hidden; color: #757575; margin:0}
.pr_item span{ display: inline-block; margin-top: 6px; color: #ff1c1c; font-size: 14px; }
.pr_item:hover .changpic img{ transform: scale(1.05); }
.pr_item:hover{ transform: translateY(5px); }

.pr_liul{
	max-width: 1600px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pr_liul li{
	width: 19%;
	margin-right: auto;
	margin-bottom: 70px;
}
.pr_liul li .pr_item {
	transition: all 0.3s;
	padding: 26px;
	position: relative;
}
.pr_liul li .pr_item h4{
	height: 52px;
	overflow: hidden;
}
.pr_liul li .pr_item .bottom-act {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	left: 0;
}
.pr_liul li .pr_item .bottom-act a{
	background-color: #2b3ae9;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 25px;
	border-radius: 15px;
}
.pr_liul li .pr_item .bottom-act a:hover{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.pr_liul li .pr_item .bottom-act a:first-child{
	margin-right: 10px;
	background-color: #1b4777;
}
.pr_liul li .pr_item p{
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 3px;
	color:green;
}
.pr_liul li:nth-of-type(3n) {
	margin-right: auto !important;
}

.products{
	width: 100%;
	margin-top: 100px;
}
.product-video{
	width: 400px;
	height: 303px;
	background-color: #000;
}
.products .title{
	max-width: 1600px;
	min-width: 1200px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/icon_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px 56px;
	border-bottom: 1px solid #333;
	padding-top: 55px;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.products .title .icon{
	float: right;
	margin-right: 0%;
	width: 40px;
}
.products .product-content{
	max-width: 1600px;
	min-width: 1200px;
	height: 1300px;
	margin: 0 auto;		
}
.products .product-content .hd{
	width: 100%;
	margin-bottom: 30px;
}
.products .product-content .hd ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.products .product-content .hd ul li{
	border: 3px solid #eee;
	padding: 40px 20px;
	border-radius: 5px;
	height: 180px;
	width: 18%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.products .product-content .hd ul li.on{
	background-color: #0069ee;
	border: 3px solid #0069ee;
}
.products .product-content .hd ul li a{
	font-size: 25px;
    font-weight: bold;
}
.products .product-content .hd ul li a b{
	font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.products .product-content .hd ul li.on a{
	color: #ffffff;
}
.products .product-content .bd ul{
	
}
.products .product-content .bd ul li{
	
}
.products .product-content .bd ul li .top-area{
	display: flex;
}
.products .product-content .bd ul li .top-area .video{
	
}
.products .product-content .bd ul li .top-area .video .vone{
	margin-bottom: 50px;
}
.products .product-content .bd ul li .top-area .right-content{
	margin-left: 35px;
	width: 100%;
}
.products .product-content .bd ul li .top-area .right-content .form-area{
	height: 360px;
	display: flex;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form{
	margin-left: 10%;
	width: 50%;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form h2{
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line input{
	width: 100%;
	height: 45px;
	border: 1px solid #c8c8c8;
	margin-top: 5px;
	padding: 5px;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line .form-item{
	width: 46%;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line .message{
	width: 100%;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line .message textarea{
	width: 100%;
	height: 60px;
	border: 1px solid #c8c8c8;
	margin-top: 5px;
	padding: 5px;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .submit{
	font-size: 15px;
	  line-height: 1.2;
	  letter-spacing: .15em;
	  text-transform: uppercase;
	  width: auto;
	  padding: 13px 30px;
	  color: #fff;
	  font-weight: bold;
	  background-color: #0058a8;
	  transition: 200ms ease-in-out;
	    transition-property: all;
	  transition-property: background-color,box-shadow;
	  border: none;
	  margin-top: 15px;
	  cursor: pointer;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line .submit img:hover{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.products .product-content .bd ul li .top-area .right-content .form-area .right-form .line .submit img{
	width: 80px;	
	cursor: pointer;
	transition: 0.3s;
	border-radius: 50%;
}
.products .product-content .bd ul li .top-area .right-content .form-area .left-img{
	width: 50%;
	margin-top: 20px;
	position: relative;
}
.learn-more{
	position: absolute;
	right: 0;
	top: 235px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: .15em;
	    text-transform: uppercase;
	    width: auto;
	    padding: 13px 30px;
	    color: #fff;
	    font-weight: bold;
	    background-color: #0058a8;
	    transition: 200ms ease-in-out;
	    transition-property: all;
	    transition-property: background-color,box-shadow;
	    border: none;
	    margin-top: 15px;
	    cursor: pointer;
}
.learn-more:hover{
	color: #000;
}
.products .product-content .bd ul li .top-area .right-content .form-area .left-img img{
	width: 100%;
	height: auto;
	max-height: 350px;
	object-fit: contain;
}
.products .product-content .bd ul li .top-area .right-content .form-area .left-img p{
	display: flex;
	font-size: 16px;
	color: #000c;
	margin-top: 10px;
	line-height: 1.5;
}
.products .product-content .bd ul li .top-area .right-content .imgs-area{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.products .product-content .bd ul li .top-area .right-content .imgs-area img{
	width: 30%;
	height: 260px;
	object-fit: cover;
}
.products .product-content .bd ul li .bottom-items{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.products .product-content .bd ul li .bottom-items .i-item{
	width: 23%;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.3s;
}

.products .product-content .bd ul li .bottom-items .i-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 5px;
}
.products .product-content .bd ul li .bottom-items .i-item:hover{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.products .product-content .bd ul li .bottom-items .v-item{
	background-color: #000c;
}
.products .product-content .bd ul li .bottom-items .v-item .video{
	width: 100%;
	height: 100%;
}


.customers{
	width: 100%;
}
.customers .title{
	font-size: 58px;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.customers .title span{
	color: #0069ee;
}
.customers .cimg{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.customers .cimg img{
	width: 100%;
	max-width: 1435px;
}
.customers .cimg a{
	width: 20%;
	height: 318px;
	position: absolute;
	bottom: 0;
	left: 40%;
	border-radius: 50%;
}
.application{
	width: 100%;
	height: auto;
	background-image: url('../images/bg_application.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.application .title{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 56px;
	line-height: 30px;
}
.application .main-content{
	display: flex;
	justify-content: space-between;
	margin-top: 130px;
}
.application .main-content .item{
	width: 18%;
	margin-bottom: 20px;
}
.application .main-content .item img{
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: all 0.8s;
	mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%)
	    100% 100%/ /* 初始位置 右下角 */
	    240% 240%; /* 宽 高 */
}
.application .main-content .item img:hover{
	/* transform: perspective(400px) rotate3d(1, -1, 0, 8deg); */
	transition: all 0.8s;
	mask-position: 0 0; /* 在悬停时移动到左上角 */
}
.application .main-content .item:hover p{
	/* box-shadow: 0 1px 10px 2px rgba(255, 255, 255, 0.3); */
	cursor: pointer;
	color: #0069ee;
	transition: all 0.3s;
}
.application .main-content .item p{
	color: #ffffff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	transition: all 0.3s;
}

.about{
	width: 100%;
	height: 1000px;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.about .left{
	width: 42%;
	height: 770px;
	background-color: #f4f4f4;
}
.about .left .imgs{
	margin-right: 20%;
	display: flex;
	justify-content: flex-end;
	margin-top: 120px;
}
.about .left .imgs .texts{
	color: #9e9e9e;
	width: 50px;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 10px;
	margin-right: 16px;
}
.about .left .zizhi{
	float:left; position: relative; width: 481px; height: 223px;
	transition: 0.3s;
	cursor: pointer;
}
.about .left .zizhi:hover{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.about .left .zizhi img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about .left .more{
	width: 80%;
	height: 230px;
	background-color: #fff;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 150px;
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
}
.about .left .more .line{
	margin-top: 40px;
	margin-right: 20px;
}
.about .left .more .line span{
	font-size: 18px;
	display: block;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top; 
	color: #333;
}
.about .left .more .line .empty{
	background-color: #555555;
	width: 2px;
	height: 80px;
	display: inline-block;
	margin-top: 50px;
	margin-left: -12px;
	border-radius: 3px;
}
.about .left .more .item{
	width: 105px;
	text-align: center;
	margin-right: 70px;
	margin-top: 40px;
}
.about .left .more .item img{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.about .left .more .item p{
	line-height: 1.3;
	padding: 0;
	margin: 0;
	color: #000;
}
.about .right{
	width: 58%;
	height: 770px;
}
.about .right .content{
	width: 700px;
	height: 100%;
	position: relative;
	margin-left: 100px;
}
.about .right .content .about_img{
	width: 700px;
	height: 380px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.8s;
	mask:
	    linear-gradient(135deg, #000c 40%, #000, #000c 60%)
	    100% 100%/ /* 初始位置 右下角 */
	    240% 240%; /* 宽 高 */
}
.about .right .content .about_img:hover{
	transition: all 0.8s;
	mask-position: 0 0; /* 在悬停时移动到左上角 */
}
.about .right .content .title{
	width: 50%;
	height: 100px;
	background-image: url(../images/icon_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px 56px;
	border-bottom: 1px solid #b9b9b9;
	padding-top: 55px;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 40px;
	margin-top: 28px;
}
.about .right .content .title .icon{
	float: right;
	margin-right: 10%;
	width: 40px;
}
.about .right .content .icon_pump{
	width: 73px;
	height: 73px;
	position: absolute;
	right: 10px;
	top: 50px;
	animation: rotation 4s linear infinite;
}
.about .right .about_us{
	width: 100px;
	height: 770px;
	position: absolute;
	right: -300px;
	top: 40px;
	color: #f8f8f8;
	font-size: 120px;
	font-weight: bold;
	letter-spacing: 10px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	transform: rotate(90deg);
	transform-origin: left top; 
	transition: all 0.3s;   
}
.about .right:hover .about_us{
	color: rgba(0, 85, 255, 0.05);
	transition: all 0.3s;
}
.about .bottom{
	width: 100%;
	height: 220px;
}
.about .bottom .items{
	width: 1335px;
	height: 220px;
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	align-items: center;
}
.about .bottom .items .item{
	width: 25%;
	text-align: center;
	margin-top: 15px;
}
.about .bottom .items .item img{
	width: 95px;
	height: 90px;
	object-fit: contain;
}
.about .bottom .items .item p{
	font-size: 20px;
}
.video-about{
	width: 700px;
	height: 380px;
}
.product-desc-title{
	font-weight: bold;
	font-size: 18px !important;
	white-space: nowrap;
}
.ch-item{
	margin-top: 5px !important;
}
.product-img{
	margin-top: -10px;
}
.product-img img{
	width: 100%;height: 100%;object-fit: contain;
}

/**底部BEGIN**/
footer{
    padding-top: 50px;
}
.mi-footer{
    width: 100%;
    background-color: #f3f2f0;
    height: 370px;
    display: flex;
    align-items: center;
    padding-top: 150px;
}
.fo_nav li a img,.fo_nav li p img{
    width: 150px;
    margin-bottom: 10px;
}
.fo_nav li a{

}
.mi-footer .main-content{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    margin-bottom: 110px;
}
.mi-footer .people{
    width: 280px;
    height: 159px;
    margin-right: 50px;
}
.mi-footer .form{

}
.mi-footer .form h2{
    font-size: 35px;
    margin-bottom: 50px;

}
.mi-footer .form .validate-form{
    position: relative;
}
.mi-footer .form .validate-form .line{
    width: 100%;
    display: flex;
}
.mi-footer .form .validate-form .form-item{
    background-color: #ffffff;
    margin-right: 20px;
    display: flex;
    margin-bottom: 20px;
    height: 55px;
    width: 43%;
    align-items: center;
}
.mi-footer .form .validate-form .message{
    width:88%;
}
.mi-footer .form .validate-form .message .textarea{
    width: 100%;
    border: none;
    background-color: #f8f8f8;
    font-size: 16px;
    height: 100%;
	padding: 0 5px;
}
.mi-footer .form .validate-form .form-item .icon{
    height: 20px;
    width: 20px;
    margin: 20px 15px;
}
.mi-footer .form .validate-form .form-item input{
    border: none;
    background-color: #f8f8f8;
    width: 100% !important;
    font-size: 16px;
    height: 100%;
	padding: 0 5px;
}
.mi-footer .form .validate-form .form-item p{
    width: 268px !important;
}
.mi-footer .form .validate-form .message p{
    width: 197px !important;
}
.mi-footer .form .validate-form .submit{
    position: absolute;
    right: 0;
    top:20px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    width: 83px;
    height: 83px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: none;
}
.mi-footer .form .validate-form .submit:hover{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
/**底部END**/
 

@media screen and (max-width: 1000px){
	.application .title{
		font-size: 50px;
	}
	.header .menu .navs li > a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px){
	.application .title{
		font-size: 50px;
	}
	.header .menu .navs li > a{
		font-size: 16px;
	}
	.searchform{
		width: 200px;
	}
	.se_nal li{
		font-size: 14px;
	}
}





 

/* 基础css  清除默认样式*/
a:focus{outline:none;}
i,em{font-style:normal;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{display:block;clear:both;content:'';}
.clearfix{zoom:1;}
select,input{outline:none; border:none 0; padding:0;}
textarea{outline:none; resize:none; padding:0;}
ul,ol{list-style:none; vertical-align:top; padding: 0;}
a img{border:0;}
table,th,td,tr{padding:0;}
table{border-collapse: collapse;}

/*底部固定表单部分*/
.popup{position: fixed; width: 100%; height: 80px; bottom: 0; left:0; display: block;z-index: 9999}
.popup_box{width: 100%; position: absolute; opacity: 1; filter:alpha(opacity=50); top:0; background: #4d4c4c; height: 100%; left:0;opacity: .5}
.box_color{width: 1600px;
    height: 100%;
    margin: 0 auto;
    z-index: 999;
    position: relative;}
.box_color .free{margin-left: 5px; margin-top: 20px;width:362px}
.box_color .offer{margin-left: 12px; margin-top: 15px; border-right: 1px dashed #adadad; height: 78px; padding-right: 23px;}
.box_color .offer span{display: block; color: #fff; font-size: 18px;}
.box_color .offer .offer_t{margin-top: 17px;}
.box_color .offer .offer_b{margin-top: 6px;}
.box_color .offer_two{margin-top: 5px;padding-right: 22px; height: 78px;width:100%;display: flex}
.box_color .offer_two img{margin-left: 124px;margin-bottom: 10px;height: 32px;}
.sel_one{color: #666; width: 123px; height: 30px; padding-left: 10px;}
.text_area{width: 113px; height: 30px; margin-left: 2px; color: #666; padding-left: 10px; line-height: 30px;}
.tell_box{margin-top: 18px;width:auto;height: 34px;float: left}
.city_box{margin-top: 19px;float: left}
.city_box input{width: 165px;
    height: 40px;
    border-radius: 5px;
    padding-left: 35px; color: rgb(176, 173, 173); line-height: 25px; margin-right: 25px; font-size: 16px; margin-bottom: 5px;color:#999898}
#footer_name{
    /*background-image: url("../images/icon_name.png");*/
    background-position: 7px 11px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
#footer_email{
    /*background-image: url("../images/icon_email.png");*/
    background-position: 7px 11px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
#footer_message{
    /*background-image: url("../images/icon_message.png");*/
    background-position: 7px 11px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    /*width: 250px;*/
}
.city_box input::-webkit-input-placeholder{color:#999898;font-size: 16px}
.dyh{float:left;width:76px;height: 100px;margin-right: 90px;margin-top: 12px;text-align: center}
.dyh p{color:#fff}
.dyh img{width:76px;height: 76px;float: left}
.city_box .layui-form-select .layui-input{border: none}
.city_box .layui-form-select .layui-edge{border-top-color: #6e0804;border-width: 10px;}
.city_box .layui-form-select dl{padding: 0;}
.city_box .layui-form-select imput{padding: 0;}
.city_box .layui-form-select{width:260px;height: 25px;padding-left: 0px;margin-top: 0px;font-size: 15px;color:#b0adad;appearance:none;-moz-appearance:none;   -webkit-appearance:none; padding-right: 20px;float: left;margin-right: 3px;background: #fff;border: none}
.layui-form-danger:focus {background: #840803}
.tell_box a,.tell_box .layui-btn{width: 130px; height: 38px; color: #fff; font-size: 17px; background:#e05806; line-height: 26px; text-align: center; margin-top: 1px;border-radius: 0;border: none;cursor: pointer}
.tell_box a,.tell_box .layui-btn:hover{
    background-color: #840803;
}
.tell_box a,.tell_box .layui-btn1{width: 130px; height: 38px; color: #fff; font-size: 17px; background:#1b4777; line-height: 40px; text-align: center; margin-top: 1px;border-radius: 0;border: none}
.tell_box a,.tell_box .layui-btn2{width: 230px; height: 38px; color: #fff; font-size: 17px; background:#008000; line-height: 40px; text-align: center; margin-top: 1px;border-radius: 0;border: none}
.tell_box a,.tell_box .layui-btn3{width: 230px; height: 38px; color: #fff; font-size: 17px; background:#e05806; line-height: 40px; text-align: center; margin-top: 1px;border-radius: 0;border: none}
.tell_box a:hover{background: #ce2222;}
.sweep{margin-left: 21px; margin-top: 0px;}
.sweep span{color: #fff; display: block;}
.sweep img{display: block; margin-top: 5px; margin-left: 25px;}

.close{background: url(../images/close.png) no-repeat #000; background-size: 100% auto;background-position: center;width: 25px;height: 25px;margin-left: -40px;margin-top: 3px;border-radius: 50%;position: absolute;
    right: 58px;
    top: -12px;}
/*悬浮小窗口*/
#appear{position: fixed; left:-160px; bottom: 0; background: url(../images/appear.png) no-repeat; width: 160px; height: 94px; display: none; z-index:99999999;}

.txtMarquee-left{ position:relative;  border:1px solid #ccc; width: 100%;padding: 0 10%  }
.txtMarquee-left .bd{ padding:10px; }
.txtMarquee-left .bd .tempWrap{ width:100% !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1;height: 30px }
.txtMarquee-left .bd ul li{ margin-right:300px;  float:left; height:100%; line-height:30px;  text-align:left; _display:inline; width:auto !important; color: #d00;font-weight: bold }

.message_dialog{
    width: 400px;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    left: calc(50% - 175px);
    top:200px;
    padding: 20px;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
    z-index: 100;
}
.close-btn{
    position: absolute;
    top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.show_dialog{
    cursor: pointer;
}
.dialog-mask{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.message_dialog h3{
    text-align: center;
    margin: 10px 0;
}
.message_dialog .validate-form{
    position: relative;
}
.message_dialog .validate-form .line{
    width: 100%;
    display: flex;
}
.message_dialog .validate-form .form-item{
    background-color: #ffffff;
    height: auto;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.message_dialog .validate-form .message{
    width: 100%;
}
.message_dialog .validate-form .message .textarea{
    width:100%;
    border: none;
    background-color: #f8f8f8;
    font-size: 16px;
    height: 80px;
    padding-left: 5px;
}
.message_dialog .validate-form .form-item .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.message_dialog .validate-form .form-item .icon{
    height: 12px;
    width: 12px;
    margin: 10px;
}
.message_dialog .validate-form .form-item input{
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding-left: 5px;
}
.message_dialog .validate-form .submit{
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: none;
    background-color: #0058a8;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.message_dialog .validate-form .submit:hover{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}