@charset "UTF-8";
/*
Theme Name: LEI - Carbide
Description: a company theme
Author: Lei jiang
Version: 1.1 
*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: arial,helvetica,microsoft yahei,open sans,sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #1f2328;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
a:hover{color:#f60;}
.yumincho {
  font-family: arial,helvetica,microsoft yahei,open sans,sans-serif;
}
img, video {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  }

/*elements reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, hgroup, menu, nav, section, time, audio, video, select, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

ol, ul, li, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px; }

button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0; }

article, footer, header, hgroup, nav, section {
  display: block; }

hr {
  outline: 0;
  margin: 0;
  border: 0; }
/* form elements */
input, textarea, select, button {
  font-size: 1em;
  vertical-align: top; }

input:disabled,
textarea:disabled {
  opacity: 1; }

/* iOS样式 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.c-btn a.common_btn{
  font-size: 20px;
  font-weight: bold;
  background: #f2a016;
  width: 365px;
}

/* 移动端补全*/
.index-about p {
	line-height: 1.3rem;
}
/* 新5 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.picture {
  display: block;
  text-align: center;
  width: 100%;
}
.picture img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* PC端导航滚动样式 */
@media screen and (min-width: 768px) { 
  .nav__block.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
  }
}
@media (min-width: 1200px) {
  .picture img {
      width: 1600px;
      height: 417px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .picture img {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 767px) {
  .picture img {
      width: 100%; 
      height: auto; 
      aspect-ratio: 755 / 422;
  }
}
@media (min-width: 750px) {
  .index-ab {
    background: url("img/banner55.png") center center no-repeat;
  }
}

.picture1 {
  display: block;
  text-align: center;
  width: 100%;
}
.picture1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* 细分 */
.solution__detail article .pic {
  width: 40%;
}
.solution__detail article .pic img {
  width: 100%;
}
.solution__block__new .box {
  border: 1px solid #CCC;
  background: #F7F9F9;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.solution__block__new .box:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 400%;
  color: #eee;
  transition: .5s all;
}
.solution__block__new .box:hover {
  background: #ebfdfd;
}
.solution__block__new .box:hover:after {
  right: 35px;
  color: #09013D;
}
.solution__block__new .box a {
  display: block;
}
.solution__block__new .box .pic {
  width: 30%;
}
.solution__block__new .box .pic img {
  width: 100%;
}
.solution__block__new .box .right {
  width: 67%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution__block__new .box .right .sub_ttl {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 164%;
  box-sizing: border-box;
  padding-right: 40px;
}
.temp .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.temp .box .pic {
  width: 40%;
}
.temp .box .pic img {
  width: 100%;
}
.temp .box .right {
  width: 57%;
}
.temp .box .right section {
  margin-bottom: 30px;
}
.temp .box .right section.mgb80 {
    margin-bottom: 80px;
}
.equipment .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment .box .pic {
  width: 30%;
}
.equipment .box .pic img {
  width: 100%;
}
.equipment .box .right {
  width: 67%;
}
.equipment .box .right section {
  margin-bottom: 30px;
}
.equipment .box .right section.mgb80 {
    margin-bottom: 80px;
}
.tec__news .list__box section .sub_ttl {
  color: #09013D;
  font-size: 114%;
  margin-bottom: 10px;
}
.tec__news .new ul li:last-child .sub_ttl {
  font-size: 124%;
  text-decoration: underline;
  margin-bottom: 15px;
}
.tec__detail .main__block ul li .sub_ttl {
  font-size: 134%;
  margin-bottom: 20px;
}
.tec__wrap{
	background: #09043c;
}
.tec__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
	padding:5px 0 15px 0;
}
.tec__block .left {
  width: 100%;
}
.tec__block .left .ttl{
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}
.tec__block .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.tec__block .left ul li {
  width: 31%;
  margin-bottom: 27px;
  -webkit-transition: .5s all;
  transition: .5s all;
  margin-left: 2%;
}
.tec__block .left ul li:hover {
  opacity: 0.7;
}
.tec__block .left ul li a {
  display: block;
  text-decoration: none;
  color: #1f2328;
}
.tec__block .left ul li p {
  text-align: center;
  font-size: 94%;
  padding-top: 10px;
	color: #fff;
}
.tec__block .left ul li img {
  width: 100%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tec__block .right {
  width: 39%;
}
.tec__block .right .btn__area div {
 width: 80%;
}
.tec__block .right .btn__area .btn {
  width: 100%;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 23px 0px;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
	font-weight: bold;
}
/*新增样式 */
/*分页的样式 */
.pagination{ margin:0 10px 10px 15px;line-height:33px;text-align:center;}
.pagination span, .pagination a{font-size:16px;margin: 2px 6px 2px 0;background:#fff;border:1px solid #ccc;color:#787878;padding:2px 5px 2px 5px;text-decoration:none;}
.pagination a:hover{background: #8cb900;border:1px solid #436206;color:#fff;font-size:16px;padding:2px 5px 2px 5px;}
.pagination .current{background: #8cb900;border:1px solid #436206;color:#fff;font-size:16px;padding:2px 5px 2px 5px;}
/*产品详情页样式 */
.ny-con{
  padding: 35px 0 0px;
}
.am-container {
	max-width: 1100px;
  margin-left: auto;
	margin-right: auto;
}
.am-container a{
  color: #2d8282
}
.am-u-lg-12 {
	width: 100%;
}
.xprod-img {
	width: 600px;
	position: relative;
  float: left;
}
.xprod-wz {
	width: 450px;
	padding: 20px;
  float: right;
}
.xprod-wz-tit {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px dashed #bdbdbd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.xprod-wz-brief {
	font-size: 16px !important;
	line-height: 28px;
	overflow-x: hidden;
}

.xprodan {
	margin-top: 20px;
	margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.xprodan .tab-hd {
	margin-bottom: 30px;
	border-bottom: 2px solid #294388;
}
.xprodan .tab-hd .tab-nav {
	display: table;
  float: left; 
}
.xprodan .tab-hd .tab-nav li.on {
	background: #294388;
	color: #fff;
	border-color: #294388;
}
.xprodan .tab-hd .tab-nav li {
	display: block;
	padding: 0px 30px;
	color: #333;
	font-size: 18px;
	background: #eee;
	color: #666;
	height: 50px;
	line-height: 50px;
}
.xprodan .tab-hd .tab-hd-tel {
	height: 50px;
	line-height: 50px;
	color: #444;
  float: right;
}
.xprodan .tab-hd .tab-hd-tel span {
	color: #294388;
	font-weight: bold;
	font-size: 26px;
	font-family: 'Arial';
}
.xprodan .tab-hd .tab-hd-tel span a {
	color: #294388;
}
.xprodan .tab-bd h2{
  text-align: left;
  font-size: 24px;
  }
.xprodan .tab-bd h3,h4,h5{
  text-align: left;
  font-size: 18px;
  margin-top: 0.5rem;
  }
.xprodan .tab-bd ul{
  margin: 1rem;
  padding-left: 20px;
  }
.xprodan .tab-bd ul li{
  list-style: disc;
  }
.xprodan .tab-bd ol{
  padding-left: 20px;
  }
.xprodan .tab-bd ol li{
  margin-top: 0.3rem;
  line-height: 1.4;
  list-style: disc;
  }
  .xprodan .tab-bd ol li a{
    color: #2d8282
    }
.xprodan .tab-bd p{
  margin-top: 0.5rem;
  color: #373b40;
  line-height: 1.5;
  }
.xprodan .tab-bd p{
  font-size: 1.1rem;
  }
.xprodan .tab-bd p img{
  display: block;
  margin: 0 auto;
  }
.xprodan .tab-bd p a{
    color: #2d8282
  }

.xprodan .tab-bd table {
    border-collapse: collapse;
    width: 100%;
}
.xprodan .tab-bd table, 
.xprodan .tab-bd th, 
.xprodan .tab-bd td {
    border: 1px solid gray;
}
.xprodan .tab-bd th, 
.xprodan .tab-bd td {
    padding: 8px;
    text-align: left;
}
  /*产品详情页样式 end */
  /*blog list 样式 start */
  .bloglist {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
  }
  .bloglist_1 {
    width: 70%;
    margin: 0px auto;
    position: relative;
    float: left;
  }
  .wg_widget {
    width: 29%;
    margin: 0px auto;
    position: relative;
    float: right;
  }
  /*blog list 样式 end */
  /*blog详情页样式 start */
  .yzblog {
    padding: 20px 20px 10px;
  }
  .blogsingle {
    width: 1100px;
    padding-top: 40px;
    margin: 0px auto;
    overflow: hidden;
  }
  .blogcate {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    color: #7e7d7a;
    }
  .yzblog-tit {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
  }
  .yzblog-au {
    text-align: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .yzblog-au i {
    margin: 0 1rem;
    color: #666;
  }
  .yzblog-desc {
    font-size: 16px !important;
    line-height: 28px;
    overflow-x: hidden;
  }
  .yzblog-desc p{
    text-indent: 2rem;
  }
  /*评论板块 start */
    .comment-respond {
    	margin-top: 30px;
    	padding: 20px;
    	background: #f9f9f9;
    	border-radius: 5px;
    }
    
    .comment-reply-title {
    	margin-bottom: 20px;
    	font-size: 1.5em;
    	color: #333;
    }
    
    .comment-form p {
    	margin-bottom: 15px;
    }
    
    .comment-form label {
    	display: block;
    	margin-bottom: 5px;
    	color: #666;
    }
    
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea {
    	width: 100%;
    	padding: 8px;
    	border: 1px solid #ddd;
    	border-radius: 4px;
    }
    
    .comment-form textarea {
    	height: 100px;
    	resize: vertical;
    }
    
    .form-submit input[type="submit"] {
    	background: #0066cc;
    	color: white;
    	padding: 10px 20px;
    	border: none;
    	border-radius: 4px;
    	cursor: pointer;
    	transition: background 0.3s;
    }
    
    .form-submit input[type="submit"]:hover {
    	background: #0052a3;
    }
    
    .required {
    	color: red;
    }
    
    .logged-in-as {
    	margin-bottom: 15px;
    	color: #666;
    }
    
    .logged-in-as a {
    	color: #0066cc;
    	text-decoration: none;
    }
    
    .logged-in-as a:hover {
    	text-decoration: underline;
    }
.yz-recommend, .yz-comment {
  margin-top: 1rem;
  border-top: dotted 1px #ddd;
  padding-top: 2rem;
}
.yz-recommend h3, .yz-comment h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
.yz-recommend ol {
  margin: 1rem 0;
  border: solid 1px #ddd;
  padding:0 1rem 1rem;
  }
  .yz-recommend ol li {
  margin-top: 0.5rem;
  }
  .yz-recommend ol li a {
    color: #699;
    border-bottom: dashed 1px #bbb8b8;
    }
  .yz-comment ul {
    list-style: none;
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
  .yz-comment ul li {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  }
  .yz-comment ul li p {
    margin-top: 0.5rem;
    }
  .yz-commen-time {
    font-size: .9em;
    opacity: .7;
  }
  .yz-comment-author {
    font-weight: 700;
  }
/* blog文章页上一篇/下一篇样式 */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.previous-post, .next-post {
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.previous-post a, .next-post a {
  color: #6c6699;;
  text-decoration: none;
}
.previous-post:hover, .next-post:hover {
  background: #f7f7f7;
}
.inner h3{
	word-break: break-all;
}

/*blog详情页样式 end */
.yztag_desc {
	width: 1100px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 40px;
  background-color: #f5f5f5;
  padding: 1rem;
}
.yztag_desc p {
	font-size: 125%;
}
.site-nav {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}
.site-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
	display: flex;
	justify-content: center;
}
.site-nav ul li {
  position: relative;
}
.site-nav ul li > a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
}
.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FF0000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.menu-item-has-children:hover > a::after {
  border-width: 0 5px 5px 5px;
}
.site-nav ul li:hover > ul {
  display: block;
}
.site-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.site-nav ul ul li {
  width: 280px;
}
.site-nav ul ul li > a {
  display: block;
  padding: 10px 20px;
  text-align: left;
}
.site-nav ul ul ul {
  left: 100%;
  top: 0;
}
/*about-us */
.about-main{
  margin-top: 3rem;
}
.about-main h1 {
	text-align: center;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 45px;
	margin-bottom: 1rem;
	font-weight: 400;
	font-family: 'Arial';
}
.about-main h2 {
	text-align: center;
	color: #666;
	font-size: 1.5rem;
	line-height: 25px;
	font-weight: normal;
}
.nyaboutb-jj {
	margin-top: 30px;
}
.nyaboutb-jj .brief {
	font-size: 16px;
	line-height: 30px;
}
.nyaboutb-jj .img {
	margin-top: 20px;
}
.nyaboutb-jj .img img {
	width: 100%;
}
.nyaboutb-jj ul {
	margin-top: 20px;
	margin-left: -.5rem;
	margin-right: -.5rem;
  display: flex;
}
.nyaboutb-jj ul li {
  width: 9%;
  float:left;
  }
.yz-page {
  width: 1100px;
  margin: 0rem auto;
  margin-top: 2rem;
  position: relative;
}
.yz-page-left {
	padding: 1rem;
  background: #f5f5f5;
}
.yz-page-left ul li {
  position: relative;
  text-align: left;
  font-size: 125%;
  line-height: 150%;
  color: #444446;
}
#containerditu {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
/*设备列表页 */
.equipment-list {
	margin-top: 2rem;
}
.equipment-list h1, h2{
	text-align: center;
	margin: 2rem 0 1rem;
  font-size: 26px;
  font-weight: bold;
}
.equipment-list ul li {
	display: block;
  width: 48%;
  float: left;
  margin: 10px;
}
.equipment-list ul li p{
	display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.equipment-list ul li .mar {
	border: 1px solid #c2c2c2;
	padding: 3px;
}
.bigimg img {
	max-width: 100%;
	height: auto;
}
/*新增样式结束 */
.tec__block .right .btn__area .btn:hover:before {
  left: -20px;
}
.tec__block .right .btn__area .btn:hover {
  opacity: 0.75;
}
.tec__block .right ul li {
  position: relative;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.tec__block .right ul li:hover {
  opacity: 0.5;
}
.tec__block .right ul li a {
  display: block;
  text-decoration: none;
  color: #1f2328;
}
.tec__block .right ul li .date {
  margin-bottom: 15px;
  font-size: 94%;
}
.tec__block .right ul li .sub_ttl {
  font-size: 104%;
}
.tec__block .right ul li .cat {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFF;
  padding: 5px 15px;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}
  
.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #1f2328;
}
strong {
  font-weight: 700;
  font-size: 104%;
}
.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #FFF;
}
strong {
  font-weight: 700;
}
.pc_none {
  display: none;
}
.sp_none {
 width: 100%; text-align: center;
}
.center {
  text-align: center;
}
.common_btn {
  background: #09013D;
  width: 320px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
}
.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}
.common_btn:hover:before {
  left: -20px;
}
.common_btn:hover {
  opacity: 0.75;
}
.detail_btn{
    background: #09013D;
    width: 240px;
    display: block;
    margin: 20px auto 0px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    line-height: 1.0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    border-radius: 5px;
}
.detail_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}
.detail_btn:hover:before {
  left: -20px;
}
.detail_btn:hover {
  opacity: 0.75;
}
header .tel {
  position: absolute;
  top: 0px;
  right: 0px;
}
header .tel ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 24px;
  float: right;
  box-sizing: border-box;
	font-weight: bold;
}
header .tel ul .telicon {
  font-size: 120%;
	border-right: #959595 solid 1px;
	padding: 0 20px 0 0;
}
header .tel ul .faxicon {
  font-size: 120%;
	border-right: #959595 solid 1px;
	padding: 0 20px 0 20px;
}
header .tel ul .mailicon {
  font-size: 115%;
}
header .tel ul .mailicon a{
	color: #F2A017;	
}
header .tel ul span{
	color: #F2A017;
}
header .tel ul li {
  position: relative;
}
header .tel ul li a {
  display: block;
  text-decoration: none;
}
header .tagline {
  width: 100%;
  padding: 12px 0px;
}
header .tagline .logo {
  width: 297px;
  float: left;
}
.slide li .sub_ttl {
  background-color: #09013D;
  padding: 6px 15px;
  font-size: 94%;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
.wrapper, .main_wrapper {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}
.index-ab1 {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 10px;
}
.wrapper .news__block{
  margin-bottom: 15px;
}
/* footer */
footer .logo {
  text-align: center;
  margin: 30px 0 20px -55px;
  background: url("img/logo_footer.png") center center no-repeat;
  height: 60px;
  clear: both;
}
footer .logo p {
	padding: 0px 0 0 110px;
	line-height: 30px;
}
footer .block {
  background-color: #09013D;
  padding: 15px 0px;
}
footer .block .pagetop {
  display: block;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}
footer .copy {
  text-align: center;
  color: #FFF;
  font-size: 1em;
  margin-bottom: 0.5rem;
}
footer ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px 0px;
}
footer ul li {
  position: relative;
  font-size: 94%;
  text-align: center;
  padding: 0px 15px;
  color: #FFF;
}
footer ul li a {
  text-decoration: none;
  display: block;
  color: #FFF;
}
footer ul li:not(:last-child):after {
  content: "｜";
  position: absolute;
  right: -5px;
  top: 0px;
  color: #FFF;
}
#yz_service {
  display: none;
}
.ttl {
  font-size: 160%;
  text-align: center;
  position: relative;
  line-height: 1.6;
  color: #1f2328;
  margin: 20px 0 30px 0;
}
h1.h_ttl, h2.h_ttl {
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 200%;
}
.blog__block .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.blog__block .box .left {
  width: 73%;
}
.blog__block .box .left article {
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.blog__block .box .left article .date {
  font-size: 84%;
  margin-bottom: 15px;
}
.blog__block .box .left article p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.blog__block .box .right {
  width: 25%;
}
.blog__block .box .right .cat__box {
  margin-bottom: 25px;
}
.blog__block .box .right .cat__box .sub_ttl {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  font-size: 114%;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.blog__block .box .right .cat__box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.blog__block .box .right .cat__box ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
}
.news__wrap{
	padding: 20px 0 10px 0;
}
.news__wrap h2{
	font-weight: normal;
	font-size: 1.3em;
	line-height: 2.2;
}
.news__wrap h2 span{
	font-size: 1.5em;
	font-weight: bold;
	color: #595757;
	padding: 0 60px 10px 60px;
	border-bottom: #c4c5c6 solid 1.75px;
	margin-bottom: 10px;
}
.news__block dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.news__block dl span {
  display: inline-block;
  color: white;
  min-width: 100px;
  border-radius: 5px;
  font-size: 84%;
  padding: 3px 10px;
  text-align: center;
  margin-right: 10px;
  background: #09013D;
}
.news__block dl dt {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 30%;
}
.news__block dl dt:first-child {
  border-top: 1px solid #CCC;
}
.news__block dl dd {
  color: #1f2328;
  width: 70%;
  box-sizing: border-box;
  padding: 15px 0px;
}
.news__block dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}
.news__block dl dd a {
  color: #1f2328;
  text-decoration: none;
  position: relative;
}
.top__blog ul li .sub_ttl {
  font-size: 124%;
  line-height: 1.7;
  margin-bottom: 10px;
}
.top__blog ul li .sub_ttl span {
  font-size: 74%;
  font-weight: normal;
}
.top__point {
  background: #F5F5F5;
  padding-bottom: 50px;
  margin-top: 80px;
  height: 1100px;
  box-sizing: border-box;
}
.top__point ul {
  position: absolute;
  left: 0px;
  top: -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.top__point ul li {
  width: 32%;
  margin-top: 2rem;
  border: 1px solid #eeecec;
}
.top__point ul li:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.top__point ul li:hover .box .btn:before {
  left: -20px;
}
.top__point ul li:hover {
  background: #09013D;
}
.top__point ul li .img_wrap {
  overflow: hidden;
  width: 100%;
	position: relative;
}
.top__point ul li .img_wrap img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}
.top__point ul li .img_wrap br{
	display: none;
}
.top__point ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #1f2328;
}
.top__point ul li .box {
  background: #FFF;
  padding: 25px 0 10px 0;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.top__point ul li .box .sub_ttl {
  font-size: 114%;
  line-height: 1.7;
  margin-bottom: 12px;
	color: #09043c;
	font-weight: bold;
}
.top__point ul li .box .sub_ttl span {
  color: #F2A017;
  font-size: 84%;
}
.top__point ul li .box .btn {
  background: #09013D;
  width: 140px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 11px 0px 11px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  font-size: 104%;
  text-align: left;
}
.top__point ul li .box .btn span {
  font-size: 70%;
}
.top__point ul li .box .btn:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}
.second_main_img {
  padding-top: 110px;
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
}
.second_main_img img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
}
.second_main_img .outer {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 3;
  width: 100%;
}
.second_main_img .outer h2 {
  font-size: 260%;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.second_main_img .outer h2:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #FFF;
  top: 55px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}
.solution__block ul li .sub_ttl {
  color: #09013D;
  font-size: 134%;
  margin-bottom: 10px;
}
.flow__block article {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 25px;
  box-sizing: border-box;
}
.flow__block article .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flow__block article .inner ul li:first-child {
  width: 200px;
}
.flow__block article .inner ul li:last-child {
  width: 80%;
  padding-left: 30px;
}
.flow__block article .inner ul li:last-child p {
  line-height: 1.8;
  font-size: 104%;
}
.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}
.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}
.work__block .list li .inner .sub_ttl {
  color: #09013D;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
}
.access__block ul li .inner .sub_ttl {
  color: #09013D;
  font-size: 144%;
  margin-bottom: 15px;
}
.create__introduction__block .box {
  padding: 40px 0px;
  box-sizing: border-box;
  background: #eee;
  position: relative;
}
.create__introduction__block .box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #09013D transparent transparent transparent;
}
.create__introduction__block .create__introduction__content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.create__introduction__block .create__introduction__content ul li {
  width: 50%;
  display: table;
  padding: 40px;
  box-sizing: border-box;
  min-height: 500px;
  height: 500px;
}
.create__introduction__block .create__introduction__content ul li .inner {
  display: table-cell;
  vertical-align: middle;
}
.create__introduction__block .create__introduction__content ul li .inner .sub_ttl {
  font-size: 160%;
  margin-bottom: 15px;
  color: #09013D;
}
.material__block ul li .inner .sub_ttl {
  font-size: 114%;
  margin-bottom: 15px;
}
.create__block .note {
  font-size: 104%;
  line-height: 1.8;
  padding: 40px 0px 0px;
}
.create__block .left__pic {
  background: #F5F5F5;
  margin-bottom: 15px;
}
.create__block .left__pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.create__block .left__pic ul .pic {
  width: 30%;
  max-width: 300px;
}
.create__block .left__pic ul .box {
  width: 70%;
}
.create__block .left__pic ul .box .outer {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.create__block .left__pic ul .box .outer .sub_ttl {
  font-size: 124%;
  margin-bottom: 15px;
}
.create__block .left__pic ul .box .outer p {
  line-height: 1.5;
}
.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}
/* 右侧小组件CSS */
.widget {
  padding-left: 5px;
}
.widget_search, .widget_categories, .widget_archive, .widget_tag_cloud, .widget_conntact {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b5cef7;
  background-color: #FBFBFB;
}
.widget-title {
  text-align: left;
  line-height: 2.6rem;
  background-color: #f7f3f3;
  padding-left: 0.5rem;
}
#yzpro_ttl {
	color: #1f2328;
}
.wp-block-search {
line-height: 2rem;
}
.wp-block-search__label{
font-size: 1.6rem;
}
.wp-block-search__inside-wrapper {
	margin-top: 1rem;
}
.wp-block-search__input {
	font-size: 1.2em;
}
.wp-block-search__button {
	margin-left: 0.5rem;
  margin-top: 0.2rem;
	border: #a6a6a6 1px solid;
	background-color: #f5f5f5;
	color: #1f2328;
}
.wp-block-categories-list li {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.wp-block-categories-list li .children{
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.wp-block-categories-list li .children li{
  font-size: 1.2rem;
}
.wp-block-archives-list li {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.widget_conntact dt {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
}
.widget_conntact dd {
	line-height: 1.5rem;
}
.widget_tag_cloud a {
  display: block;
  line-height: 1.5rem;
}
.yz_rec ol {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1rem;
  list-style-type: decimal;
}
.yz-page-tag {
  padding: 1rem;
  background: #f5f5f5;
}
.yz-page-tag a {
  margin: 1rem 2rem;
}
.ex_info ol {
  padding: 1rem;
  border: 1px solid #dfd9d9;
  margin-top: 1rem;
}
.ex_info ol p {
  margin-top: 1rem;
}
.footer-links {
  position: relative;
  margin: 10px 0px 0px 0px;
  text-align: center;
}
.dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid #aeaeae;
}
.dropdown-btn {
  color: #f5f5f5;
  padding: 2px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: 100%;
}
.dropdown-content a {
  color: #333;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.custom-share-bar {
  position: fixed;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  z-index: 999;
}
.custom-share-buttons li {
  margin-bottom: 2px;
}
.custom-share-buttons li:last-child {
  margin-bottom: 0;
}
.custom-share-buttons a {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.custom-share-buttons a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-share-buttons .facebook-icon {
  background-image: url('img/facebook-icon.png'); 
}
.custom-share-buttons .twitter-icon {
  background-image: url('img/twitter-icon.png'); 
}
.custom-share-buttons .linkedin-icon {
  background-image: url('img/linkedin-icon.png'); 
}
.custom-share-buttons .whatsapp-icon {
  background-image: url('img/whatsapp-icon.png'); 
}
.custom-share-buttons .share-icon {	width: 32px; height: 32px;
  background-image: url('img/share-icon.png'); 
}
@media screen and (max-width: 1100px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .create__introduction__block .bg_color {
    background: #eee;
  }
  .create__introduction__block .box {
    padding: 40px 0px;
    box-sizing: border-box;
    background: #eee;
    position: relative;
  }
  .create__introduction__block .box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #09013D transparent transparent transparent;
  }
  .create__introduction__block .box img {
    max-height: 280px;
  }
  .create__introduction__block .create__introduction__content ul li .inner .sub_ttl {
    font-size: 160%;
    margin-bottom: 15px;
    color: #09013D;
  }
    .index-ab1 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  header .tel {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  header .tel ul {
    min-width: 480px;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 25%;
  }
  .top__point {
    background: #F5F5F5;
    padding-bottom: 50px;
    margin-top: 80px;
    height: 900px;
    box-sizing: border-box;
  }
  .top__point ul {
    position: absolute;
    left: 0px;
    top: -60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__point ul li {
    width: 32%;
  }
	.point_text{
		font-size: 2.5em;
	}
  .top__point ul li:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .top__point ul li:hover .box .btn:before {
    left: -20px;
  }
  .top__point ul li:hover {
    background: #09013D;
  }
  .top__point ul li .img_wrap {
    overflow: hidden;
    width: 100%;
  }
  .top__point ul li .img_wrap img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
  }
  .top__point ul li a {
    display: block;
    text-decoration: none;
    width: 100%;
    color: #1f2328;
  }
  .top__point ul li .box {
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .top__point ul li .box .sub_ttl {
    font-size: 110%;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .top__point ul li .box .sub_ttl span {
    color: #F2A017;
    font-size: 84%;
  }
  .top__point ul li .box .btn {
    background: #09013D;
    width: 140px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 8px 0px 8px 55px;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    font-size: 104%;
    text-align: left;
  }
  .top__point ul li .box .btn span {
    font-size: 70%;
  }
  .top__point ul li .box .btn:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .ttl {
    font-size: 124%;
  }
  .tag_h1{
    font-size: 150%;
  }
  /*新增手机样式*/
  /*文章详情页样式*/
  .ny-con{
    padding: 1rem 0 0;
  }
  .am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .am-container > .am-g {
    width: auto;
  }
  .am-u-sm-12 {
    width: 100%;
    float: left;
    position: relative;
  }
  .xprod-img {
    width: 100%;
    margin-bottom: 2rem;
    float: left;
  }
  .xprod-wz {
    width: 100%;
    padding: 0;
    min-height: auto;
    float: right;
  }
  .xprod-wz-tit {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .xprod-wz-brief {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
  }
  .xprodan .tab-hd .tab-nav li {
    padding: 0px 0.5rem;
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
    float: left;
    margin-right: 0;
  }
  .xprodan .tab-hd .tab-hd-tel {
    height: 2rem;
    line-height: 4rem;
  }
  .xprodan .tab-hd .tab-hd-tel span {
    font-size: 0.7rem;
  }
  .bloglist{
      width: 100%;
    }
  .bloglist_1{
      width: 100%;
      padding: 0px 15px;
      box-sizing: border-box;
      clear:left;
    }
  .wg_widget {
    display:none;
    }
  /*blog详情页样式 start */
  .blogsingle {
    width: 100%;
  }
  .yztag_desc {
    width: 98%;
  }
  .yztag_desc p  {
    padding: 1rem 1rem 1rem 0;
  }
/* daohang下拉菜单样式 */
.mobile-nav{
  position: relative; 
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}
.mobile-nav ul {
  display: none;
  right: 0;
	position: fixed;
	z-index: 103;
	top: 0;
	width: 100%;
  padding: 0 .45rem .45rem ;
	border: 0;
	outline: 0;
	background-color: #e8dfdf;
}
.mobile-nav ul li:hover > ul {
  display: block;
}
.mobile-nav ul li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
	padding: 0.5rem 0;
}
.mobile-nav ul li > a i.fa-angle-down {
  font-size: 15px;
  margin-left: 8px;
}
.mobile-nav ul li > a {
	padding: 0.25rem 0.5rem;
	display: inline-block;
}
.menu-toggle{
  right: 0;
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.8rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  }
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .yzmenu-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .yzmenu-hamburger-icon, .yzmenu-hamburger-icon::before, .yzmenu-hamburger-icon::after {
    width: 100%;
    height: 4px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #09013D;
  }
  .yzmenu-hamburger-icon::before, .yzmenu-hamburger-icon::after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
  }
  .yzmenu-hamburger-icon::after {
    top: 10px;
  }
  .yz-page {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  
 /*平板设备列表页 */
  .equipment-list ul li {
    width: 46%;
    margin: 2%;
  }
  .equipment-list ul li .mar {
    padding: 1%;
  }
  
  /*新增手机样式结束*/
}

@media screen and (max-width: 760px) {
  ol, ul {
    box-sizing: border-box;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block; width: 100%;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    position: static;
  }
h2.h_ttl {
    padding-top: 0px;
    font-size: 150%;
}
  .top__content__wrap {
    padding-top: 0px;
  }
  .scroll table {
    width: 640px;
  }
  header .tagline {
    width: 100%;
    padding: 0px;
  }
  header .tagline .logo {
    width: 250px;
    padding: 10px;
  }
  .work__block .list li {
    width: 100%;
  }
  .solution__detail article .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution__detail article .pic img {
    width: 100%;
  }
  .solution__block__new .box {
    border: 1px solid #CCC;
    background: #F7F9F9;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .solution__block__new .box:hover {
    background: #ebfdfd;
  }
  .solution__block__new .box:hover:after {
    right: 35px;
    color: #09013D;
  }
  .solution__block__new .box:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 400%;
    color: #eee;
    transition: .5s all;
  }
  .solution__block__new .box a {
    display: block;
  }
  .solution__block__new .box .pic {
    width: 30%;
  }
  .solution__block__new .box .pic img {
    width: 100%;
  }
  .solution__block__new .box .right {
    width: 67%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution__block__new .box .right .sub_ttl {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 164%;
  }
  .temp .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .temp .box .pic {
    width: 100%;
    text-align: center;
  }
  .temp .box .right {
    width: 100%;
  }
  .temp .box .right section {
    margin-bottom: 30px;
  }
  .equipment .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment .box .pic {
    width: 100%;
    text-align: center;
  }
  .equipment .box .right {
    width: 100%;
  }
  .equipment .box .right section {
    margin-bottom: 30px;
  }
  .index-ab1 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .tec__detail .pdf__btn {
    width: 40%;
    max-width: 200px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 15px 0px 15px 0px;
    line-height: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s all;
    transition: .5s all;
    position: relative;
    border-radius: 5px;
    transition: .5s all;
  }
  .tec__detail .pdf__btn:hover {
    opacity: 0.7;
  }
  .tec__detail .new {
    width: 100%;
    border: 1px solid #CCC;
    background: #F7F9F9;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .tec__detail .new ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tec__detail .new ul li:first-child {
    width: 30%;
  }
  .tec__detail .new ul li:last-child {
    width: 68%;
  }
  .tec__detail .new ul li:last-child .date {
    font-size: 84%;
    margin-bottom: 10px;
  }
  .tec__detail .new ul li:last-child .sub_ttl {
    font-size: 124%;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  .tec__detail .main__block ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tec__detail .main__block ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .tec__detail .main__block ul li p {
    line-height: 1.7;
  }
  .tec__detail .main__block ul li img {
    width: 100%;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tec__detail .link ul {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tec__detail .link ul li {
    width: 32%;
  }
  .tec__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tec__block .left {
    width: 100%;
  }
	
	.tec__block .left .ttl{
		padding: 10px 0 0 0;
	}
	
  .tec__block .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tec__block .left ul li {
    width: 48%;
  }
  .tec__block .right {
    width: 100%;
  }
  .tec__block .right .btn__area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tec__block .right .btn__area div {
    width: 48%;
  }
  .tec__block .right .btn__area .btn {
    font-size: 84%;
  }
  .sitemap ul {
    flex-direction: column;
  }
  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }
  .sitemap ul li span {
    color: #09013D;
  }
  #containerditu {
    width: 100%;
    height: 300px;
    margin-top: 2rem;
  }
  .blog__block .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog__block .box .left {
    width: 100%;
  }
  .blog__block .box .right {
    width: 100%;
  }
  .blog__block .box .right .cat__box {
    margin-bottom: 25px;
  }
  .blog__block .box .right .cat__box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blog__block .box .right .cat__box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    width: 50%;
  }
  .blog__block .box .right .cat__box ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .flow__block article .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow__block article .inner ul li:first-child {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .flow__block article .inner ul li:last-child {
    width: 100%;
    padding-left: 0px;
  }
  .access__block ul {
    flex-wrap: wrap;
  }
  .access__block ul li {
    width: 100%;
    height: auto;
    display: table;
  }
  .access__block ul li iframe {
    height: 300px;
    margin-bottom: 20px;
  }
  .access__block ul li .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .access__block ul li .inner .sub_ttl {
    color: #09013D;
    font-size: 144%;
    margin-bottom: 15px;
  }
  .access__block ul li .inner .txt {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .material__block ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .material__block ul li img {
    width: 100%;
    vertical-align: top;
  }
  .equipment__block article {
    padding-bottom: 20px;
  }
  .equipment__block article ul {
    margin-bottom: 25px;
  }
  .equipment__block article ul li:first-child {
    width: 100%;
  }
  .equipment__block article ul li:first-child img {
    max-width: 100%;
  }
  .equipment__block article ul li:last-child {
    width: 100%;
  }
  .equipment__block article ul table th, .equipment__block article ul table td {
    padding: 15px 0px;
    font-size: 100%;
  }
  .equipment__block article ul table td {
    text-align: right;
  }
  .create__introduction__block .reverse {
    flex-direction: column-reverse;
  }
  .create__introduction__block .box img {
    max-height: 280px;
  }
  .create__block img {
    width: 100%;
  }
  .create__block .left__pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .create__block .left__pic ul .box:before {
    display: none;
  }
  .create__block .left__pic ul .pic {
    width: 100%;
    max-width: none;
  }
  .create__block .left__pic ul .box {
    width: 100%;
  }
  .second_main_img {
    padding-top: 0px;
  }
  .second_main_img .outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    z-index: 3;
    width: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 184%;
    text-align: center;
  }
  .top__blog ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__blog ul li {
    width: 100%;
    border: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .top__blog ul li:last-child {
    margin-bottom: 0px;
  }
  .top__point {
    background: #F5F5F5;
    padding: 50px 20px;
    margin-top: 0px;
    height: auto;
    box-sizing: border-box;
  }
  .top__point ul {
    position: static;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
	
	.point_text{
		font-size: 4em;
	}
	
  .top__point ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .top__point ul li:last-child {
    margin-bottom: 0px;
  }
  .top__point ul li:hover .box .btn:before {
    left: -20px;
  }
  .top__point ul li:hover {
    background: #09013D;
  }
  .top__point ul li .img_wrap {
    height: 300px;
  }
	
  .top__point ul li .box {
    background: #FFF;
    padding: 20px 0 25px 0;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .top__point ul li .box .sub_ttl {
    font-size: 110%;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .top__point ul li .box .sub_ttl span {
    color: #F2A017;
    font-size: 84%;
  }
  .top__point ul li .box .btn {
    background: #09013D;
    width: 140px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 11px 0px 11px 55px;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    font-size: 104%;
    text-align: left;
  }
  .top__point ul li .box .btn span {
    font-size: 70%;
  }
  .top__point ul li .box .btn:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  header .sp_tel {
    position: fixed;
    z-index: 2;
    right: 60px;
    top: 10px;
    font-size: 200%;
    z-index: 100;
    color: #09013D;
  }
  header .sp_tel a {
    color: #09013D;
  }
  header nav {
    padding-top: 0px;
    margin-top: 0px;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul .item_hidden:before {
    content: "-";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #1f2328 !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }
  header nav ul .item_active:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #1f2328 !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
    text-align: left;
    color: #1f2328 !important;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: relative;
  }
  header nav ul li ul {
    display: none;
    background-color: #FFF;
  }
  header nav ul li ul li {
    font-size: 80%;
	  background-color: #FFF;
    float: left;
    border-right: 1px solid #CCC;
  }
  header nav ul li ul li:last-child {
    border-bottom: none;
    border-right: 1px solid #CCC;
  }
  header nav ul li ul li:nth-child(2n) {
    border-right: none;
  }
  header nav ul li ul li a {
    padding: 10px 10px !important;
    display: block;
    color: #1f2328 !important;
  }
  header nav ul li:after {
    display: none;
  }
  header nav ul li a {
    text-decoration: none;
    color: #1f2328;
  }
  header nav ul li a:hover {
    text-decoration: none;
  }
	
	.nav_recruit{
		padding: 12px;
	}
	
  .flow__block .laser ul li:last-child {
    width: 100%;
  }
  .flow__block .laser ul li:first-child {
    width: 100%;
  }
  .flow__block .laser ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
/* kefu */
#yz_service {background-color: #fff; display:block}
.service_m {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.service_m ul {
	overflow: hidden;
}
.service_m1{
	background:none
}
.service_m li {
	width: 33%;
	float: left;
	background: url(img/navbg.png) repeat-x center;
	text-align: center;
	padding: 0.8em 0;
}
.service_m li a {
	display: block;
	color: #fff;
	background: url(img/tbg.png) no-repeat left center;
}
.xprodan .tab-bd h2{
  text-align: left;
  font-size: 18px;
  }
.xprodan .tab-bd h3,h4,h5{
  text-align: left;
  font-size: 16px;
  margin-top: 0.5rem;
  }
}


@media screen and (max-width: 640px) {
	
	.top__point ul li .img_wrap br{
		display: block;
	}
  .tec__news dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tec__news dl dt {
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 124%;
    font-weight: bold;
    border-bottom: none;
  }
  .tec__news dl dt:first-child {
    border-top: none;
  }
  .tec__news dl dd {
    color: #333333;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 13px;
  }
  .tec__news dl dd:nth-child(2) {
    border-top: none;
  }
  .tec__news .pdf__sm_btn {
    width: 50%;
    max-width: 240px;
    display: block;
    margin: 10px auto 0px;
    color: #fff;
    padding: 15px 0px 15px 0px;
    line-height: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s all;
    transition: .5s all;
    position: relative;
    border-radius: 5px;
    transition: .5s all;
  }
  .tec__news .pdf__sm_btn:hover {
    opacity: 0.7;
  }
  .tec__news .pdf__btn {
    width: 50%;
    max-width: 240px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 15px 0px 15px 0px;
    line-height: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s all;
    transition: .5s all;
    position: relative;
    border-radius: 5px;
    transition: .5s all;
  }
  .tec__news .pdf__btn:hover {
    opacity: 0.7;
  }
  .tec__news .new {
    width: 100%;
    border: 1px solid #CCC;
    background: #F7F9F9;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .tec__news .new ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tec__news .new ul li:first-child {
    width: 100%;
  }
  .tec__news .new ul li:first-child img {
    width: 100%;
    margin-bottom: 15px;
  }
  .tec__news .new ul li:last-child {
    width: 100%;
  }
  .tec__news .new ul li:last-child .date {
    font-size: 84%;
    margin-bottom: 10px;
  }
  .tec__news .new ul li:last-child .sub_ttl {
    font-size: 124%;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .middle_ttl {
    font-size: 140%;
  }
  .contact {
    padding: 10px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th, .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }
  .privacy .sub_ttl {
    font-size: 140%;
  }
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: none;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 65%;
    padding: 10px 0px;
  }
  .flow__block .laser {
    background: #eee;
    padding: 15px;
    margin: 30px 0px;
  }

  .flow__block .laser ul li:first-child p {
    margin-bottom: 10px;
  }
  .news__block dl {
    flex-direction: column;
    padding: 0px;
  }
  .news__block dl dt {
    width: 100%;
    font-weight: 500;
    background: #F5F5F5;
    padding: 5px 10px;
    border-bottom: none;
  }
  .news__block dl dd {
    width: 100%;
    font-size: 90%;
    border-top: none;
    padding: 7px 10px;
  }
  .news__block dl dd:nth-child(2) {
    border-top: none;
  }
  .top__point {
    background: #F5F5F5;
    padding: 20px 20px;
    margin-top: 0px;
    height: auto;
    box-sizing: border-box;
  }
  .top__point ul {
    position: static;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__point ul li {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .top__point ul li:last-child {
    margin-bottom: 0px;
  }
  .top__point ul li:hover .box .btn:before {
    left: -20px;
  }
  .top__point ul li:hover {
    background: #09013D;
  }
  .top__point ul li .img_wrap {
    height: 100%;
  }
  .top__point ul li .box .btn span {
    font-size: 70%;
  }
  .tec__block .right .btn__area div {
    width: 100%;
  }
  .tec__block .right .btn__area .btn {
    font-size: 84%;
	  padding: 15px 0 5px 0;
  }
	
	.tec__block .right .btn__area .btn img{
		width: 80%;
		height: auto;
		
	}
  .second_main_img .outer h2 {
    font-size: 130%;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  .slide {
    width: 100%;
    display: none;
  }
  .slide li {
    margin: 0px 10px;
  }
  .tec__detail .link ul {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tec__detail .link ul li {
    width: 50%;
    font-size: 74%;
  }
  .tec__detail .link ul li a {
    padding: 15px 0px;
  }
  .solution__block__new .box .right .sub_ttl {
    font-size: 124%;
  }
.slide_wrapper 
	{padding:0;}

  /*手机设备列表页 */
  .equipment-list ul li {
  width: 98%;
  margin: 1%;
  clear:both;
}

}
