@charset "utf-8";
/* yf 1.1 */
body,
input,
textarea,
select {
  font-family: 'Segoe UI', Arial, 'Microsoft Yahei', sans-serif;
  font-size: 16px;
}
ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
ul li,
ol li {
  vertical-align: middle;
}
dd {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
p {
  line-height: 1.8;
  margin: 1.2em 0;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input[disabled] {
  cursor: not-allowed;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 600px #fff inset;
}
textarea {
  padding: 0;
  resize: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block 9;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
body {
  margin: 0;
  color: #404040;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  min-height: 110vh;
}
a {
  color: #404040;
}
/* yf 2 */
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.pa {
  position: absolute;
}
.ps {
  position: static;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.di {
  display: inline;
}
.fa,
.container,
.page2container {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fno,
.container {
  zoom: 1;
}
.fno:after,
.container:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dno {
  display: none;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tno {
  text-indent: -9999em;
}
a:hover.tdn,
.tdn a:hover {
  text-decoration: none;
}
.ffs {
  font-family: Arial, sans-serif;
}
.ffh {
  font-family: 'Microsoft Yahei', Arial, sans-serif;
}
.oh1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.oh2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bc2w {
  background: #fff;
}
a.bc2w:hover {
  background: #fafafa;
}
.bc2g {
  background: #39ac69;
}
.fc2w,
.bc2r,
.bc2b,
.bc2g,
.bc2mb {
  color: #fff;
}
.fc2w {
  color: #fff;
}
.bc2t {
  background: transparent;
}
.op0 {
  opacity: 0;
}
.tsl03 {
  -webkit-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}
/*pages style*/
#header,
.main {
  position: relative;
  z-index: 1;
}
.container,
.case-header {
  width: 950px;
}
#header {
  padding: 10px 0;
}
#header {
  background: #1d96ff;
  height: 30px;
}
#header .logo {
  float: left;
  width: 50%;
}
#header .logo .avatar {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 30px;
  overflow: hidden;
}
#header .logo .avatar img {
  width: 100%;
  height: 30px;
}
#header .logo .title {
  margin: 0 0.5em;
  font-size: 1rem;
  float: left;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
#header .logo .title a {
  color: #fff;
}
#header .subtitle {
  float: right;
  font-size: 0.75rem;
  color: #fff;
}
#header .toplink {
  text-align: center;
  font-size: 1em;
}
#header .toplink a {
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  font-size: 0.725rem;
  background: #fff;
  color: #1d96ff;
  border-radius: 30px;
}
#header .toplink a:hover {
  background: rgba(255,255,255,0.9);
}
#header:hover img {
  transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
}
.main {
  padding: 0 0 20px;
}
.index,
.works,
.case {
  padding: 10px 0 20px;
}
.scroll-fixed .case-header {
  margin: 0 auto;
}
.case-header-wp.scroll-fixed {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 22;
  background-color: #1d96ff;
}
.case .title {
  color: #fff;
  margin: 0;
  line-height: 2rem;
  font-weight: normal;
  font-size: 12px;
}
.case .nav {
  padding-top: 10px;
}
.case .nav li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0.8em;
  line-height: 2rem;
  font-size: 0.725rem;
  color: #1d96ff;
  border: 1px solid transparent;
  border-radius: 34px;
  cursor: pointer;
}
.case .nav li:hover {
  background: rgba(29,150,255,0.1);
  border: 1px solid transparent;
}
.case .nav li.active {
  background: transparent;
  color: #1d96ff;
  border: 1px solid #1d96ff;
}
.scroll-fixed .case-header .nav li {
  color: #fff;
}
.scroll-fixed .case-header .nav li.active {
  color: #fff;
  border: 1px solid #fff;
}
.case-list {
  position: relative;
  margin: 0 -25px 25px;
}
.case-list ul {
  overflow: hidden;
  padding: 25px;
}
.case-list li {
  display: inline-block;
  width: 33.31%;
}
.case-list li a {
  position: relative;
  display: block;
  margin: 25px auto;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 68px;
  background: #fff;
  color: #777;
  border-radius: 10px;
  box-shadow: 0 10px 15px 1px rgba(29,150,255,0.5);
  overflow: hidden;
  width: 280px;
  height: 210px;
}
.case-list li img {
  display: block;
  width: 280px;
  height: auto;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: linear 0.1s;
  -ms-transition: linear 0.1s;
  -moz-transition: linear 0.1s;
  transition: linear 0.1s;
}
.case-list:hover li a img {
  opacity: 0.5;
  transition: linear 0.8s;
}
.case-list:hover li a:hover img {
  opacity: 1;
}
.case-list li h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  text-indent: 15px;
  background: rgba(255,255,255,0.9);
  *background: #fff;
  color: #000;
}
.case-list li h3,
.case-list li a .viewbtn,
.focus .banner .viewbtn,
.focus .banner .viewbtn span {
  -webkit-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  transition: linear 0.2s;
}
.case-list li a .viewbtn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -50px;
  display: block;
  margin: -3em 0 0 -2em;
  width: 4em;
  line-height: 4em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0);
  border-radius: 4em;
}
.case-list li a .viewbtn i.ico-search {
  margin: 0 0px -5px -1px;
}
.case-list li .time {
  font-size: 12px;
  color: #ccc;
  display: none;
  position: absolute;
  right: 10px;
  bottom: 0px;
  line-height: 40px;
}
.case-list li a:hover .viewbtn {
  top: 50%;
  background: rgba(29,150,255,0.8);
}
.case-list li a:hover {
  text-decoration: none;
  box-shadow: 0 10px 15px 2px rgba(29,150,255,0.7);
}
.case-list li a:hover h3 {
  bottom: 0;
  background: #1d96ff;
  *background: #1d96ff;
  color: #fff;
}
.case-list li a:hover img {
  opacity: 0.8;
  width: 300px;
  margin: -15px 0 0 -10px;
}
/*
.cl1{background: #ffeb3b;}
.cl2{background: color-white;}
*/
.focus .banner {
  position: relative;
  overflow: hidden;
}
.focus .banner {
  display: none;
}
.focus .banner img {
  max-width: 100%;
  height: auto;
}
.focus .banner img.bannerpic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
/* margin: 0 0 0 -951px; height: 100%;*/
}
.focus .banner .viewbtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.focus .banner .viewbtn span {
  position: absolute;
  left: 50%;
  top: 150%;
  display: block;
  margin: -80px 0 0 -90px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background: rgba(29,150,255,0.9);
  color: #fff;
  border-radius: 100%;
  font-size: 1.25rem;
}
.focus .banner .viewbtn:hover {
  background: rgba(0,0,0,0.4);
}
.focus .banner .viewbtn:hover span {
  top: 50%;
}
.footer {
  padding: 2em 0;
  font-size: 0.75rem;
  color: #aaa;
}
.footer span {
  display: inline-block;
  transform: scale(0.92);
}
.works,
.works img {
  max-width: 100%;
}
.works h1,
.works .meta {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.works .meta .title a {
  color: #1d96ff;
  line-height: 2.4em;
}
.works .toc-wrapper {
  display: none;
}
.article-entry:after {
  content: "- THE END -";
  display: inline-block;
  padding: 3em 2em;
  font-size: 1.25rem;
  line-height: 2em;
  text-align: center;
  color: #ccc;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  font-weight: normal;
}
.article-entry blockquote {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
.article-entry blockquote p {
  margin: 0.8em 0;
}
.article-entry blockquote p strong {
  display: inline-block;
  margin-right: 0.3em;
  padding: 0.1em 0.3em;
  background: #1d96ff;
  color: #fff;
  border-radius: 3px;
}
.picvw .container {
  width: 100%;
}
.picvw img {
  text-align: center;
  display: inline-block;
}
.picvw .article-entry {
  text-align: center;
}
.picvw .article-entry h2 {
  display: inline-block;
  height: 1.75em;
  line-height: 1.75em;
  color: #fff;
  background: #1d96ff;
  padding: 0 20px;
  border-radius: 10px 0;
}
.picvw .article-entry a:link {
  text-decoration: underline;
  color: #1d96ff;
}
.picvw .article-entry a:hover {
  color: #34a1ff;
}
.picvw .article-entry a:visited {
  color: #0189ff;
}
.picvw.phone img {
  max-width: 375px;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.gallery-list {
  overflow: hidden;
  margin: 5vh 5% 10vh;
  text-align: center;
}
.gallery-list p {
  margin: 0;
  width: auto;
  height: 48vh;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
.gallery-list img {
  display: block;
  width: auto;
  height: 100%;
}
.goods_detail p {
  margin: 0 auto;
  max-width: 750px;
}
.goods_detail img {
  display: block;
}
.black {
  background: #000;
  color: #f2f2f2;
}
.dark {
  background: #1f1f1f;
  color: #f2f2f2;
}
.art-item-footer {
  padding: 30px 10px;
  overflow: hidden;
}
.art-item-footer a {
  position: relative;
  float: right;
  display: block;
  box-sizing: border-box;
  margin: 0 -5px;
  padding: 10px 10px 10px 210px;
  width: 50%;
  height: 168px;
  background: #fff;
  color: #e6e6e6;
  border: 4px solid;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.art-item-footer a span {
  font-size: 2.5rem;
}
.art-item-footer a h3 {
  font-size: 1.125rem;
  font-weight: normal;
  color: #cfcfcf;
}
.art-item-footer a.works-prev {
  float: left;
}
.art-item-footer a:hover {
  color: #1d96ff;
  border-color: #1d96ff;
}
.art-item-footer a:hover span {
  margin-bottom: 10px;
}
.art-item-footer a:hover h3 {
  color: #1d96ff;
}
.art-item-footer img {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: auto;
  height: 140px;
  border-radius: 10px;
}
.tips-text {
  right: 20px;
  bottom: 20px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  z-index: 8010;
}
.tips-text-item {
  position: relative;
  float: right;
  margin-top: 10px;
  height: 30px;
  padding: 5px 40px 5px 10px;
  line-height: 30px;
  background: rgba(0,0,0,0.5);
  border-radius: 30px;
}
.tips-text-item span {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  color: #1d96ff;
  font-size: 2em;
}
/* css icons */
i[class^="ico-"] {
  display: inline-block;
}
i.ico-search {
  position: relative;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 15px;
  border: 3px solid;
}
i.ico-search:before {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: block;
  content: " ";
  width: 2px;
  height: 8px;
  border-right: 3px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* 组件重置 */
.caption {
  display: block;
  opacity: 0.5;
  font-size: 12px;
}
/*临时未定义*/
.phonebanner img {
  max-width: 520px;
}
@media only screen and (max-width: 768px) {
  #header {
    min-width: 100%;
  }
  #header .description {
    width: 90%;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
  }
  #header.home {
    height: auto;
    background: none;
    color: #1d96ff;
    text-align: center;
  }
  #header.home .logo {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }
  #header.home .logo .avatar {
    width: 100%;
    height: auto;
  }
  #header.home .logo .avatar img {
    width: 100px;
    height: auto;
    height: 100px;
    border-radius: 100px;
  }
  #header.home .logo .title {
    float: none;
    font-size: 1.125rem;
  }
  #header.home .logo .title a {
    color: #1d96ff;
  }
  #header.home .subtitle {
    float: none;
    margin: 0;
    color: #1d96ff;
  }
  .focus .banner .viewbtn span {
    top: 200%;
  }
  .case-header {
    margin: 0;
  }
  .case-header.scroll-fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
  }
  .case {
    margin-top: -20px;
  }
  .case .title {
    text-align: center;
    float: none;
    width: auto;
    margin: 8px 0 -8px;
  }
  .case .nav {
    float: none;
    padding: 10px 0 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px 1px rgba(3,169,244,0.5);
  }
  .case-list {
    padding-bottom: 60px;
  }
  .case-list .container {
    margin: 0 auto;
    width: 290px;
  }
  .case-list ul {
    margin: 10px 0;
  }
  .case-list li {
    float: none;
    width: 50%;
  }
  .case-list li a {
    margin: 20px 25px 30px;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .case-list li img,
  .case-list li a:hover img {
    width: 100%;
    margin: 0;
    border-radius: inherit;
  }
  .case-list li h3,
  .case-list li a:hover h3 {
    text-indent: 0;
    text-align: center;
    font-weight: normal;
  }
  .case-list li a:before {
    opacity: 0;
  }
  .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .container,
  .works .meta,
  .case-header,
  .article-entry blockquote {
    width: 100%;
  }
  .picvw.phone img {
    max-width: 100%;
  }
  .gallery-list {
    margin: 0;
  }
  .gallery-list p {
    width: 33.32%;
    height: auto;
  }
  .gallery-list img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer {
    padding-bottom: 9em;
  }
}
@media only screen and (max-width: 415px) {
  .case-header,
  .case-list ul {
    margin: 10px 0;
  }
  .case-list li {
    float: none;
    width: 100%;
  }
  .case-list li img,
  .case-list li a:hover img {
    width: 100%;
    margin: 0;
  }
  .art-item-footer a {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  .phonebanner img {
    max-width: 100vw;
    margin: 0 -20px;
  }
  .footer {
    padding: 18vw 0;
  }
}
