@charset "utf-8";
@font-face {
    font-family: "DIN";
    src: url("../fonts/din.woff2") format("woff2"), url("../fonts/din.woff") format("woff"), url("../fonts/din.ttf") format("truetype"), url("../fonts/din.eot") format("embedded-opentype"), url("../fonts/din.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*number bold*/

@font-face {
    font-family: "DIN-Bold";
    src: url("../fonts/din-bold.woff2") format("woff2"), url("../fonts/din-bold.woff") format("woff"), url("../fonts/din-bold.ttf") format("truetype"), url("../fonts/din-bold.eot") format("embedded-opentype"), url("../fonts/din-bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #434343;
    font-family: 'DIN', 'Helvetica', 'Microsoft JhengHei', 'Microsoft YaHei', '微軟正黑體', '微软雅黑', 'MHei', 'open_sansregular', Arial, FontAwesome, 'Glyphicons Halflings' !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    width: 100%;
}

div {
    padding: 0;
    margin: 0 auto;
    font-weight: normal;
    font-style: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

img {
    border: none;
}

a {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: disc inside;
}

li,
p,
span,
dd,
dt,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    font-family: "Helvetica";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 700;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a::before,
a::after,
img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

i {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.headdiv {
    width: 100%;
    height: 100px;
    background-color: #fff;
}

.logo {
    width: 113px;
    height: 52px;
    float: left;
    margin-left: 170px;
    margin-top: 24px;
}

.logo a {
    display: block;
    font-size: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/logo.svg) no-repeat;
}

.language {
    float: right;
    margin-right: 170px;
    margin-left: 0px;
    margin-top: 27px;
    background: url(../images/splitline.jpg) left center no-repeat;
    padding-left: 25px;
}

.language a {
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.language a:hover {
    color: #c31107;
}

.nav {
    float: right;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.nav #menu {
    display: block;
    font-size: 0px;
    vertical-align: middle;
}

.nav #menu li {
    display: inline-block;
    list-style: none;
}

.nav #menu li a {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 27px;
    color: #000;
    font-family: 'DIN', 'Helvetica', 'Microsoft JhengHei', 'Microsoft YaHei', '微軟正黑體', '微软雅黑';
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.nav #menu li a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    font-size: 0px;
    background-color: #c31107;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.nav #menu li a:hover {
    color: #c31107;
}

.nav #menu li a:hover::after {
    content: '';
    width: 100%;
    left: 0%;
}

.mobilebar {
    display: none;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
}

.features {
    width: 100%;
    padding: 45px 0px;
    background-color: #fff;
}

.con625 {
    width: 62.5%;
    margin: 0 auto;
}

.leftfeature {
    width: 66.66%;
    float: left;
}

.rightfeature {
    width: 33.33%;
    float: right;
}

.featureitem {
    padding: 0;
    margin: 0;
}

.featureitem::after {
    content: '';
    display: block;
    clear: both;
}

.featureitem li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featureitem li a {
    display: block;
}

.featureitem li a img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featureitem li p {
    text-align: center;
    padding-top: 22px;
    font-size: 13px;
    font-weight: 700;
}

.featureitem li:hover {
    transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.featureitem li:hover a img {
    transform: scale(1.12) translateY(5px);
    -ms-transform: scale(1.12) translateY(5px);
    -moz-transform: scale(1.12) translateY(5px);
    -webkit-transform: scale(1.12) translateY(5px);
    -o-transform: scale(1.12) translateY(5px);
}

.featurebtn {
    text-align: right;
    float: right;
}

.featurebtn a {
    display: block;
    width: 228px;
    height: 90px;
    background: url(../images/btn-icon.png) center center no-repeat #c31107;
    border-radius: 3px 45px 3px 3px;
    box-shadow: 0px 0px 15px rgba(195, 17, 7, 0.75);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featurebtn a:hover {
    background: url(../images/btn-icon.png) center center no-repeat #9f141b;
}

.coreproduct {
    width: 100%;
    padding: 75px 0;
    background-color: #f2f2f2;
}

.con825 {
    width: 82.5%;
    margin: 0 auto;
}

.con825 h3 {
    text-align: center;
    background: url(../images/titleline.jpg) center center no-repeat;
    margin-bottom: 55px;
}

.con825 h3 span {
    background-color: #f2f2f2;
    padding: 0 30px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.shootpic {
    width: 50%;
    box-sizing: border-box;
    padding: 0 25px;
    float: left;
}

.shootpic a img {
    width: 100%;
}

.shootpic a img:hover {
    transform: scale(0.93);
    -ms-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -webkit-transform: scale(0.93);
    -o-transform: scale(0.93);
}

.shoottitle {
    background: -webkit-linear-gradient(310deg, transparent 50%, #c31107 0) top right;
    background: linear-gradient(310deg, transparent 50%, #c31107 0) top right;
    color: #fff;
    padding-left: 65px;
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    position: relative;
    transform: translate(22px, -45px);
    -ms-transform: translate(22px, -45px);
    -moz-transform: translate(22px, -45px);
    -webkit-transform: translate(22px, -45px);
    -o-transform: translate(22px, -45px);
}

.iproductlisttitle {
    width: 100%;
}

.iproductlisttitle img {
    width: 100%;
}

.chanpin {
    color: #d6d6d6;
    position: relative;
    top: -110px;
    font-size: 20px;
    text-align: center;
}

.chanpin a {
    color: #d6d6d6;
    font-size: 20px;
    margin-right: 9px;
}

.iproductlist {
    width: 100%;
    padding: 16px 16px 90px;
    background-color: #dedede;
}

.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: 32px;
}

.itemcontainerPic {
    width: 100%;
    height: 78.25%;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.itemcontainerPic a img {
    width: 100%;
    height: auto !important;
}

.objminheight {
    min-height: 110px;
}

.itemcontainerBtn {
    width: 100%;
    margin: 0 auto;
}

.itemcontainerBtn a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #c31107;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.objUse {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.iproductItem h4 {
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.iproductItem h4 span {
    font-size: 0px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 7px;
    vertical-align: middle;
}

.moreDetailBth {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.moreDetailBth a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin: 0 auto;
}

.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-slide:hover .iproductItem .itemcontainerBtn a {
    background-color: #000;
    color: #fff;
}

.swiper-slide:hover .iproductItem .moreDetailBth a {
    background-color: #c31107;
}

.indexAbout {
    margin: 0;
    width: 100%;
}

.indexAbout::after {
    content: '';
    display: block;
    clear: both;
}

.indexAbout .imageLeft {
    width: 60%;
    float: left;
}

.indexAbout .textRight {
    width: 40%;
    float: left;
}

.indexAbout .imageLeft .imgrightwrap {
    margin: 0 auto;
    position: relative;
}

.indexAbout .imageLeft .imgrightwrap .iprolistpic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    font-size: 0;
    background-color: #fff;
    overflow: hidden;
}

.indexAbout .imageLeft .imgrightwrap .iprolistpic img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.indexAbout .imageLeft .imgrightwrap .iprolistpic: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);
}

.indexAbout .imageLeft .imgrightwrap .iconMask {
    position: absolute;
    right: 65px;
    bottom: 80px;
}

.textRightWrap {
    width: 100%;
    padding-left: 12%;
    padding-top: 90px;
    padding-right: 22%;
    box-sizing: border-box;
}

.textRightWrap small {
    font-size: 14px;
    color: #777;
}

.textRightWrap h2 {
    margin-bottom: 50px;
}

.textRightWrap h2 span {
    font-size: 48px;
    font-weight: 700;
    border-bottom: 4px solid #c31107;
    padding-bottom: 15px;
    color: #000;
}

.textRightWrap h2 a:hover span {
    color: #c31107;
}

.textRightWrap p {
    font-size: 16px;
    color: #454545;
}

.topproductbtn {
    margin-top: 50px;
}

.topproductbtn a {
    display: block;
    width: 188px;
    height: 52px;
    background-color: #c31107;
    font-size: 21px;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    line-height: 50px;
}

.topproductbtn a:hover {
    background-color: #9f141b;
    border-radius: 16px;
}

.indexSolution {
    width: 100%;
    padding: 30px 0px 70px;
    background-color: #fff;
    margin: 0 auto;
}

.con960 {
    width: 960px;
    margin: 0 auto;
}

.con960 h3 {
    text-align: center;
    background: url(../images/titleline.jpg) center center no-repeat;
}

.con960 h3 span {
    padding: 0px 36px;
    background-color: #fff;
    color: #000;
    font-size: 42px;
    font-weight: 700;
}

.con960 h3 a:hover span {
    color: #c31107;
}

.con960 p {
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 40px;
}

.solutionContainer {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.solutionContainer::after {
    content: '';
    display: block;
    clear: both;
}

.solutionItem {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.solutionWrap {
    position: relative;
    width: 100%;
    height: 0;
    font-size: 0px;
    padding-bottom: 62.5%;
    overflow: hidden;
}

.solutionWrap img {
    width: 100%;
    height: auto!important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.solutionTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5% 0%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.solutionTxt p {
    text-align: center;
    margin: 0;
}

.solutionTxt p a {
    font-size: 24px;
    color: #fff;
}

.solutionWrap img:hover {
    transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -o-transform: scale(1.14);
}

.solutionTxt:hover {
    background-color: rgba(0, 0, 0, 0.90);
}

.solutionTxt:hover p a {
    color: #ff0000;
}

.indexnews {
    width: 100%;
    padding: 50px 0px 80px;
    background-color: #f2f2f2;
    margin: 0 auto;
}

.con65 {
    width: 65%;
    margin: 0 auto;
}

.con65 h3.indexH3 {
    margin-left: 46px;
    border-left: 2px solid #c31107;
    color: #c31107;
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 20px;
}

.con65wrap {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    font-size: 0px;
}

.indexLeftNews {
    display: inline-block;
    box-sizing: border-box;
    width: 74.4%;
    vertical-align: top;
}

.indexLeftNews ul {
    display: block;
    width: 100%;
    padding: 5%;
    margin-bottom: 0;
}

.indexLeftNews ul li {
    border-bottom: 1px dotted #ccc;
    padding: 3px 0;
}

.indexLeftNews ul li a {
    font-size: 14px;
    color: #000;
}

.indexLeftNews ul li a:hover {
    color: #c31107;
}

.indexLeftNews ul li:hover {
    padding: 3px 0px 3px 15px;
}

.moreNews {
    display: inline-block;
    box-sizing: border-box;
    width: 25.6%;
}

.moreNewsWrap {
    width: 100%;
    height: 0;
    padding-bottom: 84%;
    background: url(../images/new-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.moreNewsWrap a {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 2% 10%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.moreNewsWrap a:hover {
    background-color: #fff;
    color: #000;
}

.footer {
    width: 100%;
    background-color: #333;
    padding-top: 45px;
}

.footerUp {
    width: 100%;
    margin: 0 auto;
}

.indexContactInfo {
    float: left;
}

.indexContactInfo p {
    font-size: 16px;
    color: #acacac;
    padding-top: 0px;
    line-height: 3em;
}

.indexContactInfo p span {
    margin-right: 24px;
    font-size: 16px;
    color: #acacac;
}

.indexContactInfo p span.telspan {
    display: inline-block;
    padding-left: 34px;
    background: url(../images/footicon-tel.png) left center no-repeat;
}

.indexContactInfo p span.emailspan {
    display: inline-block;
    padding-left: 34px;
    background: url(../images/footicon-email.png) left center no-repeat;
}

.indexContactInfo p span.addressspan {
    display: inline-block;
    padding-left: 34px;
    background: url(../images/footicon-address.png) left center no-repeat;
}

.indexContactInfo p a {
    font-size: 16px;
    color: #acacac;
}

.indexContactInfo p a:hover {
    color: #ffffff;
}

.indexQcode {
    float: right;
    font-size: 0px;
}

.webqcode {
    width: 120px;
    display: inline-block;
    text-align: center;
}

.webqcode p {
    text-align: center;
    font-size: 12px;
    color: #acacac;
    padding-top: 4px;
}

.shopqcode {
    width: 120px;
    display: inline-block;
    text-align: center;
}

.shopqcode p {
    text-align: center;
    font-size: 12px;
    color: #acacac;
    padding-top: 4px;
}

.copyright {
    margin-top: 15px;
    border-top: 1px solid #292929;
}

.copyright .con65 {
    padding: 15px 0px 30px;
}

.copyright .con65 p {
    font-size: 12px;
    color: #acacac;
}

.copyright .con65 p span {
    margin-right: 24px;
    font-size: 12px;
    color: #acacac;
}

.copyright .con65 p span.indexSupport {
    float: right;
    margin-right: 12px;
}

.copyright .con65 p span.indexSupport a {
    font-size: 12px;
    color: #acacac;
}

.copyright .con65 p span.indexSupport a:hover {
    color: #fff;
}

.copyright .con65 p a {
    font-size: 12px;
    color: #acacac;
    margin-right: 10px;
}

.copyright .con65 p a:hover {
    color: #fff;
}

.friendlink {
    text-align: center;
    font-size: 12px;
    color: #434343;
    padding: 30px 0px;
}

.friendlink p {
    font-size: 12px;
}

.friendlink p a {
    color: #434343;
    padding: 0px 15px;
    font-size: 12px;
}

.location {
    width: 100%;
    height: 48px;
    background-color: #c31107;
    color: #fff;
    font-size: 15px;
    font-family: 'Helvetica', Arial, 'Microsoft YaHei';
}

.location span {
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
}

.location a {
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 46px;
}

.maindiv {
    min-height: 350px;
    background-color: #fff;
    padding: 25px 0px 50px;
}

.maindiv .con65 {
    font-size: 0px;
}

blockquote {
    border-left: 5px solid #bebebe;
    font-size: 16px;
}

.aboutPic {
    width: 50%;
    display: inline-block;
}

.aboutPicWrap {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-image: url(../images/officebuilding.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aboutTxt {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.aboutTxtWrap {
    width: 100%;
    padding: 0 5%;
}

.aboutTxtWrap p {
    font-size: 16px;
    font-family: 'DIN', 'Helvetica', 'Microsoft JhengHei', 'Microsoft YaHei', '微軟正黑體', '微软雅黑';
}

.aboutTxtWrap p strong {
    color: #000;
    font-weight: 700;
    padding-right: 7px;
}

.commission {
    width: 100%;
    height: 240px;
    background-image: url(../images/a1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.commission p {
    padding-left: 40%;
    padding-top: 20px;
    padding-right: 30px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    font-family: 'DIN', 'Helvetica', 'Microsoft JhengHei', 'Microsoft YaHei', '微軟正黑體', '微软雅黑', 'MHei', 'open_sansregular', Arial, FontAwesome, 'Glyphicons Halflings' !important;
}

.commission p strong {
    color: #fff;
}

.commission p a {
    display: inline-block;
    margin-top: 15px;
    width: 160px;
    height: 32px;
    background-color: #c31107;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

.commission p a:hover {
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.85);
    /* background-color: #000;*/
}


/**products**/

.innerbanner {
    width: 100%
}

.innerbanner img {
    width: 100%;
    height: auto;
}

.productCategories {
    font-size: 0px;
    width: 98%;
    margin: 0;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.productCategoriesLeft {
    display: inline-block;
    width: 15%;
    min-height: 42px;
    background-color: #f7f5f5;
    vertical-align: top;
}

.productCategoriesLeft h4 {
    color: #B0A59F;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    line-height: 42px;
}

.productCategoriesRight {
    display: inline-block;
    width: 85%;
    min-height: 42px;
    background-color: #fff;
    vertical-align: top;
}

.productCategoriesRight a {
    font-size: 15px;
    color: #000;
    padding: 10px 15px;
    display: inline-block;
}

.productCategoriesRight a:hover {
    font-weight: 700;
    color: #000;
}

.productCategoriesRight a.on {
    font-weight: 700;
    color: #c31107;
    border-right: 1px solid #c31107;
    border-left: 1px solid #c31107;
}

.products {
    width: 100%;
}

.productList {
    width: 23%;
    margin: 0 2% 30px 0%;
    float: left;
}

.productWrap {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
}

.productPic {
    width: 100%;
    height: 78.25%;
    margin: 0 auto;
    overflow: hidden;
}

.productPic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.productPic a img {
    width: 100%;
    height: auto !important;
}

.productTextContainer {
    min-height: 206px;
}

.productBtn {
    width: 100%;
    margin: 20px auto 0px;
    text-align: center;
}

.productBtn a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #c31107;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.productUse {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.productTextContainer h4 {
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}

.productTextContainer h4 span {
    font-size: 0px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 7px;
    vertical-align: middle;
}

.moreBtn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.moreBtn a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin: 0 auto;
}

.productWrap:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.productWrap:hover .productPic a img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.productWrap:hover .productTextContainer .productBtn a {
    background-color: #000;
    color: #fff;
}

.productWrap:hover .productTextContainer .moreBtn a {
    background-color: #c31107;
}


/*page style*/

.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
    padding-bottom: 20px;
}

.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #31363c 1px solid;
    padding: 6px 12px;
    margin: 2px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #31363c;
    text-decoration: none
}

.page a:hover,
.page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #c31107 1px solid;
    padding: 6px 12px;
    color: #fff;
    background-color: #c31107;
}

.page .current,
.page span {
    font-family: Arial;
    border: #000 1px solid;
    font-size: 13px;
    padding: 6px 12px;
    color: #fff;
    margin: 2px;
    background-color: #31363c;
}

.page .pageinfo {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #666 1px solid;
    padding: 6px 12px;
    margin: 2px;
    margin-bottom: 5px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
}

.page .thisclass {
    display: inline-block;
    font-family: Arial;
    border: #c31107 1px solid;
    font-size: 13px;
    padding: 6px 12px;
    color: #fff;
    margin: 2px;
    background-color: #c31107;
}

.prev-next {
    padding: 0px;
    margin-top: 45px;
    font-size: 0px;
}

.prev_link_btn {
    display: inline-block;
    width: 50%;
    border: 1px dotted #999;
    padding: 15px 0px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 15px;
}

.prev_link_btn a {
    color: #c31107;
    font-size: 15px;
}

.prev_link_btn a:hover {
    text-decoration: underline;
}

.next_link_btn {
    display: inline-block;
    width: 50%;
    border: 1px dotted #999;
    border-left: none;
    padding: 15px 0px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 15px;
}

.next_link_btn a {
    color: #c31107;
    font-size: 15px;
}

.next_link_btn a:hover {
    text-decoration: underline;
}


/*productview*/

.productLeftBigPic {
    float: left;
    width: 50%;
}

.bigpic {
    width: 100%;
    height: 78.25%;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

.bigpic a {
    display: block;
    margin: 0 auto;
}

.bigpic img {
    width: 100%;
    height: auto!important;
}

#otherPic {
    display: block;
    margin-top: 10px;
}

#otherPic li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}

#otherPic li a {
    display: table-cell;
    width: 100px;
    height: 78px;
    overflow: hidden;
    border: 1px solid #ccc;
    vertical-align: middle;
}

#otherPic li a img {
    width: 100%;
    height: auto!important;
}

.productRightDescTxt {
    float: right;
    width: 50%;
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.belongsName a {
    font-size: 2.8rem;
    color: #000;
}

.belongsName a:hover {
    color: #c31107;
}

.productRightDescTxt h3 {
    padding: 0px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    border: none;
}

.parameters p,
.parameters div {
    font-size: 1.6rem;
    color: #444;
}

.application p,
.application div {
    font-size: 1.6rem;
    color: #444;
}

p.tel_p {
    border-top: 1px dotted #c31107;
    margin-top: 35px;
    padding-top: 15px;
}

p.tel_p,
p.tel_p span,
p.tel_p a {
    font-size: 1.6rem;
    color: #444;
}

p.tel_p a {
    color: #c31107;
    font-size: 1.8rem;
    font-weight: 700;
}

p.tel_p a:hover {
    color: #000;
    text-decoration: underline;
}

.customerService {}

.qqChat {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.qqChat a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background: url(../images/qq1.jpg) no-repeat;
}

.qqChat a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    transform: translateY(-3px);
}

.emailExchange {
    display: inline-block;
    vertical-align: middle;
}

.emailExchange a {
    margin-top: 10px;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #c31107;
    border-radius: 5px;
}

.emailExchange a:hover {
    background-color: #000;
}

.dimensions {
    margin-bottom: 30px;
}

.dimensions h4 {
    background-color: #999;
    margin-bottom: 20px;
}

.dimensions h4 span {
    display: inline-block;
    background-color: #c31107;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.dimensions img {
    width: 100%;
    height: auto!important;
}

.tableGroup {
    width: 58%;
    float: left;
}

.performanceGraph {
    width: 100%;
    margin-bottom: 35px;
}

.performanceGraph h4 {
    background-color: #999;
    margin-bottom: 10px;
}

.performanceGraph h4 span {
    display: inline-block;
    background-color: #c31107;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.performanceGraph table {
    font-size: 14px;
}

.performanceGraph table tr th,
.performanceGraph table tr td {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.gearboxParameters {
    width: 100%;
}

.gearboxParameters h4 {
    background-color: #999;
    margin-bottom: 10px;
}

.gearboxParameters h4 span {
    display: inline-block;
    background-color: #c31107;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.gearboxParameters table {
    font-size: 14px;
}

.gearboxParameters table tr th,
.gearboxParameters table tr td {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.specificationCurve {
    width: 42%;
    padding-left: 30px;
    float: right;
}

.specificationCurve h4 {
    background-color: #999;
    margin-bottom: 5px;
}

.specificationCurve h4 span {
    display: inline-block;
    background-color: #c31107;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.specificationCurve img {
    width: 100%;
    height: auto!important;
}

.chuanqinMap {
    width: 100%;
    height: 450px;
    background: url(../images/baidumap-n.jpg) center center no-repeat;
    margin-top: 35px;
    border: 1px solid #ccc;
}

.chuanqinMap a {
    display: block;
    width: 100%;
    height: 100%;
}

.contactpic {
    display: block;
    float: left;
    width: 55%;
}

.contactpic p {
    color: #252525;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.formdiv {
    background-color: #fff;
    padding: 0px;
    border-radius: 12px;
    position: relative;
}

.form-group {
    margin-bottom: 12px;
}

.form-control1 {
    display: block;
    padding: 0px;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
}

span.input-group-addon {
    background-color: #fff;
    border: none;
}

.submitbtn {
    background-color: #c31107;
    border-color: #c31107;
    padding: 10px 32px;
    margin-top: 20px;
}

.reMsg {
    position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    text-align: center;
    padding: 10%;
    border: 1px solid rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
}

.reMsg p {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.contactcontenttxt {
    display: block;
    float: right;
    width: 43%;
    padding: 30px 45px;
    background-color: #f5f5f5;
}

.contactcontenttxt h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.contactcontenttxt ul li {
    list-style: none;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

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: -5px;
    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: -3px;
    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;
}


/*news*/

.newsWrap {
    width: 100%;
    margin: 0 auto;
}

.newslist {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.newslist::after {
    content: '';
    display: block;
    clear: both;
}

.newslistLeft {
    width: 30%;
    float: left;
    overflow: hidden;
}

.newslistLeft a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    margin: 0 auto;
    /*background-color: #e5e5e5;*/
    overflow: hidden;
}

.newslistLeft a img {
    width: 100%;
    height: auto!important;
}

.newslistLeft a:hover img {
    transform: scale(1.14);
    -ms-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -o-transform: scale(1.14);
}

.newslistRight {
    width: 70%;
    padding: 30px 7% 0px;
    float: right;
}

.newslistRight h4 a {
    font-size: 18px;
    color: #333;
}

.newslistRight h4 a:hover {
    color: #c31107;
}

.newslistRight p {
    font-size: 14px;
    color: #999;
}

.readBtn {
    margin-top: 35px;
}

.readBtn a {
    display: inline-block;
    font-size: 14px;
    padding: 13px 52px;
    color: #c31107;
    border: 1px solid #c31107;
    background-color: #fff;
    border-radius: 27px;
}

.readBtn a:hover {
    color: #fff;
    background-color: #c31107;
}

.newsDiv {
    width: 46.875%;
    margin: 0 auto;
}

h3.detailh3 {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
}

p.date_p {
    font-size: 14px;
    text-align: center;
    color: #999;
}

.newsContent {
    margin-top: 35px;
}

.newsContent div,
.newsContent p,
.newsContent span,
.newsContent a {
    font-size: 15px!important;
    line-height: 2em!important;
    color: #434343!important;
    font-family: "Helvetica"!important;
    background-color: #ffffff!important;
}

.newsContent p {
    margin-bottom: 25px;
}

.newsContent img {
    width: 100%!important;
    height: auto!important;
    margin: 15px 0 20px;
}

a.read_btn {
    display: inline-block;
    padding: 10px 42px;
    background-color: #fff;
    color: #c31107;
    font-size: 14px;
    border: 1px solid #c31107;
    margin: 15px auto;
    text-align: center;
    border-radius: 4px;
}

a.read_btn:hover {
    background-color: #c31107;
    border: 1px solid #c31107;
    color: #fff;
}

.back_btn a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #fff;
    color: #c31107;
    font-size: 16px;
    border: 1px solid #c31107;
    margin: 50px auto 100px;
    text-align: center;
    border-radius: 27px;
}

.back_btn a:hover {
    color: #fff;
    background-color: #c31107;
}


/*solution*/

.solutionH2 {}

.solutionBlockquote span {
    color: #c31107;
}

.solution {
    width: 100%;
    margin: 0 auto;
}

.solutionList {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}

.solutionList::after {
    content: '';
    display: block;
    clear: both;
}

.solutionPic {
    width: 50%;
    padding-right: 25px;
    float: left;
}

.solutionPic img {
    width: 100%;
    height: auto!important;
}

.solutionDescription {
    width: 50%;
    padding-left: 45px;
    float: right;
}

.solutionDescription h3 {
    margin-top: 15px;
}

.solutionDescription h4 {
    margin-top: 15px;
}

.solutionDescription ul {
    font-size: 0px;
    display: block;
}

.solutionDescription ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    padding-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.solutionDescription ul li img {
    width: 100%;
    border: 1px solid #ccc;
}


/*service*/

h2.serviceh2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0px;
}

.serviceContainer {
    width: 100%;
    margin: 0 auto;
}

.serviceContainer dl {
    display: block;
    width: 20%;
    float: left;
    padding: 0 15px;
}

.serviceContainer dl::after {
    content: '';
    display: block;
    clear: both;
}

.serviceContainer dl dt {
    width: 100%;
    text-align: center;
}

.serviceContainer dl dt img {
    width: 50%;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.serviceContainer dl dd {
    width: 100%;
    text-align: center;
}

.serviceContainer dl dd p {
    text-align: left;
}

@media (max-width:767px) {
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.4rem;
    }
    h6 {
        font-size: 1.3rem;
    }
    p {
        font-size: 1.2rem;
    }
    span {
        font-size: 1.2rem;
    }
    div {
        font-size: 1.2rem;
    }
    .logo {
        margin-left: 15px;
    }
    .mobilebar {
        display: block;
        float: right;
        margin-top: 10px;
    }
    .mobilebar .navbar-toggle {
        display: block;
    }
    .mobilebar .navbar-toggle i {
        font-size: 28px;
    }
    .nav {
        display: none;
        margin-right: 0;
        width: 100%;
    }
    .nav #menu {
        display: block;
        background-color: #fff;
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
        border-top: 1px solid #c31107;
        border-bottom: 1px solid #c31107;
    }
    .nav #menu li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .nav #menu li:last-child {
        border-bottom: none;
    }
    .nav #menu li a {
        display: block;
        padding: 10px 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .language {
        margin-right: 16px;
        padding-left: 20px;
        background: none;
    }
    .language a {
        border: 1px solid #000;
        border-radius: 20px;
        padding: 3px 16px;
    }
    .language a i {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .con960 {
        width: 100%;
        padding: 0px 15px;
    }
    .features {
        padding: 45px 0px;
        background-color: #fff;
    }
    .con625 {
        width: 100%;
        padding: 0 15px;
    }
    .leftfeature {
        width: 100%;
    }
    .featureitem li {
        width: 25%;
        padding: 0px 10px;
    }
    .featureitem li a img {
        width: 100%;
    }
    .featureitem li p {
        padding-top: 15px;
        font-size: 12px;
    }
    .rightfeature {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .featurebtn {
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .featurebtn a {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 36px;
        border-radius: 5px;
        box-shadow: none;
        background-size: contain;
    }
    .coreproduct {
        width: 100%;
        padding: 15px 0;
        background-color: #f2f2f2;
    }
    .con825 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .con825 h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .con825 h3 span {
        padding: 0 30px;
        font-size: 18px;
    }
    .shootpic {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
        float: left;
    }
    .shoottitle {
        background: -webkit-linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        background: linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        color: #fff;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        position: relative;
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }
    .iproductlist {
        width: 100%;
        padding: 16px 16px 30px;
    }
    .iproductItem {
        padding: 5px;
    }
    .itemcontainerBtn a {
        display: inline-block;
        padding: 8px 30px;
        background-color: #c31107;
        border-radius: 15px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }
    .objUse {
        margin-top: 10px;
        text-align: left;
        padding: 0 10px;
        font-size: 12px;
        color: #000;
        font-weight: normal;
    }
    .iproductItem h4 {
        padding: 0 10px;
        font-size: 12px;
        font-weight: normal;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }
    .moreDetailBth {
        width: 100%;
        text-align: center;
        margin: 0 auto 15px;
    }
    .indexAbout .imageLeft {
        width: 100%;
        float: left;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask {
        position: absolute;
        width: 160px;
        height: 60px;
        right: 15px;
        bottom: 15px;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask img {
        width: 100%;
        height: auto !important;
    }
    .indexAbout .textRight {
        width: 100%;
        float: left;
    }
    .textRightWrap {
        width: 100%;
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .textRightWrap h2 {
        margin-bottom: 40px;
    }
    .textRightWrap h2 span {
        font-size: 32px;
        font-weight: 700;
        border-bottom: 2px solid #c31107;
        padding-bottom: 15px;
        color: #000;
    }
    .textRightWrap p {
        font-size: 12px;
        line-height: 2em;
    }
    .topproductbtn {
        margin-top: 0px;
    }
    .topproductbtn a {
        font-size: 14px;
        width: 140px;
    }
    .indexSolution {
        padding: 30px 0px 30px;
    }
    .con960 h3 span {
        padding: 0px 30px;
        background-color: #fff;
        color: #000;
        font-size: 21px;
        font-weight: 700;
    }
    .con960 p {
        font-size: 12px;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 10px;
        line-height: 1.7em;
    }
    .solutionItem {
        float: left;
        width: 50%;
        padding: 0px 2px;
        margin-bottom: 30px;
    }
    .solutionTxt p a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }
    .indexnews {
        width: 100%;
        padding: 30px 0px 20px;
    }
    .indexnews .con65 {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }
    .indexnews .con65 h3 {
        margin-top: 0px;
        margin-left: 15px;
        border-left: 2px solid #c31107;
        color: #c31107;
        font-size: 21px;
        font-weight: 700;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .indexLeftNews {
        display: block;
        width: 100%;
    }
    .indexLeftNews ul {
        display: block;
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }
    .indexLeftNews ul li a {
        font-size: 12px;
        color: #000;
    }
    .moreNews {
        display: block;
        width: 100%;
    }
    .moreNewsWrap {
        padding-bottom: 20%;
    }
    .moreNewsWrap a {
        font-size: 14px;
    }
    .footer {
        width: 100%;
        background-color: #333;
        padding: 30px 15px;
    }
    .footerUp .con65 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .indexContactInfo p {
        font-size: 12px;
        color: #acacac;
        padding-top: 0px;
        line-height: 1.8em;
    }
    .indexQcode {
        float: left;
        font-size: 0px;
    }
    .webqcode {
        width: 100px;
        display: inline-block;
        margin-right: 15px;
        text-align: center;
    }
    .copyright .con65 {
        width: 100%;
        padding: 15px 0px 30px;
    }
    .copyright .con65 p {
        font-size: 12px;
        color: #acacac;
        line-height: 2em;
    }
    .copyright .con65 p span {
        display: block;
        margin-right: 0px;
    }
    .copyright .con65 p span.indexSupport {
        float: left;
        margin-right: 12px;
    }
    .chanpin {
        color: #d6d6d6;
        background-color: #000;
        padding: 10px 0px;
        position: static;
        top: 0px;
        font-size: 15px;
        text-align: center;
    }
    .chanpin a {
        color: #d6d6d6;
        font-size: 15px;
        margin-right: 9px;
    }
    #aboutbanner {
        display: none;
    }
    .location {
        width: 100%;
        height: auto;
        padding: 5px 0px;
        background-color: #c31107;
        color: #fff;
        font-size: 13px;
    }
    .location .con65 {
        width: 100%;
        padding: 0px 15px;
        margin: 0;
    }
    .location span {
        font-size: 13px;
        font-weight: bold;
        line-height: normal;
    }
    .location a {
        font-size: 13px;
        color: #fff;
        padding: 0 15px;
        line-height: normal;
    }
    .maindiv {
        min-height: auto;
        background-color: #fff;
        padding: 0px 0px 15px;
    }
    .maindiv .con65 {
        width: 100%;
        padding: 0px 15px;
        margin: 0 auto;
    }
    .aboutPic {
        width: 100%;
        display: block;
    }
    .aboutTxt {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 15px;
    }
    .aboutTxtWrap {
        width: 100%;
        padding: 0;
    }
    .aboutTxtWrap p {
        font-size: 12px;
    }
    .commission {
        width: 100%;
        height: 160px;
        background-size: cover;
    }
    .commission p {
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px;
        font-size: 18px;
    }
    .productCategories {
        font-size: 0px;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        box-shadow: none;
    }
    .productCategoriesLeft {
        display: block;
        width: 100%;
        height: 42px;
        background-color: #fff;
        display: none;
        /*border-bottom: 1px solid #c31107;*/
    }
    .productCategoriesLeft h4 {
        color: #000;
        font-size: 15px;
    }
    .productCategoriesRight {
        display: block;
        width: 100%;
        min-height: 42px;
        background-color: #fff;
        border: 1px solid #c31107;
        border-top: none;
        vertical-align: top;
    }
    .productCategoriesRight a {
        font-size: 14px;
        color: #000;
        padding: 5px 15px;
        display: inline-block;
    }
    .productCategoriesRight a.on {
        font-weight: 700;
        color: #c31107;
        border-left: none;
        border-right: none;
    }
    blockquote {
        border-left: 5px solid #fff;
        font-size: 13px;
        display: none;
    }
    .solutionBlockquote {
        border-left: none;
        font-size: 13px;
        padding: 0 0;
        display: block;
    }
    .productList {
        width: 48%;
        margin: 0 2% 15px 0%;
        float: left;
    }
    .productWrap {
        width: 100%;
        padding: 5px;
        margin: 0 auto;
        background-color: #fff;
    }
    .productBtn a {
        display: inline-block;
        padding: 8px 30px;
        background-color: #c31107;
        border-radius: 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }
    .productUse {
        font-size: 12px;
        color: #000;
        font-weight: normal;
        text-align: left;
    }
    .productTextContainer {
        min-height: 220px;
    }
    .products {
        width: 100%;
        padding-top: 10px;
    }
    .productLeftBigPic {
        float: left;
        width: 100%;
    }
    .productRightDescTxt {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .dimensions h4 {
        background-color: #999;
        margin-bottom: 10px;
    }
    .dimensions h4 span {
        display: inline-block;
        background-color: #c31107;
        padding: 7px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .tableGroup {
        width: 100%;
        float: left;
    }
    .performanceGraph h4 span {
        display: inline-block;
        background-color: #c31107;
        padding: 7px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .gearboxParameters h4 span {
        display: inline-block;
        background-color: #c31107;
        padding: 7px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .specificationCurve {
        width: 100%;
        padding-left: 0px;
        float: left;
    }
    .specificationCurve h4 span {
        display: inline-block;
        background-color: #c31107;
        padding: 7px 35px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .prev-next {
        padding: 0px;
        margin-top: 25px;
        margin-bottom: 35px;
        font-size: 0px;
    }
    .parameters p,
    .parameters div {
        font-size: 1.4rem;
        color: #444;
    }
    .application p,
    .application div {
        font-size: 1.4rem;
        color: #444;
    }
    .solutionPic {
        width: 100%;
        padding-right: 0px;
        float: left;
    }
    .solutionDescription {
        width: 100%;
        padding-left: 0px;
        float: right;
    }
    .solutionDescription ul li {
        width: 33.33%;
    }
    h2.serviceh2 {
        font-size: 21px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .serviceContainer dl {
        display: block;
        width: 100%;
        float: left;
        padding: 0 0px;
        border-bottom: 1px dotted #ccc;
    }
    .newslistLeft {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .newslistRight {
        width: 100%;
        padding: 0px 0% 0px;
        float: right;
    }
    .newslistRight h4 a {
        font-size: 15px;
        color: #333;
    }
    .newslistRight p {
        font-size: 12px;
        color: #999;
    }
    .readBtn {
        margin-top: 20px;
    }
    .newslist {
        border-bottom: 1px dotted #ccc;
    }
    .newsDiv {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    h3.detailh3 {
        text-align: left;
    }
    p.date_p {
        font-size: 12px;
        text-align: left;
    }
    .newsContent div,
    .newsContent p,
    .newsContent span,
    .newsContent a {
        font-size: 13px!important;
    }
    .back_btn a {
        margin: 25px auto 50px;
    }
    .contactpic {
        display: block;
        float: left;
        width: 100%;
    }
    .contactpic p {
        font-size: 1.3rem;
    }
    .contactcontenttxt {
        display: block;
        float: right;
        width: 100%;
        margin-top: 20px;
        padding: 20px 15px;
        background-color: #f5f5f5;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .logo {
        margin-left: 50px;
    }
    .mobilebar {
        display: block;
        float: right;
        margin-top: 10px;
    }
    .mobilebar .navbar-toggle {
        display: block;
    }
    .mobilebar .navbar-toggle i {
        font-size: 28px;
    }
    .nav {
        display: none;
        margin-right: 0;
        width: 100%;
    }
    .nav #menu {
        display: block;
        background-color: #fff;
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
        border-top: 1px solid #c31107;
        border-bottom: 1px solid #c31107;
    }
    .nav #menu li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .nav #menu li:last-child {
        border-bottom: none;
    }
    .nav #menu li a {
        display: block;
        padding: 10px 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .language {
        margin-right: 30px;
        background: none;
    }
    .language a {
        border: 1px solid #000;
        border-radius: 20px;
        padding: 3px 16px;
    }
    .language a i {
        display: none;
    }
    .con625 {
        width: 94%;
        margin: 0 auto;
    }
    .coreproduct {
        width: 100%;
        padding: 35px 0;
        background-color: #f2f2f2;
    }
    .con825 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .con825 h3 {
        margin-bottom: 25px;
    }
    .objminheight {
        min-height: 130px;
    }
    .shootpic {
        width: 50%;
        box-sizing: border-box;
        padding: 0 5px;
        float: left;
    }
    .shoottitle {
        background: -webkit-linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        background: linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        color: #fff;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        position: relative;
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }
    .iproductlist {
        width: 100%;
        padding: 16px 16px 40px;
        background-color: #dedede;
    }
    .indexAbout .imageLeft {
        width: 100%;
        float: left;
    }
    .indexAbout .imageLeft .imgrightwrap .iprolistpic {
        padding-top: 40%;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask {
        position: absolute;
        width: 200px;
        height: 83px;
        right: 15px;
        bottom: 30px;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask img {
        width: 100%;
        height: auto !important;
    }
    .indexAbout .textRight {
        width: 100%;
        float: left;
    }
    .textRightWrap {
        width: 100%;
        padding-left: 80px;
        padding-top: 10px;
        padding-right: 80px;
        box-sizing: border-box;
    }
    .textRightWrap h2 {
        margin-bottom: 40px;
    }
    .textRightWrap h2 span {
        font-size: 32px;
        font-weight: 700;
        border-bottom: 2px solid #c31107;
        padding-bottom: 15px;
        color: #000;
    }
    .textRightWrap p {
        font-size: 12px;
        line-height: 2em;
    }
    .topproductbtn {
        margin-top: 0px;
    }
    .topproductbtn a {
        font-size: 14px;
        width: 140px;
    }
    .indexSolution {
        padding: 30px 0px 30px;
    }
    .con960 {
        width: 100%;
        padding: 0px 15px;
    }
    .con960 h3 span {
        padding: 0px 30px;
        background-color: #fff;
        color: #000;
        font-size: 21px;
        font-weight: 700;
    }
    .con960 p {
        font-size: 12px;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 68px;
        padding-right: 68px;
        line-height: 1.7em;
    }
    .solutionContainer {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
    }
    .solutionItem {
        float: left;
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .solutionTxt p a {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }
    .indexnews {
        width: 100%;
        padding: 30px 0px 50px;
        background-color: #f2f2f2;
        margin: 0 auto;
    }
    .con65 {
        width: 96%;
        margin: 0 auto;
    }
    .moreNewsWrap {
        padding-bottom: 115%;
    }
    .moreNewsWrap a {
        padding: 2% 8%;
    }
    .commission {
        width: 100%;
        height: 240px;
        background-image: url(../images/a1.jpg);
        background-position: -241px center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutPic {
        width: 100%;
        display: block;
    }
    .aboutTxt {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 20px;
    }
    .aboutTxtWrap {
        width: 100%;
        padding: 0 0px;
    }
    .productList {
        width: 48%;
        margin: 0 2% 30px 0%;
        float: left;
    }
    .solutionPic {
        width: 42%;
        padding-right: 10px;
        float: left;
    }
    .solutionDescription {
        width: 58%;
        padding-left: 20px;
        float: right;
    }
    .solutionDescription h3 {
        margin-top: 0px;
    }
    h2.serviceh2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    .serviceContainer dl {
        display: block;
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .serviceContainer dl dd h5 {
        font-size: 16px;
    }
    .serviceContainer dl dd p {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 72px;
    }
    .newslistRight {
        width: 70%;
        padding: 0px 7% 0px;
        float: right;
    }
    .newsDiv {
        width: 80%;
        margin: 0 auto;
    }
    h3.detailh3 {
        text-align: left;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 2px;
    }
    .contactpic {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .contactcontenttxt {
        display: block;
        float: right;
        width: 100%;
        padding: 30px 45px;
        background-color: #f5f5f5;
    }
    .chanpin {
        color: #d6d6d6;
        position: relative;
        top: -56px;
        font-size: 16px;
        text-align: center;
    }
    .chanpin a {
        color: #d6d6d6;
        font-size: 16px;
        margin-right: 9px;
    }
}

@media screen and (min-width:1025px) and (max-width:1365px) {
    .logo {
        margin-left: 50px;
    }
    .language {
        margin-right: 50px;
        padding-left: 16px;
    }
    .language a {
        padding: 10px 16px;
    }
    .nav {
        margin-right: 16px;
        display: block;
    }
    .nav #menu li a {
        padding: 10px 16px;
    }
    .con625 {
        width: 94%;
        margin: 0 auto;
    }
    .coreproduct {
        width: 100%;
        padding: 35px 0;
        background-color: #f2f2f2;
    }
    .con825 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .con825 h3 {
        margin-bottom: 25px;
    }
    .shootpic {
        width: 50%;
        box-sizing: border-box;
        padding: 0 5px;
        float: left;
    }
    .shoottitle {
        background: -webkit-linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        background: linear-gradient(310deg, transparent 40%, #c31107 0) top right;
        color: #fff;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        position: relative;
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }
    .iproductlist {
        width: 100%;
        padding: 16px 16px 40px;
        background-color: #dedede;
    }
    .indexAbout .imageLeft {
        width: 100%;
        float: left;
    }
    .indexAbout .imageLeft .imgrightwrap .iprolistpic {
        padding-top: 40%;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask {
        position: absolute;
        width: 200px;
        height: 83px;
        right: 15px;
        bottom: 30px;
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask img {
        width: 100%;
        height: auto !important;
    }
    .indexAbout .textRight {
        width: 100%;
        float: left;
    }
    .textRightWrap {
        width: 100%;
        padding-left: 80px;
        padding-top: 10px;
        padding-right: 80px;
        box-sizing: border-box;
    }
    .textRightWrap h2 {
        margin-bottom: 40px;
    }
    .textRightWrap h2 span {
        font-size: 32px;
        font-weight: 700;
        border-bottom: 2px solid #c31107;
        padding-bottom: 15px;
        color: #000;
    }
    .textRightWrap p {
        font-size: 12px;
        line-height: 2em;
    }
    .topproductbtn {
        margin-top: 0px;
    }
    .topproductbtn a {
        font-size: 14px;
        width: 140px;
    }
    .indexSolution {
        padding: 30px 0px 30px;
    }
    .con960 {
        width: 100%;
        padding: 0px 15px;
    }
    .con960 h3 span {
        padding: 0px 30px;
        background-color: #fff;
        color: #000;
        font-size: 21px;
        font-weight: 700;
    }
    .con960 p {
        font-size: 12px;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 68px;
        padding-right: 68px;
        line-height: 1.7em;
    }
    .solutionContainer {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
    }
    .solutionItem {
        float: left;
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .solutionTxt p a {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }
    .indexnews {
        width: 100%;
        padding: 30px 0px 50px;
        background-color: #f2f2f2;
        margin: 0 auto;
    }
    .con65 {
        width: 96%;
        margin: 0 auto;
    }
    .moreNewsWrap {
        padding-bottom: 115%;
    }
    .moreNewsWrap a {
        padding: 2% 8%;
    }
    .newsDiv {
        width: 80%;
        margin: 0 auto;
    }
    .chanpin {
        color: #d6d6d6;
        position: relative;
        top: -96px;
        font-size: 15px;
        text-align: center;
    }
    .chanpin a {
        color: #d6d6d6;
        font-size: 15px;
        margin-right: 9px;
    }
}

@media screen and (min-width:1366px) and (max-width:1599px) {
    .logo {
        margin-left: 120px;
    }
    .language {
        margin-right: 120px;
    }
    .nav {
        display: block;
    }
    .nav #menu li a {
        padding: 10px 20px;
    }
    .indexAbout .imageLeft {
        width: 50%;
        float: left;
    }
    .indexAbout .textRight {
        width: 50%;
        float: left;
    }
    .textRightWrap {
        width: 100%;
        padding-left: 6%;
        padding-top: 50px;
        padding-right: 6%;
        box-sizing: border-box;
    }
    .indexAbout .imageLeft .imgrightwrap .iprolistpic {
        padding-top: 80%;
    }
    .indexAbout .imageLeft .imgrightwrap .iprolistpic img {
        width: auto;
        height: 100%;
        margin: auto;
    }
    .indexSolution {
        width: 100%;
        padding: 70px 0px 70px;
        background-color: #fff;
        margin: 0 auto;
    }
    .con65 {
        width: 90%;
        margin: 0 auto;
    }
    .shoottitle {
        background: -webkit-linear-gradient(310deg, transparent 36%, #c31107 0) top right;
        background: linear-gradient(310deg, transparent 36%, #c31107 0) top right;
        color: #fff;
        padding-left: 65px;
        font-size: 24px;
        font-weight: 700;
        line-height: 60px;
        position: relative;
        transform: translate(15px, -20px);
        -ms-transform: translate(15px, -20px);
        -moz-transform: translate(15px, -20px);
        -webkit-transform: translate(15px, -20px);
        -o-transform: translate(15px, -20px);
    }
    .indexAbout .imageLeft .imgrightwrap .iconMask {
        position: absolute;
        right: 12px;
        bottom: 12px;
    }
    .chanpin {
        color: #d6d6d6;
        position: relative;
        top: -96px;
        font-size: 18px;
        text-align: center;
    }
    .chanpin a {
        color: #d6d6d6;
        font-size: 18px;
        margin-right: 9px;
    }
}

@media screen and (min-width:1600px) and (max-width:1920px) {
    .nav {
        display: block;
    }
}

@media screen and (min-width:1921px) and (max-width:2560px) {
    .nav {
        display: block;
    }
}

@media screen and (min-width:2561px) and (max-width:3840px) {
    .nav {
        display: block;
    }
}