@charset "utf-8";
/*
Theme Name: Lorem
Theme URI: http://theme.xuxiaoke.com/lorem
Author: xuxiaoke
Author URI: http://www.xuxiaoke.com
Description: SEO, Responsive, WordPress
Version: 1.0.2
*/

/*global css*/
html, div {
    outline: 0;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

body,textarea,input,button,select,keygen,legend {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    outline: 0;
}

body {
    font-family: Proxima, Microsoft YaHei, Arial, Helvetica, sans-serif;
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    font-weight: 100;
    color: #555;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: none;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
}

sup,sub {
    font-size: 80%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

ins,u,s,a {
    text-decoration: none;
}

textarea,input {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea {
    -webkit-appearance: none;
    border: 1px #cbcecd solid;
    outline: none;
}

input,textarea {
    outline: none;
}

input[type=submit] {
    cursor: pointer;
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

img {
    max-width: 100%;
    
    border: none;
}

.aligncenter{
    margin: 0 auto;
    display: block;
}

/*form*/
.form_input {
    color: #333;
    height: 20px;
    line-height: 20px;
}

.form_area {
    color: #333;
    line-height: 180%;
    resize: none;
    overflow: auto;
}

.form_button {
    border: none;
    background: #505050;
    color: #fff;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    overflow: hidden;
    width: 80px;
}

.form_focus {
    border-color: red;
}

.form_input.center {
    text-align: center;
}

/*clear*/
.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.clean {
    zoom: 1;
}

.clean:after,.clean:before {
    content: '';
    display: table;
}

.clean:after {
    clear: both;
}

/*a*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*Effect*/
.trans_05 {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

/*float*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.g_show {
    display: block;
}

.g_hide {
    display: none;
}

.g_clear {
    zoom: 1;
}

.g_clear:after {
    clear: both;
}

.g_clear:after, .g_clear:before {
    content: '';
    display: block;
}

.g_img_box img {
    vertical-align: middle;
}

.g_img_box:after {
    content: '';
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.g_transition_scale {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.g_transition_scale:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pic_box em {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.pic_box img {
    vertical-align: middle;
}

.error, .error_info {
    color: #900;
    margin: 0;
    font-family: Verdana;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.visible-hidden {
    visibility: hidden;
    opacity: 1;
}

.middle {
    vertical-align: middle;
}

.middleImg img {
    vertical-align: middle;
}

.middleImg .mid-ilb {
    vertical-align: middle;
    display: inline-block;
}

.middleImg span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.trans-show {
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.trans-show.visable {
    opacity: 1;
    visibility: visible;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms 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);
}

.imgbox {
    display: block;
    overflow: hidden;
}

.imgbox img {
    max-width: 100%;
    max-height: 100%;
}

.pointer {
    cursor: pointer;
}

.flow-shadow {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.flow-shadow:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
}

.clear_gt_991 {
    clear: both;
}

.border-box {
    box-sizing: border-box;
}

*.hoverColor {
    -webkit-transition: all .3s;
    transition: all .3s;
}

*.hoverColor:hover {
    color: #1e73be!important;
}

.show-pc-block {
    display: block!important;
}

.show-pc-inline-block {
    display: inline-block!important;
}

.show-mb-block {
    display: none!important;
}

.show-mb-inline-block {
    display: none!important;
}

body.flex-foot-bottom {
    display: flex;
    flex-direction: column;
}

.flex-foot-bottom .header,
.flex-foot-bottom .footer,
.flex-foot-bottom .top-cateogry,
.flex-foot-bottom .wrap-banner,
.flex-foot-bottom .bread {
    flex: 0 0 auto;
}

.flex-main-content {
    flex: 1 0 auto;
}

/* wrap */
.wrap {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.wrap:after,.wrap:before {
    display: table;
    content: '';
}

.wrap:after {
    clear: both;
}

.headerTop {
    line-height: 48px;
    padding: 0 2%;
}

.headerTop * {
    font-size: 14px;
    color: #fff;
}

.headerNav {
    padding: 30px 0 30px;
    box-sizing: border-box;
}

/* menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 999;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #1e73be;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #009ae1;
}

#cssmenu > ul > li.menu-item > a {
    padding-right: 25px;
}

#cssmenu > ul > li.menu-item-has-children > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.menu-item:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 16px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu > ul > li.menu-item > .sub-menu > li.menu-item-has-children > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.menu-item > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.menu-item:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px) {
    .logo {

    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }

    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }

    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }

    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #cssmenu > ul > li.menu-item > a::after,
    #cssmenu ul ul li.menu-item > a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
        top: -58px;
    }

    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }

    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    #cssmenu .menu-item-has-children > .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

    #cssmenu .menu-item-has-children > .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .menu-item-has-children > .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

/*search*/
.search-form {
    width: 0;
    padding-left: 20px;
    background: url('images/icon_search.png') no-repeat center;
    box-sizing: border-box;
    cursor: pointer;
}

.search-form.open {
    width: 240px;
    padding-left: 0;
    background: none;
    cursor: none;
}

.search-form form input {
    border: none;
    float: left;
}

.search-form .text {
    border-bottom: 1px solid #c9c9c9;
    height: 30px;
    width: calc(100% - 25px);
    background: none;
    font-size: 14px;
    color: #b3b3b8;
}

.search-form .sub_btn {
    width: 20px;
    height: 30px;
    background: url('images/icon_search.png') no-repeat center;
}

/* index banner */
.index-banner .bx-controls-direction {
    display: none;
}

.index-banner .bx-wrapper .bx-pager {
    bottom: 2%;
}

.index-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 1px solid transparent;
    width: 11px;
    height: 11px;
    opacity: 1;
    border-radius: 50px;
}

.index-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(30,115,190,0.87);
    border: 1px solid rgba(255,255,255,.6);
}

/*index module*/
.index-module {
    padding: 50px 0;
}

.index-module .index-title {
    margin-bottom: 55px;
    font-size: 36px;
    color: #424242;
    font-family: "CrimsonText-Semibold";
    text-align: center;
    text-transform: uppercase;
}

.index-module .index-title .top-title {
    margin-bottom: 10px;
    font-family: "Greatvibes-Regular";
    font-size: 30px;
    color: #333;
    text-transform: capitalize;
    font-weight: bolder;
}

.index-module .index-title span {
    position: relative;
    max-width: 180px;
    margin: 20px auto 0;
    text-align: center;
    color: #ffa019;
}

.index-module .index-title.white {
    color: #fff;
}

.index-module .index-title.white .top-title {
    color: #fff;
}

.index-module .index-title.white span:after,
.index-module .index-title.white span:before {
    background: #fff;
}

/*index news and cases list*/
.index-news, .case-list, .page-detail, .related-case {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.index-news .box {
    width: 48.6%;
    flex-grow: 1;
    margin-left: 2.7%;
    margin-bottom: 10px;
}

.index-news .box:first-child, .index-news .box:nth-child(3), .index-news .box:nth-child(5), .case-list .box:first-child, .case-list .box:nth-child(4), .case-list .box:nth-child(7), .page-detail .box:first-child, .page-detail .box:nth-child(4), .page-detail .box:nth-child(7) {
    margin-left: 0;
}

.index-news .index-news-info {
    padding: 30px;
    min-height: 100px;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.index-news .index-news-info h3 {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-news .index-news-info h3 a:hover, .index-news .index-news-info a.more:hover {
    color: #1e73be;
}
.index-news .index-news-info p {
    margin-bottom: 20px;
}

.case-list .box, .page-detail .box {
    width: 31.5%;
    flex-grow: 1;
    margin-left: 2.7%;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.related-case {
    margin-top: 20px;
}
.related-case .box {
    width: 31.5%;
    flex-grow: 1;
    margin-right: 2.7%;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.related-case .box:last-child {
    margin-right: 0;
}

.index-cases-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: rgba(41, 44, 56, 0.86);
    transition: .3s;
}
.cases-info-title {
    padding: 15px 10px;
}
.cases-info-title a {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-detail .box {
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 30px 0 20px;
}

.page-detail .box .img-box {
    margin-bottom: 20px;
}

.page-detail .box p {
    padding-bottom: 20px;
}
/*index about*/
.index-about .pic {
    width: 50%;
}

.index-about .words {
    width: 45%;
    max-width: 648px;
    padding: 2% 0 1% 4%;
}

.index-about .words .index-title {
    margin-bottom: 30px;
    text-align: left;
}

.index-about .words .index-title span {
    margin-left: 0;
}

.index-about .words .bf {
    font-size: 14px;
    color: #717171;
    line-height: 1.8;
}

.index-about .words .more {
    font-size: 13px;
    color: #1e73be;
    text-transform: uppercase;
    border: 1px solid #1e73be;
    max-width: 155px;
    width: 100%;
    line-height: 40px;
    margin-top: 30px;
}

.index-about .words .more:hover {
    color: #fff;
    background: #1e73be;
}

/*index product*/
.index-product {
    background: #f4f4f4;
}

.index-product .list {
}

.index-product .list .box {
    width: 23.08%;
    margin-left: 2.5%;
}

.index-product .list .box:first-child, .index-product .list .box:nth-child(5), .index-product .list .box:nth-child(9) , .index-product .list .box:nth-child(13) , .index-product .list .box:nth-child(17){
    margin-left: 0;
}

.index-product .list .box:hover .pic {
    border-color: #1e73be;
    border-radius: 5px;
}

.index-product .list .box .pic .w-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
}

.index-product .list .box:hover .pic .w-mask {
    visibility: visible;
    opacity: 1;
}

.index-product .list .box .pic .w-mask:after,
.index-product .list .box .pic .w-mask:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    width: 22px;
    height: 2px;
    background: #1e73be;
    content: '';
    transition: all .3s .2s;
    opacity: 0;
}

.index-product .list .box .pic .w-mask:before {
    width: 2px;
    height: 22px;
    top: -10px;
    left: 0;
}

.index-product .list .box:hover .pic .w-mask:after,
.index-product .list .box:hover .pic .w-mask:before {
    top: 0;
    left: 0;
    opacity: 1;
}

.index-product .list .box .pic img {
    transition: all .8s;
    -webkit-transition: all .8s;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    border-radius: 5px;
}

.index-product .list .box .name {
    font-size: 16px;
    color: #2e2e2e;
    margin: 15px 0;
}

.index-product .list .box .more {
    text-transform: uppercase;
    font-size: 12px;
    color: #1e73be;
    border-bottom: 1px solid #1e73be;
}

/*index case*/
.index-case {
    background: url(images/case_bg.jpg) no-repeat center top;
}

.index-case .list img {
    border-radius: 3px;
}

.index-case .list .box {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 10px;
}

.index-case .list .box:nth-child(5), .index-case .list .box:last-child{
    margin-right: 0;
}

.index-case-more a {
    font-size: 16px;
    border: 1px solid #bdbab7;
    max-width: 167px;
    width: 100%;
    line-height: 39px;
    padding: 10px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.index-case-more .index-title {
    margin-bottom: 0;
}
.index-case-more .index-title a:hover {
    background: #1e73be;
    color: #fff;
}

/*footer*/
.footer {
    background: #282828;
    color: #ccc;
    line-height: 26px;
}

.flink .flink-title {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}

.flink li {
    display: inline-block;
}

.flink li a {
    border-right: 1px solid #eee;
    color: #fff;
    padding: 0 12px;
}

.flink li:last-child a {
    border-right: none;
}

.footer .link ul a:hover {
    color: #1e73be;
}

.footer .link {
    padding: 55px 0 30px;
    box-sizing: border-box;
}

.footer .link .foot_widget {
    float: left;
    width: 22%;
    overflow: hidden;
    box-sizing: border-box;
}

.footer .link .foot_widget {
    margin-right: 3%;
}

.footer .link .foot_widget:last-child {
    margin-right: 0%;
}

.footer .link ul.contact-info li, .footer .link ul li {
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
    max-width: 100%;
    color: #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .link ul.contact-info li {
    text-overflow: inherit;
    white-space: inherit;
}

.footer .link h3.tit {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.footer .link ul a {
    font-size: 14px;
    color: #ccc;
}

.copyright {
    background: #1f1f1f;
    padding: 25px 0;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.copyright a {
    font-size: 14px;
    color: #1e73be;
}

/* breadcrumbs */
.wrap-module .position_bg {
    background: #f3f3f3;
}

.wrap-module .position_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom: none;
}

.info-detail .position_wrap .position {
    width: 100%;
}

.position_wrap .position {
    float: left;
    width: 50%;
    text-align: right;
    height: 55px;
    line-height: 55px;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}

.position_wrap .position a {
    color: #888;
}

.position_wrap.s1>.position {
    text-align: left;
}

/*sidebar*/
.menu-in-left {
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-in-left .menu-wrap-style {
    width: 20%;
    float: left;
}

.menu-in-left .wrap-righter-style {
    width: 77.75%;
    float: right;
}

.sidebar .pro_cate {
    float: left;
    width: 20%;
}

.sidebar .pro_cate .page_name {
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #eee;
    padding: 10px;
    border-radius: 3px;
    font-weight: 500;
}

.sidebar .pro_cate .sidebar-list {
    margin-bottom: 20px;
}

.sidebar .pro_cate .sidebar-list li:first-child {
    border-top: none;
}

.sidebar .pro_cate .sidebar-list li {
    padding: 8px 0;
    line-height: 32px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar .pro_cate .sidebar-list .contact-info li {
    border-top: 1px solid #e2e2e2;
    overflow: inherit;
    white-space: normal;
    text-overflow: unset;
}

.sidebar .pro_cate .sidebar-list li a {
    font-size: 14px;
    color: #555;
}

.sidebar .pro_cate .sidebar-list li:hover, .sidebar .pro_cate .sidebar-list li.on {
    padding-left: 16px;
    background: url(images/sidebar_icon.png) no-repeat left center;
}

.sidebar .pro_cate .sidebar-list .contact-info li:hover, .sidebar .pro_cate .sidebar-list .contact-info li.on {
    background: none;
}

.sidebar .pro_cate .sidebar-list li:hover a,
.sidebar .pro_cate .sidebar-list li.on a {
    color: #1e73be;
}

.menu-in-left {
    padding-top: 30px;
}

.menu-in-left .menu-wrap-style {
    width: 20%;
    float: left;
}

.menu-in-left .wrap-righter-style {
    width: 77.75%;
    float: right;
}

.menu-wrap-style .menu .m-title {
    font-size: 19px;
    color: #191919;
    margin-bottom: 15px;
}

.menu-wrap-style .menu .cate-top {
    margin-bottom: 30px;
    font-size: 30px;
    color: #1f1f1f;
}

.menu-wrap-style .menu h3 {
    margin-bottom: 10px;
}

.menu-wrap-style .menu h3 a {
    font-size: 16px;
    color: #1f1f1f;
}

.menu-wrap-style .menu .sublist {
    line-height: 250%;
    margin-bottom: 15px;
}

.menu-wrap-style .menu .sublist li {
}

.menu-wrap-style .menu .sublist li a {
    font-size: 16px;
    color: #737373;
}

.menu-wrap-style .menu .sublist li a:before {
    width: 13px;
    height: 13px;
    border: 1px solid #737373;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .5s;
    content: '';
}

.menu-wrap-style .menu .sublist li a.on {
    color: #e39f59;
}

.menu-wrap-style .menu .sublist li a.on:before {
    border-color: #e39f59;
    background: #e39f59;
}

.menu-wrap-style .menu .sublist li a:hover {
    color: #e39f59;
}

.menu-wrap-style .menu .sublist li a:hover:before {
}

.menu-wrap-style .menu .sublist li.v3 {
    padding-left: 20px;
}

.menu-wrap-style .menu .sublist li.v3 a {
}

.menu-wrap-style .menu .sublist li.v3 a:before {
    display: none;
}

.wrap-module .sidebar_list .item .pro {
    width: 90%;
}

.sidebar_list .item .info {
    text-align: center;
}


/*product*/
.product-list .sidebar_list .item .info .more {
    display: inline-block;
    font-size: 16px;
    color: #1e73be;
    text-transform: uppercase;
    border-bottom: 1px solid #1e73be;
}

.product-detail .sidebar_detail .info .button > a,
.product-detail .sidebar_detail .info .button .download_button > span {
    background: none!important;
}

.product-detail .description .desc_txt {
    line-height: 250%;
}

.global_editor_contents {
    line-height: 32px;
}

.global_editor_contents a {
	color: #1e73be;
}

.global_editor_contents strong {
    font-weight: 600;
    line-height: 50px;
}

.products_list {
    margin: 0 0 30px;
    overflow: hidden;
}

.products_list .no_products {
    padding: 50px;
    text-align: center;
    font-size: 16px;
}

.products_list .item, .related-pro .item {
    margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #eee;
    margin-right: 1.33%;
    width: 24%;
    box-shadow: 0 3px 5px #B9BABB;
    border-radius: 5px 5px 0 0;
}

.products_list .item:nth-child(4), .products_list .item:nth-child(8), .products_list .item:nth-child(12), .products_list .item:nth-child(16), .related-pro .item:nth-child(4), .related-pro .item:nth-child(8), .related-pro .item:nth-child(12), .related-pro .item:nth-child(16) {
    margin-right: 0%;
}

.products_list .item .pro, .related-pro .item .pro {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.products_list .item .img, .related-pro .item .img {
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 82%;
}

.products_list .item .img a, .related-pro .item .img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.products_list .item .info, .related-pro .item .info {
    width: 90%;
    margin: 0 auto;
}

.products_list .item .info .name, .related-pro .item .info .name {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

.products_list .item .info .name a, .related-pro .item .info .name a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #555;
}

.products_list .item img, .related-pro .item img {
    transition: all .3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.products_list .item:hover img, .related-pro .item:hover img {
    transform: scale(1.05);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.products_detail {
    margin: 30px 0;
    position: relative;
}

.products_detail .gallery {
    position: relative;
    float: left;
    width: 50%;
    margin-right: 0;
}

.products_detail .gallery .bigimg {
    padding-left: 17%;
}

.products_detail .gallery .left_small_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
}

.products_detail .gallery .left_small_img .pic_box {
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    max-height: 17.5%;
    overflow: hidden;
}

.products_detail .gallery .left_small_img .pic_box + .pic_box {
    margin-top: 8%;
}

.products_detail .gallery .left_small_img .pic_box.on {
    border-color: #4993D4;
    border-radius: 3px;
}

.products_detail .gallery .left_small_img .pic_box {
    border-radius: 3px;
}

.products_detail .gallery .products_img {
    display: none;
}

.products_detail .info {
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
}

.products_detail .info .name {
    font-size: 24px;
    color: #5d5d5d;
}

.products_detail .info .number {
    margin: 10px 0;
    font-size: 16px;
}

.products_detail .info .number span {
    font-weight: bold;
}

.products_detail .info .share {
    margin: 10px 0;
}

.products_detail .info .desc {
    font-size: 16px;
    margin: 10px 0;
    line-height: 190%;
    color: #888;
}

.products_detail .info .attribute {
    margin: 10px 0;
}

.products_detail .info .attribute li {
    line-height: 30px;
    overflow: hidden;
    color: #888;
    font-size: 16px;
}

.products_detail .info .price {
    margin: 10px 0;
    font-size: 24px;
    color: #ff6600;
}

.products_detail .info .button {
    margin: 20px 0;
}

.products_detail .info .button > a {
    width: 40%;
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #fff;
    text-align: center;
    background: #23a9dc;
    font-size: 16px;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

.products_detail .info .button iframe {
    display: none;
}

.products_detail .info .button .download_button {
    position: relative;
    float: left;
}

.products_detail .info .button .download_button > span {
    height: 45px;
    width: 45px;
    background: url(../images/down.png) no-repeat center/22px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.products_detail .info .button .download_button > span:after {
    position: absolute;
    bottom: -16px;
    left: 17px;
    z-index: 11;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.products_detail .info .button .download_button > span.no_file:after {
    display: none;
}

.products_detail .info .button .download_button .down_list {
    position: absolute;
    left: -50px;
    top: 100%;
    z-index: 10;
    background: #fff;
    width: 140px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.products_detail .info .button .download_button:hover .down_list,
.products_detail .info .button .download_button:hover > span:after {
    opacity: 1;
    visibility: visible;
}

.products_detail .info .down_list {
    margin-top: 10px;
}

.products_detail .info .down_list li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 5px;
}

.products_detail .info .down_list li + li {
    border-top: 1px solid #ddd;
}

.products_detail .info .down_list li a {
    font-size: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products_detail .info .button > a:hover,
.products_detail .info .button .download_button > span:hover {
    background-color: #333!important;
}

.products_detail .info .platform {
    margin: 10px 0;
}

.products_detail .info .platform a {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}

.products_detail .description {
    margin: 20px 0;
}

.products_detail .description .title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #555;
    overflow: hidden;
}

.products_detail .description .title span {
    line-height: 38px;
    height: 38px;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.products_detail .description .title span.cur {
    color: #1e73be;
}

.products_detail .description .contents {
    line-height: 180%;
    min-height: 300px;
    padding: 10px 0;
    display: none;
}

.related-title {
    border-bottom: 2px dotted #eee;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
}

.pro-list {
    margin-bottom: 10px;
}

.pro-list img {
    width: 30%;
    float: left;
    border-radius: 2px;
}

.pro-list .pro-info {
    width: 70%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
}

.download_list ul li:hover {
    color: #e39f59;
}

.download_list ul li a:hover {
    background: #e39f59;
}

/*turn page*/
.turn_page {
    margin: 30px 0;
    text-align: center;
    height: 54px;
    line-height: 54px;
    clear: both;
}

.turn_page span, .turn_page .nav-links a {
    height: 54px;
    width: 54px;
    display: block;
    text-align: center;
    line-height: 54px;
    background: #f5f7f6;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    cursor: pointer;
}

.turn_page span {
    background: #1e73be;
    color: #fff;
}

.turn_page span:hover {
    background: #e9edeb;
    color: #222;
}

.turn_page .nav-links a {
    height: 54px;
    width: 54px;
    font-size: 16px;
    text-decoration: none;
}

.screen-reader-text {
    display: none;
}

.wrap-module .sidebar_detail_review .review_form h1 {
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width: 1320px) {
    .wrap {
        width: 96%;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    .index-banner {
        margin-top: 0;
    }

    .index-module {
        padding: 30px 0;
    }

    .index-about .words .index-title {
        text-align: center;
    }

    .index-about .words .index-title span {
        margin-left: auto;
    }

    .index-about .pic {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .index-about .words {
        float: none;
        width: 100%;
        max-width: 550px;
        padding: 0 3%;
        margin: 0 auto;
        text-align: center;
    }

    .index-about .words .bf {
        text-align: left;
    }

    .index-about .words .more {
        margin: 30px auto 0;
    }

    .index-product .list .box {
        width: 47%;
        margin: 0 1.5% 15px;
    }

    .index-product .list .box + .box {
        margin: 0 1.5% 15px;
    }

    .index-product .list .box .name {
        margin-top: 5px;
    }

    .footer {
        width: 100%;
        overflow: hidden;
    }

    .footer .link {
        padding: 10px;
    }

    .footer .link .foot_widget, .footer .link ul {
        width: 100%;
        margin-left: 0;
    }

    .footer .link h3.tit {
        margin-top: 20px;
    }

    .footer .link ul li {
        border-bottom: 1px solid #818181;
        text-indent: 15px;
        height: 44px;
        line-height: 44px;
        max-width: 100%;
    }

    .copyright {
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
    }

    .product-list .contenter #plist .contents .blk {
        width: 31%;
        margin: 0 1% 25px;
    }

    .footer .link ul.show-child li {
        display: block;
    }
}

@media (max-width: 768px) {
    .art-menu-wrap-style {
        display: none;
    }

    .menu-in-left .menu-wrap-style {
        display: none;
    }

    .menu-in-left .wrap-righter-style {
        float: none;
        width: 100%;
    }

    .index-news .box, .case-list .box, .page-detail .box, .related-case .box {
        float: none;
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .index-news .box:first-child, .index-news .box:nth-child(3), .index-news .box:nth-child(5), .case-list .box:first-child, .case-list .box:nth-child(4), .case-list .box:nth-child(7), .page-detail .box:first-child, .page-detail .box:nth-child(4), .page-detail .box:nth-child(7) {
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .index-product .list .swiper-slide .name {
        margin-top: 10px;
    }

    .index-module .index-title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .index-about {
        padding: 30px 0;
    }

    .index-about .words .title {
        font-size: 28px;
    }

    .index-about .words .bf {
        font-size: 14px;
    }

    .index-about .words .more {
        max-width: 100%;
        margin-top: 15px;
    }

    .index-product {
        padding: 20px 0;
    }

    .product-list .contenter #plist .contents .blk {
        width: 48%;
        margin: 0 1% 15px;
    }

    .index-case .list .box {
        width: 100%;
    }
}

@media (max-width: 450px) {

    .index-product .list .box {
        width: 100%;
        margin: 0 0 25px;
        float: none;
    }

    .index-product .list .box + .box {
        margin: 0 0 25px;
    }

    .footer .link .foot_widget {
        display: none;
    }
}

.info_list {
    margin: 0 0 30px;
    overflow: hidden;
}

.info_list .item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.info_list .item:last-child {
    margin: 0;
}

.info_list .item .img {
    width: 22%;
    float: left;
}

.info_list .item .img img {
    border-radius: 3px;
}

.info_list .item .info {
    width: 78%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
}

.info_list .item .info .title {
    max-height: 57px;
    overflow: hidden;
    line-height: 180%;
    padding-bottom: 5px;
}

.info_list .item .info .title a {
    font-size: 24px;
    color: #555;
    font-weight: 500;
}

.info_list .item .info .title a:hover {
    color: #333;
}

.info_list .item .info .time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.info_list .item .info .time h2 {
}

.info_list .item .info .desc {
    font-size: 14px;
    color: #999;
    line-height: 150%;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
}

.info_list .item .info .desc:hover {
    text-decoration: none;
}

.info_list .item .link {
    display: none;
}

.info_list .item.no_img .img {
    display: none;
}

.info_list .item.no_img .info {
    width: 100%;
    float: none;
    padding: 0;
}

.info_list.s1 .item {
    position: relative;
    min-height: 50px;
}

.info_list.s1 .item .img {
    display: none;
}

.info_list.s1 .item .info {
    width: 100%;
    padding: 0 150px;
}

.info_list.s1 .item .info .time {
    position: absolute;
    left: 0;
    top: 0;
}

.info_list.s1 .item .info .time h1 {
    display: none;
}

.info_list.s1 .item .info .time h2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.info_list.s1 .item .info .time h2 span {
    display: block;
    font-size: 16px;
    color: #a4a4ac;
    padding-top: 8px;
}

.info_list.s1 .item .info .title a {
    color: #333;
}

.info_list.s1 .item .link {
    display: block;
    width: 20px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
}

.info_detail {
    margin-bottom: 20px;
}

.info_detail>.title {
    font-size: 20px;
    padding-bottom: 10px;
    color: #222;
}

.info_detail>.share {
    text-align: center;
}

.info_detail>.contents {
    padding: 20px 0;
    color: #555;
    line-height: 180%;
    font-size: 16px;
    min-height: 300px;
}

.article_detail {
    margin: 30px 0;
    overflow: hidden;
}

.download_list {
    margin: 30px 0;
    overflow: hidden;
}

.download_list ul li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
}

.download_list ul li .name {
    float: left;
}

.download_list ul li a {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    overflow: hidden;
    background: #555 url(../images/down.png) no-repeat center/15px;
    margin-top: 13px;
    text-align: center;
    border-radius: 5px;
}

.download_list ul li a.s1 {
    background-color: #fff;
}

.download_list ul li a.s1 em {
    display: none;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 768px) {
    .position>.title {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .position>.position {
        left: 0;
        text-align: left;
    }

    .turn_page {
        margin: 20px;
        height: 36px;
        line-height: 36px;
        float: none;
    }

    .turn_page span {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .turn_page .nav-links a {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }
    .products_list {
        margin: 10px 0;
    }

    .products_list .item {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
    }

    .products_list .item .pro {
        width: 100%;
    }

    .products_list .item .info {
        width: 100%;
    }

    .products_detail {
        margin: 10px 0;
    }

    .products_detail .gallery {
        float: none;
        width: 100%;
        min-height: inherit;
    }

    .products_detail .gallery .bigimg,
    .products_detail .gallery #zoom-big,
    .products_detail .gallery .left_small_img,
    .products_detail .gallery #small_img {
        display: none;
    }

    .products_detail .gallery .products_img {
        display: block;
    }

    .products_detail .gallery .products_img img {
        margin: 0 auto;
    }

    .products_detail .info {
        float: none;
        width: 100%;
        padding: 15px 0;
    }

    .products_detail .info .name {
        font-size: 20px;
    }

    .products_detail .description {
        margin: 0;
    }

    .products_detail .description .contents {
        min-height: 200px;
    }

    .products_detail_review {
        margin: 10px 0;
        padding-top: 10px;
    }

    .products_detail_review .review_form .rows {
        padding: 5px 0;
    }

    .products_detail_review .review_form .rows.input_rows {
        width: 50%;
        float: left;
    }

    .products_detail_review .review_form .rows.textarea_rows {
        width: 100%;
        clear: both;
    }

    .products_detail_review .review_form .rows .input {
        max-width: 90%;
        height: 36px;
        line-height: 36px;
    }

    .products_detail_review .review_form .rows textarea {
        max-width: 90%;
        height: 120px;
    }

    .products_detail_review .review_form .rows .vcode img {
        margin-top: 2px;
    }

    .products_detail_review .review_form .form_button {
        height: 40px;
    }

    .products_detail_review .review_list {
        padding: 10px 0;
    }

    .info_list {
        margin: 10px 0;
    }

    .info_list .item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .info_list .item .info {
        padding-left: 15px;
    }

    .info_list .item .info .title a {
        font-size: 16px;
    }

    .info_list .item .info .desc {
        display: none;
    }

    .info_list.s1 .item .info {
        padding: 0 50px 0 70px;
    }

    .info_list.s1 .item .info .time h2 {
        font-size: 16px;
    }

    .info_list.s1 .item .info .time h2 span {
        font-size: 14px;
        font-weight: normal;
        padding-top: 5px;
    }

    .info_list.s1 .item .link {
        background-size: 10px;
    }

    .info_detail {
        margin: 10px 0;
    }

    .info_detail>.title {
        font-size: 16px;
        border-bottom: 1px solid #ddd;
    }

    .info_detail>.share {
        display: none;
    }

    .info_detail>.contents {
        min-height: 200px;
    }

    .article_detail {
        margin: 10px 0;
    }

    .article_detail>.contents {
        min-height: 200px;
    }

    .article_detail>.contents>.share {
        display: none;
    }

    .article_detail.s1>.contents {
        float: none;
        width: 100%;
    }

    .download_list {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 600px) {
    .position {
        height: 25px;
    }

    .position .position {
        line-height: 25px;
        height: 25px;
    }

    .turn_page {
        margin: 10px;
    }
}

/*table*/
.products_detail .description table, .info_detail table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.products_detail .description table tr:nth-child(even), .info_detail table tr:nth-child(even) {
    background-color:#f8f8f8;
}

.products_detail .description table tr, .info_detail table tr{
    border: 1px solid #ddd;
    padding: 5px;
}

.products_detail .description table th, .products_detail .description table td, .info_detail table th, .info_detail table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.products_detail .description table th, .info_detail table th {
    font-size: 16px;
}

/*quote*/
.index-quote {
    background-color: #f4f4f4;
}
.quote-icon {
    width: 10%;
    height: auto;
    color: #666;
    font-size: 60px;
    margin-top: 5px;
}
.quote-content {
    width: 70%;
    margin-top: 10px;
}
.quote-content h2 {
    font-size: 30px;
    color: #666;
    margin-bottom: 0px;
}
.quote-content p {
    font-size: 15px;
    color: #666;
}

.quote-submit .quote-btn {
    padding: 7px 14px;
    border: 3px solid #666;
    color: #666;
    text-align: center;
    line-height: 90px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .quote-icon {
        width: 20%;
    }
    .quote-content {
        width: 80%;
    }
    .quote-submit {
        width: 100%;
        text-align: center;
    }
}

/*contact form*/
.con-form{
    width: 100%;
    margin: 20px auto;
    padding: 0 50px 20px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

.con-form-list{
    width: 32.3333%;
    display: inline-block;
    margin-right: 1%;
}

.comment-form .con-form-list:nth-child(3){
    margin-right: 0;
}

/*form*/
.form-title {
    font-size: 30px;
    color: #333;
    font-family: "CrimsonText-Semibold";
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
}

.con-title {
    margin-bottom: 20px;
    padding-top: 20px;
}

form .con-form-list input {
    width: 93.5%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #fff;
}

form textarea[placeholder]{
    padding: 10px;
    font-size: 14px;
    color: #555;
}

.form-submit {
    margin-top: 20px;
}

.form-submit input {
    color: #fff;
    background-color: #ff9600;
    width: auto;
    padding: 10px 20px;
    height: auto;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.navigation {
    line-height: 18px;
    overflow: hidden;
}

.nav-previous {
    float: left;
    width: 50%;
    background-color: #f7f7f7;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 15px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-previous, .nav-next {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-previous a:hover, .nav-next a:hover {
    color: #1e73be;
}

/*404*/
.myerror {
    text-align: center;
    color: #1e73be;
    margin-bottom: 20px;
}
.myerror p a {
    color: #ff9600;
}
.myerror p a:hover {
    text-decoration: underline;
}
.comment-form-cookies-consent { display: none; }