body {
	font-family: '微软雅黑';
}
.over {
	overflow: hidden
}
.trans {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.imgZoom img {
	transition: all .4s;
	-webkit-transition: all .4s
}
.imgZoom img:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1)
}
.hoverBtn {
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.hoverBtn:hover {
	background-color: #e31e00!important;
	border-color: #e31e00!important;
	color: #fff!important
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.ellip2 {
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.auto-container {
	width: 1400px;
	margin-left: auto;
	margin-right: auto
}
.top-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #666;
	z-index: 100;
	opacity: .8;
	display: none
}
.site-nav {
	position: fixed;
	width: 100%;
	z-index: 50;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	top: 0
}
.site-nav .auto-container {
	width: 90%
}
.head {
	position: relative
}
.head .logo {
	position: relative;
	z-index: 10;
	line-height: 100px;
	float: left
}
.head .logo a {
	display: block
}
.head .logo .logoImg {
	/* height: 42px; */
}
.head .slogan {
	margin-top: 25px;
	margin-left: 14px;
	padding-left: 20px;
	float: left;
	color: #e31e00;
	font-size: 20px;
	line-height: 28px;
	border-left: 1px solid #d4d8d7;
	font-weight: 700
}
.head .navBar {
	float: right;
	opacity: 1;
	transform-origin: left center
}
.head .nav li {
	position: relative;
	display: inline-block;
	margin: 0 22px;
	line-height: 98px;
	vertical-align: top
}
.head .nav li .stair {
	position: relative
}
.head .nav li.active .stair>a {
	color: #e31e00
}
.head .nav li.active .stair:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -11px;
	bottom: 10px;
	width: 22px;
	height: 10px;
	/* background: url(../images/nav_dots.png) no-repeat center; */
}
.head .nav li:hover .stair>a {
	color: #e31e00
}
.head .nav li:hover .stair:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -11px;
	bottom: 10px;
	width: 22px;
	height: 10px;
	/* background: url(../images/nav_dots.png) no-repeat center; */
}
.head .nav li .a {
	display: inline;
	color: #333;
	font-size: 16px;
	padding: 8px 2px;
	text-transform: uppercase;
	font-weight: 700
}
.head .nav li .a .mobile-navbtn {
	position: absolute;
	top: 10px;
	right: 0;
	margin: auto;
	font-size: 20px;
	width: 20px;
	height: 20px;
	transition: .3s
}
.head .nav li .a .mobile-navbtn.open {
	transform: rotate(90deg)
}
.head .nav li .a .mobile-navbtn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(45deg)
}
.head .top_search {
	position: relative;
	float: right;
	padding-left: 0;
	line-height: 92px;
	cursor: pointer
}
.head .top_search img {
	vertical-align: middle
}
.head .top_search .search_con2 {
	position: absolute;
	right: 22px;
	top: 26px;
	height: 50px;
	z-index: 100;
	transform: scale3d(0,0,0);
	transform-origin: right center;
	transition: all .5s;
	opacity: 0;
	width: 500px;
	opacity: 1;
	background: #ffffff;
}
.head .top_search .search_con2 .search-input {
	width: 380px;
	float: left;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 20px;
	background: #fff
}
.head .top_search .search_con2 .input1 {
	height: 48px;
	line-height: 48px;
	background: 0 0;
	border: 0;
	width: calc(100% - 57px);
	float: left;
	outline: 0;
	font-size: 16px;
	color: #666;
}
.head .top_search .search_con2 .bnts {
	float: right;
	width: 56px;
	height: 48px;
	background: url(../images/head_pic3.png) center center no-repeat;
	margin-right: 1px;
	cursor: pointer;
	border: none;
	outline: 0
}
.head .top_search .search_con2 .moblie-search-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(../images/c10.png) center center no-repeat;
	background-size: 100%
}
.head .language{
    display: inline-block;
    border: 1px solid #e31e00;
    border-radius: 6px;
    margin-top: 30px;
    position: relative;
    float: right;
    margin-right: 20px;
}
.head .language > div,.head .language > a{color: #e31e00;font-size: 16px;display: block;cursor: pointer;width: 45px;text-align: center;padding: 3px;}
.head .language > div > a{
    display: block;
    color: #e31e00;
}
.head .language .list{
    top: 31px;
    right: 0;
    left: 22px;
    width: 45px;
    padding: 0;
    margin: 0;
}
.head .language li a{
    padding: 3px 8px;
}
.head .language .list {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 132px;
  padding-top: 4px;
  text-align: center;
  display: none;
}
.head .language .list {
  top: 30px;
  width: 100%;
}
.head .language ul {
  border-radius: 4px;
  position: relative;
  box-shadow: 3.3px 3.5px 15px 6px rgba(0, 0, 0, 0.08);
}
.head .language li a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.head .language li a:hover {
  color: #e31e00;
	background-color:#fbfbfb;
}
.sub {
	position: absolute;
	left: 0;
	top: 100%
}
.sub>dl {
	display: none;
	max-height: 500px;
	overflow: auto
}
.sub>dl::-webkit-scrollbar {
	width: 2px;
	height: 1px
}
.sub>dl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(0,0,0,.2);
	background: #e31e00
}
.sub>dl::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgba(0,0,0,.2);
	border-radius: 10px
}
.sub>dl dd {
	line-height: 1.6;
	padding: 10px 15px;
	font-size: 16px;
	background-color: #fff
}
.sub>dl dd .mobile-navbtn {
	display: none;
	position: absolute;
	top: 8px;
	right: 15px;
	margin: auto;
	font-size: 20px;
	width: 20px;
	height: 20px;
	transition: .3s
}
.sub>dl dd .mobile-navbtn.open {
	transform: rotate(90deg)
}
.sub>dl dd .mobile-navbtn:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg)
}
.sub>dl dd .text {
	display: inline-block;
	vertical-align: middle;
	color: #535353
}
.sub>dl dd:hover .text {
	color: #e31e00
}
.sub>dl dd .t-menu {
	position: absolute;
	left: 100%;
	background-color: #fff;
	display: none;
	margin-top: -35px
}
.sub>dl dd .t-menu li {
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 40px;
	margin: 0;
	line-height: 1.6
}
.sub>dl dd .t-menu li a {
	display: block
}
.sub>dl dd .t-menu li a:hover {
	color: #e31e00
}
.sub>dl a {
	color: #333;
	white-space: nowrap
}
.scrollHead {
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #130f0e
}
#showopen .top_search .search_con2 {
	opacity: 1;
	transform: scale3d(1,1,1)
}
#showopen .head .navBar {
	opacity: 0;
	transform: scale3d(0,0,0)
}
#showopen .head .top_search img {
	opacity: 0
}
.M_search {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 58px;
	background-color: red;
	box-sizing: border-box
}
.M_search .mInp1 {
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	outline: 0;
	padding: 10px;
	padding-right: 74px;
	font-size: 15px;
	color: #666
}
.M_search .mInp1::placeholder {
	color: #999
}
.M_search .m_search_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	background-color: #e31e00;
	border: 0;
	outline: 0;
	text-align: center;
	cursor: pointer
}
.M_search .m_search_btn img {
	display: inline-block
}
.footer {
	position: relative;
	z-index: 3;
	background-color: #353535
}
.footer .footer_content {
	padding-top: 54px;
	padding-bottom: 20px
}
.footer dl {
	width: 375px;
	position: relative;
	transition: all .3s ease 0s;
	float: left;
	color: #fff
}
.footer dl dd {
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	color: #fff
}
.footer dl dd span {
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top
}
.footer dl dd img {
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top
}
.footer dl dd a {
	font-weight: 400;
	color: #fff;
	text-decoration: none
}
.footer dl dd a:hover {
	color: #be0002
}
.footer dl .medialinks {
	margin-top: 30px
}
.footer dl .medialinks a:hover {
	opacity: .4
}
.footer .product_links {
	width: 700px;
	float: right
}
.footer .product_links li {
	width: 25%;
	float: left;
	margin-bottom: 14px
}
.footer .product_links li a {
	font-size: 16px;
	color: #aaa
}
.footer .product_links li a:hover {
	color: #e31e00
}
.footer .quick_links {
	min-height: 184px;
	padding: 0 50px;
	margin-right: 82px;
	border-left: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	float: right
}
.footer .quick_links .quickT {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}
.footer .quick_links a {
	display: block;
	margin-bottom: 20px;
	color: #aaa;
	font-size: 16px
}
.footer .quick_links a:hover {
	color: #e31e00
}
.footerbar {
	background-color: #2d2d2d;
	text-align: center;
	height: 54px;
	color: #fff;
	line-height: 54px;
	font-size: 14px
}
.footerbar a {
	color: #888;
	margin-left: 15px;
}
.footerbar a:hover {
	color: #e31e00
}
.footerbar .copyright {
	text-align: center;
	color: #888
}
.footerbar .links a {
	color: #fff
}
.PublicMsg {
	background-color: #e31e00
}
.PublicMsg .MsgRow .left {
	width: 40%;
	display: inline-block;
	vertical-align: middle
}
.PublicMsg .MsgRow .left p {
	margin-top: 16px;
	font-size: 38px;
	color: #fff;
	font-weight: 700
}
.PublicMsg .MsgRow .right {
	width: 58%;
	display: inline-block;
	vertical-align: middle
}
.PublicMsg .msg_form {
	margin-top: 28px
}
.PublicMsg .msg_form>div {
	margin-bottom: 20px
}
.PublicMsg .msg_form input {
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	line-height: 46px;
	color: #fff;
	font-size: 14px
}
.PublicMsg .msg_form input::placeholder {
	color: #fff
}
.PublicMsg .msg_form textarea {
	width: 100%;
	height: 58px;
	background-color: transparent;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	resize: none
}
.PublicMsg .msg_form textarea::placeholder {
	color: #fff
}
.PublicMsg .msg_form .btn_group {
	margin-top: 20px
}
.PublicMsg .msg_form .sub-box {
	position: relative
}
.PublicMsg .msg_form .submit-btn {
	width: auto;
	height: 38px;
	background-color: #be0002;
	border-radius: 38px;
	line-height: 38px;
	color: #fff;
	border: 0;
	font-size: 18px;
	position: absolute;
	right: 15px;
	bottom: 20px;
	text-transform: uppercase;
	padding: 0 30px
}
.PublicMsg .msg_form ::-webkit-input-placeholder {
	color: #fff
}
.PublicMsg .msg_form ::-moz-placeholder {
	color: #fff
}
.PublicMsg .msg_form :-ms-input-placeholder {
	color: #fff
}
.PublicMsg .msg_form :-moz-placeholder {
	color: #fff
}
.productbox {
	margin-top: 20px
}
.productbox .item {
	padding: 10px;
    margin-bottom: 10px;
}
.productbox .item .cover img {
	display: none;
	transition: all .5s
}
.productbox .item .cover img:first-child {
	display: block
}
.productbox .item .cover:hover img:first-child {
	display: none
}
.productbox .item .cover:hover img:last-child {
	display: block
}
.productbox .item:hover {
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 10px 5px #aaa
}
.detail {
	text-align: center
}
.detail h6 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
	min-height: 40px
}
.detail span {
	display: block;
	width: 70%;
	margin: 23px auto 0;
	line-height: 37px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #e31e00;
	border-radius: 3px;
	background-color: #e31e00
}
.detail span:hover {
	background-color: #e31e00;
	font-weight: 700
}
