@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "RussoOne";
    src: url("../fonts/Russo One.woff2") format("woff2"), url("../fonts/Russo One.woff") format("woff"), url("../fonts/Russo One.ttf") format("truetype"), url("../fonts/Russo One.eot") format("embedded-opentype"), url("../fonts/Russo One.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    color: #454545;
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, 'FontAwesome', 'Glyphicons Halflings' !important;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.clear {
    display: block;
    clear: both;
}

.clearfix {
    display: block;
    clear: both;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

#headdiv {
    width: 100%;
    height: 110px;
    padding: 0 4.6875%;
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 999;
}

.navScroll {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);
    /*position: relative !important;*/
}

.logo {
    width: 12%;
    float: left;
    position: relative;
    z-index: 9999;
}

.logo a {
    display: block;
    width: 100%;
    margin-top: 31px;
    overflow: hidden;
}

.logo a img {
    display: block;
    max-width: 142px;
    max-height: 50px;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.logo a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

#mobileNavButton {
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.4rem;
    color: #000;
}

#mobileNavButton a i {
    color: #fff;
}

.language {
    width: 8%;
    float: right;
    margin-top: 44px;
}

.language a {
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
}

.language a span {
    margin-right: 4px;
}

.language a:hover {
    color: #ff001e;
}

.language a:hover span {
    margin-right: 5px;
}

.language a img {
    vertical-align: top;
}

.searchdiv {
    width: 4%;
    float: right;
    margin-top: 38px;
    text-align: center;
}

.searchdiv a {
    padding: 18px 0;
    color: #333;
    font-size: 2.1rem;
}

.searchdiv a:hover {
    color: #ff001e;
}

.userdiv {
    width: 10%;
    float: right;
    text-align: right;
    margin-top: 38px;
}

.userpanel {
    display: inline-block;
    position: relative;
    /*
    padding: 7px 15px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 1.2rem;
    */
}

.userpanel a.logina {
    color: #333;
    font-size: 2.1rem;
}

.userpanel a.logina:hover {
    color: #ff001e;
}

.userpanel a.user {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
}

.userdata {
    display: none;
    position: absolute;
    top: 36px;
    left: -30%;
    width: 190px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.usertop {
    height: 90px;
    background: url(../images/userbg.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 90px;
}

.usertop a {
    color: #fff;
    font-size: 1.5rem;
}

.usertop a:hover {
    color: #f46712;
}

.userdata ul {
    display: block;
    width: 118px;
    margin: 0 auto;
    padding-top: 10px;
}

.userdata ul li {
    text-align: left;
    line-height: 20px;
}

.userdata ul li a {
    font-size: 1.2rem;
    color: #282828;
}

.userdata ul li a span {
    color: #f60;
    float: right;
}

.userdata ul li:last-child a {
    display: block;
    width: 118px;
    height: 28px;
    margin-top: 10px;
    background-color: #f60;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.userdata ul li:last-child a:hover {
    background-color: #282828;
    color: #f60;
}

.navdiv {
    width: 66%;
    float: left;
    margin-top: 24px;
}

.navdiv>ul {
    display: block;
    width: 100%;
    font-size: 0px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.navdiv>ul>li {
    display: inline-block;
    width: 10.0%;
    width: 12.25%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.navdiv>ul>li>a {
    font-size: 1.4rem;
    color: #333;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.navdiv>ul>li>a>i {
    font-size: 1.4rem;
    margin-right: 6px;
    color: #fff;
}

.navdiv>ul>li>a:hover {
    color: #ff001e;
}

.navdiv>ul>li>a.on,
.navdiv>ul>li>a:active,
.navdiv>ul>li>a:focus {
    color: #ff001e;
}

.navdiv ul li:hover ul {
    display: block;
}

.navdiv ul li:hover ul ul {
    display: none
}

.navdiv ul li ul {
    position: absolute;
    left: 0;
    background-color: #fafafa;
    color: #333;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.navdiv ul li ul li {
    display: block;
    width: 160px;
    height: inherit;
    padding-left: 21px;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    overflow: visible;
    position: relative;
    list-style: disc inside;
}

.navdiv ul li ul li:nth-of-type(1) {
    border-top: none;
}

.navdiv ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.4rem;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

.navdiv ul li ul li a::before {
    content: "\f105";
    font-size: 1.4rem;
    padding-right: 7px;
}

.navdiv ul li ul li:hover {
    background-color: #fc3a43;
}

.navdiv ul>li>ul>li:hover a {
    color: #fff;
    font-size: 1.4rem;
}

.navdiv ul>li>ul>li>ul>li>a {
    color: #333 !important;
    font-size: 1.4rem;
}

.navdiv ul>li>ul>li>ul>li:hover a {
    color: #fff !important;
    font-size: 1.4rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}

.navdiv ul li ul li ul {
    position: absolute;
    left: 160px;
    top: -1px;
    background-color: #fafafa;
    display: none;
}

.navdiv ul li ul li ul li {
    width: 160px;
    height: inherit;
    overflow: visible;
}

.navdiv ul li ul li ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 1.4rem;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

.navdiv ul li ul li ul li:hover a {
    color: #fff;
    font-size: 1.4rem;
}

.navdiv ul li ul li:hover ul {
    display: block;
}

.carousel-caption {
    width: 50%;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-caption h1 {
    font-family: 'Microsoft YaHei';
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #fff
}

.carousel-caption h1 span {
    display: inline-block;
    padding-left: 3px;
    padding-bottom: 3px;
    background-color: #ff001e;
}

.carousel-caption p {
    font-size: 18px;
    margin-top: 13px;
}

.advantage {
    width: 100%;
    padding: 124px 0;
}

.advantageContainer {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

h2.titleh2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 52px;
    background: url('../images/icon-zs.png') center bottom no-repeat;
}

.advantageItem {
    width: 31.25%;
    padding-top: 88px;
    padding-bottom: 48px;
    margin-top: 52px;
    margin-right: 3.125%;
    position: relative;
    float: left;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px rgba(38, 71, 142, 0.15);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.advantageItem:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(255, 0, 30, 0.3);
}

.advantageItem:nth-of-type(3) {
    margin-right: 0;
}

.itemIcon {
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border: 10px solid #fff;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: -60px;
    left: 35%;
    box-shadow: 0px 0px 10px rgba(38, 71, 142, 0.15);
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-color: #26478e;
}

.itemIcon.active {
    background-color: #ff001e;
}

.advantageItem:hover .itemIcon {
    background-color: #ff001e;
}

#ii01 {
    background-image: url('../images/icon-ts-1.png');
}

#ii02 {
    background-image: url('../images/icon-ts-2.png');
}

#ii03 {
    background-image: url('../images/icon-ts-3.png');
}

.advantageItem h3 {
    font-size: 2.1rem;
    color: #333;
}

.advantageItem p {
    padding: 28px 40px 0px;
    color: #666666;
    font-size: 1.5rem;
    text-align: left;
}

.mainCategory {
    width: 100%;
    padding: 62px 0px 86px;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.mainCategoryItem {
    margin: 0 auto;
    position: relative;
    float: left;
}

#mci1 {
    width: 50%;
}

#mci2 {
    width: 50%;
}

#mci3 {
    width: 33.3333%;
}

#mci4 {
    width: 33.3333%;
}

#mci5 {
    width: 33.3333%;
}

.mainCategoryImg {
    width: 100%;
    overflow: hidden;
}

.mainCategoryImg img {
    width: 100%;
    height: auto;
}

.maskLayer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.maskLayer a {
    display: block;
    width: 100%;
    height: 100%;
}

.mainCategoryText {
    position: absolute;
    left: 0;
    bottom: 13%;
    text-align: left;
    width: 100%;
    padding: 18px 20px 18px 48px;
    background-color: transparent;
}

.mainCategoryText h5 {
    font-size: 1.6rem;
    color: #fff;
}

.mainCategoryText h3 {
    margin-top: 14px;
}

.mainCategoryText h3 a {
    font-size: 2.8rem;
    color: #fff;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.mainCategoryItem:hover .maskLayer {
    background-color: rgba(0, 0, 0, 0.15);
}

.mainCategoryItem:hover .mainCategoryText {
    background-color: rgba(255, 0, 30, 0.8);
}

.mainCategoryItem:hover .mainCategoryText h3 a {
    color: #150808;
}

.mainCategoryItem:hover .mainCategoryText h3 a:hover {
    padding-left: 10px;
    color: #fff;
}

.active .maskLayer {
    background-color: rgba(0, 0, 0, 0.15);
}

.active .mainCategoryText {
    background-color: rgba(255, 0, 30, 0.8);
}

.active .mainCategoryText h3 a {
    color: #150808;
}

.mainCategoryBtn {
    width: 100%;
    margin: 82px auto 0px;
    text-align: center;
}

.mainCategoryBtn a {
    display: block;
    box-sizing: border-box;
    width: 326px;
    height: 66px;
    border: 2px solid #ff001e;
    border-radius: 12px;
    text-align: center;
    color: #ff001e;
    background-color: transparent;
    font-size: 2.4rem;
    margin: 0 auto;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    line-height: 60px;
}

.mainCategoryBtn a:hover {
    background-color: #ff001e;
    color: #fff;
}

.iabout {
    width: 100%;
    margin: 124px auto;
}

.iaboutContainer {
    width: 1280px;
    margin: 0 auto;
}

.iaboutContainer h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #333;
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background: url('../images/icon-zs-01.png') left bottom no-repeat;
}

.iaboutPic {
    width: 48.4375%;
    float: left;
    position: relative;
    z-index: 1;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.iaboutPic:hover {
    z-index: 2;
}

.iaboutTxt {
    width: 51.5625%;
    box-sizing: border-box;
    padding: 52px 70px 100px;
    margin-top: 7%;
    border-radius: 5px;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(38, 71, 142, 0.1);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.iaboutTxt:hover {
    z-index: 2;
}

.iaboutTxt h3 {
    margin-bottom: 48px;
}

.iaboutTxt h3 a {
    font-size: 2.4rem;
    color: #333;
}

.iaboutTxt h3 a:hover {
    color: #fc3a43;
}

.iaboutTxt p {
    font-size: 1.8rem;
    color: #333;
    text-align: justify;
}

.iaboutBtn {
    margin-top: 60px;
}

.iaboutBtn a {
    display: block;
    width: 166px;
    height: 42px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #ff001e;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    line-height: 40px;
}

.iaboutBtn a:hover {
    background-color: #150808;
    color: #ff001e;
}

.iaboutZs {
    margin-top: 10px;
    width: 250px;
    height: 50px;
    float: right;
    background: url('../images/icon-about-zs-1.png') top right no-repeat;
}

.recommendedProducts {
    width: 100%;
    padding: 100px 4.875%;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.iproductlist {
    width: 100%;
    padding: 16px 16px 0px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    position: static!important;
    margin-top: 30px;
}

.iproductItem {
    padding: 15px;
}

.itemcontainerPic {
    width: 100%;
    height: 75.00%;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.itemcontainerPic a img {
    width: 100%;
    height: auto !important;
}

.itemcontainerBtn {
    width: 100%;
    margin: 0 auto;
}

.itemcontainerBtn a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.itemcontainerBtn a:hover {
    color: #ff001e;
}

.swiper-slide:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.swiper-slide:hover .iproductItem .itemcontainerPic a img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.customizedHotline {
    width: 100%;
    padding: 120px 4.875% 110px;
    margin: 0 auto;
    background: url('../images/sample-dingzhi.jpg') center top repeat-y;
}

.customizedCall {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    background: url('../images/px2-line.png') right center no-repeat;
}

.customizedCall dl {
    display: block;
    width: 73%;
    margin: 0 auto;
    text-align: center;
}

.customizedCall dl::after {
    display: block;
    clear: both;
}

.customizedCall dl dt {
    display: inline-block;
    width: 35%;
    text-align: center;
    vertical-align: middle;
}

.customizedCall dl dt .callwrap {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /*border: 2px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.customizedCall dl dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.customizedCall dl dd {
    display: inline-block;
    width: 63%;
    text-align: center;
    vertical-align: middle;
}

.customizedCall dl dd img {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.customizedCall dl dd h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    padding: 18px 0px;
}

.customizedCall dl dd h2 {
    font-size: 4.8rem;
    color: #fff;
    font-family: "RussoOne";
}

.customizedCall dl dd h2 a {
    color: #fff;
}

.customizedCall dl dd h2 a:hover {
    color: gold;
}

.customizedFlow {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.customizedFlow img {
    max-width: 100%;
    height: auto;
}

.mediaOrNews {
    width: 100%;
    padding: 100px 0px;
    margin: 0 auto;
}

.xyContainer {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.newsTab {
    float: left;
    width: 48.4375%;
    position: relative;
}

#medioNavlist {
    display: block;
    width: 100%;
    background-color: #f0f0f0;
    border: none;
}

.newsmore {
    display: inline-block;
    width: 36px;
    height: 18px;
    position: absolute;
    z-index: 3;
    top: 27px;
    right: 18px;
}

.newsmore a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: normal;
    color: #fff;
    background-color: #ff001e;
}

.newsmore a:hover {
    background-color: #333;
}

#medioNavlist li {
    width: 174px;
    height: 74px;
    background-color: #f0f0f0;
    text-align: left;
}

#medioNavlist li a {
    display: inline-block;
    width: 174px;
    height: 74px;
    font-size: 2.0rem;
    color: #666666;
    background-color: transparent;
    text-align: center;
    border-radius: 0px;
    line-height: 52px;
}

#medioNavlist li.active a {
    color: #fff;
    background-color: #26478e;
}

#gongsixunxi ul,
#hangyezixun ul {
    padding-top: 42px;
    display: block;
    text-align: left;
}

#gongsixunxi ul li,
#hangyezixun ul li {
    margin-bottom: 54px;
}

#gongsixunxi ul li dl,
#hangyezixun ul li dl {
    clear: both;
    display: block;
    margin-bottom: 0;
}

#gongsixunxi ul li dl::after,
#hangyezixun ul li dl::after {
    clear: both;
}

#gongsixunxi ul li dl dt,
#hangyezixun ul li dl dt {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #f0f0f0;
    font-size: 3.0rem;
    font-family: Arial;
    color: #fff;
    text-align: center;
    margin-right: 14px;
    line-height: 54px;
}

#gongsixunxi ul li dl dd h4,
#hangyezixun ul li dl dd h4 {
    padding: 5px 0px;
}

#gongsixunxi ul li dl dd h4 a,
#hangyezixun ul li dl dd h4 a {
    font-size: 1.8rem;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#gongsixunxi ul li dl dd p,
#hangyezixun ul li dl dd p {
    font-size: 1.4rem;
    color: #999;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#gongsixunxi ul li dl:hover dt,
#hangyezixun ul li dl:hover dt {
    background-color: #26478e;
}

#gongsixunxi ul li dl:hover dd h4 a,
#hangyezixun ul li dl:hover dd h4 a {
    color: #26478e;
}

#gongsixunxi ul li:nth-of-type(even) dl dt,
#hangyezixun ul li:nth-of-type(even) dl dt {
    background-color: #26478e;
}

#gongsixunxi ul li:nth-of-type(even) dl dd h4 a,
#hangyezixun ul li:nth-of-type(even) dl dd h4 a {
    color: #26478e;
}

.topOneNews {
    float: right;
    width: 44.375%;
}

.topOneNewsWrap {
    width: 100%;
    background-color: #f0f0f0;
}

.topOneNewsPic {
    width: 100%;
}

.topOneNewsPic a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    position: relative;
    overflow: hidden;
}

.topOneNewsPic a img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.topOneNewsPic a:hover img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.topOneNewsTxt {
    width: 100%;
    height: 68px;
    padding: 0 28px;
    box-sizing: border-box;
    background-color: #26478e;
}

.topOneNewsTxt a {
    font-size: 1.8rem;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 66px;
}

.collaborator {
    margin: auto;
    padding: 100px 0px;
    background-color: #f0f0f0;
}

.collaborator .xyContainer h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #333;
    text-align: left;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background: url('../images/icon-zs-01.png') left bottom no-repeat;
}

.collaborator ul {
    display: block;
    width: 100%;
}

.collaborator ul::after {
    clear: both;
}

.collaborator ul li {
    display: block;
    width: 13.28125%;
    margin-right: 1.171875%;
    margin-bottom: 18px;
    float: left;
}

.collaborator ul li:nth-of-type(7n) {
    margin-right: 0%;
}

.collaborator ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 55.5555%;
    position: relative;
    overflow: hidden;
}

.collaborator ul li a img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.collaborator ul li a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.footerDiv {
    width: 100%;
    margin: 0 auto;
    background-color: #13171b;
}

.footerTop {
    padding: 64px 0 60px;
}

.footerNav {
    float: left;
    width: 80%;
}

.footerNavItem {
    float: left;
    text-align: left;
    width: 25%;
    margin-bottom: 20px;
}

.footerNavItem h4 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 26px;
}

.footerNavItem ul li {
    margin-bottom: 16px;
}

.footerNavItem ul li a {
    font-size: 1.5rem;
    color: #79838b;
}

.footerNavItem ul li a:hover {
    color: #ff001e;
}

.footerFollow {
    float: right;
    width: 20%;
}

.followLink {
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
}

.followLink a {
    margin-left: 24px;
}

.followLink a i {
    font-size: 2.4rem;
    color: #fff;
}

.qrcode {
    text-align: right;
}

.qrcode img {
    max-width: 150px;
    height: auto;
}

.footerDown {
    border-top: 1px solid #242628;
    padding: 20px 0 50px;
}

.copyright {
    width: 100%;
    text-align: left;
}

.copyright p {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    color: #79838b;
    float: left;
}

.copyright p span {
    padding-left: 30px;
}

.copyright p span a {
    color: #79838b;
}

.copyright p span a:hover {
    color: #ff001e;
}

.copyright p em {
    font-style: normal;
    float: right;
}

.copyright p em img {
    height: 30px;
    width: auto;
}

.friendlinks {
    width: 100%;
    padding: 30px 0px 5px;
    background-color: #fff;
}

.friendlinks p {
    font-size: 1.2rem;
    text-align: left;
}

.friendlinks p span {
    font-weight: 700;
    color: #000;
}

.friendlinks p a {
    display: inline-block;
    font-size: 1.2rem;
    color: #454545;
    padding: 0px 10px;
    margin-bottom: 10px;
    word-break: keep-all;
}

.friendlinks p a:hover {
    color: #ff001e;
}

#HBox {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -150px;
    z-index: 100000
}

#searchform {
    padding: 50px 15px 10px;
    font-size: 0px;
}

#searchform #searchtxt {
    width: 245px;
    height: 42px;
    border: 1px solid #a40e16;
    padding-left: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    border-radius: 4px 0 0 4px;
}

#searchform button {
    width: 42px;
    height: 42px;
    border: none;
    background-color: #a40e16;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
}

#searchform button i {
    font-size: 2.0rem;
    line-height: 1.75;
}


/*登录模块部分--*/

#userBox {
    display: none;
}

.userTplayer {
    width: 320px;
    height: 400px;
    padding: 26px 30px 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#formTabs {
    width: 100%;
    border-bottom: none;
    margin-bottom: 8px;
    overflow: hidden;
}

#formTabs li {
    width: 50%;
    height: 32px;
    background-color: #eeeeee;
}

#formTabs li.active {
    background-color: #151515;
}

#formTabs li a {
    padding: 0 0;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    color: #333333;
    background-color: transparent;
    line-height: 30px;
}

#formTabs li.active a {
    color: #fff;
}

#presentationlast {
    display: none;
}

.userTplayerb {
    width: 100%;
}

.sph18 {
    clear: both;
    height: 18px;
}

.otherline input {
    margin: 0;
    margin-top: 2px;
}

.otherline span.s_top {
    vertical-align: top;
}

.otherline span.s_top a {
    color: #337ab7;
}

.otherline span.s_mid {
    float: right;
    vertical-align: middle;
}

.otherline span.s_mid a {
    color: #337ab7;
    text-decoration: underline;
}

.otherline span.s_mid a:hover {
    text-decoration: none;
    color: #ff001e;
}

.loginBtn {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    color: #fff;
    background-color: #555555;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    line-height: 30px;
}

.loginBtn:hover {
    color: #ffffff;
    background-color: #151515;
}

#loginTips,
#registerTips,
#forgetTips {
    width: 100%;
    font-size: 14px;
    color: #ff001e;
    margin-top: 18px;
}

.innerbanner {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.innertop {
    width: 100%;
}

.innertop img {
    width: 100%;
    height: auto;
}

.innertxt {
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
    position: absolute;
    top: 50%;
}

.innerlayer {
    width: 100%;
    height: 100%;
    position: relative;
}

.innertxtwrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.innertxtwrap h1 {
    font-size: 4.5rem;
    margin-bottom: 30px;
}

.innertxtwrap p {
    font-size: 1.4rem;
}

.innertxtwrap p a {
    font-size: 1.4rem;
    padding: 0 10px;
}

.innertxtwrap p a:hover {
    color: #ff001e;
}

.about {
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
}

.about p {
    font-size: 1.4rem;
}

.product {
    width: 100%;
    padding: 50px 10%;
    margin: 0 auto;
    box-sizing: border-box;
    /* background-color: #f8f8f8; */
}

.leftProductBar {
    width: 25%;
    float: left;
}

.leftProductBarWrap {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.leftProductBarWrap h3 {
    border-bottom: 1px dotted #ccc;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.leftProductBarWrap ul {
    display: block;
    width: 100%;
}

.leftProductBarWrap ul li ul {
    margin-top: 8px;
    padding-right: 15px;
}

.leftProductBarWrap ul li ul li {
    background-color: #ebebeb;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 15px;
}

.leftProductBarWrap ul li ul li::before {
    content: '';
    display: none;
}

.leftProductBarWrap ul li {
    padding: 8px 0px 8px 15px;
    position: relative;
}

.leftProductBarWrap ul li::before {
    content: "\f0da";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 1.5rem;
    color: #252525;
}

.leftProductBarWrap ul li a {
    font-size: 1.4rem;
}

.leftProductBarWrap ul li a:hover {
    color: #ff001e;
}

.productList {
    width: 75%;
    float: left;
}

.titletop {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.titletop h3 {
    padding-left: 20px;
}

.productListContent {
    width: 100%;
}

.productListContent ul {
    display: block;
    width: 100%;
}

.productListContent ul li {
    width: 23.725%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    float: left;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.productListContent ul li:nth-of-type(4n) {
    margin-right: 0;
}

.productpic {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.productpic a {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 90%;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.productpic a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    margin: auto;
}

.productpic a:hover img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.producttxt {
    width: 100%;
    margin: 0 auto;
}

.producttxt a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    padding: 12px;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.producttxt a:hover {
    color: #ff001e;
}

.productrights {
    width: 75%;
    float: left;
}

.productdetailcon {
    width: 100%;
}

.productleft {
    width: 40%;
    float: left;
}

.bigPhoto {
    width: 100%;
    height: 0;
    padding-top: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.bigPhoto:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bigPhoto a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bigPhoto a img {
    width: 100%;
    height: auto;
    margin: auto;
}

.bigPhoto a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.biglist {
    display: block;
    width: 100%;
    font-size: 0px;
    letter-spacing: -3px;
    margin-top: 15px;
}

.biglist li {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 2px solid #f1f1f1;
    margin-right: 5px;
    margin-bottom: 5px;
}

.biglist li:hover {
    border-color: #e50012;
}

.biglist li img {
    width: 100%;
    height: 100%;
}

.productright {
    width: 55%;
    float: right;
    /* padding-left: 30px; */
}

.productTitle {
    font-size: 2.1rem;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0px;
}

.productParent {
    margin-top: 18px;
    font-size: 1.5rem;
    color: #444;
    line-height: 2;
}

.productParent a {
    font-size: 1.5rem;
    color: #444;
    text-decoration: underline;
}

.productParent a:hover {
    color: #d11817;
    text-decoration: none;
}

.shortDescription {
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.5rem;
    line-height: 2;
}

.shortDescription p {
    font-size: 1.5rem;
}

.shortDescription p strong {
    display: inline-block;
    width: 30%;
    color: #888888;
}

.quickContact {
    width: 100%;
}

a.whatapps {
    display: inline-block;
    margin-right: 15px;
    font-size: 4.8rem;
    color: green;
    vertical-align: middle;
}

a.contactbtn {
    display: inline-block;
    padding: 8px 36px;
    background-color: #f46712;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 4px;
    vertical-align: middle;
}

a.contactbtn i {
    margin-right: 6px;
}

a.contactbtn:hover {
    background-color: #270000;
}

.productdetails {
    width: 100%;
    margin-top: 30px;
}

.productdetailsTitle {
    width: 100%;
    padding: 8px 0 8px 15px;
    margin: 30px 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: rgb(253, 253, 253);
    background-color: #ebebeb;
    font-size: 2.1rem;
    font-weight: 700;
}

.productdetailsContainer div,
.productdetailsContainer p,
.productdetailsContainer span,
.productdetailsContainer a,
.productdetailsContainer li,
.productdetailsContainer dd,
.productdetailsContainer dt,
.productdetailsContainer td,
.productdetailsContainer th {
    font-size: 1.4rem;
}

.productdetailsContainer img {
    max-width: 100%;
    height: auto !important;
}

.productdetailsContainer table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
}

.productdetailsContainer table tr td {
    padding: 7px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.productdetailsContainer h3 {
    font-size: 1.8rem;
}

.pagediv {
    clear: both;
    margin: 20px 0px 50px 0px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica";
}

.pagediv a {
    display: inline-block;
    font-size: 15px;
    border: #e4e4e4 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    background-color: #e4e4e4;
    font-family: "Helvetica";
}

.pagediv a:hover,
.pagediv a:focus {
    font-size: 15px;
    border: #ff001e 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #ff001e;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    border: #ff001e 1px solid;
    font-size: 15px!important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #ff001e;
    display: inline-block;
    font-family: "Helvetica";
}

.pagediv .pageinfo {
    background-color: #eeeeee;
    border: #eeeeee 1px solid;
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2rem!important;
}

.case {
    width: 100%;
    padding: 50px 0px 100px;
    margin: auto;
    background-color: #f8f8f8;
}

.casewrap {
    width: 100%;
}

.casewrap ul {
    display: block;
    width: 100%;
}

.casewrap ul::after {
    content: '';
    display: block;
    clear: both;
}

.casewrap ul li {
    display: block;
    float: left;
    width: 23.245%;
    margin-right: 2.34%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}

.casewrap ul li:nth-of-type(4n) {
    margin-right: 0;
}

.casewrap ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.caselistpic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

.caselistpic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.caselistpic a img {
    width: 100%;
    height: 100%;
}

.caselistpic a:hover img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.caselisttxt {
    width: 100%;
    padding: 15px 15px 45px 15px;
}

.caselisttxt h4 {
    margin-bottom: 12px;
}

.caselisttxt p {
    font-size: 1.2rem;
    color: #999;
}

.caselisttxt p em {
    font-style: normal;
}

.caselisttxt p span {
    float: right;
}

.case2 {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
}

.casedetail {
    width: 100%;
    padding: 0px 23%;
    margin: 0 auto;
    box-sizing: border-box;
}

.casedetailwrap {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 30px 45px 80px;
    transform: translateY(-69px);
    -ms-transform: translateY(-69px);
    -moz-transform: translateY(-69px);
    -webkit-transform: translateY(-69px);
    -o-transform: translateY(-69px);
}

h3.toph3 {
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 6px;
}

p.topp {
    font-size: 1.2rem;
    text-align: left;
    color: #999;
    text-align: center;
}

p.topp span {
    margin-left: 8px;
    margin-right: 8px;
    color: #999;
}

p.topp span i {
    margin-right: 7px;
    color: #999;
    font-size: 1.4rem;
}

.casedetailcontainer {
    clear: both;
    margin-top: 30px;
    font-size: 1.4rem;
}

.casedetailcontainer img {
    display: block;
    margin: 10px auto 30px;
    text-align: center;
    max-width: 760px;
    height: auto !important;
}

.casedetailcontainer p,
.casedetailcontainer div,
.casedetailcontainer span,
.casedetailcontainer th,
.casedetailcontainer td {
    font-size: 1.4rem;
    line-height: 24px;
}

.updowndiv {
    margin-top: 50px;
    width: 100%;
}

.updowndiv dl {
    display: block;
    width: 100%;
    font-size: 0;
}

.updowndiv dl dt {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: 1px dotted #ccc;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #151515;
}

.updowndiv dl dt a {
    font-size: 1.4rem;
    color: #151515;
}

.updowndiv dl dt a:hover {
    color: #ff001e;
}

.updowndiv dl dd {
    display: inline-block;
    width: 50%;
    padding: 5px 15px;
    border: 1px dotted #ccc;
    border-left: none;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #151515;
}

.updowndiv dl dd a {
    font-size: 1.4rem;
    color: #151515;
}

.updowndiv dl dd a:hover {
    color: #ff001e;
}

.info {
    width: 100%;
    padding: 50px 0 100px;
    margin: 0 auto;
    background-color: #fff;
}

.infowrap {
    width: 75%;
    float: left;
}

.infowrap ul {
    display: block;
    width: 100%;
}

.infowrap ul li {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.infowrap ul li::after {
    content: '';
    display: block;
    clear: both;
}

.infowrap ul li .newslistpic {
    width: 25%;
    float: left;
}

.infowrap ul li .newslistpic .newslistpicwrap {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
}

.infowrap ul li .newslistpic .newslistpicwrap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.infowrap ul li .newslistpic .newslistpicwrap a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.infowrap ul li .newslistpic .newslistpicwrap a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.infowrap ul li .newslisttxt {
    width: 72%;
    float: right;
}

.infowrap ul li .newslisttxt h4 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.infowrap ul li .newslisttxt h4 a {
    font-size: 1.8rem;
    color: #151515;
}

.infowrap ul li .newslisttxt h4 a:hover {
    color: #ff001e;
}

.infowrap ul li .newslisttxt p {
    font-size: 1.4rem;
    color: #888;
    line-height: 1.4;
    margin-bottom: 10px;
}

.infowrap ul li .newslisttxt p em {
    font-style: normal;
    font-size: 1.2rem;
    margin-right: 20px;
}

.infowrap ul li .newslisttxt p span {
    font-size: 1.2rem;
}

.newsDiv {
    width: 100%;
}

h3.detailh3 {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

p.date_p {
    font-size: 1.6rem;
    text-align: left;
    color: #999;
}

p.date_p span {
    margin-right: 30px;
    color: #151515;
}

p.date_p span i {
    margin-right: 7px;
    color: #999;
}

.newsContent {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 24px;
}

.newsContent img {
    display: block;
    max-width: 760px;
    height: auto !important;
    margin-bottom: 30px;
}

.newsContent h1,
.newsContent h2,
.newsContent h3,
.newsContent h4,
.newsContent h5 {
    margin-top: 20px;
    margin-bottom: 8px;
}

.prevOrNext {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.prevOrNext li {
    font-size: 1.4rem;
    color: #151515;
}

.prevOrNext li a:hover {
    color: #ff001e;
}

.job {
    width: 100%;
    padding: 50px 0 100px;
    margin: 0 auto;
    background-color: #fff;
}

.illustration {
    float: left;
    width: 30%;
}

.jobwrap {
    float: right;
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

.jobwrap ul {
    display: block;
    width: 100%;
    margin: auto;
}

.jobwrap ul li {
    width: 100%;
    margin-bottom: 35px;
}

.jobtable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.jobtable td {
    width: 20%;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px;
}

.jobtable td.bt {
    background-color: #f1f1f1;
}

.jobtable td.nr {
    text-align: left;
}

.jobtable td.to {
    background-color: #fc3a43;
    color: #fff;
}

.jobtable td.to a {
    color: #fff;
}

.jobContainer {
    width: 1280px;
    margin: 0 auto;
}

.contact {
    width: 100%;
    padding: 50px 0 100px;
    margin: 0 auto;
    background-color: #fff;
}

.contactwrap {
    width: 100%;
}

.companyAlbum {
    width: 100%;
    margin-top: 35px;
}

.companyitem {
    width: 20.502%;
    margin-right: 1.56%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.companyitem:nth-of-type(5) {
    width: 11.752%;
    margin-right: 0;
}

.companyitem:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.companyitem a {
    display: block;
    width: 100%;
}

.companyitem a img {
    width: 100%;
    height: auto;
}

.contactinfo {
    width: 30%;
    float: left;
}

.contactinfo h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.contactinfo ul li {
    list-style: none;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

span.a_address {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_address::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

a.a_tel {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_tel::before {
    content: "\f098";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

a.a_mobile {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_mobile::before {
    content: "\f232";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

span.a_fax {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

a.a_email {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

span.a_zipcode {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_zipcode::before {
    content: "\f277";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

a.a_web {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_web::before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #646464;
}

a.a_tel:hover,
a.a_mobile:hover,
a.a_email:hover,
a.a_web:hover {
    color: #a40e16;
}

a.a_tel:hover::before,
a.a_mobile:hover::before,
a.a_email:hover::before,
a.a_web:hover::before {
    color: #a40e16;
}

.contactMap {
    width: 65%;
    height: 500px;
    float: left;
    margin-left: 5%;
    background: url(../images/baidu-map.jpg) center center no-repeat;
}

.productBar {
    float: left;
    width: 75%;
}

.products {
    width: 100%;
    padding-bottom: 0px;
}

.products::after {
    content: '';
    display: block;
    clear: both;
}

.titlebar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.titlebar h3 {
    font-size: 2.4rem;
}

.downloadDiv {
    width: 100%;
    margin-top: 30px;
}

.downloadItem {
    width: 31.6%;
    float: left;
    margin-right: 2.6%;
}

.downloadItem:nth-of-type(3) {
    margin-right: 0;
}

.cateroriesObj {
    width: 100%;
    padding: 20px;
    background-color: #ededed;
    margin-bottom: 30px;
}

.cateroriesObj h4 {
    font-size: 1.8rem;
    color: #333;
    line-height: 2em;
}

.cateroriesObj p {
    font-size: 1.2rem;
    color: #333;
}

.coverpic {
    width: 90%;
    margin-top: 35px;
    margin-bottom: 20px;
}

.coverpic img {
    width: 100%;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.downlaodBtn {
    margin: 0;
}

.downlaodBtn a {
    display: block;
    width: 130px;
    height: 38px;
    background-color: #ff001e;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 6px;
    line-height: 36px;
}

.biaotou {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 15px 32px;
    overflow: hidden;
    margin-bottom: 20px;
}

.biaotou h2 {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.biaotou h2 span {
    margin-left: 40px;
    color: #ff6400;
    font-weight: 700;
    font-size: 2.8rem;
}

.job-properties {
    text-align: left;
}

.job-properties span {
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    background: #f1f1f1;
    border-radius: 0px;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    margin-right: 12px;
}

.jobdetails {
    width: 100%;
    padding: 15px 30px 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.jobdetailswrap {
    margin-bottom: 30px;
}

.jobdetailswrap h5 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobdetailswrap h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobdetailswrap h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobdetailswrap h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobdetailswrap h1 {
    font-size: 3.0rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

.jobdetailswrap,
.jobdetailswrap div,
.jobdetailswrap p,
.jobdetailswrap td,
.jobdetailswrap span,
.jobdetailswrap em {
    font-size: 1.4rem;
    line-height: 24px;
}

.jobdetailswrap img {
    max-width: 100%;
    height: auto !important;
}

.ypjob {
    width: 100%;
    padding: 30px;
    background-color: #ff6400;
    color: #fff;
    font-size: 1.4rem;
    line-height: 24px;
}

@media (max-width:767px) {
    .userTplayer {
        width: 100%;
        height: 400px;
        padding: 26px 30px 0px;
        border: 1px solid #ccc;
    }
    #HCloseBtn {
        border-radius: 0 !important;
        right: 0 !important;
    }
}

@media (max-width:767px) {
    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #140808;
    }
    .logo {
        width: 36%;
        margin-top: 5px;
    }
    .logo a {
        margin-top: 0px;
        margin-left: 10px;
    }
    .logo a img {
        max-height: 36px;
    }
    #mobileNavButton {
        display: block;
        margin-top: 8px;
        margin-right: 15px;
    }
    .language {
        width: 17%;
        margin-top: 16px;
    }
    .language a {
        color: #fff;
    }
    .searchdiv {
        display: none;
    }
    .userdiv {
        width: 34%;
        margin-top: 10px;
        text-align: right;
    }
    .userpanel {
        border: none;
        padding: 0;
        padding-right: 10px;
    }
    .userpanel a {
        color: #fff;
    }
    .userpanel a.logina {
        color: #fff;
        padding-right: 10px;
    }
    .userpanel a.user {
        display: inline-block;
        vertical-align: middle;
        padding-top: 6px;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
    }
    .userdata {
        top: 35px;
        left: -44px;
    }
    .searchWrap button {
        right: 9px;
        font-size: 16px;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 50px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid #ea2e14;
        border-bottom: 1px solid #ea2e14;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        text-transform: uppercase;
        font-family: "Poppins";
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 40px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .carousel-caption {
        width: 60%;
        height: 30%;
        top: 20%;
    }
    .carousel-caption h1 {
        font-size: 1.6rem;
    }
    .carousel-caption p {
        font-size: 1.2rem;
        display: none;
    }
    .advantage {
        padding: 30px 0;
    }
    .advantageContainer {
        width: 100%;
        padding: 0 15px;
    }
    .advantageContainer h2.titleh2 {
        font-size: 1.8rem;
    }
    .advantageItem {
        margin-top: 0px;
        padding-top: 40px;
        border-radius: 10px;
        padding-bottom: 10px;
    }
    .itemIcon {
        width: 60px;
        height: 60px;
        border: none;
        top: -35px;
        left: 27%;
        background-size: 30px 30px;
    }
    .advantageItem h3 {
        font-size: 1.4rem;
    }
    .advantageItem p {
        padding: 15px 15px 0px;
        font-size: 1.2rem;
        display: none;
    }
    .iaboutContainer {
        width: 100%;
        padding: 0 15px;
        margin: auto;
    }
    .xyContainer {
        width: 100%;
        padding: 0 15px;
        margin: auto;
    }
    .iaboutPic {
        width: 100%;
    }
    .iaboutPic a img {
        max-width: 100%;
    }
    .footerNav {
        width: 100%;
    }
    .footerFollow {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 30px;
    }
    .followLink {
        text-align: center;
    }
    .followLink a {
        margin-left: 0px;
        margin-right: 24px;
    }
    .footerNavItem {
        width: 50%;
        min-height: 224px;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .qrcode {
        text-align: center;
    }
    .copyright p span {
        display: block;
        padding-left: 0px;
        margin-top: 10px;
    }
    .copyright p em {
        display: block;
        float: none;
        margin-top: 20px;
    }
    .mainCategory {
        padding: 30px 0px;
    }
    .mainCategory h2.titleh2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    #mci1,
    #mci2,
    #mci3,
    #mci4,
    #mci5 {
        width: 100%;
        margin-bottom: 10px;
    }
    .maskLayer {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .mainCategoryText {
        bottom: 5%;
        padding: 10px 15px 10px 15px;
    }
    .mainCategoryText h5 {
        font-size: 1.2rem;
    }
    .mainCategoryText h3 {
        margin-top: 0px;
    }
    .mainCategoryText h3 a {
        font-size: 1.8rem;
    }
    .mainCategoryBtn {
        width: 100%;
        margin: 20px auto 0px;
        text-align: center;
    }
    .mainCategoryBtn a {
        width: 50%;
        height: 50px;
        border: 1px solid #ff001e;
        font-size: 1.6rem;
        line-height: 48px;
    }
    .iabout {
        width: 100%;
        margin: 30px auto;
    }
    .iaboutContainer h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .iaboutTxt {
        width: 100%;
        margin-top: 10px;
        padding: 15px 15px 15px 15px;
    }
    .iaboutTxt h3 {
        margin-bottom: 20px;
    }
    .iaboutTxt h3 a {
        font-size: 1.8rem;
        color: #333;
    }
    .iaboutTxt p {
        font-size: 1.4rem;
    }
    .iaboutBtn {
        margin-top: 20px;
    }
    .iaboutBtn a {
        font-size: 1.6rem;
    }
    .iaboutZs {
        float: left;
    }
    .recommendedProducts {
        width: 100%;
        padding: 30px 15px;
    }
    .recommendedProducts h2.titleh2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .customizedHotline {
        width: 100%;
        padding: 30px 15px 30px;
    }
    .customizedCall {
        width: 100%;
        background: none;
    }
    .customizedCall dl {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .customizedCall dl dd h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        padding: 10px 0px;
    }
    .customizedCall dl dd h2 {
        font-size: 2.4rem;
    }
    .customizedCall dl dd h2 a {
        color: #fff;
    }
    .customizedFlow {
        width: 100%;
        margin-top: 40px;
    }
    .mediaOrNews {
        width: 100%;
        padding: 30px 0px;
        margin: 0 auto;
    }
    .mediaOrNews h2.titleh2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .newsTab {
        width: 100%;
    }
    .newsmore {
        top: 18px;
        right: 18px;
    }
    #medioNavlist {
        height: 50px;
    }
    #medioNavlist li {
        width: 150px;
        height: 50px;
    }
    #medioNavlist li a {
        width: 150px;
        height: 50px;
        font-size: 1.6rem;
        line-height: 30px;
    }
    #gongsixunxi ul,
    #hangyezixun ul {
        padding-top: 20px;
    }
    #gongsixunxi ul li,
    #hangyezixun ul li {
        margin-bottom: 30px;
    }
    #gongsixunxi ul li dl dt,
    #hangyezixun ul li dl dt {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    #gongsixunxi ul li dl dd h4,
    #hangyezixun ul li dl dd h4 {
        padding: 0px 0px 5px;
    }
    #gongsixunxi ul li dl dd h4 a,
    #hangyezixun ul li dl dd h4 a {
        font-size: 1.5rem;
    }
    #gongsixunxi ul li dl dd p,
    #hangyezixun ul li dl dd p {
        font-size: 1.2rem;
    }
    .topOneNews {
        float: right;
        width: 100%;
    }
    .topOneNewsTxt {
        height: 50px;
    }
    .topOneNewsTxt a {
        font-size: 1.5rem;
        line-height: 48px;
    }
    .collaborator {
        margin: auto;
        padding: 30px 0px;
        background-color: #f0f0f0;
    }
    .collaborator .xyContainer h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .collaborator ul li {
        display: block;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 10px;
        float: left;
    }
    .collaborator ul li:nth-of-type(7n) {
        margin-right: 5%;
    }
    .collaborator ul li:nth-of-type(3n) {
        margin-right: 0%;
    }
    .innertop img {
        width: 170%;
        height: auto;
        transform: translateX(-138px);
        -ms-transform: translateX(-138px);
        -moz-transform: translateX(-138px);
        -webkit-transform: translateX(-138px);
        -o-transform: translateX(-138px);
    }
    .innertxt {
        top: 30%;
    }
    .innertxtwrap h1 {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }
    .innertxtwrap p {
        font-size: 1.2rem;
    }
    .innertxtwrap p a {
        font-size: 1.2rem;
        padding: 0 5px;
    }
    .about {
        padding: 30px 0;
    }
    .about p {
        font-size: 1.2rem;
        text-align: justify;
    }
    .companyAlbum {
        margin-top: 30px;
    }
    .companyitem {
        width: 48.00%;
        margin-right: 4%;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .companyitem:nth-of-type(2n) {
        margin-right: 0;
    }
    .companyitem:nth-of-type(5) {
        width: 48.00%;
        margin-right: 4%;
    }
    .product {
        width: 100%;
        padding: 20px 15px 30px;
    }
    .leftProductBar {
        display: none;
    }
    .panel {
        margin-bottom: 15px;
    }
    .panel-body ul li {
        list-style: disc inside;
        border-bottom: 1px dotted #ccc;
        padding: 4px 0px;
    }
    .panel-body ul li ul {
        padding-left: 15px;
        padding-top: 5px;
    }
    .panel-body>ul>li:last-child {
        border-bottom: none;
    }
    .panel-body>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    .productList {
        width: 100%;
    }
    .titletop {
        display: none;
    }
    .productListContent ul li {
        width: 48.0%;
        margin-right: 4%;
        margin-bottom: 15px;
        padding: 5px;
    }
    .productListContent ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .productpic {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .producttxt a {
        height: 44px;
        padding: 0px;
        font-size: 1.2rem;
    }
    .productrights {
        width: 100%;
    }
    .productleft {
        width: 100%;
        float: left;
    }
    .productright {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .productTitle {
        font-size: 1.8rem;
        font-weight: 700;
        color: #000;
        margin-top: 0;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        border-top: 1px dotted #ccc;
    }
    .productParent {
        margin-top: 10px;
        font-size: 1.2rem;
    }
    .productParent a {
        font-size: 1.2rem;
        color: #151515;
    }
    .shortDescription {
        font-size: 1.2rem;
    }
    .productdetails {
        margin-top: 0;
    }
    .productdetailsTitle {
        margin: 10px 0px 20px;
        font-size: 1.8rem;
    }
    .productdetailsContainer {
        width: 100%;
        font-size: 1.2rem;
        overflow-x: scroll;
    }
    .productdetailsContainer table {
        font-size: 1.2rem;
        width: auto !important;
        height: auto !important;
    }
    .productdetailsContainer table tr th,
    .productdetailsContainer table tr td {
        font-size: 1.2rem;
    }
    .productdetailsContainer table tr td img {
        min-height: 500px;
        width: auto !important;
        max-width: none !important;
    }
    .case {
        width: 100%;
        padding: 15px 0px 0px;
    }
    .casewrap ul li {
        width: 48.0%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .casewrap ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .casedetail {
        width: 100%;
        padding: 0px 0px;
    }
    .casedetailwrap {
        width: 100%;
        position: relative;
        background-color: #fff;
        padding: 15px 15px 30px;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    h3.toph3 {
        font-size: 1.8rem;
    }
    .casedetailcontainer {
        clear: both;
        margin-top: 30px;
        font-size: 1.2rem;
    }
    .casedetailcontainer p,
    .casedetailcontainer div,
    .casedetailcontainer span,
    .casedetailcontainer th,
    .casedetailcontainer td {
        font-size: 1.2rem;
        line-height: 24px;
    }
    .casedetailcontainer img {
        margin: 10px auto 10px;
        text-align: center;
        max-width: 100%;
        height: auto !important;
    }
    .updowndiv {
        margin-top: 30px;
        width: 100%;
    }
    .updowndiv dl dt {
        width: 100%;
    }
    .updowndiv dl dd {
        width: 100%;
        border: 1px dotted #ccc;
        border-left: 1px dotted #ccc;
        border-top: none;
    }
    .info {
        width: 100%;
        padding: 20px 0 50px;
    }
    .infowrap {
        width: 100%;
        float: left;
    }
    .infowrap ul li .newslistpic {
        width: 100%;
    }
    .infowrap ul li .newslisttxt {
        width: 100%;
        float: left;
    }
    .infowrap ul li .newslisttxt h4 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .infowrap ul li .newslisttxt h4 a {
        font-size: 1.5rem;
        color: #151515;
    }
    .infowrap ul li .newslisttxt p {
        font-size: 1.2rem;
    }
    h3.detailh3 {
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-size: 1.6rem;
    }
    p.date_p {
        font-size: 1.2rem;
    }
    .newsContent {
        margin-top: 25px;
        font-size: 1.2rem;
        line-height: 20px;
    }
    .newsContent img {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin-bottom: 15px;
    }
    .newsContent p,
    .newsContent div,
    .newsContent span,
    .newsContent th,
    .newsContent li,
    .newsContent a,
    .newsContent td {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .prevOrNext {
        margin-top: 30px;
        padding-top: 0px;
        border-top: none;
    }
    .infowrap ul li {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        border: 1px dotted #ccc;
        margin-bottom: 0px;
    }
    .productBar {
        float: left;
        width: 100%;
    }
    .titlebar {
        display: none;
    }
    .downloadDiv {
        margin-top: 0;
    }
    .downloadItem {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .job {
        width: 100%;
        padding: 15px 0 50px;
    }
    .illustration {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .illustration img {
        max-width: 100%;
        height: auto !important;
    }
    .jobwrap {
        float: left;
        width: 100%;
        padding-left: 0px;
        box-sizing: border-box;
    }
    .jobwrap ul li {
        margin-bottom: 20px;
    }
    .jobwrap ul li table tr td {
        font-size: 1.2rem;
    }
    .jobContainer {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .biaotou {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 3px rgb(0 0 0 / 20%);
        padding: 15px 15px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .biaotou h2 {
        font-size: 2.1rem;
        margin-bottom: 16px;
    }
    .biaotou h2 span {
        margin-left: 30px;
        color: #ff6400;
        font-weight: 700;
        font-size: 2.1rem;
        float: right;
        text-align: right;
    }
    .jobdetails {
        padding: 15px 15px 30px;
    }
    .jobdetailswrap h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .jobdetailswrap,
    .jobdetailswrap div,
    .jobdetailswrap p,
    .jobdetailswrap td,
    .jobdetailswrap span,
    .jobdetailswrap em {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .ypjob {
        width: 100%;
        padding: 20px;
        background-color: #ff6400;
        color: #fff;
        font-size: 1.4rem;
        line-height: 24px;
    }
    .contact {
        width: 100%;
        padding: 20px 0 50px;
    }
    .contactinfo {
        width: 100%;
        float: left;
    }
    .contactinfo ul li {
        font-size: 1.4rem;
    }
    .contactinfo ul li a,
    .contactinfo ul li span {
        font-size: 1.4rem !important;
    }
    .contactMap {
        width: 100%;
        height: 500px;
        float: left;
        margin-left: 0%;
        background: url(../images/baidu-map.jpg) center center no-repeat;
    }
    .footerNavItem ul li a {
        font-size: 1.4rem;
        color: #79838b;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #headdiv {
        width: 100%;
        height: 76px;
        padding: 0;
        position: relative;
        background-color: #140808;
    }
    .logo {
        width: 36%;
        margin-top: 18px;
    }
    .logo a {
        margin-top: 0px;
        margin-left: 10px;
    }
    .logo a img {
        max-height: 36px;
    }
    #mobileNavButton {
        display: block;
        margin-top: 18px;
        margin-right: 20px;
    }
    .language {
        width: 17%;
        margin-top: 26px;
    }
    .language a {
        color: #fff;
    }
    .searchdiv {
        width: 12%;
        float: right;
        margin-top: 20px;
        text-align: center;
    }
    .searchdiv a {
        color: #fff;
    }
    .userdiv {
        width: 20%;
        margin-top: 26px;
        text-align: left;
    }
    .userpanel {
        border: none;
        padding: 0;
    }
    .userpanel a {
        color: #fff;
    }
    .userpanel a.logina {
        color: #fff;
    }
    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        z-index: 6;
    }
    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid #ea2e14;
        border-bottom: 1px solid #ea2e14;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }
    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }
    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }
    .m_nav ul li ul {
        display: none;
    }
    .m_nav ul li ul li ul {
        display: none;
    }
    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        text-transform: uppercase;
        font-family: "Poppins";
        line-height: 1.1;
        position: relative;
    }
    .m_nav ul li a i {
        margin-right: 8px;
    }
    .m_nav ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }
    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }
    .m_nav ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }
    .m_nav ul li ul li ul {
        padding-left: 30px;
    }
    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }
    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 40px;
        pointer-events: auto;
    }
    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }
    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }
    .userpanel a.user {
        display: inline;
        vertical-align: middle;
        padding-top: 6px;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff;
    }
    .userdata {
        display: none;
        top: 32px;
        left: -38px;
    }
    .carousel-caption {
        width: 60%;
        height: 30%;
        top: 20%;
    }
    .carousel-caption h1 {
        font-size: 3.0rem;
    }
    .carousel-caption p {
        font-size: 1.5rem;
    }
    .advantage {
        width: 100%;
        padding: 60px 0;
    }
    .advantageContainer {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        text-align: center;
    }
    .advantageItem {
        padding-bottom: 15px;
    }
    .itemIcon {
        left: 24%;
    }
    h2.titleh2 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    .advantageItem p {
        padding: 28px 15px 0px;
        color: #666666;
        font-size: 1.4rem;
        text-align: justify;
    }
    .mainCategory {
        width: 100%;
        padding: 60px 0px 60px;
    }
    .maskLayer {
        background-color: rgba(0, 0, 0, 0.45);
    }
    .mainCategoryText {
        position: absolute;
        left: 0;
        bottom: 0%;
        text-align: left;
        width: 100%;
        padding: 10px 20px 10px 20px;
        background-color: transparent;
    }
    .mainCategoryText h5 {
        font-size: 1.4rem;
        color: #fff;
    }
    .mainCategoryText h3 {
        margin-top: 0px;
    }
    .mainCategoryText h3 a {
        font-size: 1.8rem;
    }
    .mainCategoryBtn {
        margin: 30px auto 0px;
    }
    .mainCategoryBtn a {
        font-size: 1.8rem;
        width: 300px;
        height: 50px;
        line-height: 48px;
    }
    .iabout {
        width: 100%;
        margin: 60px auto;
    }
    .iaboutContainer {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .iaboutContainer h2 {
        font-size: 2.8rem;
    }
    .iaboutPic img {
        max-width: 100%;
    }
    .iaboutTxt {
        padding: 25px 25px 30px;
        margin-top: 0%;
    }
    .iaboutTxt h3 {
        margin-bottom: 30px;
    }
    .iaboutTxt h3 a {
        font-size: 1.8rem;
        color: #333;
    }
    .iaboutTxt p {
        font-size: 1.5rem;
    }
    .iaboutBtn {
        margin-top: 30px;
    }
    .iaboutBtn a {
        font-size: 1.5rem;
    }
    .recommendedProducts {
        width: 100%;
        padding: 60px 15px;
        margin: 0 auto;
        background-color: #f0f0f0;
    }
    .customizedHotline {
        width: 100%;
        padding: 60px 15px;
    }
    .customizedCall {
        width: 40%;
    }
    .customizedCall dl {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .customizedCall dl dt {
        display: inline-block;
        width: 25%;
        text-align: center;
        vertical-align: middle;
    }
    .customizedCall dl dt img {
        max-width: 75%;
        max-height: 75%;
    }
    .customizedCall dl dd h3 {
        font-size: 1.8rem;
        padding: 10px 0px;
    }
    .customizedCall dl dd h2 {
        font-size: 2.0rem;
        color: #fff;
        font-family: "RussoOne";
    }
    .customizedFlow {
        width: 60%;
    }
    .customizedFlow img {
        max-width: 90%;
        height: auto;
    }
    .mediaOrNews {
        width: 100%;
        padding: 60px 0px;
        margin: 0 auto;
    }
    .xyContainer {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        text-align: center;
    }
    .newsTab {
        float: left;
        width: 54%;
        position: relative;
    }
    .newsmore {
        top: 16px;
        right: 18px;
    }
    #medioNavlist {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #f0f0f0;
        border: none;
    }
    #medioNavlist li {
        width: 150px;
        height: 50px;
        background-color: #f0f0f0;
        text-align: left;
    }
    #medioNavlist li a {
        font-size: 1.6rem;
        width: 150px;
        height: 50px;
        line-height: 30px;
    }
    #gongsixunxi ul,
    #hangyezixun ul {
        padding-top: 25px;
        display: block;
        text-align: left;
    }
    #gongsixunxi ul li,
    #hangyezixun ul li {
        margin-bottom: 25px;
    }
    #gongsixunxi ul li dl dd h4 a,
    #hangyezixun ul li dl dd h4 a {
        font-size: 1.5rem;
    }
    #gongsixunxi ul li dl dd p,
    #hangyezixun ul li dl dd p {
        font-size: 1.2rem;
    }
    .topOneNewsTxt a {
        font-size: 1.6rem;
    }
    .collaborator {
        margin: auto;
        padding: 60px 0px;
        background-color: #f0f0f0;
    }
    .collaborator .xyContainer h2 {
        font-size: 2.8rem;
    }
    .footerNav {
        float: left;
        width: 100%;
    }
    .footerNavItem {
        float: left;
        text-align: center;
        margin-right: 0%;
        width: 25%;
    }
    .footerFollow {
        clear: both;
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .followLink {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .qrcode {
        text-align: center;
    }
    .innertxt {
        top: 30%;
    }
    .about {
        padding: 40px 0 80px;
        margin: 0 auto;
    }
    .innertxtwrap h1 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .product {
        width: 100%;
        padding: 30px 15px 80px;
    }
    .leftProductBar {
        width: 30%;
        float: left;
    }
    .productList {
        width: 70%;
        float: left;
    }
    .leftProductBarWrap {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 15px;
        padding-bottom: 20px;
        width: 94%;
    }
    .leftProductBarWrap h3 {
        font-size: 1.8rem;
    }
    .leftProductBarWrap ul li a {
        font-size: 1.3rem;
    }
    .titletop {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }
    .titletop h3 {
        font-size: 1.8rem;
    }
    .productListContent ul li {
        padding: 10px;
    }
    .productpic {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .productrights {
        width: 70%;
        float: left;
    }
    .producttxt a {
        height: 32px;
        padding: 0px;
        font-size: 1.2rem;
        line-height: 16px;
    }
    .productleft {
        width: 45%;
        float: left;
    }
    .bigPhoto a {
        padding: 10px;
    }
    .productright {
        width: 50%;
        float: right;
    }
    .productTitle {
        font-size: 1.8rem;
    }
    .productParent {
        margin-top: 15px;
        font-size: 1.2rem;
        color: #444;
        line-height: 2;
    }
    .productParent a {
        font-size: 1.2rem;
    }
    .shortDescription {
        font-size: 1.2rem;
    }
    .shortDescription p,
    .shortDescription a,
    .shortDescription span,
    .shortDescription li,
    .shortDescription td {
        font-size: 1.2rem;
    }
    .productdetails {
        width: 100%;
        margin-top: 5px;
    }
    .productdetailsTitle {
        width: 100%;
        padding: 8px 0 8px 15px;
        margin: 15px 0px;
        font-size: 1.8rem;
    }
    .productdetailsContainer {
        width: 100%;
        font-size: 1.2rem;
        overflow-x: scroll;
    }
    .productdetailsContainer h2 {
        font-size: 1.8rem;
    }
    .productdetailsContainer h3 {
        font-size: 1.5rem;
    }
    .productdetailsContainer h4 {
        font-size: 1.4rem;
    }
    .productdetailsContainer table {
        font-size: 1.2rem;
        width: auto !important;
        height: auto !important;
    }
    .productdetailsContainer table tr th,
    .productdetailsContainer table tr td {
        font-size: 1.2rem;
    }
    .productdetailsContainer table tr td img {
        max-height: 400px;
        width: auto !important;
        max-width: none !important;
    }
    .casedetail {
        width: 100%;
        padding: 0px 15px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .casedetailwrap {
        width: 100%;
        position: relative;
        background-color: #fff;
        padding: 20px 30px 60px;
        transform: translateY(-0px);
        -ms-transform: translateY(-0px);
        -moz-transform: translateY(-0px);
        -webkit-transform: translateY(-0px);
        -o-transform: translateY(-0px);
    }
    .casedetailcontainer {
        font-size: 1.3rem;
    }
    .casedetailcontainer p,
    .casedetailcontainer div,
    .casedetailcontainer span,
    .casedetailcontainer th,
    .casedetailcontainer td,
    .casedetailcontainer a {
        font-size: 1.3rem;
        line-height: 20px;
    }
    h3.toph3 {
        font-size: 2.1rem;
    }
    .info {
        width: 100%;
        padding: 20px 0 60px;
    }
    .mobProductSubmenu {
        display: block !important;
    }
    .panel {
        margin-bottom: 15px;
    }
    .panel-body ul li {
        list-style: disc inside;
        border-bottom: 1px dotted #ccc;
        padding: 4px 0px;
    }
    .infowrap {
        width: 100%;
        float: left;
    }
    .infowrap ul li .newslistpic {
        width: 30%;
    }
    .infowrap ul li .newslisttxt {
        width: 67%;
        float: right;
    }
    .nodisplay {
        display: none;
    }
    .infowrap ul li .newslisttxt h4 {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .infowrap ul li .newslisttxt h4 a {
        font-size: 1.5rem;
        color: #151515;
    }
    .infowrap ul li .newslisttxt p {
        font-size: 1.2rem;
    }
    .infowrap {
        width: 900px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    h3.detailh3 {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 5px;
        font-size: 1.8rem;
    }
    p.date_p {
        font-size: 1.3rem;
        text-align: center;
        color: #999;
    }
    .newsContent {
        margin-top: 25px;
        font-size: 1.4rem;
        line-height: 20px;
        text-align: left;
    }
    .newsContent img {
        display: block;
        max-width: 760px;
        height: auto !important;
        margin-bottom: 30px;
        text-align: center;
        margin: 0px auto 30px;
    }
    .productBar {
        float: left;
        width: 100%;
    }
    .job {
        width: 100%;
        padding: 20px 0 60px;
        margin: 0 auto;
        background-color: #fff;
    }
    .illustration img {
        max-width: 100%;
    }
    .jobwrap {
        padding-left: 20px;
    }
    .jobwrap ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .jobtable td {
        font-size: 1.2rem;
    }
    .jobContainer {
        width: 100%;
        padding: 0 15px;
    }
    .biaotou h2 {
        font-size: 2.1rem;
        margin-bottom: 16px;
    }
    .biaotou h2 span {
        font-size: 2.1rem;
        font-family: Arial;
    }
    .jobdetailswrap h3 {
        font-size: 1.6rem;
    }
    .jobdetailswrap,
    .jobdetailswrap div,
    .jobdetailswrap p,
    .jobdetailswrap td,
    .jobdetailswrap span,
    .jobdetailswrap em {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .contact {
        width: 100%;
        padding: 30px 0 80px;
    }
    .contactinfo {
        width: 35%;
        float: left;
    }
    .contactMap {
        width: 60%;
    }
    .contactinfo h4 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .contactinfo ul li {
        list-style: none;
        font-size: 14px;
    }
    .contactinfo ul li span {
        font-size: 14px;
    }
    .contactinfo ul li a {
        font-size: 14px;
    }
    .footerNavItem ul li a {
        font-size: 1.4rem;
        color: #79838b;
    }
}