* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

html,
body {
    width: 100%;
    font-family: "Helvetica", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    background-color: #fff;
    color: #333;
    font-size: 65.5%;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.float-left {
    float: left;
}
.xblogsingle-t-r li {
	display: inline-block;
	margin-left: 10px;
}
.float-right {
    float: right;
}

.background-gray {
    background-color: #f5f5f5;
}

.hidden {
    display: none;
}

.container {
    width: 1430px;
    margin: auto;
}

.gray {
    background-color: #f5f5f5;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/select-btn.gif") no-repeat right center;
    cursor: pointer;
}

input,
textarea,
select {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .15);
    padding-left: 15px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: "Helvetica", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

button {
    border: 0;
    outline: none;
}

/* 头部 */
.top {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f0f0f0;
}

.top-left p {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
}

.top-left .detail {
    color: #8c8c8c;
    line-height: 45px;
    padding-left: 22px;
}

.top-left .tel {
    padding: 5px 10px 5px 30px;
    border-radius: 12px;
    background-color: #ab6633;
    color: #fff;
    margin: 3px 0 0 20px;
}

.top-left p:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-left .detail:before {
    background-position: 0 0;
    left: 0;
}

.top-left .tel:before {
    background-position: -60px 0;
    left: 8px;
}

.top-right {
    height: 45px;
    font-size: 1.4rem;
    color: #acacac;
    display: flex;
    align-items: center;
}

.top-right a {
    color: #acacac;
}
.top-right img{
	float: left;
	margin-right: 10px;
}
.top-right span {
   float: left;
    align-items: center;
    margin-right: 15px;
	margin-top: 3px;
}

/* .top-right span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -40px 0;
} */

.top-right .signup {
    margin: 0 15px;
}

.top-right .wishlist {
    display: flex;
    align-items: center;
}

.top-right .wishlist:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -20px 0;
}

header {
    height: 80px;
    display: flex;
    align-items: center;
}

header .logo {
    width: 10%;
}

header .logo img {
    width: 100%;
}

.web-nav {
    width: 60%;
    height: 80px;
    line-height: 80px;
}

.web-nav ul {
    display: flex;
    align-items: center;
    float: right;
}

.web-nav ul li {
    padding: 0 15px;
    display: inline-block;
    text-align: center;
}

.web-nav ul li a {
    font-size: 1.8rem;
    color: #a0a0a0;
}

.web-nav ul li a:hover,
.web-nav ul li.hover a {
    color: #ab6633;
}

.header-search {
    width: 18%;
    position: relative;
}

.header-search .nav-input {
    width: 100%;
    height: 46px;
    background-color: #f8f8f8;
    border-radius: 23px;
    outline: none;
    border: 0;
    margin-top: 14px;
    padding: 0 40px 0 20px;
    color: #a0a0a0;
}

.header-search .nav-button {
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) -80px 0 no-repeat;
    outline: none;
    border: 0;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.header-lang {
    width: 7%;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    padding: 0 10px 0 15px;
    cursor: pointer;
	display: none;
}

.header-lang:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #bebebe;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.header-lang span {
    margin: 0 5px;
}

/* footer */
footer {
    background-color: #3c3c3c;
}

.footer-content {
    padding: 60px 0;
}

.footer-content-left {
    width: 30%;
}

.footer-content-left h2 {
    font-size: 1.8rem;
    color: #fff;
    margin: 10px 0 30px;
    font-weight: normal;
}

.footer-content-left p {
    display: inline-block;
    color: #999;
    font-size: 1.4rem;
	margin-top: 10px;
}

.footer-content-left .social-share {
    display: inline-block;
}

.footer-content-left .social-share a {
    color: #999;
}

.footer-content-right {
    width: 70%;
}

.footer-content-right ul {
    display: flex;
    justify-content: space-between;
}

.footer-content-right ul li {
    width: 33%;
}

.footer-content-right ul li p {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
	font-weight: bold;
}

.footer-content-right ul li a,
.footer-content-right ul li span {
    display: block;
    color: #999;
    font-size: 1.4rem;
    line-height: 2;
}

.footer-content-right ul li span {
    display: flex;
    align-items: center;
}

.footer-content-right ul li span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.footer-content-right ul li span.email::before {
    background-position: -140px 0;
}

.footer-content-right ul li span.number::before {
    background-position: -160px 0;
}

.footer-content-right ul li span.tel::before {
   background: url(../images/tel.jpg);
   background-size: 100%;
	 transform: scale(.88);
}
.footer-content-right ul li span.vk::before {
   background: url(../images/vk.png);
   background-size: 100%;
	 transform: scale(.9);
}
.footer-content-right ul li span.skype::before {
    background-position: -200px 0;
}

.footer-content-right ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #999;
    font-size: 1.4rem;
    color: #a0a0a0;
    display: flex;
    justify-content: center;
}

.copyright .links {
    margin-left: 20px;
}

.copyright .float-right a {
    color: #a0a0a0;
    padding: 0 10px;
}

.copyright .float-right a:hover {
    color: #fff;
    text-decoration: underline;
}

/* about */
.section-about-img {
    width: 46%;
    position: relative;
}

.section-about-img img {
    width: 100%;
}

.section-about-img .text {
    width: 380px;
    padding: 50px 20px 20px;
    background-color: #ab6633;
    position: absolute;
    right: -20px;
    bottom: -20px;
    color: #fff;
}

.section-about-img .text::after {
    content: '';
    display: block;
    width: 80px;
    height: 90px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.section-about-img .text p {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.section-about-img .text span {
    font-size: 1.4rem;
    line-height: 1.8;
}

.section-about-content {
    width: 45%;
    padding-top: 80px;
}

.section-about-content h4 {
    font-size: 2rem;
    color: #ab6633;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.section-about-content h4:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 6px;
    background-color: #ab6633;
    border-radius: 3px;
    margin-right: 10px;
}

.section-about-content h3 {
    font-size: 3.6rem;
    font-weight: normal;
    padding-left: 60px;
    margin: 15px 0;
    line-height: 1.5;
}

.section-about-content>p {
    font-size: 1.8rem;
    color: #787878;
    padding-left: 60px;
    line-height: 1.6;
}

.section-about-content .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}

.section-about-content .list li {
    width: 33%;
    text-align: center;
}

.section-about-content .list li i {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    margin: 20px auto;
}

.section-about-content .list li:nth-of-type(1) i {
    background-position: -80px -20px;
}

.section-about-content .list li:nth-of-type(2) i {
    background-position: -180px -20px;
}

.section-about-content .list li:nth-of-type(3) i {
    background-position: -280px -20px;
}

.section-about-content .list li p {
    font-size: 1.2rem;
}

.section-about-content .list li p span {
    display: inline-block;
    position: relative;
    top: -8px;
    text-align: left;
}

.section-about-content .list li p .big {
    font-size: 3.2rem;
    letter-spacing: -3px;
    top: 0;
}

.section-about-content .list li p .big::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #333;
    margin: 0 10px;
}

.section-about-content .list li:last-child p span{
    top: 0;
}

/* product */
.section-product-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-product-content ul li {
    width: 24%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 2px #dfdfdf;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

.section-product-content ul li img {
    width: 100%;
    border-radius: 8px;
}

.section-product-content ul li p {
    font-size: 1.6rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 3;
}

.section-product-content ul li .argument {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-product-content ul li .argument span {
    display: flex;
    align-items: center;
    color: #646464;
    font-size: 1.2rem;
}

.section-product-content ul li .argument span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.section-product-content ul li .argument .icon-online::before {
    background-position: -100px 0;
}

.section-product-content ul li .argument .icon-cert::before {
    background-position: -120px 0;
}

.section-product-content ul .product-sort-li {
    padding: 0;
    position: relative;
}

.section-product-content ul .product-sort-li .li-text {
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 0 5%;
    height: 20%;
    top: 60%;
    left: 0;
    font-size: 2.4rem;
    line-height: 2;
}

.section-product-content ul .product-sort-li .li-text::after {
    content: '';
    display: block;
    width: 60px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -160px -120px;
    position: absolute;
    top: 12px;
    right: 12px;
}

/* 手机端导航 */
.mobile-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fafafa;
    padding: 20px;
    display: none;
    z-index: 999;
    left: 0;
    top: 80px;
}

.mobile-nav ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e9e9ef;
}

.mobile-nav ul li a {
    font-size: 2rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav ul li a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -240px 0;
}

.header-search-btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: -210px -150px;
    right: 80px;
    display: none;
}

.hamburger {
    position: absolute;
    right: 20px;
    display: none;
}

.hamburger .line {
    width: 32px;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.mobile-search {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #f5f5f5;
    z-index: 1000;
    padding: 20px;
    display: none;
    border-bottom: 1px solid #fff;
    top: 80px;
}

.mobile-search .nav-input {
    width: 100%;
    height: 42px;
    outline: none;
    border: 1px solid #ccc;
    padding: 0 80px 0 20px;
    color: #666;
    background-color: #fff;
}

.mobile-search .nav-button {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 26px;
    top: 26px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -210px -150px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}

.mobile-nav dl {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
}

.mobile-nav dl dd {
    width: 120px;
    display: inline-block;
    text-align: center;
}

.mobile-nav dl dd i {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    margin: auto;
}

.mobile-nav dl .account i {
    background-position: 0 -301px;
}

.mobile-nav dl .lang i {
    background-position: -80px -301px;
}

.mobile-nav dl .login i {
    background-position: -160px -301px;
}

.mobile-nav dl dd p {
    font-size: 1.4rem;
    color: #acacac;
    line-height: 2;
}

/* 手机端底部 */
.mobile-footer-content {
    display: none;
}

.mobile-footer-content .mobile-search {
    position: relative;
    display: block;
    background-color: transparent;
    z-index: 1;
    top: 0;
}

.mobile-footer-content .mobile-search .nav-input {
    border-radius: 10px;
    background-color: #f8f8f8;
}

.mobile-footer-content ul {
    padding: 20px;
}

.mobile-footer-content ul li {
    height: 50px;
    line-height: 50px;
}

.mobile-footer-content ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #dcdcdc;
    font-size: 1.8rem;
    border-top: 1px solid #5a5a5a;
}

.mobile-footer-content ul li a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -260px 0;
    ;
}

.mobile-footer-content .social-share {
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 40px;
}

.mobile-footer-content .social-share a {
    font-size: 2rem;
}

.xbreadnav {
    padding-top: 27px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.xbreadnav li {
    display: inline-block;
}

.xbreadnav li a {
    font-size: 16px;
    color: #282828;
    margin: 0 5px;
}

.xbreadnav li a:hover {
    color: #ab6633;
}

.main-form .form-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin: auto;
	width: 100%;
}
.ly-text{
	width: 100%;
	font-size: 16px;
	margin: auto;
	
}
.main-form .form-list p {
    width: 48%;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.main-form .form-list p:nth-child(3){
	width: 100%;
}
.main-form .form-list p label {
    display: block;
    width: 150px;
    text-align: right;
    padding-right: 10px;
}

.main-form .form-list input {
    width: 70%;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
	width: 100%;
    height: 50px;
    color: #666;
}
#code{
	width: 75%;
}
.main-form .form-list .textareaBox {
    width: 100%;
    align-items: flex-start;
}

.main-form .form-list .textareaBox label {
    padding-top: 15px;
}

.main-form .form-list textarea {
    width: 70%;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
	width: 100%;
    height: 312px;
    padding: 10px;
}


.main-form .form-list p span {
    color: #ab6633;
}

.main-form .submit-box {
   
    font-size: 1.6rem;
    margin-top: 20px;
	width: 100%;
	text-align: center;
}

.main-form .submit-btn {
    width: 18%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ab6633;
    border-radius: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.contactfix{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 22;
}
.contactfix ul li{
	height: 40px;
	line-height: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	padding-right: 10px;
	margin-bottom: 10px;
	transition: all .5s;
	transform: translateX(166px);
	cursor: pointer;
}
.contactfix ul li:hover{
	transform: translateX(0);
}
.contactfix ul li:last-child:hover{
	transform: translateX(166px);
}
.contactfix ul li span{
	color: #fff;
	display: inline-block;
	width: 130px;
	padding-left: 20px;
}
.contactfix ul li span img{
	margin-right: 10px;
	display: initial;
}
.contactfix ul li a{
	color: #fff;
}
.swt{
	padding-left: 180px;
}
.swt img{
	width: 80px;
}
#LRdiv0{
		display: none !important;
	}
	.sharebox .sharethis-inline-share-buttons{
		text-align: left;
	}
	.sharebox p{
		margin-top: 20px;
	}


@media screen and (max-width:1199px) {

    .section-about-img,
    .section-about-content {
        width: 100%;
    }

    .container {
        width: 970px;
        margin: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .web-nav {
        width: 68%;
    }

    .web-nav ul li {
        padding: 0 8px;
    }

    .section-product-content ul li {
        padding: 12px;
    }

    .section-product-content ul li p {
        line-height: 2;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .container {
        width: 1180px;
    }

    .web-nav {
        width: 70%;
    }

    .section-about-content {
        width: 50%;
        padding-top: 30px;
    }
}

@media screen and (max-width:992px) {
    .container {
        width: 96%;
        margin: auto;
    }
}

@media screen and (max-width:768px) {
	.main-form .form-list img{
		top: 295px !important;
		    width: 150px !important;
	}
	.footlm {
		padding-left: 15px;
	}
	.footer-content-left{
		width: 100%;
	}
	.mobile-footer-content .xblogsingle-t-r ul li a{
		border-top: none;
	}
	.mobile-footer-content .xblogsingle-t-r ul li a::after{
		background: none;
	}
	.footer-content-left p{
		padding-top: 30px;
	}
	.contactfix ul{
		display: none;
	}
	.section-about-content .list li p span{
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.section-about-content .list li:first-child p span:last-child, .section-about-content .list li:last-child p span:last-child {
		top: -8px !important;
	}
	.section-about-content .list li p .big::after{
		display: none;
	}
	.main-form .form-list{
		width: 92%;
	}
	#code {
	    width: 65%;
	}
    .main-form .form-list p {
        width: 100%;
        margin: 0;
    }

    .main-form .form-list p label,
    .main-form .form-list input,
    .main-form .form-list textarea {
        width: 100%;
    }

    .main-form .form-list p label {
        text-align: left;
    }

    .main-form .submit-box {
        margin-left: 0;
    }

    .product-img,
    .product-arguments {
        width: 100%;
    }

    .product-module-nav {
        display: none;
    }

    .main-product-first {
        border-top: 5px solid #fff;
    }

    .container {
        width: 96%;
    }

    .top,
    header .header-search,
    header .header-lang,
    .web-nav,
    .footer-content,
    .copyright .links,
    .copyright .float-right {
        display: none;
    }

    header {
        width: 100% !important;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
    }

    header .logo {
        width: 120px;
    }

    .copyright .float-left {
        width: 100%;
        text-align: center;
    }

    .header-search-btn,
    .hamburger,
    .mobile-footer-content {
        display: block;
    }

    .section-product-content ul li {
        width: 49%;
    }

    .section-feedback-content .slides ul li {
        width: 520px;
    }

    .xbreadnav {
        padding-bottom: 20px;
        /* margin-top: 80px; */
    }

    .xbreadnav2 {
        margin-top: 0;
    }
	.solu-form .form-list{
		width: 100%;
	}
	.sern .container {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
    .section-about-content .list {
        margin-top: 10px;
    }

    .section-about-content .list li p .big {
        font-size: 2.4rem;
    }

    .section-product-content ul li p {
        line-height: 1.6;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
			  text-overflow: ellipsis;
			  overflow: hidden;
				white-space: wrap;
    }

    .section-product-content ul .product-sort-li .li-text::after {
        top: 0;
        right: 0;
    }

    .main-form .form-list input,
    .main-form .form-list select {
        width: 100%;
        margin: 10px 0;
    }

    .main-form .submit-btn {
        width: 160px;
        margin-bottom: 10px;
    }

    .main-form .submit-btn {
        width: 160px;
        margin-bottom: 10px;
    }

    .product-arguments .arguments-contact span {
        width: 48%;
    }

    .product-arguments {
        padding: 10px 0;
    }
}

@media screen and (max-width:414px) {
    .section-about-content .list li i {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0 auto;
    }
}

@media screen and (max-width:375px) {
    .mobile-nav dl dd {
        width: 80px;
    }
}