﻿/* 清除 */
body{ margin: 0; padding: 0; color: #262626;}
*{ margin: 0; padding: 0; list-style: none; font-family: '微软雅黑';}
a{ text-decoration: none; cursor: pointer; }
img{ border: 0; display: block; cursor: pointer;}
h1,h2,h3,h4,h5{ font-weight: normal;}
ul,li{ list-style: none; cursor: pointer;}
b{ font-weight: normal;}
i{ font-style: normal;}
em{ font-style: normal;}
input{ outline: none;}
button{ outline: none;}
ul,li,a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
/* 清除浮动 */

.rightList{ width: 94px; background: #fff; border-radius: 6px; border: 1px solid #eee; position: fixed; right: 60px; top: 0; z-index: 20; box-shadow: 0 0 20px hsla(0,0%,0%,0.15); padding: 17px 0;}
.rightList .li{ padding: 8px 0;}
.rightList .li .p{ font-size: 14px; text-align: center; line-height: 20px; color: #262626;}
.rightList .li .img{ width: 100%; height: 40px; margin-bottom: 5px;}
.rightList .li1 .img{ background: url(../images/serv.png) no-repeat center; background-size: 29px auto;}
.rightList .li2 .img{ background: url(../images/news.png) no-repeat center; background-size: 29px auto;}
.wearchBoxer{ display: none; position: fixed; top: 0; left: 0; z-index: 50; background: hsla(0,0%,0%,0.50); justify-content: center; align-items: center; width: 100%; height: 100%;}
.wearchBoxer .cont{ width: 500px; background: #fff; padding: 40px 40px; position: relative;}
.wearchBoxer .cont .li{ display: flex; justify-content: flex-start; padding: 10px 0; line-height: 26px;}
.wearchBoxer .cont .li .h1{ font-size: 16px; text-align: right; width: 100px;}
.wearchBoxer .cont .li .input{ font-size: 16px;}
.wearchBoxer .cont .li .sub{ position: relative; display: block; margin-left: 20px; background: rgba(57,101,243,1.00); padding: 0 10px; border-radius: 2px; font-size: 12px; color: #fff; cursor: pointer;}
.wearchBoxer .cont .li .sub button{ display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; cursor: pointer;}
.wearchBoxer .cont .sole{ width: 40px; height: 40px; background: url(../images/21.png) no-repeat center; position: absolute; top: 15px; right: 15px; transition: all 0.5s;}
.wearchBoxer .cont .sole:hover{ cursor: pointer; transform: rotate(360deg);}
.wearchBoxer .cont .li textarea{ width: 0; height: 0; overflow: hidden; opacity: 0;}








