body {
    min-width: 1200px;
}

.clear {
    clear: both;
}

/*************nav*************/
.header {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar-brand {
    height: 70px;
    width: 190px;
    padding: 0;
}

.navbar-brand img {
    width: 121px;
    height: 75px;
    margin-left: 15px;
    margin-top: -5px;
}

.navbar-default .navbar-nav>li a {
    padding: 0 15px;
}

.dropdown-menu li {
    display: inline-block;
    float: left;
}

.navbar-default .navbar-nav>li>a {
    color: #464646;
    font-size: 17px;
    line-height: 25px;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #e60012;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-form .form-control {
    height: 26px;
    line-height: 26px;
    max-width: 190px;
    margin-top: 12px;
}

.navbar-form .form-control:hover {
    border-color: #e60012;
}

.cut {
    background: url(../image/lang.png) no-repeat center center;
    display: inline-block;
    width: 102px;
    height: 20px;
    position: relative;
    top: 8px;
    right: -4px;
    cursor: pointer;
}

.cut:hover,
.cut:hover i {
    background-image: url(../image/langs.png) no-repeat;
    color: #e60012;
}

.cut i {
    font-style: normal;
    color: #464646;
    font-size: 14px;
    margin-left: 27px;
}

.cut-list {
    padding: 4px 35px;
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.cut-list li a {
    line-height: 25px;
    color: #646464;
    text-decoration: none;
}

.cut-list li a:hover {
    color: #e60012;
}

.cut-edge {
    width: 10px;
    height: 71px;
    float: right;
    position: relative;
    z-index: 9999;
}

.search-input {
    border-radius: 8px;
    height: 30px;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 30px;
    border-color: #464646;
}

.search-input:focus {
    border-color: #e60012;
    box-shadow: none;
}

.searchbt,
.small-searchbt {
    position: absolute;
    right: 135px;
    top: 14px;
    padding: 4px 10px;
    border: none;
    height: 23px;
    display: block;
    cursor: pointer;
    background: url(../image/search1.gif) no-repeat 0 2px;
}

/*下拉列表*/
.product-drop-down,
.solution-drop-down {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    top: 70px;
    z-index: 99999;
    display: none;
}

.product-drop-down {
    height: 400px;
}

.product-drop-down .container,
.solution-drop-down .container {
    padding: 0;
}

.product-drop-down ul,
.solution-drop-down ul {
    float: left;
}

.product-drop-down ul li {
    /*width: 171px;*/
    height: 320px;
    padding-top: 160px;
}

.product-drop-down ul li,
.solution-drop-down ul li {
    float: left;
    position: relative;
}

.solution-drop-down ul li {
    background: none;
    border-right: 1px solid #ccc;
    width: 240px;
    min-height: 200px;
    margin: 10px 0;
    padding: 20px 0 0 35px;
}

.solution-drop-down ul li:nth-child(5n) {
    border-right: none;
}

.solution-drop-down ul li:nth-child(5n+1) {
    padding-left: 0;
}

.nav-pic {
    /*width: 171px;*/
    height: 161px;
    position: absolute;
    top: 0;
    display: block;
    text-align: center;
}

.nav-pic img {
    margin-top: 41px;
}

/*下拉框边框*/
.product-border {
    float: left;
    display: none;
    width: 100%;
    height: 403px;
    position: fixed;
    top: 70px;
    z-index: 999;
}

.product-border-l {
    float: left;
    border-bottom: 4px solid #e60012;
    height: 403px;
    position: absolute;
    right: 50%;
}

.product-border-r {
    float: right;
    border-bottom: 4px solid #e60012;
    height: 403px;
    position: absolute;
    left: 50%;
}

.solution-border {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}

.solution-border-l {
    display: inline-block;
    float: left;
    border-bottom: 4px solid #e60012;
    position: absolute;
    right: 50%;
}

.solution-border-r {
    display: inline-block;
    float: right;
    border-bottom: 4px solid #e60012;
    position: absolute;
    left: 50%;
}

.product-drop-down ul li a,
.solution-drop-down ul li a {
    color: #464646;
}

.product-drop-down dl dt,
.solution-drop-down dl dt {
    font-size: 16px;
    color: #e60012;
    font-weight: normal;
}

.solution-drop-down dl dt {
    margin-bottom: 15px;
    width: 170px;
}

.solution-drop-down dl dd {
    width: 170px;
}

.product-drop-down dl dd a,
.solution-drop-down dl dd a {
    font-size: 14px;
    color: #787878;
    line-height: 22px;
    text-decoration: none;
}

.product-drop-down dl dd a:hover {
    color: #464646;
}

.solution-drop-down dl dd a:hover {
    color: #e60012;
}

.product-drop-down dl dt {
    font-size: 16px;
    color: #e60012;
}

.product-drop-down dl dd a {
    font-size: 13px;
    color: #787878;
    line-height: 22px;
    text-decoration: none;

}

.product-drop-down dl dd span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learnmore {
    display: block;
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
    position: absolute;
    bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
}

.product-drop-down ul li a.learnmore-red {
    background-color: #e60012;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.small-s {
    margin-left: 20px;
}

.small-s a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 50px;
    font-size: 22px;
    color: #464646;
    text-decoration: none;
}

.small-s a:first-child {
    margin-right: 80px;
    background: url(../image/product-new.png) no-repeat;
}

.small-s a:first-child:hover,
.small-s a:last-child:hover {
    color: #e60012;
}

.small-s a:last-child {
    background: url(../image/product-selector.png) no-repeat;
}

.product-drop-downs {
    display: none;
    height: 70px;
    background-color: #f5f5f5;
    position: absolute;
    top: 70px;
    z-index: 99999;
}

.product-drop-downs ul li {
    margin: 0 45px;
    line-height: 70px;
    float: left;
    display: inline-block;
}

.product-drop-downs ul li a {
    color: #464646;
}

.product-drop-downs ul li a:hover {
    color: #e60012;
    text-decoration: none;
}

.product-borders {
    display: none;
    height: 72px;
    position: absolute;
    top: 30px;
    z-index: 999;
}

.product-borders-l {
    float: left;
    border-bottom: 4px solid #e60012;
    height: 72px;
    position: absolute;
    right: 50%;
}

.product-borders-r {
    float: right;
    border-bottom: 4px solid #e60012;
    height: 72px;
    position: absolute;
    left: 50%;
}

/*************footer*************/
footer {
    clear: both;
    background-color: #323232;
    min-height: 360px;
    border: 1px solid #323232;
}

.weixin {
    border-bottom: 1px solid #000;
    height: 100px;
    margin: 0;
}

.weixin ul {
    float: left;
    padding: 0;
    margin-top: 15px;
    position: relative;
}

.weixin ul li {
    float: left;
    list-style: none;
    margin-right: 90px;
}

.weixin ul li a {
    display: inline-block;
    overflow: hidden;
    height: 70px;
    width: 70px;
}

.weixin ul li:last-child {
    margin-right: 0;
}

/* .weixin-pic1 {
    background: url(../image/ls-tm.jpg) no-repeat;
}

.weixin-pic2 {
    background: url(../image/ls-jd.jpg) no-repeat;
}

.weixin-pic3 {
    background: url(../image/ls-1688.jpg) no-repeat;
} */

.weixin-pic4 {
    background: url(../image/ls-wx.jpg) no-repeat;
}

/* 
.weixin-bg2,
.weixin-bg3,
.weixin-bg4, */
.weixin-bg5 {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -110px;
    left: -20px;
    z-index: 99;
}

.footer-item {
    margin-top: 22px;
}

.footer-item .container {
    padding: 0
}

.footer-item-nav:nth-child(1) {
    width: 29%;
    padding-left: 0;
}

.footer-item-nav:nth-child(2) {
    width: 22%;
    padding-left: 60px;
}

.footer-item-nav:nth-child(3) {
    width: 25%;
    padding-left: 50px;
}

.footer-item-nav:nth-child(4) {
    width: 24%;
    padding-left: 20px;
}

.footer-item-nav dl dt {
    color: #ddd;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: normal;
}

.tips {
    line-height: 20px;
    padding-top: 7px;
}

.footer-item-nav dl {
    margin-bottom: 20px;
}

.footer-item-nav dl dd,
.footer-item-nav dl dd a {
    color: #ddd;
    font-size: 15px;
}

.footer-item-nav dl dd a {
    line-height: 28px;
}

.footer-item-nav dl dd a:hover {
    color: #e60012;
    text-decoration: none;
}

.footer-item-nav input[type="text"] {
    color: #ababab;
    padding: 7px 110px 7px 8px;
    margin: 5px 0;
    font-size: 15px;
    border: 1px solid #ccc;
}

.footer-item-nav input[type="submit"],
.footer-item-nav input[type="button"] {
    background: none;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-size: 15px;
}

.footer-item-nav input[type="submit"] {
    margin-top: 10px;
}

.footer-item-nav input[type="submit"]:hover {
    background-color: #e60012;
    border-color: #e60012;
}

.copy {
    border-top: 1px solid #000;
    padding-top: 8px;
}

.copy p,
.copy a {
    color: #ddd;
    font-size: 15px;
}

.copy a {
    margin-left: 10px;
}

.copy a:hover {
    text-decoration: none;
}

.i-tel,
.i-fax,
.i-email,
.i-address {
    display: inline-block;
    background: url(../image/icon4.png) no-repeat;
    padding-left: 25px;
    line-height: 26px;
    margin-bottom: 10px;
}

.i-tel {
    background-position: 0 -42px;
}

.i-fax {
    background-position: 0 -76px;
}

.i-email {
    background-position: 0 -106px;
}

.i-address {
    background-position: 0 5px;
}

.item-row {
    margin: 0;
}

/*侧栏*/
.sideBar {
    height: auto;
    width: 54px;
    position: absolute;
}

.top,
.online,
.mail {
    background: #d4d4d4 url(../image/side.png) no-repeat;
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 9px;
    cursor: pointer;
}

.top:hover,
.online:hover,
.mail:hover {
    background-color: #e60012;
}

.top {
    background-position: 0 0;
    display: none;
}

.online {
    background-position: 0 -64px;
}

.mail {
    background-position: 0 -125px;
    margin-bottom: 0;
}

.mail-block {
    display: none;
    width: 170px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    background-color: #e60012;
    color: #fff;
    position: relative;
    left: -175px;
}

/*左边*/
.left-nav {
    max-width: 250px;
    float: left;
    margin: 0 0 60px 0;
}

.left-nav h2 {
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 17px;
    background-color: #aaa;
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    box-shadow: 3px 3px 5px #c3c3c3;
}

.navb2,
.navb3,
.navb4,
.navb5 {
    display: none;
    font-size: 14px;
}

.left-nav .nav-selected {
    background-color: #e60012;
    display: block;
}

.left-nav .nav-selected .nav-1 {
    color: #fff;
}

.nav-block {
    display: block;
}

.left-nav dl {
    margin: 0;
}

.left-nav dl:first-child {
    margin-top: 10px;
    border-top: 1px solid #c8c8c8;
}

.left-nav dl dt,
.left-nav dl dd {
    background-color: #f5f5f5;
    position: relative;
}

.left-nav dl dt a,
.left-nav dl dd a {
    display: block;
    text-decoration: none;
    width: 250px;
    border-bottom: 1px solid #c8c8c8;
}

.left-nav dl dt a i,
.left-nav dl dd a i {
    font-style: normal;
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-nav dl dt {
    line-height: 40px;
    font-weight: normal;
}

.left-nav-list-iconleft {
    margin: 13px 5px 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    font-size: 10px;
}

.nav-1:hover,
.nav-1 dd:hover,
.nav-2:hover,
.navb2 a:hover,
.navb2 dd:hover,
.nav-3:hover {
    background-color: #e60012;
    color: #fff;
}

.nav-2 {
    background: url(../image/pro1.png) no-repeat 16px 12px / 7px 10px;
}

.nav-2:hover,
.nav-2s {
    background: url(../image/pro1s.png) no-repeat 16px 13px / 7px 10px;
}

.nav-1 {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.nav-1:hover {
    color: #fff;
}

.nav-1s {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: url(../image/producton.png) no-repeat 225px 17px;
}

.nav-1s:hover {
    background: #e60012 url(../image/productons.png) no-repeat 225px 17px;
    color: #fff;
}

.nav-2 {
    height: 35px;
    line-height: 35px;
}

.navb1 a,
.navb2 a,
.navb3 a,
.navb4 a,
.navb5 a {
    cursor: pointer;
}

.navb1 a {
    padding-left: 15px;
    color: #464646;
}

.navb2 a {
    padding-left: 30px;
    color: #787878;
    line-height: 35px;
}

.navb3 a {
    padding-left: 45px;
    color: #787878;
}

.navb4 a {
    padding-left: 60px;
}

.navb5 a {
    padding-left: 75px;
}

.nav-show {
    background-color: #e60012;
}

.nav-show i {
    color: #fff;
}

.submit-info {
    border: 1px solid #c8c8c8;
    margin-top: 20px;
}

.submit-info h3 {
    height: 35px;
    line-height: 35px;
    margin-top: 0px;
    background-color: #aaa;
    padding-left: 17px;
    color: #fff;
    font-size: 20px;
}

.submit-info p {
    margin: 21px 0;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
    padding: 0 17px;
}

.submit-info form {
    padding: 0 17px;
}

.submit-info input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #ababab;
    font-size: 15px;
    padding-left: 5px;
}

.submit-info input[type="submit"],
.submit-info input[type="button"] {
    border: none;
    background-color: #e60012;
    margin-bottom: 19px;
    color: #fff;
    font-size: 14px;
    padding: 3px 13px;
}

.submit-info-bg {
    display: block;
    max-width: 250px;
    height: 20px;
    background: url(../image/shadow.png) no-repeat;
}

/*右边*/
.right-content {
    float: right;
    max-width: 900px;
    min-height: 300px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
}

/*search*/
.search-title {
    margin-top: 70px;
    height: 80px;
    background-color: #f0f0f0;
}

.search-title h3 {
    margin-top: 35px;
    padding: 0 15px;
}

.search-product .row {
    padding: 0 15px;
}

.search-product-list img {
    width: 275px;
    height: 200px;
    overflow: hidden;
}

.search-product-list {
    text-decoration: none;
}

.search-product-list:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    color: #e60012;
}

.search-product-list p {
    font-size: 20px;
    color: #464646;
    margin: 20px 0 35px 0;
}

.searchload {
    width: 420px;
    margin: 25px 32% 70px 32%;
}

.search-tab {
    margin-top: 0;
}

.small-search {
    border: 1px solid #dcdcdc;
    background-color: #f0f0f0;
    height: 35px;
    width: 180px;
    margin-left: 150px;
    padding-left: 10px;
}

.small-searchbt {
    top: 7px;
    right: 10px;
}

.small-searchbt:hover,
.small-searchbt:active,
.small-searchbt:focus {
    background: url(../image/search1.gif) no-repeat 0 2px;
}

.search-tab-nav li:first-child {
    margin-left: 32%;
}

.dot-right {
    background: url(../image/FAQ-2.gif) no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 18px;
    right: 20px;
}

.search-title-FAQ {
    font-size: 18px;
    display: inline-block;
}

.search-title-FAQ:hover {
    color: #e60012;
}

.search-title-FAQ:hover .dot-right {
    background: url(../image/FAQ-2s.png) no-repeat;
    position: relative;
    top: 18px;
    right: 20px;
}

.Manuals-title {
    color: #464646;
}

.Manuals-title:hover {
    color: #e60012;
}

.Manuals-title:hover .Manuals {
    background: url(../image/video.png) no-repeat;
}

.Manuals {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: right;
    background: url(../image/videos.png) no-repeat;
}

.nofind {
    margin-top: 40px;
}

/*tip*/
.tipbg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cacaca;
    z-index: 9999;
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    min-width: 1200px;
}

.tip {
    display: none;
    position: absolute;
    width: 525px;
    height: 440px;
    margin: auto;
    padding: 8px;
    border: 2px solid #E8E9F7;
    background-color: #e7e7e7;
    z-index: 999999;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #676767;
}

.btnx {
    float: right;
    background: url(../image/icon1.png) no-repeat 0 0 /18px 18px;
    border: none;
    width: 18px;
    height: 18px;
    margin: 10px 10px 0 0;
}

.tip h4 {
    margin: 30px 0 15px 15px;
}

.tip ul {
    margin: 0 0 0 15px;
}

.tip .youname,
.tip .Eaddress,
.tip .text {
    width: 460px;
}

.tip .companyname {
    width: 250px;
}

.captcha {
    width: 318px;
}

#code {
    width: 80px;
    height: 30px;
    position: relative;
    top: 2px;
    font-size: 20px;
    margin: 0 0 0 15px;
    font-style: italic;
    font-weight: bold;
    border: 0;
    letter-spacing: 2px;
    color: blue;
    background-color: #dfdfdf;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

.display-item {
    display: block;
}

.hide-item {
    display: none;
}

.messageform label {
    font-weight: normal;
}