@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
.container {
  width: 1300px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.menu-box .fa{
	color:#fff;
	font-size:18px;
	margin-right:20px;
	margin-top:6px;
}
#header {
  z-index: 210;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	color:white;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 5%;
  width: 52%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
	font-weight:bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
	font-size:inherit;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
	color:#ff9c00;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ff9c00;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
	position:relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	position:absolute;
	left:100%;
	top:0;
	width:100%;
	display:none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover> ul {
	display:block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  padding: .5em 1em;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  padding: 0 10px;
  position: relative;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  color: #ff9c00;
  text-transform: uppercase;
  text-decoration: line-through;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .yuy ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  background-color: white;
  font-size: 14px;
  display: none;
	color:black;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  padding: .5em .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: #ff9c00;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  margin-left:25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	font-size:18px;
}
#header .nav .ui.menu .menuBox {
  width: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
#header .nav .ui.menu .menuBox span {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .nav .ui.menu .menuBox i {
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-animation: lc 1s linear infinite alternate;
  -moz-animation: lc 1s linear infinite alternate;
  animation: lc 1s linear infinite alternate;
}
#header .nav .ui.menu .menuBox i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#header .nav .ui.menu .menuBox i:nth-child(3) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#header.h-header {
  top: 0;
  background-color: #1b2376;
	padding:10px 0;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes lc {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}
@-moz-keyframes lc {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}
@keyframes lc {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.banner-list .fa-chevron-right{
	font-size:50px;
	right:30px;
	top:45%;
	position:absolute;
	z-index:9;
	color:#fff;
	cursor:pointer;
}
.header {
  position: relative;
}
.header .all_nav {
  display: none;
  width: 500px;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 1002;
}
.header .all_nav #inner-canvas {
  position: absolute;
  left: 80px;
  top: 381px;
  z-index: 6;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.header .all_nav #inner-canvas #canvas {
  width: 979px !important;
}
.header .all_nav.on {
  display: block;
}
.header .all_nav a.all_nav_close {
  display: inline-block;
  /* margin-top: 20px; */
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.4s;
  top: 16px;
  right: -60px;
}
.header .all_nav a.all_nav_close:hover {
  transform: rotate(180deg);
}
.header .all_nav .all_nav_con {
  padding: 40px 20%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: linear-gradient(-270deg, #3991e2 0%, #172586 100%);
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
}
.header .all_nav .nav_top {
  position: relative;
  padding-bottom: 20px;
}
.header .all_nav .nav_top img{
	margin-left:30px;
}
.header .all_nav .nav_top h1 > img {
  width: auto;
}
.header .all_nav .menu {
  margin-top: 50px;
  padding-left: 10%;
}
.header .all_nav .menu h2 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: poppins-bold;
  font-weight: bold;
}
.header .all_nav .all_nav_con > ul {
  display: block;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding-left: 10%;
  margin-top: 20px;
}
.header .all_nav ul.pcmenu li {
  width: 95%;
  margin-bottom: 20px;
  position: relative;
}

.header .all_nav ul.pcmenu li .fa {
  position: absolute;
  left: 20px;
  top: 10px;
}
.header .all_nav .pcmenu li a {
  width: 100%;
  display: block;
  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: right;
  color: #fff;
  position: relative;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.header .all_nav .pcmenu li a:hover {
  background: #2f82f6;
  border: 2px solid #2f82f6;
}
.header .all_nav ul.pcmenu li .child{
	position:absolute; z-index:999; padding-left:10px;
	width:100%; left:100%;
	top:0; display:none;
}
.header .all_nav ul.pcmenu li:hover .child{
	display:block;
}
.header .all_nav ul.pcmenu li .child li{
	margin-bottom:10px;
}
.header .all_nav .pcmenu li .child a {
  padding: 10px; text-align:left; background: linear-gradient(-270deg, #3991e2 0%, #172586 100%);
}
#dowebok .section2 {
  background: url(../images/sec2-bg.jpg) no-repeat center;
  background-size: cover;
}
#dowebok .section2 h2.h2 {
  color: #fff;
  font-family: FranklinGothic-Heavy;
  font-size: 36px;
  margin-bottom: 10px;
}
#dowebok .section2 p.p {
  color: #fff;
  font-size: 12px;
}
#dowebok .section2 .grid-box.two {
  padding-top: 30px;
}
#dowebok .section2 .grid-box.two .column:nth-child(1){
	padding-right: 5%;
}
#dowebok .section2 .grid-box.two .column:nth-child(2){
	padding-left: 5%;
}
#dowebok .section2 .grid-box.two .tit{
	border-bottom: 1px solid #fff; padding: 10px 0;
}
#dowebok .section2 .grid-box.two .tit h3 {
  color: #fff;
    font-family: FranklinGothic-Heavy;
    font-size: 36px;
    margin-bottom: 10px;
}
#dowebok .section2 .grid-box.two .tit .more {
  color: #fff;
  font-size: 16px; line-height: 54px;
}
#dowebok .section2 .grid-box.two .column ul li {
  padding: 20px 0;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(1) {
  width: 20%; padding: 0;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2) {
  width: 65%;
  padding: 0 2%;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2) h3 a {
  color: #fff; font-size: 20px;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2) p {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  padding-top: 10px;
}
#dowebok .section2 .fp-tableCell .inner-page.HUIFENG .HUIFENG1{
   color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding-top: 10px;
}
#dowebok .section2 .fp-tableCell .inner-page.HUIFENG .HUIFENG1 h1{
   display: inline;
   line-height: 30px;
    font-size: 16px;
    font-weight: inherit;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(3) {
  width: 100%;
}
#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(3) .time {
  color: #fff;
  text-align: right;
}
#dowebok .section2 .new-list {
  position: relative;
  margin-top: 40px;
}
#dowebok .section2 .new-list .slideBox {
  padding-top: 10px;
}
#dowebok .section2 .new-list .swiper-slide {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#dowebok .section2 .new-list .swiper-slide:hover {
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#dowebok .section2 .new-list .text {
  background: #fff;
  position: relative;
  z-index: 8;
  padding: 40px;
}
#dowebok .section2 .new-list .text h2 {
  color: #303030;
}
#dowebok .section2 .new-list .text h2 a {
  font-size: 20px;
}
#dowebok .section2 .new-list .text h2 a:hover {
  color: #005dd4;
}
#dowebok .section2 .new-list .text .time {
  font-size: 12px;
  color: #9e9e9e;
  margin: 10px 0;
}
#dowebok .section2 .new-list .text p {
  color: #504d4d;
  font-size: 12px;
  line-height: 26px;
  margin: 0 0 20px;
}
#dowebok .section2 .new-list .text a.more {
  color: #005dd4;
  text-transform: uppercase;
  font-size: 12px;
}
.footer {
  background: url(../images/footer_07.jpg) repeat;
  padding: 50px 0 20px;
}
.footer a:hover {
  color: #ff9c00;
}
.footer .footer-top {
  padding-bottom: 20px;
}
.footer .footer-top .logo2 img {
  width: auto;
}
.footer .footer-top .i-message {
  float: left;
  width: 90%;
  margin-top: 20px;
  border-top: 1px solid #454972;
}
.footer .footer-top .i-message .text .grid-box {
  padding: 20px 0;
}
.footer .footer-top .i-message .text .grid-box .column p {
  color: #fff;
}
.footer .footer-top .i-message .text .grid-box .column1 {
  width: 50%;
}
.footer .footer-top .i-message .text .grid-box .column1 h2 {
  font-size: 30px;
  color: #fff;
}
.footer .footer-top .i-message .text .grid-box .column1 h2 span {
  font-size: 20px;
  color: #ff9c00;
  margin-right: 20px;
}
.footer .footer-top .i-message .text .grid-box .column2 {
  width: 18%;
  border-left: 1px solid #fff;
  padding-left: 2%;
}
.footer .footer-top .i-message .text .grid-box .column3 {
  width: 32%;
  border-left: 1px solid #fff;
  padding-left: 2%;
}
.footer .footer-top .i-qr {
  float: right;
  width: 10%;
  padding-left: 2%;
}
.footer .footer-bottom {
  border-top: 1px solid #454972;
  padding: 10px 0 30px;
}
.footer .footer-bottom p {
  color: #fff;
  padding-top: 20px;
}
.footer .footer-bottom p .fa {
  margin-right: 3px;
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  width: 100%;
  position: relative;
	z-index:1;
}
.inner-banner .order {
  width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-banner #inner-canvas {
  position: absolute;
  width: 400px;
  height: 100%;
  bottom: 0;
  z-index: 99;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.newdet-page .news {
  padding: 50px 0;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 36px;
}
.newdet-page .news .news_date {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 16px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
  font: 30px "poppins-regular";
  font-weight: 600;
}
.prodet-page .prodet-pics {
  padding: 59px 0 12px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);*/
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 26px;
  font-family: roboto-light;
/*   text-transform: uppercase; */
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 20px;
  font-family: roboto-light;
  line-height: 34px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #ff9c00;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding:60px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
/*   font-size: 32px; */
/*   text-transform: uppercase; */
  color: #000;
  font-family: roboto-black;
  font: 30px "poppins-regular";
  font-weight: 600;
  text-align: center;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #ff9c00;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #ff9c00;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #ff9c00 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 27px;
  font-family: roboto-black;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 10px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa.fw2{
  color: #f2f2f2;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}


.fp-viewing-0 .header .all_nav.on{
  left:0;
}

#banner{
		position:relative;
	}
#banner .img{
	position:relative;
}
	#banner .text{
		width:30%; 
		position:absolute; 
		right:5%; 
		top:70%; 
		z-index:8;
	}
	#banner .text h2{
		color:#fff; 
		font-size:34px; 
		text-transform:capitalize; 
		font-weight:bold;
		line-height: 50px;
	}
	#banner .text h2 .fa{
		font-size:40px;
	}
	#banner .text p{
		color:#fff; line-height:25px;
	}

.swiper-pagination-current{
	color:#000; font-size:24px;
}

#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #dadada;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}


.course-wrap{
	padding-top: 32px; margin-top:0 !important;
	padding-bottom: 40px;
	transition: normal;
}
.course-wrap.m-wrap{
	padding-top: 15px;
	position: relative;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap.m-wrap p.f48{
	font-size: 20px;
	line-height: 34px;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap.m-wrap span.f14{
	line-height: 22px;
}
.course-wrap .course-list{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.course-wrap.m-wrap .course-list{
	margin-top: 20px;
}
.course-wrap .course-list .ovh{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../img/bg_12.png) repeat-x left center;
}
.course-wrap.m-wrap .course-list .ovh{
	background: none;
	width: 100%;
}
.course-wrap .course-list li{
	width: 300px;
	position: relative;
	margin-right: -93px;
}
.course-wrap.m-wrap .course-list li{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}
.course-wrap .course-list .main{
	padding: 17px 20px 27px;
	background-color: #fff;
	width: 260px;
	color: #777;
}
.course-wrap .course-list .main p{
	padding-left: 18px;
	background: url(../img/ico_125.jpg) no-repeat left 9px;
}
.course-wrap.m-wrap .course-list .main{
	width: 94%;
	padding: 17px 3% 27px;
}
.course-wrap .course-list li .top{
	background: url(../img/bg_10.png) no-repeat left top;
	padding-top: 45px;
	height: 42px;
	line-height: 42px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
}
.course-wrap.m-wrap .course-list li .top{
	padding-top: 0;
	padding-left: 3%;
	width: 97%;
	text-align: left;
	background: #e8e8e8;
}
.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap.m-wrap .course-list li.odd{
	position: relative;
}
.course-wrap .course-list li.odd .top{
	background: url(../img/bg_11.png) no-repeat left bottom;
	padding-bottom: 45px;
	padding-top: 0;
}
.course-wrap.m-wrap .course-list li.odd .top{
	padding-bottom: 0;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.course-wrap.m-wrap .course-list li.odd .main{
	margin-top: 42px;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap.m-wrap .course-list .butn{
	display: none;
}
.course-wrap .course-list .prev{
	background: url(../images/ico_40.png) no-repeat center top;
	left: 0;
}
.course-wrap .course-list .next{
	background: url(../images/ico_39.png) no-repeat center top;
	right: 0;
}
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}
.course-wrap .course-list li:hover .top{
	background: url(../images/bg_10.png) no-repeat right top;
	color: #fff;
}
.course-wrap.m-wrap .course-list li:hover .top,.course-wrap.m-wrap .course-list li.odd:hover .top{
	background: #e8e8e8;
	color: #666;
}
.course-wrap .course-list li.odd:hover .top{
	background: url(../images/bg_11.png) no-repeat right top;
	color: #fff;
}
.image-gallery{
	padding:10px 0;
}
.m-page {
  text-align: center;
  padding:15px 0 50px;
  font-size: 1rem;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}




.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
.thumb-gallery{
	padding-bottom:60px;
}

.prodet-page .prodet-det-two .det03{
	margin-top:72px;
}
.prodet-page .prodet-det-two .det03 .top{
	margin-bottom:58px;
}
.prodet-page .prodet-det-two .det03 .top .con{
	width:55%;
	padding-right:36px;
}
.prodet-page .prodet-det-two .det03 .top .con p{
	color:#000000;
	font-size:16px;
	margin-top:20px;
}
.prodet-page .prodet-det-two .det03 .top p{
   font-size:16px;
	margin-top:20px;
}
.prodet-page .prodet-det-two .det03 .top .img{
	width:45%;
}
.prodet-page .recommand-product .head{
	text-align:center;
	font-size:30px;
	color:#000000;
	margin:50px 0 63px;
}


@media screen and (max-width:1600px){
  .container{
    width:1400px;
  }
}

@media screen and (max-width:1400px){
  .container{
    width:1200px;
  }
	.banner-list img{
		height:100%;
	}
	#dowebok .section2 .grid-box.two .column ul li:nth-child(4),
	#dowebok .section2 .grid-box.two .column ul li:nth-child(5){
		display:none;
	}
	#banner .text h2{
		font-size:16px;
		line-height: 30px;
	}
	.header .all_nav .menu h2{
		font-size:25px;
	}
	#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2) h3 a{
		font-size:16px;
		line-height: 28px;
	}
	.sidebar-menu{
		display:none;
	}
	.prodet-page .prodet-pics .pro-det-one .proName{
		font-size:22px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width:1200px){
  .container{
    width:970px;
  }
	#dowebok .section2 .grid-box.two .column ul li:nth-child(3){
		display:none;
	}
	.footer .footer-top .i-message .text .grid-box .column1 h2{
		font-size:20px;
	}
	.f-30 {
    font-size: 20px;
}
	.prodet-page .recommand-product .head,
	.prodetFeedback .innerTit{
		font-size:24px;
	}
	.prodet-page .prodet-det-two table {
    width: 100% !important;
	}
	.grid-box.two>.column {
    width: 100%;
}
	.tea_case {
    margin: 0 auto;
}
}


@media screen and (max-width:1000px){
  .container{
    width:700px;
  }
	.fp-viewing-0 .header .all_nav.on{
		display:none;
	}
	#banner .text h2{
		font-size:18px;
	}
	#banner{
		margin-top:0px;
	}
	#dowebok .section2 .grid-box.two .tit h3 {
    font-size: 20px;
    margin-bottom: 0;
}
	#dowebok .section2 .grid-box.two .tit .more {
    line-height: 30px;
}
	#banner .text h2 .fa {
    font-size: 24px;
}
	.banner-list img {
    height: auto;
}
	.fp-section.fp-table, .fp-slide.fp-table,
	.fp-tableCell{
		height:auto !important;
	}
	#dowebok .section2 .grid-box.two .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
}
	#dowebok .section2 .grid-box.two .column:nth-child(2) {
    padding-left: 0;
		width: 100%;
}
	.footer .footer-top .i-message .text .grid-box .column {
    width: 100%;
}
.footer .footer-top .i-message .text .grid-box .column p,
.footer .footer-top .i-message .text .grid-box .column a{
     font-size: 16px;
}
	.prodet-page .prodet-pics .pro-bPic {
    width: 100%!important;
}
	.prodet-page .prodet-pics .pro-det-one {
    padding-left: 0!important;
		margin-bottom:10px;
    width: 100%!important;
}
.prodet-page .prodet-pics .pro-det-one .con table td{
    font-size: 16px;
    line-height: 28px;
}
	.prodet-page .prodet-det-two .det03 .top .con {
    width: 100%;
    padding-right: 0;
}
	#banner .text{
		right:13%;
	}
}


@media screen and (max-width:700px){
  .container{
    width:100%;
  }
	.inner-page{
		margin-top:50px;
	}
  table {
      display: block;
      width: 100%;
      overflow-x: scroll;
  }
	#banner .text p,
	.footer .footer-top{
		
	}
	.footer {
    padding: 20px 0;
}
	.footer .footer-bottom p{
		width:100%;
		padding-top:0;
		font-size: 16px;
	}
	.footer .footer-bottom p.foot-link{
	display: none!important;
	}
	.banner-list .fa-chevron-right{
		font-size:20px;
	}
	.header .all_nav.on,
	{
		display:none;
	}
	.inner-banner{
	   height: 200px;
       width: 100%;
	}
	
	.inner-banner .sen_link_box .bread-crumbs{
	   text-align: center;
    position: absolute;
    width: 84%;
    top: 40%;
    margin-top: 7px;
	    font-size: 20px;
    line-height: 28px;
	}
	.inner-banner .sen_link_box {
	  padding: 80px 8%;
	}
	.inner-banner .sen_link_box .pre_box,
	.inner-banner .sen_link_box .sen_link_con,
	.inner-banner .order .inner-canvas {
	  display: none!important;
	}
	.inner-banner #inner-canvas{
	  display: none!important;
	}
	.tea_case {
    padding: 0 0 20px 0 !important;
}
	.com_info_case {
    margin-left: 0 !important;
    width: 100%!important;
    margin-bottom: 0!important;
}
	.com_img_case {
		margin:0 !important;
	}
	.pro_list_box > a, .pro_list_box > div{
		    width: 96% !important;
		margin-right: 1.23%!important;
		margin-bottom:50px!important;
		padding:10px !important;
	}
	.pro_title{
		font-size:14px;
		margin:10px 0;
	}
	.prodet-page .prodetTit,
	.prodet-page .recommand-product .head, .prodetFeedback .innerTit{
		font-size:20px !important;
	}
	.prodet-page .prodet-pics {
    padding: 10px 0;
}
	.prodet-page .prodet-pics .pro-det-one .proName {
    font-size: 20px;
    margin-bottom: 13px;
    padding-top: 10px;
    line-height: 28px;
}
	.prodet-page .prodet-det-two table tr td p,
	.prodet-page .prodet-det-two table tr td p span{
		font-size:14px !important;
		line-height:auto;
	}
	.prodet-page .prodet-det-two {
    padding: 30px 0;
}
	.prodet-page .recommand-product .head{
		margin:20px 0;
	}
	.prodet-page .recommand-product {
    padding: 20px 0;
}
	.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 100%;
    margin-right: 0;
		margin-bottom:10px;
}
	.prodetFeedback .ptForm .fbBot ,
	.prodetFeedback .ptForm .fbTop{
    margin-bottom: 20px;
}
	.new_title{
		font-size:15px;
	}
	.new_title, .new_info {
    margin-top: 5px;
}
	.new_tex_box{
		padding:5px 0;
	}
	#header,
  #dowebok .section2 .grid-box.two .column ul li .img-box,
  .footer .footer-top .i-qr{
		display:none!important;
	}
  #banner .swiper-slide:nth-child(2) .text{
    top: 10%;
  }
  #dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2){
    width: 100%;
  }
	#banner{
	}
	#dowebok{
		margin-top:50px;
	}
	#banner .text{
		width:83%;
		top: 20%;
	}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	.prodet-page .prodet-det-two table {
    display: block;
    width: 100% !important;
		height:auto !important;
    overflow-x: scroll;
	font-size: 16px;
    line-height: 26px;
	}
}


@media screen and (max-width:500px){
	.com_img_case .swiper-button-next,
	.swiper-button-prev{
		display:none !important;
	}
	.f-30 {
    font-size: 20px;
}
	.wid-60 {
    width: 100% !important;
}
	.contact-page .c-list-box .contactList .qr-box{
		display:none;
	}
	.contact-page .c-list-box .contactList .c-name{
		font-size:20px;
	}
	.pro_title{
		 font-size: 18px !important;
	}
	.tea_case {
    padding: 1rem 0 20px 0 !important;
}
    .inner-page .pro_con .container .tea_case .hfxcl-1 {
    display: none!important;
}
}

#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.bread-crumbs {
  font-size: 16px; text-align: center; position: absolute; width:84%; top:66%;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;font-size: 16px;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page {
	position:relative;
	z-index:1;
}

.inner-page .pro_con .container .tea_case .pro_title{
    padding-top: 20px;
	font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    height: 46px;
    text-align: center;
	margin: .5rem 0 4.8rem;
}

.inner-page .pro_con .container .tea_case .hfxcl-1 h1{
    font-size: 28px;
    padding: 5px 0 10px;
}
.inner-page .pro_con .container .tea_case .hfxcl-1 .pro-desc p{
    font-size: 16px;
    line-height: 28px;
}
.inner-page .pro_con .container .tea_case .hfxcl-1 .pro-desc a{
    font-size: 16px;
    line-height: 28px;
}
.inner-page .pro_con .container .tea_case .hfxcl-1 {
    padding: 0 0 30px;
}
.swiper-slide .con-box .inner-box h3{
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 5px;
	line-height: 1.8;
}

.prodet-page .recommand-product .i-product .slideBox .swiper-wrapper .swiper-slide .con-box .inner-box p{
   line-height: 28px;
}

.prodet-page .prodet-det-two .ui.container table td{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 10px;
}

.inner-page .container .com_con .tea_case .com_info_case p{
    font-size: 16px;
}
.inner-page .pro_con .container .tea_case .new_tex_box .new_info{
    font-size: 16px;
	line-height:30px;
}

.footer .footer-bottom p.foot-link{
  padding-left:10px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 330px;
}
#dowebok .section2 .fp-tableCell .inner-page.HUIFENG .container .com_con{
    background: no-repeat;
}
#dowebok .section2 .fp-tableCell .inner-page.HUIFENG .container .com_con .com_info_case{
    margin-top: 30px;
    width: 100%;
	margin-left: 0;
}
@media screen and (max-width:700px){
	#banner .text p {
		display:none;
	}
	#dowebok .section2 .fp-tableCell .inner-page.HUIFENG .HUIFENG1 {
		font-size:14px;
	}
	#dowebok .section2 .grid-box.two .column ul li .grid-box.three .column:nth-child(2) p {
		word-wrap: break-word;
	}
	#dowebok .section2 .grid-box.two ul {
		display:none;
	}
	#dowebok .section2 .grid-box.two {
		padding-bottom:60px;
	}
}
#dowebok .pro {
	display:none;
	padding-top:40px;
	color:white;
}
#dowebok .pro h3 {
	font-size:24px;
	font-weight:bold;
	display:block;
	margin-bottom:1em;
}
#dowebok .pro .prolist {
	overflow:hidden;
}
#dowebok .pro .prolist ul li span.h6 {
	font-size:16px;
	margin-top:1em;
	display:block;
}
@media screen and (max-width:700px){
	#dowebok .pro {
		display:block;
	}
}
.sidebar-menu {
	display:none !important;
}