@charset "utf-8";
/** 公共样式
 * @author fatcar
 * 2018-12-8
 */
/* 公共 */
html,
body,
header,
ul,
li,
div,
a,
span,
h1,
h2,
h3,
h4,
h5,
img,
p,
form,
input {
  margin: 0;
  padding: 0;
}
body{
  line-height: 1.428571429;
  color: #545454;
  background-color: #fff;
}
html {
  touch-action: none;
}
* {
  font-family: arial;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
header{
  background-color: #fff;
  border-bottom:1px solid #d8d8d8;
  box-shadow:0 1px 2px -1px #d2d2d2;
}
.header-container{
  width: 1120px;
  margin: 0 auto;
}
.container {
  width: 1120px;
  margin: 0 auto;
}
.container-mid {
  width: 1120px;
  margin: 0 auto;
}
.clearfix {
  display:block;
  content: " ";
  clear: both;
  visibility: hidden;
}
/* 颜色公共 */
.b7b {
  color: #7b7b7d;
}
.fff {
  color: #fff;
}
.da2 {
  color: #da251d;
}
.c3 {
  color: #333;
}
.c33 {
  color: #333 !important;
}
.cd2-h:hover {
  color: #da251d !important;
}
.w170 {
  width: 144px;
}
.w220 {
  width: 176px;
}
.w310 {
  width: 256px;
}
.b-e6e {
  background-color: #e6e6ef;
}
.b-e0e {
  background-color: #e0e0e8 !important;
}
.b-d0d {
  background-color: #d0d0d7 !important;
}
/* 常用样式 */
/* 头部样式 */
.top-wrap {
  height: 32px;
  line-height: 32px;
  background-color: #e6e6e8;
}
.top-wrap .top-box {
  height: 32px;
  /*
		.lang{
			display: block;
			float: right;
			padding-left: 24px;
			background: url(../images/en.png) no-repeat left 0 top 9.6px;
			background-size:20px 13.6px;
			font-size: 12.8px;
			.b7b;
			margin-right: 16px;
			&:after{
				content: "|";
				margin-left: 16px;
			}
		}
		.lang-cn{
			display: block;
			float: right;
			padding-left: 24px;
			background: url(../images/cn.png) no-repeat left 0 top 9.6px;
			background-size:20px 13.6px;
			font-size: 12.8px;
			.b7b;
		}
		*/
}
.top-wrap .top-box .message-box {
  float: left;
  color: #666;
  font-size: 12.8px;
}
.top-wrap .top-box .message-box .question {
  float: left;
  display: inline-block;
  margin-right: 40px;
}
.top-wrap .top-box .message-box .email {
  float: left;
}
.top-wrap .top-box .lang-box {
  display: block;
  float: right;
  position: relative;
  font-size: 14px;
}
.top-wrap .top-box .lang-box a {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.top-wrap .top-box .lang-box a:active {
  color: black;
}
.top-wrap .top-box .lang-box .lang-show {
  display: block;
  height: 32px;
  line-height: 36px;
  padding-left: 35px;
  margin-right:30px;
}
.top-wrap .top-box .lang-box .lang-show:after {
  margin-left: 15px;
  content: '﹀';
  font-weight: bold;
  position: absolute;
  top: 2px;
}
.top-wrap .top-box .lang-box .lang-en {
  background: url(../images/en.png) no-repeat left 0 top 9px;
}
.top-wrap .top-box .lang-box .lang-cn {
  background: url(../images/cn.png) no-repeat left 0 top 9px;
}
.top-wrap .top-box .lang-box .lang-jp {
  background: url(../images/jp.png) no-repeat left 0 top 9px;
}
.top-wrap .top-box .lang-box .lang-ru {
  background: url(../images/ru.png) no-repeat left 0 top 9px;
}
.top-wrap .top-box .lang-box .lang-menu {
  display: none;
  clear: both;
  float: left;
  background-color: #e6e6e8;
  position: absolute;
  top: 32px;
  left: -10px;
  width: 150px;
  z-index: 9999;
}
.top-wrap .top-box .lang-box:hover ul.lang-menu {
  display: block;
}
.top-wrap .top-box .lang-box .lang-menu li {
  display: block;
  width: 140px;
  float: left;
  padding-left: 10px;
}
.top-wrap .top-box .lang-box .lang-menu li:hover {
  background-color: #da251d;
}
.top-wrap .top-box .lang-box .lang-menu li a {
  display: block;
  width: 105px;
  padding-left: 35px;
}
.top-wrap .top-box .lang-box .lang-menu li a:hover {
  color: #fff;
}
.top-wrap .top-box .shop-link {
  float: right;
  margin-right: 15px;
  height: 32px;
  font-size: 14px;
}
.top-wrap .top-box .shop-link a {
  display: block;
  height: 32px;
  line-height: 36px;
  padding-left: 35px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  background: url(../images/cart-full.png) no-repeat 1px 2px;
  background-size: 28px 28px;
}
.top-wrap .top-box .shop-link a:active {
  color: #666;
}
.top-wrap .top-box .shop-link a:hover {
  color: red;
}
.nav-wrap {
  height: 80px;
  position: relative;
}
.nav-wrap .logo {
  display: block;
  margin-right: 80px;
  margin-top: 16px;
  height: 48px;
}
.nav-wrap .nav {
  margin-top: 16px;
  height: 48px;
  line-height: 48px;
  font-size: 12.8px;
}
/* .nav-wrap .nav li {
  position: static;
  display: block;
} */
.nav-wrap .nav .nav-li {
  float: left;
  padding: 0 16px;
  margin-right: 25px;
  text-align: center;
}
.nav-wrap .nav .nav-li-relative{
  position: relative;
}
.nav-wrap .nav .nav-li .navlink {
  font-size: 16px;
  color: #333;
}
.nav-wrap .nav .nav-li .subnav-box {
  display: none;
  position: absolute;
  left: 0;
  z-index: 20000;
  width: 760px;
  padding: 0 8px;
  padding-bottom: 32px;
  padding-top: 13.6px;
  background-color: #fff;
  overflow: hidden;
  color: #333;
}
.nav-wrap .nav .nav-li .subnav-box-cates{
  position: absolute;
  top: 67px;
  left:0px;
  z-index: 20000;
  width: 1136px;
  display:-ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display:flex;
  justify-content:space-around;
  padding: 0 8px;
  padding-bottom: 32px;
  padding-top: 13.6px;
  transition: all ease-in .6s;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 {
  float: left;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .tit {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .tit:hover {
  color: #DA251D;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li {
  text-align: left;
  padding-left: 8px;
  height: 28.8px;
  line-height: 28.8px;
  list-style: disc inside none;
  white-space: nowrap;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li .subnavlink {
  color: #333;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li:hover .subnavlink {
  color: #DA251D;
}


.nav-wrap .nav .nav-li .subnav-box .subnav1 {
  float: left;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .tit {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .tit:hover {
  color: #DA251D;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li {
  text-align: left;
  padding-left: 8px;
  height: 28.8px;
  line-height: 28.8px;
  list-style: disc inside none;
  white-space: nowrap;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li .subnavlink {
  color: #333;
}
.nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li:hover .subnavlink {
  color: #DA251D;
}
.nav-wrap .nav .nav-li .subnav2 {
  width: 280px;
  display: none;
  position: absolute;
  left: -52px;
  top: 52.6px;
  padding-top: 25.6px;
  background-color: #fff;
  padding-bottom: 16px;
  z-index: 20000;
  overflow: hidden;
}
.nav-wrap .nav .nav-li .subnav2 .subnav-li {
  padding-left: 8px;
  height: 32px;
  line-height: 32px;
  list-style: disc inside none;
  text-align: left;
  overflow: hidden;
}
.nav-wrap .nav .nav-li .subnav2 .subnav-li .subnavlink {
  color: #333;
}
.nav-wrap .nav .nav-li .subnav2 .subnav-li:hover .subnavlink {
  color: #DA251D;
}
.nav-wrap .nav .nav-li:hover {
  border-bottom: 2.4px solid #da251d;
}
.nav-wrap .nav .nav-li:hover .navlink {
  color: #da251d;
}

.nav-wrap .nav .nav-li:last-child {
  margin-right: 0;
}
.nav-wrap .seach-box {
  margin-top: 24px;
}
.nav-wrap .seach-box .serch-form {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 216px;
  border: 0.8px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.nav-wrap .seach-box .serch-form .title {
  float: left;
  padding-left: 8px;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #7b7b7d;
  font-size: 12.8px;
  width: 176px;
  border: none;
  outline: none;
}
.nav-wrap .seach-box .serch-form .submit {
  float: right;
  display: block;
  border: none;
  height: 32px;
  width: 32px;
  background: url(../images/search.png) no-repeat left 8px top 6px;
}

.nav-wrap.nav-wrap-ru .nav .nav-li {
  padding: 0 12px;
  margin-right: 10px;
}

.bigimg {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.position {
  padding: 16px 0;
  color: #666;
}
.position .link {
  color: #666;
}
.position .link:hover {
  color: #DA251D;
}
#smallnav a{
  color: #666;
}
#smallnav a:hover{
  color: #DA251D;
}
.smallnav-page-detail{
  padding-top:6px;
  padding-bottom:30px;
}
/*组件*/
.common-link {
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  color: #DA251D;
  border: 0.8px solid #da251d;
  border-radius: 12.8px;
  transition: 0.3s;
}
.common-link:hover {
  background-color: #DA251D;
  color: #fff;
}
.common-tit {
  padding-left: 12px;
  margin-bottom: 16px;
  position: relative;
}
.common-tit .tit {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin-right: 32px;
}
.common-tit .type {
  color: #666;
}
.common-tit:before {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 0px;
  width: 3.2px;
  height: 16px;
  background-color: #DA251D;
}
.page {
  width: 100%;
  text-align: center;
}
.page .link {
  display: inline-block;
  padding: 2.4px 8px;
  color: #666;
  border: 0.8px solid #666;
  margin-right: 16px;
}
.page .link:hover {
  border: 0.8px solid #aeaeae;
  background-color: #aeaeae;
  color: #fff;
}
.page .link.active {
  border: 0.8px solid #aeaeae;
  background-color: #aeaeae;
  color: #fff;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination li{
  display: inline-block;
  margin-right: 16px;
}
.pagination li a {
  display: inline-block;
  padding: 2.4px 8px;
  border: 0.8px solid #666;
  color: #666;
}
.pagination li:hover a {
  padding: 2.4px 8px;
  border: 0.8px solid #aeaeae;
  background-color: #aeaeae;
  color: #fff;
}
.pagination li.active span {
  display: inline-block;
  padding: 2.4px 8px;
  border: 0.8px solid #aeaeae;
  background-color: #aeaeae;
  color: #fff;
}
.pagination li a {
  color: #666;
}
.pagination li.disabled span{
  display: inline-block;
  display: inline-block;
  padding: 2.4px 8px;
  border: 0.8px solid #aeaeae;
  margin-right: 16px;
}

.common-tit1 {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 0.8px solid #ccc;
}
.common-tit1 .tit {
  display: inline-block;
  font-weight: normal;
  font-size: 19.2px;
  color: #333;
}
.common-tit1 .tit:after {
  display: block;
  position: relative;
  top: 9.2px;
  content: "";
  width: 100%;
  height: 2.4px;
  background-color: #DA251D;
}
.product-common-tit1 .tit:after{
  width: 162px;
}
/****************footer css*****************/
.footer{display:block;margin-top:48px;}
.footer .footer-main{
    background: #6f6f6f;
}
.footer-main .inner-footer-main{
    display: block;
    padding:30px 5px;
    margin:0 auto;
    color:#fff;
}
.footer-main .inner-footer-main:after{
    display: block;
    content: " ";
    clear: both;
}
.footer-main .inner-footer-main .col-menu{
    float:left;
	padding-left:0px;
	margin-right:100px;
}
.footer-main .inner-footer-main .col-menu:nth-child(2){
	width: 400px;
}
.footer-main .inner-footer-main .col-menu:nth-child(3){
	margin-right:0px;
}
.footer-nav-menu{
    display: block;;
    list-style: none;
}
.footer-nav-menu dt{
	margin-bottom:15px;
}
.footer-nav-menu dd{
	list-style: none;
    padding-bottom:8px;
	line-height: 30px;
	margin-left:0px;
}
.footer-nav-menu dd a{
    font-size:16px;
    color:#fff;
    text-decoration: none;
    font-weight: normal;
}
.footer-nav-menu dd a:hover{
    color:#e4e5e2;
    text-decoration: underline;
    transition: color .3ms ease-in-out;
}

.social-medias{}
.social-medias a{display: inline-block;margin-right:10px;}
.social-medias a i{font-size:1.6654654655rem}
.social-medias a img{width:30px;}

.footer-bottom{
    background: #272723;
}
.inner-footer-bottom{
    margin:0 auto;
    padding:20px 15px 10px 20px ;
}
.inner-footer-bottom .copyright{
    color:#efefef;
    font-size:16px;;
    margin-bottom:15px;
    text-align: center;
}
.footer-bottom-links{
    color:#fff;
    font-size:.8543325436rem;
}
.footer-bottom-links a{
    font-size:.8543325436rem;
    color:#fff;
    text-decoration: none;
}
.footer-bottom-links a:hover{
    color:#e4e5e2;
    text-decoration: underline;
    transition: color .3ms ease-in-out;
}
.footer-nav-menu .contactus-addr span{
	display:block;
	margin-bottom: 10px;
}
.footer-nav-menu .credential-list{}
.footer-nav-menu .credential-list img{
	width:100%
}
.footer-nav-menu .contactus-logo{
	display: block;
	padding-bottom:0px;
}
.footer-nav-menu .contactus-logo img{
	width:128px;
}
.footer-nav-menu .contactus-methods{ font-size:16px;color:#fff;}
.footer-nav-menu .contactus-methods span{display:block;margin-top:8px;padding-left:36px;}
.footer-email{
	background-image: url(../images/contact-methods/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.footer-whatsapp{
	background-image: url(../images/contact-methods/whatsapp.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.footer-skype{
	background-image: url(../images/contact-methods/skype.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.footer-tel{
	background-image: url(../images/contact-methods/tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.footer-qq{
	background-image: url(../images/contact-methods/qq.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.social-media-bar{
	position:fixed;
	left:10px;
	bottom:10px;
}
.social-media-bar .social-medias a{
	display:block;
	padding-top:10px;
	margin-left:0px;
}
.social-media-bar .social-medias a:hover{
	margin-left:2px;
}

/* feedback */
.feedbacks {
  bottom: 10px;
  position: fixed;
  right: 0px;
  width: 160px;
  z-index: 10011;
}
.feedback-qqbox {
  box-sizing: border-box;
  border: 0.8px solid #da251d;
  font-size: 11.2px;
  color: #333;
  background-color: #fff;
}
.feedback-qqbox .tit {
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-size: 12.8px;
  text-align: center;
  color: #fff;
  background-color: #da251d;
  position: relative;
}
.feedback-qqbox .qquser {
  float:left;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width: 50%;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.feedback-qqbox .services {
  float:left;
  display: inline-block;
  height: 48px;
  width: 50%;
  line-height: 24px;
  margin-bottom: 8px;
  color: #333;
  text-align: center;
}
.feedback-qqbox .services .img {
  margin-right: 10px;
  vertical-align: middle;
}
.index-feedback {
  display: none;
  width: 160px;
}
.index-feedback .tit {
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-size: 12.8px;
  text-align: center;
  color: #fff;
  background-color: #da251d;
  position: relative;
}
.index-feedback .feedback-box {
  color: #333;
  background-color: #fff;
  border: 0.8px solid #da251d;
}
.index-feedback .feedback-box .form-box {
  padding: 8px 16px;
  font-size: 11.2px;
}
.index-feedback .feedback-box .form-box .input-box .tit-box {
  text-align: center;
  height: 24px;
  line-height: 24px;
}
.index-feedback .feedback-box .form-box .input-box .tit-box .start {
  color: #da251d;
}
.index-feedback .feedback-box .form-box .input-box .input-txt {
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  border: 0.8px solid #ccc;
  outline: none;
  background-color: transparent;
}
.index-feedback .feedback-box .form-box .input-box .textarea-box {
  width: 120px;
  height: 48px;
  padding-left: 8px;
  border: 0.8px solid #ccc;
  outline: none;
  background-color: transparent;
  overflow-x: hidden;
}
.index-feedback .feedback-box .form-box .input-box .input-code {
  width: 40px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  padding-left: 8px;
  border: 0.8px solid #ccc;
  outline: none;
  background-color: transparent;
}
.index-feedback .feedback-box .form-box .input-box .code {
  color: #da251d;
}
.index-feedback .feedback-box .form-box .input-sub {
  width: 120px;
  margin-top: 16px;
  height: 32px;
  line-height: 32px;
  background-color: #da251d;
  color: #fff;
  border: none;
  font-size: 12.8px;
  border-radius: 4px;
}
.index-feedback .feedback-box .form-box .des {
  color: #da251d;
  text-align: center;
}
.index-feedback .feedback-box .fooeback-foot {
  background-color: #da251d;
  width: 160px;
  height: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.index-feedback .feedback-box .fooeback-foot .img {
  vertical-align: middle;
  height: 24px;
}
.open {
  background: url(../images/zk.png) no-repeat;
  background-size: 24px 24px;
}
.off {
  background: url(../images/sq.png) no-repeat;
  background-size: 24px 24px;
}
.feedback-open {
  display: block;
  width: 160px;
  box-sizing: border-box;
  font-size: 14.4px;
  height: 32px;
  line-height: 32px;
  background-color: #da251d;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background-position: left 2px top 3px;
}

.social-media-bar{
	position:fixed;
	left:10px;
	bottom:10px;
}
.social-media-bar .social-medias a{
	display:block;
	padding-top:10px;
	margin-left:0px;
}
.social-media-bar .social-medias a:hover{
	margin-left:2px;
}

.social-media-bar  .social-medias a img {
  width: 30px;
}
.addthis-holder{background:#343537;padding-bottom:10px;}



@media screen and (min-width: 1600px) {
  .feedbacks {
    position: fixed;
    right: 0px;
    bottom: 10px;
    width: 200px;
  }
  .feedback-qqbox {
    box-sizing: border-box;
    border: 1px solid #da251d;
    font-size: 14px;
    color: #333;
    background-color: #fff;
  }
  .feedback-qqbox .tit {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #da251d;
    position: relative;
  }
  .feedback-qqbox .qquser {
    display:inline-block;
    width: 50%;
    height: 48px;
    line-height: 30px;
    text-align: center;
  }
  .feedback-qqbox .services {
    display:inline-block;
    width: 50%;
    height: 48px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
  }
  .feedback-qqbox .services .img {
    margin-right: 10px;
    vertical-align: middle;
  }
  .index-feedback {
    display: none;
    width: 200px;
  }
  .index-feedback .tit {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #da251d;
    position: relative;
  }
  .index-feedback .feedback-box {
    color: #333;
    background-color: #fff;
    border: 1px solid #da251d;
  }
  .index-feedback .feedback-box .form-box {
    padding: 10px 20px;
    font-size: 14px;
  }
  .index-feedback .feedback-box .form-box .input-box .tit-box {
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  .index-feedback .feedback-box .form-box .input-box .tit-box .start {
    color: #da251d;
  }
  .index-feedback .feedback-box .form-box .input-box .input-txt {
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
  }
  .index-feedback .feedback-box .form-box .input-box .textarea-box {
    width: 150px;
    height: 60px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
    overflow-x: hidden;
  }
  .index-feedback .feedback-box .form-box .input-box .input-code {
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
  }
  .index-feedback .feedback-box .form-box .input-box .code {
    color: #da251d;
  }
  .index-feedback .feedback-box .form-box .input-sub {
    width: 150px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #da251d;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 5px;
  }
  .index-feedback .feedback-box .form-box .des {
    color: #da251d;
    text-align: center;
  }
  .index-feedback .feedback-box .fooeback-foot {
    background-color: #da251d;
    width: 200px;
    height: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .index-feedback .feedback-box .fooeback-foot .img {
    vertical-align: middle;
    height: 30px;
  }
  .open {
    background: url(../images/zk.png) no-repeat;
  }
  .off {
    background: url(../images/sq.png) no-repeat;
  }
  .feedback-open {
    display: block;
    width: 200px;
    box-sizing: border-box;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #da251d;
    color: #fff;
    overflow: hidden;
    text-align: center;
    background-position: left 2px top 3px;
  }
}
.product-box {
  background-color: #fff;
}
.product-box .product-type {
  padding: 32px 0;
  text-align:center;
}
.product-box .product-type .type-li {
  display: inline-block;
  width: 240px;
  position: relative;
}

.product-box .product-type .type-li .link-box {
  display: block;
}
.product-box .product-type .type-li .link-box .img-box {
  width: 240px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-box .product-type .type-li .link-box .img-box .img {
  width: 156px;
  vertical-align: middle;
}
.product-box .product-type .type-li .link-box .tit {
  height: 60px;
  line-height: 30px;
  font-weight: normal;
  font-size: 22px;
  color: #333;
  text-align: center;
  overflow: hidden;
}
.product-box .product-type .type-li .link-box:hover .tit {
  color: #DA251D;
}
.product-box .product-type .type-li .subtype-box {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2000;
  padding: 16px 0px;
  padding-left: 48px;
  background-color: #fff;
}
.product-box .product-type .type-li .subtype-box .subtype-li {
  list-style: disc inside none;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: left;
}
.product-box .product-type .type-li .subtype-box .subtype-li .link {
  color: #333;
  font-size: 16px;
}
.product-box .product-type .type-li .subtype-box .subtype-li .link:hover {
  color: #da251d;
}
.product-box .product-type .type-li .subtype-box.big {
  width: 130%;
}
.product-box .product-type .type-li:hover .subtype-box {
  display: block;
}
.product-type-overview{
  padding: 15px;
  margin-bottom: 30px;
  background-color: #f4f3f8;
}

.product-type-overview .product-type-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-type-overview .product-type-description {
  font-size: 14px;
}


@media screen and (min-width: 1600px) {
  .product-box {
    background-color: #fff;
    text-align:center
  }
  .product-box .product-type {
    padding: 40px 0;
  }
  .product-box .product-type .type-li {
    display:inline-block;
    width: 300px;
    position: relative;
  }
  .product-box .product-type .type-li .link-box {
    display: block;
  }
  .product-box .product-type .type-li .link-box .img-box {
    width: 300px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .product-box .product-type .type-li .link-box .img-box .img {
    width: 195px;
    vertical-align: middle;
  }
  .product-box .product-type .type-li .link-box .tit {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    text-align: center;
  }
  .product-box .product-type .type-li .link-box:hover .tit {
    color: #DA251D;
  }
  .product-box .product-type .type-li .subtype-box {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2000;
    padding: 20px 0px;
    padding-left: 60px;
    background-color: #fff;
  }
  .product-box .product-type .type-li .subtype-box .subtype-li {
    list-style: disc inside none;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .product-box .product-type .type-li .subtype-box .subtype-li .link {
    color: #333;
    font-size: 20px;
  }
  .product-box .product-type .type-li .subtype-box .subtype-li .link:hover {
    color: #da251d;
  }
  .product-box .product-type .type-li .subtype-box.big {
    width: 130%;
  }
  .product-box .product-type .type-li:hover .subtype-box {
    display: block;
  }
  .product-type-overview{
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f4f3f8;
  }
  
  .product-type-overview .product-type-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-type-overview .product-type-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .nav-wrap {
    height: 100px;
    position: relative;
  }
  .nav-wrap .logo {
    display: block;
    margin-right: 100px;
    margin-top: 20px;
    height: 60px;
  }
  .nav-wrap .nav {
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .nav-wrap .nav .nav-li {
    float: left;
    padding: 0 20px;
    margin-right: 25px;
    text-align: center;
  }
  .nav-wrap .nav .nav-li-relative{
    position: relative;
  }
  .nav-wrap .nav .nav-li .navlink {
    font-size: 20px;
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box {
    display: none;
    position: absolute;
    left: 0;
    z-index: 20000;
    padding: 0 10px;
    padding-bottom: 40px;
    padding-top: 17px;
    background-color: #fff;
    overflow: hidden;
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box-cates{
    position: absolute;
    top: 85px;
    left:0px;
    z-index: 20000;
    width: 1338px;
    display:-ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display:flex;
    justify-content:space-around;
    padding: 0 10px;
    padding-bottom: 40px;
    padding-top: 25.6px;
    transition: all ease-in .6s;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 {
    float: left;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .tit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .tit:hover {
    color: #DA251D;
  }
  /* .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li {
    text-align: left;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    list-style: disc inside none;
  } */
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li .subnavlink {
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li:hover .subnavlink {
    color: #DA251D;
  }
  .nav-wrap .nav .nav-li .subnav2 {
    width: 280px;
    display: none;
    position: absolute;
    left: -65px;
    top: 65px;
    padding-top: 32px;
    background-color: #fff;
    padding-bottom: 20px;
    z-index: 20000;
    overflow: hidden;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    list-style: disc inside none;
    text-align: left;
    overflow: hidden;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li .subnavlink {
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li:hover .subnavlink {
    color: #DA251D;
  }
  .nav-wrap .nav .nav-li:hover {
    border-bottom: 3px solid #da251d;
  }
  .nav-wrap .nav .nav-li:hover .navlink {
    color: #da251d;
  }
  .nav-wrap .nav .nav-li:last-child {
    margin-right: 0;
  }
  .nav-wrap .seach-box {
    margin-top: 30px;
  }
  .nav-wrap .seach-box .serch-form {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .nav-wrap .seach-box .serch-form .title {
    float: left;
    padding-left: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #7b7b7d;
    font-size: 16px;
    width: 210px;
    border: none;
    outline: none;
  }
  .nav-wrap .seach-box .serch-form .submit {
    float: right;
    display: block;
    border: none;
    height: 40px;
    width: 40px;
    background: url(../images/search.png) no-repeat left 10px top 10px;
  }

  .nav-wrap.nav-wrap-ru .nav .nav-li {
    padding: 0 15px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .header-container{
    width: 1318px;
    margin: 0 auto;
  }
  .container {
    width: 1358px;
    margin: 0 auto;
  }
  .container-mid {
    width: 1358px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .w170 {
    width: 180px;
  }
  .w220 {
    width: 220px;
  }
  .w310 {
    width: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .top-wrap {
    height: 40px;
    line-height: 40px;
    background-color: #e6e6e8;
  }
  .top-wrap .top-box {
    height: 40px;
  }
  .top-wrap .top-box .message-box {
    float: left;
    color: #666;
    font-size: 16px;
  }
  .top-wrap .top-box .message-box .question {
    float: left;
    display: inline-block;
    margin-right: 50px;
  }
  .top-wrap .top-box .message-box .email {
    float: left;
  }
  .top-wrap .top-box .lang {
    display: block;
    float: right;
    padding-left: 30px;
    background: url(../images/en.png) no-repeat left 0 top 12px;
    font-size: 16px;
    color: #7b7b7d;
    margin-right: 20px;
  }
  .top-wrap .top-box .lang:after {
    content: "|";
    margin-left: 20px;
  }
  .top-wrap .top-box .lang-cn {
    display: block;
    float: right;
    padding-left: 30px;
    background: url(../images/cn.png) no-repeat left 0 top 12px;
    font-size: 16px;
    color: #7b7b7d;
  }
}
@media screen and (min-width: 1600px) {
  .nav-wrap {
    height: 100px;
    position: relative;
  }
  .nav-wrap .logo {
    display: block;
    margin-right: 100px;
    margin-top: 20px;
    height: 60px;
  }
  .nav-wrap .nav {
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .nav-wrap .nav .nav-li {
    float: left;
    padding: 0 20px;
    margin-right: 25px;
    text-align: center;
  }
  .nav-wrap .nav .nav-li-relative{
    position: relative;
  }
  .nav-wrap .nav .nav-li .navlink {
    font-size: 20px;
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box {
    display: none;
    position: absolute;
    left: 0;
    z-index: 20000;
    padding: 0 10px;
    padding-bottom: 40px;
    padding-top: 17px;
    background-color: #fff;
    overflow: hidden;
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box-cates{
    position: absolute;
    top: 85px;
    left:0px;
    z-index: 20000;
    width: 1338px;
    display:-ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display:flex;
    justify-content:space-around;
    padding: 0 10px;
    padding-bottom: 40px;
    padding-top: 25.6px;
    transition: all ease-in .6s;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 {
    float: left;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .tit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .tit:hover {
    color: #DA251D;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li {
    text-align: left;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    list-style: disc inside none;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li .subnavlink {
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav-box .subnav1 .subnav-li:hover .subnavlink {
    color: #DA251D;
  }
  .nav-wrap .nav .nav-li .subnav2 {
    width: 280px;
    display: none;
    position: absolute;
    left: -65px;
    top: 65px;
    padding-top: 32px;
    background-color: #fff;
    padding-bottom: 20px;
    z-index: 20000;
    overflow: hidden;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    list-style: disc inside none;
    text-align: left;
    overflow: hidden;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li .subnavlink {
    color: #333;
  }
  .nav-wrap .nav .nav-li .subnav2 .subnav-li:hover .subnavlink {
    color: #DA251D;
  }
  .nav-wrap .nav .nav-li:hover {
    border-bottom: 3px solid #da251d;
  }
  .nav-wrap .nav .nav-li:hover .navlink {
    color: #da251d;
  }
  .nav-wrap .nav .nav-li:last-child {
    margin-right: 0;
  }
  .nav-wrap .seach-box {
    margin-top: 30px;
  }
  .nav-wrap .seach-box .serch-form {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .nav-wrap .seach-box .serch-form .title {
    float: left;
    padding-left: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #7b7b7d;
    font-size: 16px;
    width: 210px;
    border: none;
    outline: none;
  }
  .nav-wrap .seach-box .serch-form .submit {
    float: right;
    display: block;
    border: none;
    height: 40px;
    width: 40px;
    background: url(../images/search.png) no-repeat left 10px top 10px;
  }
}
@media screen and (min-width: 1600px) {
  .bigimg {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .position {
    padding: 20px 0;
    color: #666;
  }
  .position .link {
    color: #666;
  }
  .position .link:hover {
    color: #DA251D;
  }
}
@media screen and (min-width: 1600px) {
  .common-link {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #DA251D;
    border: 1px solid #da251d;
    border-radius: 20px;
    transition: 0.3s;
  }
  .common-link:hover {
    background-color: #DA251D;
    color: #fff;
  }
}
@media screen and (min-width: 1600px) {
  .common-tit {
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .common-tit .tit {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    margin-right: 40px;
  }
  .common-tit .type {
    color: #666;
  }
  .common-tit:before {
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: 0px;
    width: 4px;
    height: 20px;
    background-color: #DA251D;
  }
}
@media screen and (min-width: 1600px) {
  .page {
    width: 100%;
    text-align: center;
  }
  .page .link {
    display: inline-block;
    padding: 3px 10px;
    color: #666;
    border: 1px solid #666;
    margin-right: 20px;
  }
  .page .link:hover {
    border: 1px solid #aeaeae;
    background-color: #aeaeae;
    color: #fff;
  }
  .page .link.active {
    border: 1px solid #aeaeae;
    background-color: #aeaeae;
    color: #fff;
  }
  .common-tit1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .common-tit1 .tit {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    color: #333;
  }
  .common-tit1 .tit:after {
    display: block;
    position: relative;
    top: 12px;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #DA251D;
  }
  .product-common-tit1 .tit:after{
    width: 162px;
  }
}
@media screen and (min-width: 1600px) {
  /******footer*******/
	.footer-main .inner-footer-main{
		display: block;
		padding:30px 15px;
		margin:0 auto;
		color:#fff;
	}
	.footer-main .inner-footer-main:after{
		display: block;
		content: " ";
		clear: both;
	}
	.footer-main .inner-footer-main .col-menu{
		float:left;
		padding-left:0px;
		margin-right:120px;
	}
	.footer-main .inner-footer-main .col-menu:nth-child(2){
		
	}
	.footer-main .inner-footer-main .col-menu:nth-child(3){
		margin-right:0px;
	}
}
.share-box {
  position: fixed;
  left: 0px;
  top: 96px;
  padding: 16px 8px;
  width: 36px;
  border-radius: 4px;
}
.share-box .link-box {
  display: block;
  margin-bottom: 8px;
}
.share-box .link-box:nth-child(5) {
  margin-bottom: 0;
}
.share-box .link-box img {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .share-box {
    position: fixed;
    left: 0px;
    top: 120px;
    padding: 20px 10px;
    width: 45px;
    border-radius: 5px;
  }
  .share-box .link-box {
    display: block;
    margin-bottom: 10px;
  }
  .share-box .link-box:nth-child(5) {
    margin-bottom: 0;
  }
  .share-box .link-box img {
    width: 100%;
  }
}
.thinks-box {
  height: 600px;
  background: url(../images/thinks.png) no-repeat;
  background-size: 100% 100%;
}
.thinks-box .tit {
  padding-top: 150px;
  color: #fd5b41;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.thinks-box .des {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.thinks-box .link-box {
  text-align: center;
}
.thinks-box .link-box .link {
  display: inline-block;
  font-size: 28px;
  padding: 10px 22px;
  border: 1px solid #fff;
  color: #fff;
}
/*关于我们*/
.aboutus-wrap {
  border: 1px solid #f8f8f8;
  border-top: 0px;
  box-shadow: 0px 2px 3px 1px #d8d8d8;
  padding: 20px;
  margin-bottom: 32px;
}
.aboutus-wrap .nav-box {
  float: left;
  width: 240px;
}
.aboutus-wrap .slideTxtBox .hd {
  width: 240px;
  background:#f9f9f9;
  padding:10px 0px;
}
.aboutus-wrap .slideTxtBox .hd ul {
  overflow: hidden;
}
.aboutus-wrap .slideTxtBox .hd ul li {
  cursor: pointer;
  color: #333;
  font-size: 12.8px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  margin: 0 0px;
  padding-left: 16px;
  margin-bottom: 2px;
}
.slideTxtBox .hd ul li a{
  display: inline-block;
  width: 100%;
  color:#333;
  font-size: 12.8px;
  line-height: 32px;
  box-sizing:border-box;
}
.aboutus-wrap .slideTxtBox .hd ul li:hover a{
  color: #DA251D;
  background-color: #e8e8e8;
}
.aboutus-wrap .slideTxtBox .hd ul li:hover {
  color: #DA251D;
  background-color: #e8e8e8;
}
.aboutus-wrap .slideTxtBox .hd ul li.ant {
  color: #DA251D;
  background-color: #e8e8e8;
}
.aboutus-wrap .slideTxtBox .hd ul li.ant a{
  color: #DA251D;
  background-color: #e8e8e8;
}
.aboutus-wrap .slideTxtBox .bd {
  float: right;
  width: 860px;
}
.aboutus-wrap .slideTxtBox .bd ul {
  overflow: hidden;
}
.aboutus-wrap .commontit {
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 0.8px solid #ccc;
}
.aboutus-wrap .ul1 .tit-box .left-link {
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: 12.8px;
}
.aboutus-wrap .ul1 .tit {
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 0.8px solid #ccc;
}
.aboutus-wrap .ul1 .con img {
  max-width: 100%;
}
.aboutus-wrap .ul1 .ul1-con {
  position: relative;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox {
  position: absolute;
  left: 3.2px;
  top: 168.8px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li {
  float: left;
  height: 40px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(1) {
  width: 82.4px;
  margin-right: 4px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(2) {
  width: 82.4px;
  margin-right: 7.2px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(3) {
  width: 76.8px;
  height: 41.6px;
  margin-right: 11.2px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(4) {
  width: 79.2px;
  height: 42.4px;
}
.aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li .link {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus-wrap .ul2 .business-list .list-li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.aboutus-wrap .ul2 .business-list .list-li .img-box {
  width: 240px;
  position: relative;
  margin-bottom: 16px;
  float: left;
  margin-right: 24px;
}
.aboutus-wrap .ul2 .business-list .list-li .img-box .img {
  width: 100%;
  display: block;
  height: 172.8px;
}
.aboutus-wrap .ul2 .business-list .list-li .img-box .layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 128px;
  margin-left: -84px;
  margin-top: -64px;
  background-color: rgba(0, 0, 0, 0.4);
}
.aboutus-wrap .ul2 .business-list .list-li .img-box .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 72px;
  margin-left: -48px;
  margin-top: -36px;
}
.aboutus-wrap .ul2 .business-list .list-li .txt-box {
  position: relative;
  width: 456px;
  height: 160px;
  float: left;
}
.aboutus-wrap .ul2 .business-list .list-li .txt-box .tit {
  font-weight: normal;
  font-size: 14.4px;
  margin-bottom: 8px;
  color: #333;
}
.aboutus-wrap .ul2 .business-list .list-li .txt-box .des {
  font-size: 11.2px;
  color: #666;
}
.aboutus-wrap .ul2 .business-list .list-li .txt-box .link-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  text-align: center;
}
.aboutus-wrap .ul2 .business-list .list-li .txt-box .link-box .link {
  margin-right: 32px;
}
.aboutus-wrap .ul2 .ul2-con {
  display: none;
}
.aboutus-wrap .ul4 .list-li {
  width: 352px;
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
}
.aboutus-wrap .ul4 .list-li:nth-child(2n) {
  margin-right: 0;
}
.aboutus-wrap .ul4 .list-li .img {
  width: 100%;
  margin-bottom: 8px;
}
.aboutus-wrap .ul4 .list-li .tit {
  text-align: center;
  color: #666;
  font-size: 16px;
}
.aboutus-wrap .ul5 .list-box {
  padding: 0 72px;
}
.aboutus-wrap .ul5 .list-box .list-li {
  display: block;
  float: left;
  margin-bottom: 16px;
  width: 240px;
  margin-right: 48px;
  margin-bottom: 24px;
}
.aboutus-wrap .ul5 .list-box .list-li .img {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 8px;
}
.aboutus-wrap .ul5 .list-box .list-li .tit {
  text-align: center;
  color: #666;
  font-size: 16px;
}
/***************************how to choose fiber optic************************************/
/*****how to choose*****/
.howtochoose{
  padding:10px 0px;
  margin-bottom:28px;
  background-color: #fff;
}
.howtochoose .col-title{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-bottom:18px;
}
.howtochoose .col-title span{
  display:inline-block;
  padding-left:15px;
}
.howtochoose .choose-table{
  background-color: #ffffff;
}
.howtochoose .choose-table tr td{
  padding:5px 0px;
  font-size: 14px;
  text-align: center;
}

.howtochoose .choose-table .table-tr:first-child td{
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  background-color: #686a69
}
.howtochoose .choose-table tr td.h-first-cell{
  border-radius: 8px 0px 0px 8px;
}
.howtochoose .choose-table tr td:last-child{
  border-radius: 0px 8px 8px 0px;
}
.howtochoose .choose-table tr td.v-title{
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  background-color: #686a69
}
.howtochoose .choose-table .table-tr-odd td{
  color: #ffffff;
  background-color: #9b9d9c;
}
.howtochoose .choose-table .table-tr-even{
  background-color: #efefef;
}
.howtochoose .choose-table .table-tr-odd td a{
  color: #ffffff;
}
.howtochoose .choose-table .table-tr-even a{
  color:#282828
}
.howtochoose .choose-table tr td a:hover{
  text-decoration: underline;
}
.howtochoose .choose-table tr td .icon-ok-check{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #ffff;
  background-image:url("../images/howtochoose/icon-ok2.png");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
/*************************************************************************************/
.topimg {
  display: block;
  margin-bottom: 24px;
}
.topimg .img {
  width: 100%;
}
.product-warp {
  margin-bottom: 32px;
  background-color: #f4f3f8;
  padding:20px;
}
.product-warp .product-con .nav-box {
  width: 268px;
  background-color: #fafbfd;
  padding: 16px 0;
  float: left;
  border:1px solid #e6e6ee;
  box-shadow: 0px 1px 2px 1px #e8e8e8;
}
.product-warp .product-con .nav-box .nav-box-header{
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  padding: 0px 15px;
  border-bottom:1px solid #d8d8d8;
  margin-bottom:15px;
}
.product-warp .product-con .nav-box .nav-box-header .common-tit{
  padding-left:0px;
  margin-bottom:0px;
}
.product-warp .product-con .nav-box .nav-box-header .common-tit .tit{
  font-size:16px;
  font-weight: bold;
}
.product-warp .product-con .nav-box .nav-box-header .common-tit:before{
visibility: hidden;
}
.product-warp .product-con .nav-box .nav-li {
  position: relative;
  line-height: 32px;
  padding: 0px;
}
.product-warp .product-con .nav-box .nav-li .navlink {
  display: block;
  position: relative;
  height: 32px;
  color: #333;
  font-size: 12.8px;
  font-weight: bold;
  margin-left:16px;
}
.product-warp .product-con .nav-box .nav-li .navlink:after {
  position: absolute;
  right: 5px;
  top: 10px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border:6px solid #d8d8d8;
  border-radius: 8px;
  color: #999;
  font-size: 16px;
  z-index: 10;
}
.product-warp .product-con .nav-box .nav-li .subnav-box {
  display:none;
  position:relative;
  padding: 8px 0;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li {
  position: relative;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  list-style:circle outside;
  margin-left:32px;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .link {
  display: block;
  position: relative;
  color: #333;
  font-size: 12.8px;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li:hover {
  background-color: #f8f8f8;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li:hover .subsnav-box {
  display: block;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li.active {
  background-color: #fff;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box {
  display: none;
  position: absolute;
  left: 100%;
  width: 224px;
  top: 0;
  padding: 8px 0;
  border: 0.8px solid #ccc;
  background-color: #fff;
  z-index: 30000;
  overflow: hidden;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  text-align: left;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li .slink {
  color: #333;
  font-size: 12.8px;
}
.product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li .slink:hover {
  color: #DA251D;
}
.product-warp .product-con .nav-box .nav-li:hover {
  border-left: 0.8px solid #efefef;
  border-right: 0.8px solid #efefef;
}
.product-warp .product-con .nav-box .nav-li.active {
  border-left: 0.8px solid #efefef;
  border-right: 0.8px solid #efefef;
}
.product-warp .product-con .nav-box .nav-li.active .navlink:after{
  position: absolute;
  right: 5px;
  transform: rotate(90deg);
  border:6px solid #dc312a;
}
.product-warp .product-con .nav-box .nav-li.active .subnav-box {
  background:#fff;
  display: block;
}
.product-warp .product-con .con-box {
  float: right;
  width:808px;
  margin-bottom: 64px;
}
.product-warp .product-con .con-box .con-ul {
  margin-bottom: 32px;
}
.product-warp .product-con .con-box .con-ul .con-li {
  float: left;
  height: 228px;
  margin-left: 28px;
  margin-bottom: 18px;
  background:#ffffff;
}
.product-warp .product-con .con-box .con-ul .con-li .link {
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  width: 240px;
}
.product-warp .product-con .con-box .con-ul .con-li .link .img {
  width: 100%;
}
.product-warp .product-con .con-box .con-ul .con-li .link .tit {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 12.8px;
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.product-warp .product-con .con-box .con-ul .con-li:hover {
  box-shadow: 0px 1.6px 4px #ddd;
}
.product-warp .product-con .con-box .con-ul .con-li:hover .tit {
  color: #DA251D;
}
/***product filters***/
.product-warp .product-con .product-con-left{
  float:left;
}
.product-warp .product-con .product-con-left .nav-box{
  float:none;
}
.product-con-left .product-filters{
    width: 268px;
    background-color: #fafbfd;
    padding: 16px 0;
    border: 1px solid #e6e6ee;
    box-shadow: 0px 1px 2px 1px #e8e8e8;
    margin-bottom: 15px;
}
.product-con-left .product-filters .product-filters-title {
  font-size: 16px;
  font-weight:bold;
  line-height:23px;
  padding: 0px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.product-con-left .product-filters dl{
  display:block;
  list-style: none;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.product-con-left .product-filters dl dt{
  font-size:14px;
  font-weight: bold;
  margin-top:10px;
  margin-left:0px;
  padding:5px 10px;
}
.product-con-left .product-filters dl dt:first{
  margin-top:18px;
}
.product-con-left .product-filters dl dd{
  margin-left:0px;
  padding:5px 10px;
}
.product-con-left .product-filters dl dd::after{
  display:block;
  content:"";
  clear: both;
  height: 0px;
  visibility:hidden;
}
.product-con-left .product-filters dl dd .product-filter-option{
  float:left;
  width:50%;
  font-size: 14px;
  margin:5px 0px;
  overflow: hidden;
}
.product-filter-option label{
    display:inline-block;
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.no-results{
  padding: 45px;
  background-color:#ffffff;
  text-align: center;
  color:red;
  font-size: 14px;
  margin-left:15px;
}

.filter-recommended-result{
  margin-top: 20px;
}
/* 产品详情 */
.product-detail{
  border:1px solid #f8f8f8;
  border-top:0px;
  box-shadow: 0px 2px 3px 1px #d8d8d8;
  padding:20px;
}
.product-detail .detail-top {
  overflow: hidden;
}
.product-detail .detail-top .wrap {
  width: 480px;
  float: left;
  position: relative;
}
.product-detail .detail-top .left {
  margin-right: 64px;
}
.product-detail .detail-top .show {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  border: 0.8px solid #ccc;
  box-sizing: border-box;
  padding: 16px;
}
.product-detail .detail-top .show img {
  display: block;
  width: 100%;
  height: 240px;
}
.product-detail .detail-top .show .movelayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.product-detail .detail-top .move {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #666;
  opacity: 0.6;
  z-index: 10;
}
.product-detail .detail-top .small {
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.product-detail .detail-top .small li {
  margin-right: 16px;
  border: 0.8px solid #ccc;
  width: 48px;
  float: left;
  padding: 4px;
}
.product-detail .detail-top .small li:nth-child(5) {
  margin-right: 0;
}
.product-detail .detail-top .small li.on {
  border: 0.8px solid red;
}
.product-detail .detail-top .small li img {
  width: 100%;
  height: 40px;
  display: block;
}
.product-detail .detail-top .right {
  width: 480px;
  position: absolute;
  overflow: hidden;
  left: 432px;
  top: 0;
  z-index: 20;
  display: none;
}
.product-detail .detail-top .show-big {
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.product-detail .detail-top .big {
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail .detail-top .prev {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: url(../images/left.png) no-repeat center center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.product-detail .detail-top .next {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  background: url(../images/right.png) no-repeat center center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.product-detail .detail-top .details {
  width: 440px;
  float: left;
}
.product-detail .detail-top .details .tit {
  font-weight: normal;
  font-size: 19.2px;
  margin-bottom: 32px;
}
.product-detail .detail-top .details .setting {
  margin-bottom: 16px;
  font-size: 12.8px;
  color: #333;
}
.product-detail .detail-top .details .setting .val {
  color: #666;
}
.product-detail .detail-top .details .feedback-box {
  margin-top: 32px;
}
.product-detail .detail-top .details .feedback-box .down {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  padding: 0 8px;
  padding-left: 48px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #f06d68;
  border-radius: 8px;
}
.product-detail .detail-top .details .feedback-box .down:before {
  position: absolute;
  left: 8px;
  top: -4px;
  display: block;
  width: 27.2px;
  height: 35.2px;
  content: "";
  background: url(../images/PDF.png) no-repeat;
  background-size: 100% 100%;
}
.product-detail .detail-top .details .feedback-box .feedback {
  display: inline-block;
  color: #333;
  background: url(../images/message.png) no-repeat left 8px top 4px;
  padding: 0 8px;
  padding-left: 40px;
  height: 32px;
  line-height: 32px;
  border: 0.8px solid #DA251D;
  border-radius: 10px;
}
.detail-des {
  margin-top: 32px;
}
.detail-des .con-box {
  margin-top: 32px;
}
.detail-des .con-box img {
  max-width: 100%;
}
.detail-des .con-box  .app-item-content-detail ul{
  margin-left: 24px;
}
.detail-des .con-box  .app-item-content-detail ul li{
  list-style: disc;
}

.app-item-detail-part-new{
  margin-top: 32px;
}
.app-item-detail-part-new::after{
  display: block;
  content: "";
  height:0px;
  clear:both;
  visibility: hidden;
}
.app-item-detail-part-new .app-item-content-title{
  font-size: 18px;
  margin-bottom: 15px;
}
.app-item-detail-part-new .app-item-content-detail .detail-table{
  width: 100%;
  overflow-x: auto;
}
.app-item-detail-part-new .app-item-content-detail table{
  min-width: 1120px;
  border-collapse: collapse;
}
.app-item-detail-part-new .app-item-content-detail table tr:nth-child(even){background:#ffffff}
.app-item-detail-part-new .app-item-content-detail table tr td,thead th{
  font-size: 14px;
  line-height: 26px;
  padding: 5px 5px;
  border:1px solid #666666;
}


.product-workshop .tit {
  font-size: 16px;
  margin-top: 16px;
}
.product-workshop .workshop-ul {
  overflow: hidden;
  margin-bottom: 32px;
  padding-top:22px;
}
.product-workshop .workshop-ul .workshop-li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.product-workshop .workshop-ul .workshop-li:nth-child(4n) {
  margin-right: 0;
}
.product-workshop .workshop-ul .workshop-li .img {
  width: 268px;
}
.alike-product {
  padding: 32px 0;
}
.alike-product .alike-wrap .product-ul {
  padding-top: 32px;
}
.alike-product .alike-wrap .product-ul .product-li {
  float: left;
  background-color: #fff;
  width: 268px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.alike-product .alike-wrap .product-ul .product-li:nth-child(4n) {
  margin-right: 0;
}
.alike-product .alike-wrap .product-ul .product-li:hover {
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.15);
}
.alike-product .alike-wrap .product-ul .product-li:hover .link-box .tit {
  color: #DA251D;
}
.alike-product .alike-wrap .product-ul .product-li .link-box {
  display: block;
  padding: 8px;
  border:1px solid #e8e8e8;
  border-radius:3px;
}
.alike-product .alike-wrap .product-ul .product-li .link-box .img {
  display: block;
  width: 100%;
  height: 142px;
  margin-bottom: 8px;
}
.alike-product .alike-wrap .product-ul .product-li .link-box .tit {
  color: #666;
  font-weight: normal;
  font-size: 11.2px;
  text-align: center;
}
.down-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 21;
}
.down-message {
  display: none;
  position: fixed;
  top: 160px;
  left: 50%;
  margin-left: -196px;
  background-color: #fff;
  padding: 24px 40px;
  z-index: 22;
}
.down-message .message-form {
  display: block;
  position: relative;
}
.down-message .message-form .message-ul .message-li {
  margin-top: 16px;
}
.down-message .message-form .message-ul .message-li label {
  width: 86px;
  color: #333;
  font-size: 12.8px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.down-message .message-form .message-ul .message-li .input-txt {
  display: inline-block;
  width: 240px;
  background-color: #f7f7f7;
  border: 0.8px solid #ccc;
  padding-left: 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 12.8px;
  outline: none;
}
.down-message .message-form .message-ul .message-li .input-sub {
  display: inline-block;
  background-color: #DA251D;
  width: 240px;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 14.4px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.down-message .message-form .message-ul .message-li .input-sub:hover {
  display: inline-block;
  background-color:#DD4A68;
  width: 240px;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 14.4px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.down-message .message-form .message-ul .message-li .des {
  margin-left: 48px;
  font-size: 12.8px;
  text-align: center;
  color: #DA251D;
}
.down-message .message-form .off {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -28px;
  top: -28px;
  background: url(../images/off.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
/* 新闻资讯 */
.type-box {
  text-align: center;
  margin-bottom: 16px;
  overflow: hidden;
}
.type-box .link {
  display: inline-block;
  width: 304px;
  float: left;
  margin-right: 24px;
  color: #666;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
.type-box .link:hover {
  color: #DA251D;
}
.type-box .link.active {
  text-align: left;
  color: #DA251D;
}
.type-box .link:nth-child(3n) {
  margin-right: 0;
}
.news-wrap {
  background-color: #ffffff;
}
.news-con {
    margin-bottom: 32px;
    background-color: #f4f3f8;
    padding:20px;
    padding-bottom:40px;
}
.news-con .news-ul {
  overflow: hidden;
  margin-bottom: 32px;
}
.news-con .news-ul .news-li {
  float: left;
  width: 356px;
  margin-right: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  padding-bottom: 16px;
}
.news-con .news-ul .news-li:hover{
  box-shadow: 1px 1px 4px 1px #989898;
}

.news-con .news-ul .news-li:nth-child(3n) {
  margin-right: 0;
}
.news-con .news-ul .news-li .img-link {
  display: block;
}
.news-con .news-ul .news-li .img-link .img {
  display: block;
  width: 100%;
}
.news-con .news-ul .news-li .tit-link {
  display: block;
  padding: 0 16px;
  margin-top: 18px;
  margin-bottom: 8px;
  height: 50px;
  line-height: 25px;
}
.news-con .news-ul .news-li .tit-link .tit {
  color: #525252;
  font-size: 16px;
}
.news-con .news-ul .news-li .tit-link:hover .tit {
  color: #DA251D;
}
.news-con .news-ul .news-li .des {
  padding: 0 16px;
  color: #666;
  font-size: 12.8px;
  margin-bottom: 16px;
  height: 28.8px;
}
.news-con .news-ul .news-li .digest-box {
  padding: 0 16px;
  font-size: 11.2px;
  color: #666;
}
.news-con .news-ul .news-li .digest-box .time:after {
  display: inline-block;
  content: "|";
  margin-left: 5.6px;
  color: #666;
}
.news-con .news-ul .news-li .digest-box a .author{
  color: #DA251D;
}
.news-con .news-ul .news-li .digest-box a:hover .author{
  color:#951813;
}
/* 新闻详情页 */
.news-about {
    border: 1px solid #f8f8f8;
    border-top: 0px;
    box-shadow: 0px 2px 3px 1px #d8d8d8;
    padding: 20px;
}
.news-about .news-content {
  float: left;
  width: 868px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 0px;
}
.news-about .news-content .tit {
  font-weight: normal;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  margin-top:30px;
}
.news-about .news-content .time {
  font-size: 11.2px;
  color: #666;
  margin-bottom: 32px;
  border-bottom:1px solid #d8d8d8;
  height:30px;
  line-height: 30px;
  padding-left: 25px;
  background: url(../images/icon_clock.png) left center no-repeat;
}
.news-about .news-content .con img {
  max-width: 100%;
}
.news-about .product-listbox {
  float: right;
  padding: 32px 16px;
  width: 192px;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin-top:110px;
}
.news-about .product-listbox .tit {
  font-weight: normal;
  font-size: 19.2px;
  padding-left: 12px;
  position: relative;
  height: 32px;
  line-height: 32px;
}
.news-about .product-listbox .tit:before {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 2.4px;
  height: 16px;
  background-color: #DA251D;
}
.news-about .product-listbox .product-list .list-li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.news-about .product-listbox .product-list .list-li .link {
  font-size: 12.8px;
  color: #333;
}
.news-about .product-listbox .product-list .list-li .link:hover {
  color: #DA251D;
}
/* 联系我们 */
.contactinfo-detail{
  border:1px solid #f8f8f8;
  border-top:0px;
  box-shadow: 0px 2px 3px 1px #d8d8d8;
  padding:20px;
}
.contactus-wrap .contactus-info {
  padding: 32px 0;
  overflow: hidden;
  border-bottom:1px solid #c8c8c8;
}
.contactus-wrap .contactus-info .tit {
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  margin-bottom: 32px;
  height: 60px;
  line-height:60px;
  padding-left:40px;
  background-color:#ffffff;
  background: url(contact/contact-form-title.jpg) no-repeat left center;
}
.contactus-wrap .contactus-info .info-box .map {
  overflow: hidden;
}
.contactus-wrap .contactus-info .info-box .map p a.address{
  display: block;
  border-radius:6px;
  overflow: hidden;
}
.contactus-wrap .contactus-info .info-box .map iframe {
  height: 300px;
}
.contactus-wrap .contactus-info .sub-company {
  margin-top: 40px;
}
.contactus-wrap .contactus-info .sub-company .list-li {
  float: left;
  width: 460px;
  margin-right: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}
.contactus-wrap .contactus-info .sub-company .list-li p {
  font-size: 16px;
  margin-bottom: 10px;
}
.contactus-wrap .contactus-info .sub-company .list-li .tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.contactus-wrap .contactus-info .sub-company .list-li:nth-child(2n) {
  margin-right: 0;
}
.contactus-wrap .feedback-box {
  padding: 32px 0;
}
.contactus-wrap .feedback-box .tit {
  color: #fff;
  font-weight: normal;
  font-size: 19.2px;
  margin-bottom: 0px;
  text-align: center;
}
.contactus-wrap .feedback-box .feedback-form {
  display: block;
  overflow: hidden;
}
.contactus-wrap .feedback-box .feedback-form .feedback-ul {
  float: left;
  width: 410px;
  margin-right: 32px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li {
  margin-bottom: 32px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li label {
  display: inline-block;
  color: #484848;
  width: 90px;
  height: 32px;
  line-height: 32px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li .input-txt {
  width: 220px;
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  background-color: #fff;
  display: inline-block;
  color: #333;
  border-radius: 4px;
  outline: none;
  border:1px solid #d8d8d8;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right {
  width: 464px;
  float: left;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .content-box {
  margin-bottom: 16px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .content-box label {
  color: #484848;
  display: inline-block;
  width: 120px;
  height: 32px;
  line-height: 32px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .content-box .textarea-box {
  width: 290px;
  padding: 8px;
  background-color: #fff;
  display: inline-block;
  height: 96px;
  color: #333;
  border-radius: 4px;
  outline: none;
  vertical-align: top;
  border:1px solid #d8d8d8;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .code-box {
  margin-bottom: 16px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .code-box label {
  color: #484848;
  display: inline-block;
  width: 110px;
  height: 32px;
  line-height: 32px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .code-box .input-txt {
  width: 168px;
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  background-color: #fff;
  display: inline-block;
  color: #333;
  border-radius: 4px;
  outline: none;
  margin-left: 10px;
  border:1px solid #d8d8d8;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .code-box .code {
  display: inline-block;
  height: 28.8px;
  line-height: 28.8px;
  margin-left: 32px;
  color: #DA251D;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .sub-box {
  padding-left: 72px;
}
.contactus-wrap .feedback-box .feedback-form .feedback-right .sub-box .input-sub {
  width: 248px;
  background-color: #DA251D;
  color: #fff;
  text-align: center;
  border: none;
  height: 32px;
  font-size: 14.4px;
  border-radius: 4px;
}
.contactus-wrap .feedback-box .feedback-form .start {
  margin-left: 4px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #DA251D;
}

/***tech article list***/
.tech-article-wrap {
  background-color: #f4f4f7;
}
.tech-article-con {
  padding: 20px;
  padding-bottom: 60px;
}
.tech-article-con-mid{
  display: block;
  margin-bottom:40px;
}
.tech-article-con-mid:after{
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}

.tech-article-con .tech-article-ul {
  float: left;
  width: 828px;
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 15px;
}
.tech-article-con .tech-article-ul .tech-article-li {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
}
.tech-article-con .tech-article-ul .tech-article-li:last-child{
  margin-bottom: 0px;
}
.tech-article-con .tech-article-ul .tech-article-li .li-link{
  display: block;
}
.tech-article-con .tech-article-ul .tech-article-li .li-link:after{
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}
.tech-article-con .tech-article-ul .tech-article-li a{
  color:#585858;
}
.tech-article-con .tech-article-ul .tech-article-li .li-img{
  float: left;
  width: 220px;
  height: 180px;
  text-align: center;
  overflow: hidden;
}
.tech-article-con .tech-article-ul .tech-article-li .li-img img{
  display: inline-block;
  height: 80%;
}
.tech-article-con .tech-article-ul .tech-article-li .li-info{
  float: right;
  padding-top:10px;
  padding-right:15px;
  width: 558px;
}

.tech-article-con .tech-article-ul .tech-article-li .li-info .tit{
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 15px auto;
  overflow: hidden
}
.tech-article-con .tech-article-ul .tech-article-li .li-info .des{
  padding: 18px 0px;
  padding-top:0px;
  height: 60px;
  line-height: 30px;
  color: #686868;
  overflow: hidden
}

.tech-article-con .tech-article-ul .tech-article-li .li-info .time{
  display: block;
  margin-top: 10px;
  padding-left: 25px;
  background: url("../images/icon_clock.png") left center no-repeat;
  color: #686868;
}

.tech-article-con-mid .product-listbox {
  float: right;
  padding: 32px 16px;
  width: 192px;
  background-color: #fff;
}
.tech-article-con-mid .product-listbox .tit {
  font-weight: normal;
  font-size: 19.2px;
  padding-left: 12px;
  position: relative;
  height: 32px;
  line-height: 32px;
}
.tech-article-con-mid .product-listbox .tit:before {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 2.4px;
  height: 16px;
  background-color: #DA251D;
}
.tech-article-con-mid .product-listbox .product-list .list-li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.tech-article-con-mid .product-listbox .product-list .list-li .link {
  font-size: 12.8px;
  color: #333;
}
.tech-article-con-mid .product-listbox .product-list .list-li .link:hover {
  color: #DA251D;
}
/***tech article detail***/
.tech-article-about{

}
.tech-article-about .tech-article-content{

}
.tech-article-about .tech-article-content .content-header{
  text-align: left;
  margin-bottom:30px;
}
.tech-article-about .tech-article-content .content-header .tit{
  text-align: center;
}
.tech-article-about .tech-article-content .content-header .time{
  display: block;
  margin-top: 10px;
  padding-left: 25px;
  background: url("../images/icon_clock.png") left center no-repeat;
  color: #686868;
  text-align: left;
  margin-bottom:20px;
}

@media screen and (min-width: 1600px){
  .tech-article-con .tech-article-ul {
    float: left;
    width: 1012px;
    overflow: hidden;
    background: #ffffff;
  }

  .tech-article-con .tech-article-ul .tech-article-li .li-img{
    float: left;
    width: 280px;
    height: 194px;
    text-align: center;
    overflow: hidden;
  }
  .tech-article-con .tech-article-ul .tech-article-li .li-info{
    width: 680px;
  }

  .tech-article-con .tech-article-ul .tech-article-li .li-info .time{
    display: block;
    margin-top: 10px;
    padding-left: 25px;
    background: url("../images/icon_clock.png") left center no-repeat;
    color: #686868;
  }

  .tech-article-con-mid .product-listbox {
    float: right;
    padding: 32px 16px;
    width: 240px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-wrap {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .aboutus-wrap .nav-box {
    float: left;
    width: 280px;
  }
  .aboutus-wrap .slideTxtBox .hd {
    width: 280px;
  }
  .aboutus-wrap .slideTxtBox .hd ul {
    overflow: hidden;
  }
  .aboutus-wrap .slideTxtBox .hd ul li {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 0px;
    padding-left: 20px;
    margin-bottom: 2px;
  }
  .aboutus-wrap .slideTxtBox .hd ul li:hover {
    color: #DA251D;
  }
  .aboutus-wrap .slideTxtBox .hd ul li.on {
    color: #DA251D;
  }
  .aboutus-wrap .slideTxtBox .bd {
    float: right;
    width: 1048px;
  }
  .aboutus-wrap .slideTxtBox .bd ul {
    overflow: hidden;
  }
  .aboutus-wrap .commontit {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .aboutus-wrap .ul1 .tit-box .left-link {
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .aboutus-wrap .ul1 .tit {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .aboutus-wrap .ul1 .con img {
    max-width: 100%;
  }
  .aboutus-wrap .ul1 .ul1-con {
    position: relative;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox {
    position: absolute;
    left: 4px;
    top: 211px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li {
    float: left;
    height: 50px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(1) {
    width: 103px;
    margin-right: 5px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(2) {
    width: 103px;
    margin-right: 9px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(3) {
    width: 96px;
    height: 52px;
    margin-right: 14px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li:nth-child(4) {
    width: 99px;
    height: 53px;
  }
  .aboutus-wrap .ul1 .ul1-con .subcompany-linkbox .linkbox-li .link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .aboutus-wrap .ul2 .business-list .list-li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .aboutus-wrap .ul2 .business-list .list-li .img-box {
    width: 300px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
  }
  .aboutus-wrap .ul2 .business-list .list-li .img-box .img {
    width: 100%;
    display: block;
    height: 216px;
  }
  .aboutus-wrap .ul2 .business-list .list-li .img-box .layer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 160px;
    margin-left: -105px;
    margin-top: -80px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .aboutus-wrap .ul2 .business-list .list-li .img-box .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 90px;
    margin-left: -60px;
    margin-top: -45px;
  }
  .aboutus-wrap .ul2 .business-list .list-li .txt-box {
    position: relative;
    width: 570px;
    height: 200px;
    float: left;
  }
  .aboutus-wrap .ul2 .business-list .list-li .txt-box .tit {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }
  .aboutus-wrap .ul2 .business-list .list-li .txt-box .des {
    font-size: 14px;
    color: #666;
  }
  .aboutus-wrap .ul2 .business-list .list-li .txt-box .link-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
  }
  .aboutus-wrap .ul2 .business-list .list-li .txt-box .link-box .link {
    margin-right: 40px;
  }
  .aboutus-wrap .ul2 .ul2-con {
    display: none;
  }
  .aboutus-wrap .ul4 .list-li {
    width: 440px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .aboutus-wrap .ul4 .list-li:nth-child(2n) {
    margin-right: 0;
  }
  .aboutus-wrap .ul4 .list-li .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .aboutus-wrap .ul4 .list-li .tit {
    text-align: center;
    color: #666;
    font-size: 20px;
  }
  .aboutus-wrap .ul5 .list-box {
    padding: 0 90px;
  }
  .aboutus-wrap .ul5 .list-box .list-li {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 300px;
    margin-right: 60px;
    margin-bottom: 30px;
  }
  .aboutus-wrap .ul5 .list-box .list-li .img {
    display: block;
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
  }
  .aboutus-wrap .ul5 .list-box .list-li .tit {
    text-align: center;
    color: #666;
    font-size: 20px;
  }
  /*************************************************************************************/
}
/* 产品信息 */
@media screen and (min-width: 1600px) {
  .topimg {
    display: block;
    margin-bottom: 30px;
  }
  .topimg .img {
    width: 100%;
  }
  .product-warp {
    margin-bottom: 40px;
  }
  .product-warp .product-con .nav-box {
    width: 280px;
    position: relative;
    padding: 20px 0;
    float: left;
  }
  .product-warp .product-con .nav-box .nav-li {
    padding: 0px;
  }
  .product-warp .product-con .nav-box .nav-li .navlink {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
  }
  .product-warp .product-con .nav-box .nav-li .navlink:after {
    position: absolute;
    right: 5px;
    top: 14px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border:6px solid #d8d8d8;
    border-radius: 8px;
    color: #999;
    font-size: 20px;
    z-index: 10;
  }
  .product-warp .product-con .nav-box .nav-li.active .navlink:after {
    position: absolute;
    right: 5px;
    border:6px solid #dc312a;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box {
    display: none;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li {
    position: relative;
    white-space: nowrap;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .link {
    display: block;
    position: relative;
    color: #333;
    font-size: 16px;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box {
    display: none;
    position: absolute;
    left: 100%;
    width: 280px;
    top: 0;
    padding: 10px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 30000;
    overflow: hidden;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li .slink {
    color: #333;
    font-size: 16px;
  }
  .product-warp .product-con .nav-box .nav-li .subnav-box .subnav-li .subsnav-box .subsnav-li .slink:hover {
    color: #DA251D;
  }

  /***product filters***/
.product-warp .product-con .product-con-left{
  float:left;
}
.product-warp .product-con .product-con-left .nav-box{
  float:none;
}
.product-con-left .product-filters{
    width: 280px;
    background-color: #fafbfd;
    padding: 20px 0;
    border: 1px solid #e6e6ee;
    box-shadow: 0px 1px 2px 1px #e8e8e8;
    margin-bottom: 15px;
}
.product-con-left .product-filters .product-filters-title {
  font-size: 16px;
  font-weight:bold;
  line-height:23px;
  padding: 0px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.product-con-left .product-filters dl{
  display:block;
  list-style: none;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.product-con-left .product-filters dl dt{
  font-size:14px;
  font-weight: bold;
  margin-top:10px;
  margin-left:0px;
  padding:5px 10px;
}
.product-con-left .product-filters dl dt:first{
  margin-top:18px;
}
.product-con-left .product-filters dl dd{
  margin-left:0px;
  padding:5px 10px;
}
.product-con-left .product-filters dl dd::after{
  display:block;
  content:"";
  clear: both;
  height: 0px;
  visibility:hidden;
}
.product-con-left .product-filters dl dd .product-filter-option{
  float:left;
  width:50%;
  font-size: 14px;
  margin:5px 0px;
  overflow: hidden;
}
.product-filter-option label{
    display:inline-block;
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

  .product-warp .product-con .con-box {
    float: right;
    width: 1026px;
  }
  .product-warp .product-con .con-box .con-ul {
    margin-bottom: 40px;
  }
  .product-warp .product-con .con-box .con-ul .con-li {
    float: left;
    height: 228px;
    margin-left:18px;
    margin-bottom: 15px;
  }
  .product-warp .product-con .con-box .con-ul .con-li .link {
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
    width: 238px;
  }
  .product-warp .product-con .con-box .con-ul .con-li .link .img {
    width: 100%;
  }
  .product-warp .product-con .con-box .con-ul .con-li .link .tit {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .product-warp .product-con .con-box .con-ul .con-li:nth-child(4n) {
    margin-right: 0;
  }
  .product-warp .product-con .con-box .con-ul .con-li:hover {
    box-shadow: 0px 2px 5px #ddd;
  }
  .product-warp .product-con .con-box .con-ul .con-li:hover .tit {
    color: #DA251D;
  }
}
@media screen and (min-width: 1600px) {
  .product-detail .detail-top {
    overflow: hidden;
  }
  .product-detail .detail-top .wrap {
    width: 600px;
    float: left;
    position: relative;
  }
  .product-detail .detail-top .left {
    margin-right: 80px;
  }
  .product-detail .detail-top .show {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
  }
  .product-detail .detail-top .show img {
    display: block;
    width: 100%;
    height: 300px;
  }
  .product-detail .detail-top .show .movelayer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .product-detail .detail-top .move {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #666;
    opacity: 0.6;
    z-index: 10;
  }
  .product-detail .detail-top .small {
    overflow: hidden;
    padding: 0 40px;
    position: relative;
  }
  .product-detail .detail-top .small li {
    margin-right: 20px;
    border: 1px solid #ccc;
    width: 60px;
    float: left;
    padding: 5px;
  }
  .product-detail .detail-top .small li:nth-child(5) {
    margin-right: 0;
  }
  .product-detail .detail-top .small li.on {
    border: 1px solid red;
  }
  .product-detail .detail-top .small li img {
    width: 100%;
    height: 50px;
    display: block;
  }
  .product-detail .detail-top .right {
    width: 600px;
    position: absolute;
    overflow: hidden;
    left: 540px;
    top: 0;
    z-index: 20;
    display: none;
  }
  .product-detail .detail-top .show-big {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .product-detail .detail-top .big {
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-detail .detail-top .prev {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background: url(../images/left.png) no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .product-detail .detail-top .next {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: url(../images/right.png) no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .product-detail .detail-top .details {
    width: 550px;
    float: left;
  }
  .product-detail .detail-top .details .tit {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .product-detail .detail-top .details .setting {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
  }
  .product-detail .detail-top .details .setting .val {
    color: #666;
  }
  .product-detail .detail-top .details .feedback-box {
    margin-top: 40px;
  }
  .product-detail .detail-top .details .feedback-box .down {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding: 0 10px;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #f06d68;
    border-radius: 10px;
  }
  .product-detail .detail-top .details .feedback-box .down:before {
    position: absolute;
    left: 10px;
    top: -5px;
    display: block;
    width: 34px;
    height: 44px;
    content: "";
    background: url(../images/PDF.png) no-repeat;
    background-size: 100% 100%;
  }
  .product-detail .detail-top .details .feedback-box .feedback {
    display: inline-block;
    color: #333;
    background: url(../images/message.png) no-repeat left 10px top 5px;
    padding: 0 10px;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DA251D;
    border-radius: 10px;
  }
  .detail-des {
    margin-top: 40px;
  }
  .detail-des .con-box {
    margin-top: 40px;
  }
  .detail-des .con-box img {
    max-width: 100%;
  }
  .product-workshop .tit {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .product-workshop .workshop-ul {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .product-workshop .workshop-ul .workshop-li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .product-workshop .workshop-ul .workshop-li:nth-child(4n) {
    margin-right: 0;
  }
  .product-workshop .workshop-ul .workshop-li .img {
    width: 324px;
  }
  .alike-product {
    padding: 40px 0;
  }
  .alike-product .alike-wrap .product-ul {
    padding-top: 40px;
  }
  .alike-product .alike-wrap .product-ul .product-li {
    float: left;
    background-color: #fff;
    width: 324px;
    margin-right: 20px;
  }
  .alike-product .alike-wrap .product-ul .product-li:nth-child(4n) {
    margin-right: 0;
  }
  .alike-product .alike-wrap .product-ul .product-li:hover {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
  }
  .alike-product .alike-wrap .product-ul .product-li:hover .link-box .tit {
    color: #DA251D;
  }
  .alike-product .alike-wrap .product-ul .product-li .link-box {
    display: block;
    padding: 10px;
  }
  .alike-product .alike-wrap .product-ul .product-li .link-box .img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .alike-product .alike-wrap .product-ul .product-li .link-box .tit {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  .down-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 21;
  }
  .down-message {
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -245px;
    background-color: #fff;
    padding: 30px 50px;
    z-index: 22;
  }
  .down-message .message-form {
    display: block;
    position: relative;
  }
  .down-message .message-form .message-ul .message-li {
    margin-top: 20px;
  }
  .down-message .message-form .message-ul .message-li label {
    width: 100px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  .down-message .message-form .message-ul .message-li .input-txt {
    display: inline-block;
    width: 300px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
  }
  .down-message .message-form .message-ul .message-li .input-sub {
    display: inline-block;
    background-color: #DA251D;
    width: 300px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .down-message .message-form .message-ul .message-li .input-sub:hover {
    display: inline-block;
    background-color: #da4f49;
    width: 300px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .down-message .message-form .message-ul .message-li .des {
    margin-left: 60px;
    font-size: 16px;
    text-align: center;
    color: #DA251D;
  }
  .down-message .message-form .off {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -35px;
    top: -35px;
    background: url(../images/off.png) no-repeat;
    background-size: contain;
    cursor: pointer;
  }
}
@media screen and (min-width: 1600px) {
  .type-box {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .type-box .link {
    display: inline-block;
    float: left;
    width: 380px;
    margin-right: 30px;
    color: #666;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
  }
  .type-box .link:hover {
    color: #DA251D;
  }
  .type-box .link.active {
    text-align: left;
    color: #DA251D;
  }
  .type-box .link:nth-child(3n) {
    margin-right: 0;
  }
  .news-con {
    margin-bottom: 32px;
    background-color: #f4f3f8;
  }
  .news-con .news-ul {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .news-con .news-ul .news-li {
    float: left;
    width: 432px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .news-con .news-ul .news-li:nth-child(3n) {
    margin-right: 0;
  }
  .news-con .news-ul .news-li .img-link {
    display: block;
  }
  .news-con .news-ul .news-li .img-link .img {
    display: block;
    width: 100%;
  }
  .news-con .news-ul .news-li .tit-link {
    display: block;
    padding: 0 20px;
    margin-top: 18px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 25px;
  }
  .news-con .news-ul .news-li .tit-link .tit {
    color: #525252;
    font-size: 16px;
  }
  .news-con .news-ul .news-li .tit-link:hover .tit {
    color: #DA251D;
  }
  .news-con .news-ul .news-li .des {
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    height: 36px;
  }
  .news-con .news-ul .news-li .digest-box {
    padding: 0 20px;
    font-size: 14px;
    color: #666;
  }
  .news-con .news-ul .news-li .digest-box .time:after {
    display: inline-block;
    content: "|";
    margin-left: 7px;
    color: #666;
  }
}
@media screen and (min-width: 1600px) {
  .news-about {
    border: 1px solid #f8f8f8;
    border-top: 0px;
    box-shadow: 0px 2px 3px 1px #d8d8d8;
    padding: 20px;
  }
  .news-about .news-content {
    float: left;
    width: 1052px;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 20px;
  }
  .news-about .news-content .tit {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  .news-about .news-content .time {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
  }
  .news-about .news-content .con img {
    max-width: 100%;
  }
  .news-about .product-listbox {
    float: right;
    padding: 40px 20px;
    width: 240px;
  }
  .news-about .product-listbox .tit {
    font-weight: normal;
    font-size: 24px;
    padding-left: 15px;
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .news-about .product-listbox .tit:before {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 3px;
    height: 20px;
    background-color: #DA251D;
  }
  .news-about .product-listbox .product-list .list-li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
  }
  .news-about .product-listbox .product-list .list-li .link {
    font-size: 16px;
    color: #333;
  }
  .news-about .product-listbox .product-list .list-li .link:hover {
    color: #DA251D;
  }
}
@media screen and (min-width: 1600px) {
  .contactus-wrap .contactus-info {
    padding: 40px 0;
    overflow: hidden;
    border-bottom:1px solid #c8c8c8;
  }
  .contactus-wrap .contactus-info .tit {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .contactus-wrap .contactus-info .info-box:last-child {
    margin-right: 0;
  }
  .contactus-wrap .contactus-info .info-box .map {
    overflow: hidden;
  }
  .contactus-wrap .contactus-info .info-box .map iframe {
    height: 360px;
  }
  .contactus-wrap .contactus-info .sub-company {
    margin-top: 50px;
  }
  .contactus-wrap .contactus-info .sub-company .list-li {
    float: left;
    width: 580px;
    margin-right: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
  }
  .contactus-wrap .contactus-info .sub-company .list-li p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contactus-wrap .contactus-info .sub-company .list-li .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contactus-wrap .contactus-info .sub-company .list-li:nth-child(2n) {
    margin-right: 0;
  }
  .contactus-wrap .feedback-box {
    padding: 40px 0;
  }
  .contactus-wrap .feedback-box .tit {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
  }
  .contactus-wrap .feedback-box .feedback-form {
    display: block;
    overflow: hidden;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-ul {
    float: left;
    width: 580px;
    margin-right: 40px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li {
    margin-bottom: 40px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li label {
    display: inline-block;
    color: #484848;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-ul .feedback-li .input-txt {
    width: 430px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #fff;
    display: inline-block;
    color: #333;
    border-radius: 5px;
    outline: none;
    border:1px solid #d8d8d8;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right {
    width: 580px;
    float: left;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .content-box {
    margin-bottom: 20px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .content-box label {
    color: #484848;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .content-box .textarea-box {
    width: 400px;
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    height: 120px;
    color: #333;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    border:1px solid #d8d8d8;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .code-box {
    margin-bottom: 20px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .code-box label {
    color: #484848;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .code-box .input-txt {
    width: 210px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #fff;
    display: inline-block;
    color: #333;
    border-radius: 5px;
    outline: none;
    margin-left:10px;
    border:1px solid #d8d8d8;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .code-box .code {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-left: 40px;
    color: #DA251D;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .sub-box {
    padding-left: 84px;
  }
  .contactus-wrap .feedback-box .feedback-form .feedback-right .sub-box .input-sub {
    width: 310px;
    background-color: #DA251D;
    color: #fff;
    text-align: center;
    border: none;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
  }
  .contactus-wrap .feedback-box .feedback-form .start {
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #DA251D;
  }
}
.toplinks{
  float:right;
  margin-right:18px;
}
.toplinks a{
  display: block;
  height: 32px;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.toplinks a:active {
  color: #666;
}
.toplinks a:hover {
  color: red;
}

.btn-list{padding-bottom:28px;padding-top:28px;}
.btn-list a.btn{padding:8px 28px;border-radius: 20px;margin:15px  20px;font-size:18px;}


#dataForm .input-group input.field_border1,
#dataForm .form-inline input.field_border1,
#dataForm .form-inline .field_border1,
#dataForm .form-group .field_border1,
#dataForm textarea.field_border1,#hotel_request_box.field_border1{border:1px solid #ff0000;}
.field_border1{border:1px solid #ff0000;}

#btn-submit{padding:15px 60px;border-radius: 20px;margin-left:124px;font-size:18px;background:#df0028;border-radius:6px;:none;color:#fff;}
#btn-submit:hover{background: #bd0428;}
#btn-submit.submit_close{background:#d8d8d8;color:#686868}

#btn-submit-quick{padding:6px 28px;border-radius: 10px;font-size:18px;background:#df0028;border-radius:6px;:none;color:#fff;}
#btn-submit-quick:hover{background: #bd0428;}
#btn-submit-quick.submit_close{background:#d8d8d8;color:#686868}

.thanks-page{}
.thanks-page .info-box{
  padding-top:68px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:48px;
  min-height:360px;
  box-shadow: 0px 0px 5px #b8b8b8;
  margin-bottom: 28px;
  border-radius: 6px;
}
.btn-box .btn-link{
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  text-decoration: underline;
}
.btn-box .btn-link:hover{
  color: #DA251D;
}
.product-review{margin-top:30px;}
/*# sourceMappingURL=o3-bk.css.map */