@charset "utf-8";

@font-face {
    font-family: 'f820';
    src: url('f820-roman-italic-webfont.eot');
    src: url('f820-roman-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('f820-roman-italic-webfont.woff2') format('woff2'),
        url('f820-roman-italic-webfont.woff') format('woff'),
        url('f820-roman-italic-webfont.ttf') format('truetype'),
        url('f820-roman-italic-webfont.svg#f820-romanitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldregular';
    src: url('oswald-regular-unhinted-webfont.eot');
    src: url('oswald-regular-unhinted-webfont.eot?#iefix') format('embedded-opentype'),
        url('oswald-regular-unhinted-webfont.woff2') format('woff2'),
        url('oswald-regular-unhinted-webfont.woff') format('woff'),
        url('oswald-regular-unhinted-webfont.ttf') format('truetype'),
        url('oswald-regular-unhinted-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('opensans-regular-webfont.woff2') format('woff2'),
        url('opensans-regular-webfont.woff') format('woff'),
        url('opensans-regular-webfont.ttf') format('truetype'),
        url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "HeroicCondensed-Bold";
    src: url("HeroicCondensed-Bold.woff2") format("woff2"),
        url("HeroicCondensed-Bold.woff") format("woff"),
        url("HeroicCondensed-Bold.ttf") format("truetype"),
        url("HeroicCondensed-Bold.eot") format("embedded-opentype"),
        url("HeroicCondensed-Bold.svg") format("svg");
}

@font-face {
    font-family: "HeroicCondensed-Light";
    src: url("HeroicCondensed-Light.woff2") format("woff2"),
        url("HeroicCondensed-Light.woff") format("woff"),
        url("HeroicCondensed-Light.ttf") format("truetype"),
        url("HeroicCondensed-Light.eot") format("embedded-opentype"),
        url("HeroicCondensed-Light.svg") format("svg");
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #434343;
    font-family: 'Microsoft YaHei', 'HeroicCondensed-Bold', 'open_sansregular', Arial, sans-serif, FontAwesome, 'Glyphicons Halflings' !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    width: 100%;
}

div {
    padding: 0;
    margin: 0 auto;
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
}

a {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0;
}

.hiddenx {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.px72 {
    font-size: 72px;
}

.px64 {
    font-size: 64px;
}

.px48 {
    font-size: 48px;
}

.px32 {
    font-size: 32px;
}

.px24 {
    font-size: 24px;
}

.px18 {
    font-size: 18px;
}

.px16 {
    font-size: 16px;
}

.px15 {
    font-size: 15px;
}

.px14 {
    font-size: 14px;
}

.px13 {
    font-size: 13px;
}

.px12 {
    font-size: 12px;
}

.px10 {
    font-size: 10px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(1);
}

.px8 {
    font-size: 8px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(1);
}

.o {
    width: 50%;
    padding: 10px;
    padding-left: 50px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

ul li {
    list-style: disc inside;
}

/*主要色系*/
.gray_s_b {
    background-color: #f5f5f5;
}

/*浅灰底色*/
.gray_d_b {
    background-color: #262626;
}

/*深灰底色*/
.page_color_b {
    background-color: #0b0e12;
}

/*深黑色*/
.t_color {
    color: #757575;
}

/*文字色深灰*/
.t_y_color {
    color: #cd590e
}

/*文字橙黄搭配色*/
.btn_color_b {
    background-color: #006699;
}

/* 蓝色主色和按钮色*/
.t_btn_color_b {
    color: #006699;
}

/*标题效果横线+两竖线隔离文字*/

/*首页部分*/
.headdiv {
    margin-bottom: 0px;
    background-color: #fff;
    background-color: #006699;
}

.topnav {
    /*background-color:#262626 !important;*/
    background-color: #fff !important;
    width: 100%;
    height: 100px;
    padding-top: 20px;
}

.navbar {
    border: none;
    border-radius: 0px;
}

.logo {
    width: 100%;
}

.slogan {
    padding-left: 15px;
    border-left: 1px solid #999;
    font-size: 13px;
    color: #ccc;
    color: #333333;
    line-height: 130%;
    margin-top: 4px;
    margin-left: 15px;
}

.navbar-brand {
    padding: 6px 20px 0px 0px;
    height: 50px;
}

.phonediv {
    margin-top: 10px;
}

.phonediv i {
    color: #fead50;
    font-size: 36px;
}

.phonediv span {
    padding-left: 10px;
    color: #fff;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 100%;
}

.phonediv span small {
    font-size: 12px;
}

.md_language {
    margin-top: 15px;
    margin-left: 30px;
}

.md_language a.up_a {
    display: inline-block;
    width: 60px;
    height: 30px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    border-radius: 6px 0px 0px 6px;
}

.md_language a.down_a {
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #006699;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    color: #006699;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    border-radius: 0px 6px 6px 0px;
}

.downnav {
    background-color: #fff;
    background-color: #006699;
}

.navdiv {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 9;
}

.navmenu {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    border-bottom: 1px solid transparent;
    position: relative;
}

.navmenu li {
    float: left;
    list-style: none;
}

.navmenu li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    color: #434343;
    color: #FFFFFF;
    background-color: transparent;
}

.navmenu li a:hover,
.navmenu li a.on {
    background-color: #003956;
    color: #fead50;
    text-decoration: none;
    font-weight: bold;
}

.navbar_submenu {
    display: none;
    position: absolute;
}

.navbar_submenu li {
    float: none !important;
}

.navbar_submenu li a {
    display: block;
    padding: 10px 60px;
    font-size: 14px;
    color: #444;
    background-color: rgba(255, 255, 255, .90);
    margin-bottom: 1px;
    font-size: 12px;
    box-shadow: 0px 1px 3px #333;
}

.navbar_submenu li a:hover {
    background-color: #ff7319;
    color: #fff;
    text-decoration: none;
}

/*banner*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style: none;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.centered-btns_nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 61px;
    margin-top: -40px;
    line-height: 200px;
    background-image: url(../images/arrow.gif);
    overflow: hidden;
    opacity: .4;
}

.next {
    right: 0;
    background-position: right 0;
}

.centered-btns_nav:active {
    opacity: 1;
}

.centered-btns_tabs {
    /*text-align: center; font-size: 0; list-style-type: none; position: absolute; top:97%; left:47%; z-index:99;*/
}

.centered-btns_tabs {
    margin: -10px auto 0 auto;
    /*text-align:center;*/
    list-style-type: none;
    font-size: 0px;
    position: relative;
    left: 50%;
    z-index: 99;
    display: none;
}

.centered-btns_tabs li {
    display: inline-block;
    margin: 0 3px;
    *display: inline;
    *zoom: 1;
}

.centered-btns_tabs a {
    display: inline-block;
    width: 60px;
    height: 3px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, .3);
    background-color: #f00\9;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

.centered-btns_tabs .centered-btns_here a {
    background-color: rgba(255, 255, 255, .8);
    background-color: #fff\9;
}

.hproducts {
    padding: 40px 0px;
}

.nav-tabs {
    border-bottom: 1px solid #0b540f;
}

.nav-tabs>li a {
    font-size: 15px;
    color: #333333;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.nav-tabs>li:first-child a {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #0b540f;
    border: 1px solid #0b540f;
    border-bottom-color: transparent;
    cursor: default;
}

.iaboutdiv {
    padding: 50px 0px 70px 0px;
}

.iaboutcon h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.iaboutcon h2 span {
    padding: 0px 30px;
    background-color: #fff;
}

.iaboutcon p {
    padding-bottom: 25px;
}

.iaboutcon p span {
    color: #f00;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;
}

.iaboutcon p span sup {
    color: #000;
    font-size: 9px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    display: inline-block;
}

.iaboutcon p a {
    font-size: 1.1em;
}

.iaboutcon p a:hover {
    color: #f00;
    text-decoration: none;
}

.iaboutpic {
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

.iaboutpic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.iaboutpic:hover img {
    transform: scale(1.15);
}

.iproductdiv {
    padding: 50px 0px 70px 0px;
    background-color: #f5f5f5;
}

.iproductcon h2 {
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.iproductcon h2 span {
    padding: 0px 30px;
    background-color: #f5f5f5;
    border-left: 3px solid #f60;
    color: #000;
}

.iproductcon p {
    padding-bottom: 25px;
}

.iproductItem {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inset {
    transition: all 0.3s ease;
    position: relative;
    border-top: 1px solid #f5f5f5;
}

.inset:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail .caption h3 a {
    font-size: 14px;
    color: #434343;
    text-align: center;
    display: block;
}

.thumbnail .caption h3 a:hover {
    text-decoration: none;
    color: #f60;
}

.thumbnail .caption h3 a span.short-name {
    font-size: 20px;
    color: #006699;
    text-align: center;
    font-family: 'HeroicCondensed-Bold';
    display: inline-block;
    padding: 3px 25px;
    border: 1px solid #006699;
    border-radius: 12px;
}

.thumbnail .caption h3 a span.brand {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: inline-block;
    height: 80px;
    padding-top: 10px;
    text-transform: uppercase;
    /*font-family:'HeroicCondensed-Light',Arial;*/
}

.thumbnail .caption h3 a:hover span.short-name {
    color: #f00 !important;
    font-weight: bold !important;
    border: 1px solid #f00;
}

.thumbnail .caption p {
    text-align: center;
}

.thumbnail .caption p a.btn {
    margin: 0 auto;
    text-align: center
}

.btn_more {
    clear: both;
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 32px;
    color: #fff;
    font-size: 13px;
    background-color: #006699;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    transition: all 0.3s ease;
}

.btn_more:hover {
    color: #f00;
    background-color: #fff;
    font-weight: bold;
}

.clientdiv {
    padding: 50px 0px 70px 0px;
}

.clientCon h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
    margin-bottom: 60px;
}

.clientCon h2 span {
    padding: 0px 30px;
    background-color: #fff;
}

.roll {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.roll ul {
    width: 100%;
    height: 140px;
    position: relative;
}

.roll ul li {
    float: left;
    margin: 15px;
    margin-right: 6px;
    list-style: none;
}

.roll ul li img {
    display: inline-block;
    height: 100px;
    width: auto;
    box-shadow: 0px 0px 10px #999;
}

.roll ul li a:hover img {
    box-shadow: 0px 0px 13px #f00;
}

.advantagediv {
    padding: 50px 0px 70px 0px;
}

.advantageCon h2 {
    height: 110px;
    line-height: 80px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.advantageCon h2 span {
    padding: 0px 30px;
    background-color: #ffffff;
    color: #000;
    border-left: 3px solid #f60;
}

.aimdiv {
    padding: 20px 0px 90px 0px;
}

.aimCon h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
    margin-bottom: 35px;
}

.aimCon h2 span {
    padding: 0px 30px;
    background-color: #ffffff;
    color: #000;
}

.aimitem {
    background-color: #f7f7f7;
    height: 350px;
    cursor: pointer;
    margin-bottom: 20px;
}

.aimitem .icodiv {
    font-size: 80px;
    color: #262626;
    text-align: center;
    padding-top: 20px;
    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
}

.aimitem p {
    padding: 30px;
}

.aimitem:hover {
    background-color: #006699;
}

.aimitem:hover .icodiv {
    color: #fff;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.aimitem:hover p {
    color: #fff;
}

.advantageItem {
    margin-bottom: 25px;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.advantageInnerRow {
    margin-bottom: 0px;
}

.advantagepic {
    padding-left: 0px;
    overflow: hidden;
    width: 50%;
    /*background-color:#262626; */
}

.advantagepic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.advantagetxt {
    padding: 10px;
    margin-left: 0px;
}

.advantageItem:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
}

.advantageItem:hover .advantagepic img {
    transform: scale(1.2);
}

.advantagetxt h3 {
    font-size: 80px;
    font-family: 'HeroicCondensed-Bold';
    color: #ff6600;
    margin-top: 0px;
}

.advantagetxt h4 {
    font-weight: bold;
    color: #000;
}

.advantagetxt p {
    font-size: 12px;
}

.advantagetxt p b {
    color: #ff6600;
    padding-right: 3px;
}

.inewdiv {
    padding: 70px 0px 70px 0px;
    background-color: #333333;
}

.inewleftpic {
    margin-bottom: 0px;
}

.inewleftpic img {
    max-width: 100%;
}

.inewright {}

.inewright h2 {
    color: #fff;
    margin-top: 0px;
}

.inewright h2 span a {
    color: #f60;
    font-size: 15px;
    font-weight: bold;
}

.inewright h2 span a:hover {
    color: #fff;
    font-weight: bold;
}

.inewright ul li {
    color: #ccc;
    border-bottom: 1px dotted #666666;
    line-height: 33px;
}

.inewright ul li a {
    color: #03abff;
    font-size: 13px;
}

.inewright ul li a:hover {
    color: #fff;
}

.xyad {
    padding: 70px 0px 70px 0px;
    background: url(../images/755.jpg) center top no-repeat;
}

.xyad h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    padding: 30px 0px;
}

.xyad p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.friendlinksdiv {
    background-color: #fff;
    padding: 30px 0px 30px;
    border-bottom: 1px solid #f1f1f1;
}

.friendlinks {}

.friendlinks span {
    font-size: 18px;
    color: #000;
}

.friendlinks a {
    padding: 0px 13px;
    white-space: nowrap;
}

.friendlinks a:hover {
    color: #f60;
    text-decoration: none;
}

.footerUp {
    background-color: #fff;
    padding: 40px 0px;
    background-color: #f9f9f9;
}

.footerDown {
    padding: 40px 0px 40px;
    background-color: #333;
}

.productlinks h3,
.infolinks h3,
.contactlinks h3,
.shareQc h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #222222;
    padding-bottom: 20px;
}

.productlinks ul li {
    line-height: 30px;
    color: #333333;
}

.productlinks ul li a {
    font-family: Arial;
    font-size: 14px;
}

.productlinks ul li a:hover {
    color: #f60;
}

.infolinks ul li {
    line-height: 30px;
    color: #333333;
}

.infolinks ul li a {
    font-family: Arial;
    font-size: 14px;
}

.infolinks ul li a:hover {
    color: #f60;
}

.contactlinks p {
    color: #434343;
    font-family: Arial;
}

.contactlinks ul li {
    color: #333333;
    font-family: Arial;
    list-style: none;
    line-height: 30px;
}

.contactlinks ul li span {}

.contactlinks ul li a {
    font-family: Arial;
    font-size: 14px;
}

.contactlinks ul li a:hover {
    color: #f60;
}

.shareQc {
    padding-left: 50px;
}

.shareQc img {
    widh: 120px;
    height: 120px;
    border: 1px solid #ccc;
}

.copyright p {
    font-family: Arial;
    font-size: 12px;
    color: #ccc;
}

.copyright p span {
    line-height: 32px;
}

.copyright p span.supportlink {
    padding-left: 30px;
}

.copyright p span.supportlink a {
    color: #ccc;
    font-size: 12px;
}

.copyright p span.sharelink a {
    color: #ccc;
    font-size: 30px;
    padding: 0px 4px;
}

.copyright p span a:hover {
    color: #f60;
}

/*手机页脚四个按钮*/
.footersubdiv {
    margin-bottom: 0px;
    height: 70px;
    border-top: 3px solid #f60;
}

.footersub {
    background-color: #006699;
    height: 60px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.footersub li {
    list-style: none;
    text-align: center;
}

.footersub li a {
    color: #fff;
}

.footersub li a i {
    font-size: 20px;
}

/*在线客服QQ层*/
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0px;
    top: 135px;
    z-index: 100;
}

.side ul li {
    display: block;
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    list-style: none;
}

.side ul li a {
    text-decoration: none;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidebox:hover {
    cursor: pointer;
}

.side ul li:first-child .sidebox {
    border-radius: 12px 0 0 0;
}

.side ul li:last-child .sidetop {
    border-radius: 0 0 0 12px;
}

.side ul li #sidebox {
    position: absolute;
    width: 160px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.currentlinks {
    height: 50px;
    border-bottom: 1px solid #f5f5f5;
}

.location {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: 'oswaldregular';
    line-height: 50px;
}

.location a {
    font-size: 13px;
    text-decoration: none;
    padding: 0px 20px;
    font-family: 'oswaldregular';
}

.location a:hover {
    color: #f60;
    font-weight: bold;
}

.innersubnav {
    padding: 15px 0px;
    background-color: #f5f5f5;
}

.innersubnavlist {
    /*border: 1px dotted #f60; padding: 25px;*/
}

.innersubnavlist ul {
    display: none;
    padding: 15px;
    background-color: #fff;
}

.innersubnavlist ul::after {
    content: '';
    display: block;
    clear: both;
}

.innersubnavlist ul li {
    float: left;
    list-style: none;
    width: 20.00%;
}

.innersubnavlist ul li a {
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.innersubnavlist ul li:nth-of-type(1) a,
.innersubnavlist ul li:nth-of-type(2) a,
.innersubnavlist ul li:nth-of-type(3) a,
.innersubnavlist ul li:nth-of-type(4) a,
.innersubnavlist ul li:nth-of-type(5) a {
    border-top: 1px solid #f1f1f1;
}

.innersubnavlist ul li:nth-of-type(1) a,
.innersubnavlist ul li:nth-of-type(5n+1) a {
    border-left: 1px solid #f1f1f1;
}

/*
.innersubnavlist ul li a {
    display: inline-block;
    padding: 21px 145px;
    font-size: 15px;
    color: #fff;
    background-color: #888;
    font-family: 'oswaldregular';
    border-radius: 8px;
}

.innersubnavlist ul li a.on,
.innersubnavlist ul li a:hover {
    background-color: #f60;
    color: #fff;
}

.innersubnavlist ul li span {
    display: inline-block;
    padding: 9px 24px;
    font-size: 15px;
    color: #434343;
    border: 1px solid #ff6600;
    margin-right: 5px;
    border-radius: 8px;
    background-color: white;
}
*/

.innersubnavlist ul li a {
    font-size: 14px;
}



.innersubnavlist1 {
    /*border: 1px dotted #f60; padding: 25px;*/
}

.innersubnavlist1 ul {}

.innersubnavlist1 ul li {
    float: left;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 10px;
}

.innersubnavlist1 ul li a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    font-family: 'oswaldregular';
    border-radius: 8px;
}

.innersubnavlist1 ul li a.on,
.innersubnavlist ul li a:hover {
    background-color: #f60;
    color: #fff;
}

.innersubnavlist1 ul li span {
    display: inline-block;
    padding: 9px 24px;
    font-size: 15px;
    color: #434343;
    border: 1px solid #ff6600;
    margin-right: 5px;
    border-radius: 8px;
    background-color: white;
}

.aboutdiv {
    padding-bottom: 70px;
}

.aboutdiv h2 {
    font-size: 80px;
    text-align: center;
    color: #000;
    height: 200px;
    text-transform: uppercase;
    line-height: 200px;
}

.aboutdes {}

.aboutdes p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 15px;
    color: #555555;
    text-align: justify;
}

.aboutdes p a {
    font-size: 24px;
    text-transform: uppercase;
}

.authenticationItem {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.authenticationItem img {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px;
}

.productitle {
    margin-bottom: 15px;
}

.productitle h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    margin: 45px auto 24px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    color: #000;
    text-transform: unset;
    font-family: '微軟正黑體', 'Microsoft YaHei';
    position: relative;
    padding-left: 20px;
}

.productitle h2::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f60;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;

}

.productitle h2 .badge {
    margin-left: 20px;
    font-family: Arial;
}

.productitle h2 b {
    padding-right: 20px;
}

.productitle p {
    text-align: left;
    font-size: 12px;
    transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    color: #000;
    font-family: Arial;
    padding-top: 5px;
}

.productitle p span {
    padding: 1px 20px;
    background-color: #f5f5f5;
    margin-right: 10px;
    color: #f60;
}

a.backbtn {
    clear: both;
    display: block;
    margin: 60px 15px;
    text-align: center;
    width: 140px;
    background-color: #ccc;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
}

a.backbtn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.iproductcontainer {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0px;
}

.pagediv {
    margin: 10px auto 60px auto;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #777;
    font-family: Cambria, 'Microsoft YaHei';
    text-align: center;
}

.pagediv a {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    padding: 5px 10px;
    margin-left: 2px;
    margin-right: 2px;
    color: #f60;
    border: 1px solid #f60;
    background-color: #fff;
}

.pagediv span {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 10px;
    color: #ccc;
    border: 1px solid #ccc;
}

.pagediv span.pageinfo {
    padding: 5px 10px;
    color: #ccc;
    border: 1px solid #ccc;
    background-color: #fff;
}

.pagediv span.thisclass {
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
}

.productviewrow {
    margin-left: 0px;
    margin-right: 0px;
}

.productpic {
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    padding: 0px;
}

.productpic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.productpic:hover img {
    transform: scale(1.08);
}

.productparameter {
    padding-left: 50px;
}

.productparameter p {
    font-family: 'oswaldregular';
    color: #999;
    line-height: 1.6em;
}

.productparameter h4 {
    /*font-size: 42px; font-family: "HeroicCondensed-Bold";*/
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.productparameter div {
    color: #999;
    font-family: 'oswaldregular';
}

.productparameter p span {
    padding-right: 10px;
    color: #333;
    font-family: 'oswaldregular';
}

.productparameter p strong,
.productparameter p b {
    padding-right: 10px;
    color: #333;
    font-weight: normal;
}

.productparameter div strong,
.productparameter div b {
    padding-right: 10px;
    color: #333;
    font-weight: normal;
}

.productdes {
    padding: 0px;
    margin-top: 35px;
}

.deh3 {
    border-bottom: 1px dotted #ccc;
}

.deh3 span {
    padding: 5px 25px;
    background-color: #333333;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}

.productdescontent {
    padding: 25px 25px 50px 25px;
    border: 1px dotted #ccc;
    border-top: none;
}

.productdescontent div,
.productdescontent p {
    /*font-family: 'oswaldregular';*/
    color: #333;
    font-size: 14px;
    line-height: 2em;
}

.productdescontent img {
    max-width: 100%;
    margin: 15px auto;
    text-align: center;
}

.buttongroup {
    margin: 30px 0px;
}

.buttongroup a {
    display: inline-block;
    width: 190px;
    height: 36px;
    background-color: #ff7300;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'oswaldregular';
    border-radius: 8px;
    margin-bottom: 10px;
    line-height: 34px;
}

.buttongroup a i {
    font-size: 20px;
    padding-right: 10px;
}

.buttongroup a:hover {
    background-color: #ff500b;
    background-color: #101010;
    color: #f60;
    text-decoration: none;
}

.buttongroup p {
    padding-top: 10px;
    font-size: 15px;
}

.buttongroup p span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia, serif;
}

.buttongroup p span a {
    display: inline;
    font-size: 18px;
    background-color: transparent;
    color: #000;
}

.buttongroup p span a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    padding-left: 6px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: left;
    font-family: 'oswaldregular';
}

.pager li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
}

.pager .previous>a,
.pager .previous>span {
    float: none;
    font-family: 'oswaldregular';
}

.pager .previous>span {
    float: none;
    font-family: 'Arial';
    margin-right: 10px;
}

.pager .next>a,
.pager .next>span {
    float: none;
}

.pager .next>span {
    float: none;
    font-family: 'Arial';
    margin-right: 10px;
}

.pager li>a,
.pager li>span {
    display: inline;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border: none;
    border-radius: 10px;
    font-family: 'oswaldregular';
}

.table {
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.table tr th {
    background-color: #888888;
    color: #fff;
}

.table tr th div {
    color: #FFFFFF;
}

.applicationcontent {
    padding-top: 35px;
}

.applicationitem {
    padding-left: 7px;
    padding-right: 8px;
    margin-bottom: 30px;
}

.applicationitem a {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #fff;
}

.applicationitem a img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    transition: all 0.3s ease;
}

.applicationitem a:hover img {
    transform: scale(1.2);
    border: none;
}

.applicationitem a p {
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #434343;
    position: relative;
    z-index: 5;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.applicationitem a:hover p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255, 102, 0, .9);
    border-radius: 0;
}

.applicationitem a:hover {
    border: 1px solid #f60;
}

.samplerow {
    padding-top: 35px;
}

.videoitem {
    position: relative;
    margin-bottom: 30px;
}

.videoitem a.videoa {
    display: block;
    width: 100%;
    height: 248px;
    overflow: hidden;
    border: 1px solid #888;
    border-radius: 12px 12px 0px 0px;
    background-color: #000;
}

.videoitem a.videoa img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
}

.videoitem p {
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    background: #888;
    color: #fff;
    border: 1px solid #888;
    border-top: none;
    font-size: 13px;
    line-height: 32px;
}

.videoitem .maskicon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 248px;
    line-height: 268px;
    text-align: center;
    margin-left: -50%;
}

.videoitem .maskicon a i {
    color: rgba(255, 255, 255, .8);
    font-size: 72px;
}

.videoitem:hover a.videoa {
    border: 1px solid #ff6600;
}

.videoitem:hover a.videoa img {
    transform: scale(1.15);
}

.videoitem:hover p {
    background: #f60;
    color: #fff;
    border: 1px solid #f60;
    border-top: none;
}

.videoitem:hover .maskicon a i {
    text-shadow: 0px 0px 15px #f60;
    color: #fff;
}

.saitem {
    display: flex;
    flex-flow: column wrap;
}

.boxx {
    margin-bottom: 20px;
    float: left;
    width: 270px;
    height: 240px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.boxx img {
    max-width: 100%;
    max-height: 100%;
}

.boxx p {
    text-align: center;
}

.aboupic {}

.aboupic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.aboupic:hover img {
    transform: scale(1.05);
}

p.aboutp {
    clear: both;
    padding: 35px 20px 0 20px;
}

.contactcontenttxt {
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.contactcontenttxt h4 {
    font-size: 18px;
}

.contactcontenttxt ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

.contactcontenttxt ul li span {
    color: #888;
    padding-right: 15px;
}

.formdiv {
    background-color: #f5f5f5;
    padding: 20px;
}

.formdiv h2 {
    font-size: 18px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control1 {
    display: block;
    padding: 0px;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    font-family: Arial;
}

.newsitemlist {
    margin-bottom: 30px;
}

.newsitemlist:nth-child(odd) {
    border-right: 1px dashed #ccc;
}

.newsitemlist dl {
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    padding: 10px;
}

.newsitemlist dl:hover {
    background-color: #2d3f68;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}

.newsitemlist dl dt {
    float: left;
    width: 40%;
}

.newsitemlist dl dt a img {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}

.newsitemlist dl dd {
    float: right;
    width: 60%;
}

.newsitemlist dl dd a {
    font-size: 15px;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.newsitemlist dl dd a:hover {
    color: #f60;
    text-decoration: none;
}

.newsitemlist dl dd p {
    font-size: 12px;
    color: #999;
    text-align: justify;
    padding-right: 15px;
    line-height: 120%;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.newsitemlist dl:hover dd a {
    color: #f60;
}

.newscon {
    padding-top: 35px;
}

.newscontainer {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.newscontainer h2 {
    background: url(../images/line-t.jpg) center center repeat-x;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
}

.newscontainer h2 span {
    padding: 5px 15px;
    background-color: #fff;
}

p.athp {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-bottom: 35px;
    margin-top: -20px;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

p.athp span {
    padding-left: 15px;
    padding-right: 15px;
}

p.athp span i {
    padding-right: 6px;
}

.newsdetails {
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.newsdetails img {
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    margin: 15px auto 20px auto;
    max-width: 100%;
}

.allprolist {
    display: block;
    column-count: 3;
    /* 将结果分成三列 */
    column-gap: 20px;
    /* 设置列之间的间距 */
}

.prolist-category {
    break-inside: avoid;
    /* 避免在分类标题中间分列 */
    width: calc(33.33% - 20px);
    width: calc(100% - 10px);
    /* 设置每个分类的宽度，减去间距 */
    margin-bottom: 20px;
    /* 设置分类之间的间距 */
    font-family: Arial, 'Microsoft YaHei', sans-serif;
}

.prolist-category h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    /* 分类标题下方的间距 */
    padding-left: 15px;
    position: relative;
}

.prolist-category h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f60;
    left: 0;
    top: 16px;
}

.prolist-category h2 a {
    font-size: 16px;
    font-weight: 700;
    color: #f60;
}

.prolist-category ul {
    list-style: none;
    /* 去除列表样式 */
    padding: 0;
}

.prolist-category li {
    margin-bottom: 5px;
    /* 文章列表项之间的间距 */
    list-style: disc inside;
}

.prolist-category li a {
    font-size: 14px;
}

.machines-table {
    margin-bottom: 0;
    font-family: "Microsoft Yahei", "Arial";
}

.main-table {
    width: 100%;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 400;
}

.main-table th {
    padding: 5px 10px;
    color: #444444;
    background-color: #dcdcdc;
    border-left: 1px solid #cccccc;
    text-align: left;
}

.main-table th:first-child {
    border-left: 0;
}

.main-table th:last-child {
    text-align: center;
}

.main-table tr:nth-child(odd) {
    background-color: white;
}

.main-table tr:nth-child(even) {
    background-color: #efefef;
}

.main-table td {
    padding: 5px 10px;
    border: 1px solid #cccccc;
    vertical-align: top;
}

.main-table td:last-child {
    text-align: right;
}

.procover {
    padding-bottom: 35px;
}

.procover h2 {
    font-weight: 700;
    color: #000;
}

#prolisth3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

#prolisth3 span {
    padding-left: 10px;
}

#prolisth3:hover {
    color: #ff6600;
}

/*apid平板电脑 调整部分*/
@media (min-width:300px) and (max-width:320px) {
    body {
        width: auto;
    }

}

/*手机显示器 调整部分*/
@media (max-width:767px) {
    .topnav {
        /*background-color:#262626 !important;*/
        background-color: #fff !important;
        width: 100%;
        height: 72px;
        padding-top: 20px;
    }

    .navbar-brand {
        padding: 0px 20px 0px 10px;
        height: 50px;
    }

    .navbar-brand img {
        width: 136px;
    }

    .md_language {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 14px;
    }

    .md_language a.up_a {
        display: inline;
        padding: 5px;
        border-right: 1px solid #000;
        background-color: transparent;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        color: #fff;
        color: #333333;
        text-align: center;
        line-height: 28px;
    }

    .md_language a.down_a {
        display: inline;
        padding: 5px;
        background-color: transparent;
        border: none;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        color: #fff;
        color: #333333;
        text-align: center;
        line-height: 28px;
    }

    .navbar-toggle {
        margin-right: 0px;
        padding: 5px;
        margin-top: 0px;
    }

    .navbar-collapse {
        border-top: none;
    }

    .navmenu {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0px auto;
        border-bottom: 1px solid transparent;
        position: static;
    }

    .navmenu li {
        clear: both;
        float: none !important;
        list-style: none;
    }

    .navmenu li a {
        display: block;
        padding: 10px;
        padding-right: 0px;
        font-size: 14px;
        color: #fff;
        background-color: #333;
        border-bottom: 1px solid #262631;
    }

    .navmenu li a:hover,
    .navmenu li a.on {
        background-color: #006699;
        color: #fff;
        text-decoration: none;
    }

    .navmenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar_submenu {
        display: block;
        background-color: transparent;
        padding: 0px;
        position: static;
    }

    .navbar_submenu li {
        clear: both;
        float: none !important;
    }

    .navbar_submenu li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 25px;
        color: #fff;
        background-color: #014262;
        margin-bottom: 0px;
        border-bottom: 1px solid #262631;
        font-size: 12px;
        box-shadow: none;
    }

    .navbar_submenu li a:hover {
        background-color: #006699;
        color: #fff;
        text-decoration: none;
    }

    .navbar_submenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }

    .rslides img {
        display: block;
        float: left;
        width: auto;
        height: 200px;
        margin-left: -51%;
        border: 0;
    }

    .iaboutdiv {
        padding: 4px 0px 20px 0px;
    }

    .iaboutcon h2 {
        height: 60px;
        line-height: 60px;
        text-align: left;
        color: #000;
        font-weight: bold;
        background: none;
        font-size: 24px;
    }

    .iaboutcon h2 span {
        padding: 0px;
        background-color: #fff;
    }

    .iaboutpic {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .aboutcontent {
        border-top: 20px solid #f5f5f5;
    }

    .aboupic {
        margin-bottom: 15px;
    }

    .applicationcontent {
        padding-top: 0px;
    }

    .iproductdiv {
        padding: 0px 0px 40px 0px;
        background-color: #f5f5f5;
    }

    .iproductcon h2 {
        height: 60px;
        line-height: 60px;
        text-align: left;
        color: #f60;
        font-weight: bold;
        background: none;
        font-size: 24px;
    }

    .iproductcon h2 span {
        padding: 0px;
        background-color: #f5f5f5;
        border-left: none;
        color: #000;
    }

    .iproductItem {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .advantagediv {
        padding: 0px 0px 20px 0px;
    }

    .advantageCon h2 {
        height: 60px;
        line-height: 60px;
        text-align: left;
        color: #000;
        font-weight: bold;
        background: none;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .advantageCon h2 span {
        padding: 0px;
        background-color: #ffffff;
        color: #000;
        border: none;
    }

    .advantageItem {
        margin-bottom: 25px;
        background-color: #fff;
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    }

    .advantagetxt h3 {
        font-size: 64px;
        font-family: 'HeroicCondensed-Bold';
        color: #ff6600;
        margin-top: 0px;
    }

    .advantagetxt p {
        font-size: 12px;
        display: none;
    }

    .clientdiv {
        padding: 0px 0px 40px 0px;
    }

    .clientCon h2 {
        height: 60px;
        line-height: 60px;
        text-align: left;
        color: #000;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .clientCon h2 span {
        padding: 0px;
        background-color: #fff;
    }

    .aimdiv {
        padding: 0px;
    }

    .aimCon h2 {
        height: 60px;
        line-height: 60px;
        text-align: left;
        color: #000;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .aimCon h2 span {
        padding: 0px;
        background-color: #ffffff;
        color: #000;
    }

    .inewdiv {
        padding: 20px 0px 40px 0px;
        background-color: #333333;
    }

    .inewleftpic {
        margin-bottom: 20px;
    }

    .inewright h2 {
        color: #fff;
        margin-top: 10px;
        font-size: 24px;
    }

    .shareQc {
        padding-left: 15px;
    }

    .footerUp {
        padding: 10px 0px;
        background-color: #f9f9f9;
    }

    .copyright p span {
        line-height: 32px;
        padding-left: 0px !important;
        display: block;
        float: none !important;
    }

    .navbar-form {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0px 20px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 8px;
        margin-bottom: 8px;
        position: relative;
    }

    .searchsubmit {
        position: absolute;
        top: 0px;
        right: 20px;
    }

    .panel-default>.panel-heading {
        color: #fff;
        background-color: #006699;
        border-color: #ddd;
    }

    .panel-title a {
        font-size: 15px;
    }

    .panel {
        margin-bottom: 0px;
    }

    .iproductcontainer {
        margin-left: 0px;
        margin-right: 0px;
    }

    .pager {
        padding-left: 0px;
        padding-right: 0px;
        margin: 20px 0;
        list-style: none;
        text-align: left;
        font-family: 'oswaldregular';
    }

    .pager li>a {
        display: inline;
        padding: 5px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        font-family: 'oswaldregular';
    }

    .productparameter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .my-video-dimensions {
        width: 320px;
        height: 180px;
    }

    .newscontainer h2 {
        background: none;
        text-align: left;
        margin-bottom: 30px;
        font-size: 20px;

    }

    .newscontainer h2 span {
        background-color: transparent;
        padding: 0px;
    }

    .productitle h2 {
        text-align: left;
        font-size: 24px;
        padding-left: 20px;
        margin: 0px auto;
        margin-top: 45px;
        color: #000;
        text-transform: uppercase;
        border-bottom: 1px dotted #ccc;
        font-family: '微軟正黑體', 'Microsoft YaHei';
    }

    .formdiv {
        background-color: #f5f5f5;
        padding: 20px;
        margin-bottom: 25px;
    }

    a.backbtn {
        clear: both;
        display: block;
        margin: 10px 15px 50px;
        text-align: center;
        width: 140px;
        background-color: #ccc;
        font-size: 16px;
        color: #000;
        border-radius: 6px;
    }

    .panel-body ul li a {
        font-size: 14px;
        font-family: Arial, 'Microsoft YaHei';
    }

    .allprolist {
        column-count: 2;
        /* 将结果分成三列 */
        column-gap: 15px;
        /* 设置列之间的间距 */
    }

    .prolist-category {
        width: 100%;
    }

    .prolist-category li {
        list-style: none;
    }

    .prolist-category li a {
        font-size: 12px;
    }

    .procover h2#procovertitleh2 {
        border-top: 1px solid #ccc;
        margin-top: 0;
        padding-top: 20px;
    }
}

/*apid平板电脑 调整部分*/
@media (min-width:768px) and (max-width:1024px) {
    .navmenu li a {
        display: inline-block;
        padding: 20px 22px;
        font-size: 14px;
        color: #434343;
        background-color: transparent;
    }

    .advantageItem {
        margin-bottom: 25px;
        background-color: #fff;
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    }

    .productlinks {
        height: 240px;
    }

    .infolinks {
        height: 240px;
    }

    .copyright p span {
        line-height: 32px;
        float: left !important;
    }

    .navmenu li a {
        display: inline-block;
        padding: 20px 30px;
        font-size: 14px;
        color: #434343;
        color: #FFFFFF;
        background-color: transparent;
    }

    .navmenu li a:hover,
    .navmenu li a.on {
        background-color: #006699;
        background-color: #262626;
        color: #fff;
        color: #fead50;
        text-decoration: none;
        font-weight: bold;
    }

    .videoitem a.videoa {
        display: block;
        width: 100%;
        height: 124px;
        overflow: hidden;
        border: 1px solid #888;
        border-radius: 12px 12px 0px 0px;
        background-color: #000;
    }

    .videoitem .maskicon {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        height: 124px;
        line-height: 144px;
        text-align: center;
        margin-left: -50%;
    }

    .phonediv {
        display: none;
    }

    .aboupic {
        margin-bottom: 20px;
    }

    .aboupic img {
        width: 100%;
        transition: all 0.3s ease;
    }
}

/*桌面PC电脑 和 系列17“的笔记本显示器 调整部分*/
@media (min-width:992px) and (max-width:1199px) {}

/*19寸及其以上宽屏电脑 调整部分*/
@media (min-width:1200px) and (max-width:1366px) {
    .iproductItem {
        width: 33%;
    }
}