/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video, input {
     margin: 0;
     padding: 0;
     border: 0;
     font-weight: normal;
     vertical-align: baseline;
     box-sizing: border-box;
 }
 
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure,
 footer, header, menu, nav, section {
     display: block;
 }
 
 blockquote, q {
     quotes: none;
 }
 
 blockquote:before, blockquote:after,
 q:before, q:after {
     content: none;
 }
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 
 /* custom */
 a {
     color: #7e8c8d;
     text-decoration: none;
     -webkit-backface-visibility: hidden;
 }
 
 li {
     list-style: none;
 }
 
 
 html, body {
     width: 100%;
     height: 100%;
 }
 body {
     background: #ffffff ;
     -webkit-text-size-adjust: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 html {
     touch-action: manipulation;
 }
 input {
   appearance: none;
   -webkit-appearance: none;
 }
 i{
     display: block;
 }
 .clear{clear:both}
 .clear:after{
   content: "020"; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;  
 }
 input::-ms-clear, input::-ms-reveal{
   display: none;
 }
 
/* 自定义 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body, html {
  font-family: "微软雅黑";
  min-width: 1200px;
}
.container {
  width: 1200px; 
  margin: 0 auto;
}
header {
  background-image: url("https://cdn.foxitreader.cn/pdf365/cad/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 826px;
}
header .content {
  width: 100%;
  height: 45px;
}
header .content .left {
  font-size: 18px;
  color: #ffffff;
  float: left;
  margin-top: 21px;
}
header .content .right {
  float: right;
  padding-top: 16px;
  height: 45px;
}
header .content .right .nav {
  float: left;
}
header .content .right .nav a {
  display: inline-block;
  font-size: 16px;
	color: #bfdcff;
  margin-right: 45px;
  line-height: 35px;
}
header .content .right .nav a:hover {
  color: #ffffff;
}
header .content .right .land {
  width: 113px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #ffffff;
  line-height: 32px;
  padding-left: 20px;
  font-size: 12px;
	color: #ffffff;
  cursor: pointer;
  margin: 0 22px 0 13px;
  float: left;
}
header .content .right .land:hover {
  background-color: #ffffff;
  color: #334aff
}
header .content .right .land .split {
  width: 1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  content: "";
  margin: 0 8px;
}
header .content .right .land:hover .split {
  background-color: #334aff
}
header .content .right .sign {
  float: left;
}
header .content .right .sign .avatar{
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 5px;
}
header .content .right .sign .info {
  width: 107px;
  float: right;
  position: relative;
  height: 50px;
}
header .content .right .sign .info .nickname {
  overflow: hidden;
  padding-left: 15px;
  height: 39px;
}
header .content .right .sign .info .nickname #nickname_text{
  font-size: 12px;
	line-height: 36px;
  color: #ffffff;
  width: 65px;
  float: left;
}
header .content .right .sign .info .nickname .down {
  width: 8px;
  height: 5px;
  float: left;
  margin: 16px 0 0 9px;
  display: none;
}
header .content .right .sign .info .list {
  position: absolute;
  top: 46px;
  left: -49px;
  width: 150px;
  height: 106px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
  display: none;
}
header .content .right .sign .info:hover .list,
header .content .right .sign .info:hover .down {
  display: block;
}
header .content .right .sign .info .list li {
  height: 53px;
  line-height: 53px;
  font-size: 14px;
  color: #666666;
}
header .content .right .sign .info .list li:first-child{
  border-bottom: 1px solid #f8f8f8;
  padding: 0 10px;
}
header .content .right .sign .info .list .logout {
  cursor: pointer;
  height: 32px;
  margin-top: 10px;
  line-height: 32px;
  padding: 0 10px;
}
header .content .right .sign .info .list .logout:hover {
  background-color: #f8f8f8;
  color: #334aff;
}
header .content .right .none {
  display: none;
}
header .client {
  width: 544px;
  height: 463px;
  margin: 98px 0 0 58px;
}
header .special li {
  float: left;
  width: 280px;
  height: 145px;
  padding-top: 25px;
}
header .special li .item {
  width: 280px;
	height: 120px;
	border-radius: 10px;
	border: solid 2px #ffffff;
  color: #bfdcff;
  padding: 30px 16px 0 16px;
  transition: all 0.2s;
  display: block;
  cursor: pointer;
}
header .special li:hover .item {
  transform: translateY(-20px);
}
header .special li .item  img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 3px 17px 0 0;
}
header .special li .item  h3 {
  font-size: 18px;
	letter-spacing: 1px;
  margin-bottom: 10px;
}
header .special li .item  p {
  font-size: 12px;
}
header .introduce {
  margin-left: -2px;
  float: left;
}
header .introduce h1 {
  font-size: 48px;
	color: #ffffff;
  margin: 118px 0 14px 0;
}
header .introduce h1 img {
  margin: 0 0 8px 10px;
}
header .introduce .intro {
  font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
  margin-bottom: 52px;
  width: 530px;
}
header .introduce .desc {
  font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #bfdcff;
  margin-left: 2px;
}
header .introduce .download {
  margin-bottom: 21px;
  overflow: hidden;
}
.downloadBtn {
  width: 200px;
	height: 50px;
	background-color: #20de99;
	border-radius: 25px;
  font-size: 22px;
	line-height: 50px;
	color: #ffffff;
  float: left;
  text-align: center;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.downloadBtn img {
  margin: 0 8px -2px 5px;
  width: 15px;
  height: 20px;
}
.downloadBtn .circle {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50px;
  left: 95px;
  animation: bigger 0.8s infinite ease-in;
}
@keyframes bigger {
  100% {
    transform: scale(20);
    background: rgba(255, 255, 255, 0.05);
  }
}
header .introduce .download .desc {
  font-size: 16px;
  float: left;
  margin-top: 11px;
}
section {
  overflow: hidden;
}
section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
	color: #666666;
  margin: 75px 0 70px 0;
}
.function {
  height: 674px;
}
.function .container {
  width: 1169px;
}
.function .container li {
  text-align: center;
}
.function .container li .imgBox {
  width: 211px;
	height: 210px;
	background-color: #ffffff;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.function .container li .imgBox img {
  width: 88px;
  height: 88px;
  margin-top: 61px;
}
.function .container li h4 {
  font-size: 24px;
	color: #222222;
  margin-top: 44px;
}
.function .downloadBtn {
  background-color: #334aff;
  display: block;
  margin: 67px auto 0;
  float: none;
}
.function .downloadBtn:hover {
  opacity: 0.8;
}
.remarks {
  height: 600px;
	background-color: #ebf6ff;
}
.remarks h2 {
  margin: 65px 0 54px 0;
}
.remarks .container {
  width: 1198px;
}
.remarks .container .leftIcon {
  background: url("../imgs/left.png") no-repeat center;
}
.remarks .container .rightIcon {
  background: url("../imgs/right.png") no-repeat center;
}
.remarks .container .leftIcon:hover {
  background: url("../imgs/left-hover.png") no-repeat center;
}
.remarks .container .rightIcon:hover {
  background: url("../imgs/right-hover.png") no-repeat center;
}
.remarks .container .leftIcon, .remarks .container .rightIcon {
  width: 46px;
	height: 46px;
  float: left;
  margin-top: 157px;
  cursor: pointer;
}
.remarks .container .content {
  width: 1063px;
  height: 378px;
  float: left;
  margin: -6px 21px 0;
  overflow: hidden;
  position: relative;
}
.remarks .container .content .list {
  width: 2000px;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: left 0.4s;
}
.remarks .container .content .list li {
	width: 340px;
	height: 360px;
	background-color: #ffffff;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
  text-align: center;
  margin-right: 14px;
  padding: 0 40px;
  float: left;
}
.remarks .container .content .list li .remarksAvatar {
  width: 90px;
	height: 91px;
  border-radius: 50%;
  margin: 36px 0 28px 0;
}
.remarks .container .content .list li .name {
  font-size: 15px;
	letter-spacing: 1px;
	color: #333333;
}
.remarks .container .content .list li .work {
  font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
}
.remarks .container .content .list li .split {
  width: 71px;
  height: 1px;
  background-color: #d5d4d4;
  margin: 13px auto 19px;
}
.remarks .container .content .list li .desc {
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #444444;
}
.use {
  height: 807px;
  background-image: url("https://cdn.foxitreader.cn/pdf365/cad/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.use h2 {
  margin: 59px 0 36px 0;
}
.use .item {
  width: 580px;
	height: 254px;
	background-color: #ffffff;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
  margin-top: 40px;
  float: left;
  padding: 28px 27px 0 30px;
}
.use .item:nth-child(odd) {
  margin-right: 37px;
  margin-left: 1.5px;
}
.use .item h4 {
  font-size: 18px;
	line-height: 41px;
	color: #212121;
}
.use .item h4:hover {
  color: #3068ff;
}
.use .item h4::before {
  background: url("../imgs/star.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  margin: 0 7px -3px 2px;
}
.use .item .time {
  height: 41px;
}
.use .item .time img {
  width: 13px;
  height: 13px;
  margin: 0 5px -1px 2px;
}
.use .item .time span {
  font-size: 14px;
	color: #999999;
}
.use .item .content {
  font-size: 14px;
	line-height: 22px;
	color: #666666;
  height: 45px;
  margin-bottom: 35px;
}
.use .item .tags .tag {
  display: inline-block;
  padding: 0 17px;
	height: 24px;
	background-color: #f5f5f5;
	border-radius: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
	color: #666666;
  margin-right: 8px;
}
.use .item .tags .tag:hover {
  background-color: #2f67ff;
  color: #ffffff;
}
.textOverflowOne {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.textOverflowTwo {
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; 
}
footer {
  height: 32px;
  text-align: center;
  font-size: 12px;
	color: #7a7c93;
}
footer a {
  color: #7a7c93;
}
footer a:hover {
  color: #3068ff;
}
