@charset "utf-8";
/*预定义 间距 */
/*预定义 定位 */
/*预定义 三角 */
/* css重置 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt,
form,
input,
p,
a {
  padding: 0;
  margin: 0;
  font-weight: normal;
 /* line-height: 1;
*/}
body {
  font-family: "微软雅黑";
  color: #555555;
  letter-spacing: 0.01rem;
}
a {
  text-decoration: none;
  color: #555555;
}
img {
  display: block;
  outline: none;
}
li {
  list-style: none;
}
/* input{
	outline: none;
	border: none;

	-webkit-appearance:none;
} */
/* 自定义样式 */
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.clear {
  clear: both;
}
.right {
  float: right!important;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  width: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* 设置allW类的 宽度及直接子集图片的全局自适应 */
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.allW img {
  display: block;
  width: 100%;
}
/* 设置间距类 */
.margin {
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
}
/* this is a line between two panels */
/* the premary is beginning */
.do-public-title {
  height: 4.6875rem;
  background: url(../images/domain_yuming_05.png) no-repeat;
  background-size: 100%;
  text-align: center;
}
.do-public-title h1 {
  font-size: 1.725rem;
  font-weight: bold;
  color: #007eff;
  padding-top: 0.52rem;
  padding-bottom: 0.55rem;
}
.do-public-title h6 {
  font-size: 0.75rem;
  white-space: nowrap;
}
.do-intro {
  background-color: #f2f2f2;
  padding: 0.3rem 0;
}
.do-intro .left {
  width: 43.125%;
  padding-left: 0.875%;
}
.do-intro .left img {
  display: block;
  width: 100%;
}
.do-intro .right {
  width: 54%;
  font-size: 0.675rem;
  line-height: 1.05rem;
}
.do-come {
  background-color: #e8f3ff;
  padding: 0.825rem 0;
}
.do-come .title img {
  display: block;
  width: 59.84375%;
  margin: 0 auto;
}
.do-come .title span {
  color: #777;
  display: block;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 0.4rem;
}
.do-come .main {
  width: 89.85%;
  margin: auto;
  overflow: hidden;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #a7a7a7;
}
.do-come .main img {
  display: block;
  width: 100%;
}
.do-come .main video {
  display: block;
  width: 92.695%;
  margin: 0 auto;
  padding: 0.75rem 0;
}
.do-come h4 {
  font-size: 0.75rem;
  white-space: nowrap;
  text-align: center;
}
.do-imgshow {
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding: 0.4rem;
}
.do-imgshow .left {
  width: 38%;
  height: 9.9375rem;
}
.do-imgshow .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.do-imgshow .right {
  overflow: hidden;
  width: 61%;
}
.do-imgshow .right li {
  float: left;
}
.do-imgshow .right li img {
  display: block;
  width: 100%;
  height: 100%;
}
.do-imgshow .right li:nth-of-type(1) {
  width: 62%;
  height: 4.95rem;
  margin-bottom: 0.22rem;
}
.do-imgshow .right li:nth-of-type(2) {
  width: 36.5%;
  margin-left: 1.5%;
  height: 4.95rem;
  margin-bottom: 0.22rem;
}
.do-imgshow .right li:nth-of-type(3) {
  width: 30.5%;
  height: 4.7675rem;
}
.do-imgshow .right li:nth-of-type(4) {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  height: 4.7675rem;
}
.do-imgshow .right li:nth-of-type(5) {
  width: 36.5%;
  height: 4.7675rem;
}
.do-btn {
  box-sizing: border-box;
  padding: 1.2rem 1rem;
}
.do-btn a {
  float: left;
  width: 47.5%;
  background-color: #f39800;
  color: #fff;
  font-size: 0.825rem;
  line-height: 2.5rem;
  text-align: center;
}
.do-btn a:last-child {
  margin-left: 5%;
  background-color: #006be0;
}
.do-state {
  margin-top: 0.6rem;
}
.do-state a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.do-state li {
  margin-bottom: 0.6rem;
}
.do-state li:last-child {
  margin-bottom: 0;
}
.do-state .left {
  width: 21.875%;
}
.do-state .right {
  width: 75.6%;
  margin-right: 1%;
  font-size: 0.675rem;
  background-color: #f2f2f2;
  height: 3.75rem;
  margin-top: 0.75rem;
}
.do-state .right p {
  line-height: 1.05rem;
  padding: 0.3rem 0.4rem 0;
}
.do-case {
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 0.75rem 0.6rem;
}
.do-case li {
  float: left;
  width: 48.5%;
}
.do-case li img {
  display: block;
  width: 100%;
}
.do-case li span {
  font-size: 0.75rem;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 0.4rem;
}
.do-case li:last-child {
  margin-left: 3%;
}
.do-zx {
  width: 80%;
  margin: 1rem auto;
}
.do-zx a {
  width: 100%;
  display: block;
  font-size: 0.825rem;
  line-height: 2.4rem;
  background-color: #df1616;
  color: #fff;
  text-align: center;
}
.do-meeting {
  background-color: #f2f2f2;
  padding: 0.5rem 0.4rem;
  margin-top: 0.825rem;
}
.do-meeting .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.do-meeting .title h1 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #000;
  font-family: "宋体";
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.do-meeting .title h4 {
  font-size: 0.75rem;
  color: #696969;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
}
.do-meeting li {
  float: left;
  width: 48.75%;
}
.do-meeting li img,
.do-meeting li span {
  display: block;
  width: 100%;
}
.do-meeting li span {
  font-size: 0.675rem;
  text-align: center;
  padding-top: 0.4rem;
  line-height: 1.45rem;
  white-space: nowrap;
}
.do-meeting li:nth-of-type(even) {
  margin-left: 2.5%;
}
.do-meeting li:nth-of-type(even) span {
  padding-top: 0.3rem;
  line-height: 1.05rem;
}
.do-meeting li:nth-of-type(-n+2) {
  margin-bottom: 0.45rem;
}
.do-comment {
  background-color: #f2f2f2;
  padding: 0.5rem 0.4rem 0.2rem;
  margin-top: 0.825rem;
}
.do-comment .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.do-comment .title h1 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #007eff;
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.do-comment .title h4 {
  font-size: 0.5rem;
  color: #c3c3c3;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
}
.do-comment li {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px #ccc dashed;
  font-size: 0.675rem;
  line-height: 1.05rem;
  color: #8a8a8a;
  padding: 0.5rem;
  margin-bottom: 0.6rem;
}
.do-comment li span {
  color: #222222;
}
