@charset "utf-8";
@font-face {
    font-family: 'f820';
    src: url('f820-roman-italic-webfont.eot');
    src: url('f820-roman-italic-webfont.eot?#iefix') format('embedded-opentype'), url('f820-roman-italic-webfont.woff2') format('woff2'), url('f820-roman-italic-webfont.woff') format('woff'), url('f820-roman-italic-webfont.ttf') format('truetype'), url('f820-roman-italic-webfont.svg#f820-romanitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('oswald-regular-unhinted-webfont.eot');
    src: url('oswald-regular-unhinted-webfont.eot?#iefix') format('embedded-opentype'), url('oswald-regular-unhinted-webfont.woff2') format('woff2'), url('oswald-regular-unhinted-webfont.woff') format('woff'), url('oswald-regular-unhinted-webfont.ttf') format('truetype'), url('oswald-regular-unhinted-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff2') format('woff2'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype'), url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HeroicCondensed-Bold";
    src: url("HeroicCondensed-Bold.woff2") format("woff2"), url("HeroicCondensed-Bold.woff") format("woff"), url("HeroicCondensed-Bold.ttf") format("truetype"), url("HeroicCondensed-Bold.eot") format("embedded-opentype"), url("HeroicCondensed-Bold.svg") format("svg");
}

@font-face {
    font-family: "HeroicCondensed-Light";
    src: url("HeroicCondensed-Light.woff2") format("woff2"), url("HeroicCondensed-Light.woff") format("woff"), url("HeroicCondensed-Light.ttf") format("truetype"), url("HeroicCondensed-Light.eot") format("embedded-opentype"), url("HeroicCondensed-Light.svg") format("svg");
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #434343;
    font-family: 'Microsoft YaHei', '微软雅黑', 'HeroicCondensed-Bold', 'open_sansregular', Arial, sans-serif, FontAwesome, 'Glyphicons Halflings' !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    width: 100%;
}

div {
    padding: 0;
    margin: 0 auto;
    font-weight: normal;
    font-style: normal;
}

img {
    border: none;
}

a {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0;
}

.hiddenx {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.px72 {
    font-size: 72px;
}

.px64 {
    font-size: 64px;
}

.px48 {
    font-size: 48px;
}

.px32 {
    font-size: 32px;
}

.px24 {
    font-size: 24px;
}

.px18 {
    font-size: 18px;
}

.px16 {
    font-size: 16px;
}

.px15 {
    font-size: 15px;
}

.px14 {
    font-size: 14px;
}

.px13 {
    font-size: 13px;
}

.px12 {
    font-size: 12px;
}

.px10 {
    font-size: 10px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(1);
}

.px8 {
    font-size: 8px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(1);
}

.o {
    width: 50%;
    padding: 10px;
    padding-left: 50px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

ul li {
    list-style: disc inside;
}

.md20 {
    margin-bottom: 35px;
}


/*主要色系*/

.gray_s_b {
    background-color: #f5f5f5;
}


/*浅灰底色*/

.gray_d_b {
    background-color: #262626;
}


/*深灰底色*/

.page_color_b {
    background-color: #0b0e12;
}


/*深黑色*/

.t_color {
    color: #757575;
}


/*文字色深灰*/

.t_y_color {
    color: #cd590e
}


/*文字橙黄搭配色*/

.btn_color_b {
    background-color: #006699;
}


/* 蓝色主色和按钮色*/

.t_btn_color_b {
    color: #006699;
}


/*标题效果横线+两竖线隔离文字*/


/*首页部分*/

#indexbg {
    background: url(../images/indexbg.jpg) center center no-repeat fixed;
    /*background: #f0f0f0;*/
}

.headdiv {
    margin-bottom: 0px;
    background-color: #fff;
    /*box-shadow:0px 2px 8px rgba(0,0,0,.4);*/
    position: relative;
    z-index: 9999;
}

.headline {
    width: 100%;
    height: 10px;
    /*background-color:#007935;*/
    background-color: #f5f5f5;
}

.topnav {
    box-sizing: border-box;
    /*background-color:#fff !important;*/
    width: 100%;
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.topfluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    border: none;
}

.logo {
    width: 100%;
}

.slogan {
    padding-left: 15px;
    border-left: 1px solid #01990b;
    font-size: 13px;
    color: #00bd0c;
    line-height: 130%;
    margin-top: 8px;
}

.navbar-brand {
    box-sizing: content-box;
    padding: 22px 0px 0px 0px;
    height: 44px;
}

.navbar-brand img {
    height: 100%;
}

.phonediv {
    margin-top: 10px;
}

.phonediv i {
    color: #ff6600;
    color: #f7931e;
    color: #00bd0c;
    font-size: 36px;
}

.phonediv span {
    padding-left: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 100%;
}

.phonediv span small {
    font-size: 12px;
}

.alibabaicon {
    margin-top: 12px;
    margin-right: 20px;
}

.alibabaicon img {
    width: 100%;
    border-radius: 6px;
}

.md_language {
    margin-top: 15px;
    margin-left: 30px;
}

.md_language a.down_a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navdiv {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 9;
}

.navmenu {
    display: inline-block;
    width: 60%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    float: right;
}

.navmenu li {
    display: inline-block;
    list-style: none;
    background: url(../images/sp.jpg) center right no-repeat;
}

.navmenu li a {
    display: inline-block;
    box-sizing: border-box;
    height: 90px;
    padding: 0px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    background-color: transparent;
    line-height: 90px;
}

.navmenu li a:hover,
.navmenu li a.on {
    background: url(../images/navdotline.jpg) left top repeat-x #f5f5f5;
    color: #e60012;
    text-decoration: none;
}

.navbar_submenu {
    display: none;
    position: absolute;
}

.navbar_submenu li {
    /*float:none !important;*/
    display: block;
}

.navbar_submenu li a {
    display: block;
    padding: 0px 60px;
    font-size: 14px;
    color: #444;
    background-color: rgba(255, 255, 255, .97);
    margin-bottom: 1px;
    height: 42px;
    font-size: 12px;
    box-shadow: 0px 1px 5px #000;
    line-height: 40px;
}

.navbar_submenu li:first-child a {
    box-shadow: 0px 1px 1px #000;
}

.navbar_submenu li a:hover {
    background-color: #e60012;
    background-color: #454545;
    color: #fff;
    text-decoration: none;
}

.iconul {}

.iconul li {
    line-height: 80px;
    margin-left: 15px;
}

.iconul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.iconul li a i {
    font-size: 18px;
}

.iconul li a:hover {
    color: #fff !important;
    border: 1px solid #e60012;
    background-color: #e60012 !important;
}

.iconul li:last-child a {
    color: #fff !important;
    border: 1px solid #e60012;
    background-color: #e60012 !important;
}


/*banner*/


/*

.rslides {  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;  }

.rslides li {  -webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  list-style: none;}

.rslides li:first-child {  position: relative;  display: block;  float: left;  }

.rslides img { display: block;  height: auto;  float: left;  width: 100%;  border: 0;  } 

.wrap { position: relative; width: 100%; margin: 0 auto;}

.centered-btns_nav { position: absolute; top: 50%; z-index: 2; width: 38px; height: 61px; margin-top: -40px; line-height: 200px; background-image:url(../images/arrow.gif); overflow: hidden; opacity: .4;}

.next { right: 0; background-position: right 0;}

.centered-btns_nav:active { opacity: 1;}

.centered-btns_tabs {}

.centered-btns_tabs{margin:-10px auto 0 auto; list-style-type:none; font-size:0px; position:relative; left:50%; z-index:99; display:none;}

.centered-btns_tabs li { display: inline-block; margin: 0 3px; *display: inline; *zoom: 1;}

.centered-btns_tabs a { display: inline-block; width: 60px; height: 3px; line-height: 20px; background-color: rgba(255, 255, 255, .3); background-color: #f00\9; overflow: hidden; *display: inline; *zoom: 1;}

.centered-btns_tabs .centered-btns_here a { background-color: rgba(255, 255, 255, .8); background-color: #fff\9;}

.hproducts{ padding:40px 0px;}

.nav-tabs { border-bottom: 1px solid #0b540f;}

.nav-tabs>li a{ font-size:15px; color:#333333; border-right:1px solid #ccc; border-top:1px solid #ccc;}

.nav-tabs>li:first-child a{border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #fff;  background-color: #0b540f; border: 1px solid #0b540f; border-bottom-color: transparent;  cursor: default;}*/

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #cc0000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #fff;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #cc0000;
}

.iabout {
    padding: 50px 0px 70px 0px;
    background-color: #f1f1f1;
    margin-top: 50px;
}

.iaboutcon h2 {
    height: 80px;
    line-height: 80px;
    text-align: left;
    color: #000;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.iaboutcon h2 span {
    padding: 0px 30px;
    background-color: #f1f1f1;
    border-left: 5px solid #e53935;
}

.iaboutcon p {
    padding-bottom: 25px;
}

.iaboutcon p span {
    color: #f00;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;
}

.iaboutcon p span sup {
    color: #000;
    font-size: 9px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    display: inline-block;
}

.iaboutcon p a {
    font-size: 1.1em;
}

.iaboutcon p a:hover {
    color: #f00;
    text-decoration: none;
}

.iaboutpic {
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

.iaboutpic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.iaboutpic:hover img {
    transform: scale(1.15);
}

.companydes p {
    text-indent: 2em;
}

.lbtn a {
    display: block;
    width: 100%;
    height: 62px;
    background-color: #ffa31e;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

.lbtn a:hover {
    background-color: #333333;
}

.lbtn1 a {
    display: block;
    width: 100%;
    height: 62px;
    background-color: #2B56B5;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

.lbtn1 a:hover {
    background-color: #333333;
}


/*首页产品系列*/

.productContainer {}

.productHeadMold {
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}

.productHeadMold h2 {
    font-size: 21px;
    text-align: center;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.productHeadMold h2 span {
    padding: 0px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #e53935;
    border-right: 1px solid #e53935;
    font-size: 21px;
    color: #434343;
}

.productHeadMold ul {
    margin-top: 50px;
    text-align: center;
}

.productHeadMold ul li {
    display: inline-block;
    margin: 0 8px;
}

.productHeadMold ul li a {
    display: inline-block;
    width: 105px;
    height: 48px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    border: 2px solid #e60012;
    color: #e60012;
    margin-bottom: 5px;
}

.productHeadMold ul li:first-child a {
    background: #e01200;
    color: #FFF;
}


/*

.productHeadMold ul li:nth-of-type(1) a{border: 5px solid #e8891b; color:#e8891b; }

.productHeadMold ul li:nth-of-type(2) a{border: 5px solid #69b608; color:#69b608; }

.productHeadMold ul li:nth-of-type(3) a{border: 5px solid #0fb4c7; color:#0fb4c7; }

.productHeadMold ul li:nth-of-type(4) a{border: 5px solid #e8891b; color:#e8891b; }

.productHeadMold ul li:nth-of-type(5) a{border: 5px solid #69b608; color:#69b608; }

.productHeadMold ul li:nth-of-type(6) a{border: 5px solid #0fb4c7; color:#0fb4c7; }

.productHeadMold ul li:nth-of-type(7) a{border: 5px solid #e8891b; color:#e8891b; }

.productHeadMold ul li:nth-of-type(8) a{border: 5px solid #69b608; color:#69b608; }

*/

.productHeadMold ul li a:hover {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

.productListMold {
    margin: 30px auto;
}

.productListItem {
    padding: 3px;
    margin-bottom: 2px;
}

.productListItemPic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    font-size: 0;
    background-color: #fff;
    overflow: hidden;
}

.productListItemPic img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
}

.productListItemPic img:hover {
    transform: scale(1.10);
}

.productListItemTxt {
    background-color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
    line-height: 30px;
    height: 50px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*.productListItemTxt a{color:#434343; font-size: 15px; font-family: 'oswaldregular','Microsoft YaHei';}*/

.productListItemTxt a {
    color: #434343;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.productListItemTxt a:hover {
    color: #fff;
    background-color: #e60012;
}

.storediv {
    position: relative;
    height: 500px;
    width: 100%;
    background-color: #fff;
    padding: 50px 0px 30px;
    background: url(../images/chengtian.jpg) center center no-repeat #FFF;
}

.storediv .container {
    padding-left: 0;
    padding-right: 0;
}

.storeCon {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
}

.storeCon h2 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    color: #FFF;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    letter-spacing: 10px;
}

.storeCon p {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #FFF;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    letter-spacing: 3.2px;
    line-height: 36px;
}

.storeCon p span {
    color: #e01200;
    font-size: 22px;
}

.storeCon img {
    max-width: 100%;
}

.processingService {
    width: 100%;
    padding: 70px 0px;
    background: #FFF;
}

.processingServiceHead {
    margin-bottom: 25px;
}

.processingServiceHead h2 {
    font-size: 21px;
    text-align: center;
    color: #434343;
    font-weight: bold;
}

.processingServiceHead h2 span {
    padding: 0 20px;
}

.processingServiceHead p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: none;
}

.process {
    padding: 20px 0px;
    width: 100%;
}

.process p {
    font-size: 18px;
    text-align: center;
    color: #434343;
    padding-top: 30px;
}

.process p span {
    font-size: 24px;
    padding-right: 5px;
    color: #e60012;
}

.process ul {
    display: block;
}

.process ul li {
    display: inline-block;
    width: 17%;
    margin: 0 1%;
    list-style: none;
}

.process ul li dl {
    clear: both;
}

.process ul li dl dt {
    float: left;
    margin-right: 8px;
}


/*.process ul li dl dt span{display: inline-block; padding: 13px; background-color: #e60012; border:2px solid #f6f6f6; border-radius: 50%; color:#fff; font-size:24px;font-family: Arial;}*/

.process ul li dl dt span {
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    background-color: #e60012;
    border: 2px solid #f6f6f6;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    box-shadow: 1px 1px 3px #999;
}

.process ul li dl dd {}

.process ul li dl dd h4 {
    font-size: 15px;
    font-weight: bold;
    color: #434343;
    text-align: left;
}

.process ul li dl dd p {
    font-size: 12px;
    color: #434343;
    text-align: left;
    padding-top: 0px;
    font-style: normal;
}

.aftersales {
    width: 100%;
    background: #e6e6e6;
    background: #f0f0f0;
}

.aftersalesCon {
    background: url(../images/ss.png) bottom right no-repeat;
    padding: 50px 0;
}

.aftersalesCon h2 {
    font-size: 21px;
    padding-bottom: 25px;
    font-weight: bold;
}

.aftersalesCon h2 span {
    padding: 0 20px;
}

.aftersalesCon p {
    width: 50%;
    line-height: 1.6em;
    padding-bottom: 50px;
}

.aftersalesCon p span {
    padding: 0 5px;
    font-weight: bold;
    color: #e60012;
    font-family: '微軟正黑體', '微软雅黑', 'Microsoft YaHei';
}

.aftersalesCon p a {
    display: inline-block;
    width: 104px;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

.aftersalesCon p a:hover {
    background-color: #fff;
    color: #e60012;
    border: 2px solid red;
}

.iproductdiv {
    padding: 50px 0px 70px 0px;
    background-color: #f5f5f5;
}

.iproductcon h2 {
    height: 80px;
    line-height: 80px;
    text-align: left;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.iproductcon h2 span {
    padding: 0px 30px;
    background-color: #f5f5f5;
    border-left: 3px solid #e60012;
    color: #000;
}

.iproductcon p {
    padding-bottom: 25px;
}

.iproductItem {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inset {
    transition: all 0.3s ease;
    position: relative;
    border-top: 1px solid #f5f5f5;
}

.inset:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.thumbnail {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail .caption h3 a {
    font-size: 14px;
    color: #434343;
    text-align: center;
    display: block;
}

.thumbnail .caption h3 a:hover {
    text-decoration: none;
    color: #e60012;
}


/*.thumbnail .caption h3 a span.short-name{font-size: 20px; color:#006699; text-align:center; font-family: 'HeroicCondensed-Bold'; display: inline-block; padding: 3px 25px; border:1px solid #006699; border-radius: 12px;}*/


/*.thumbnail .caption h3 a span.short-name{color:#434343; font-size: 15px; font-family: 'oswaldregular','Microsoft YaHei';}*/

.thumbnail .caption h3 a span.short-name {
    color: #434343;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}


/*.thumbnail .caption h3 a:hover span{color:#f00!important; font-weight: bold!important; border:1px solid #f00;}*/

.thumbnail .caption h3 a:hover span {
    color: #fff;
    background-color: #e60012;
}

.thumbnail .caption p {
    text-align: center;
}

.thumbnail .caption p a.btn {
    margin: 0 auto;
    text-align: center
}

.thumbnail1 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail1 .caption h3 {
    padding-bottom: 20px;
}

.thumbnail1 .caption h3 a {
    font-size: 16px;
    color: #434343;
    text-align: left;
    display: block;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.thumbnail1 .caption h3 a:hover {
    text-decoration: none;
    color: #e60012;
}

.thumbnail1 .caption h3 a span.short-name {
    font-size: 20px;
    color: #006699;
    text-align: center;
    font-family: 'HeroicCondensed-Bold';
    display: inline-block;
    padding: 3px 25px;
    border: 1px solid #006699;
    border-radius: 12px;
}

.thumbnail1 .caption h3 a:hover span {
    color: #f00!important;
    font-weight: bold!important;
    border: 1px solid #f00;
}

.thumbnail1 .caption p {
    text-align: left;
    color: #999;
    padding: 0px 20px 15px;
}

.thumbnail1 .caption p a.btn {
    margin: 0 auto;
    text-align: center
}

.inset_f_a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.inset_f_a img {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.btn_more {
    clear: both;
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 32px;
    color: #fff;
    font-size: 13px;
    background-color: #006699;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    transition: all 0.3s ease;
}

.btn_more:hover {
    color: #f00;
    background-color: #fff;
    font-weight: bold;
}

.clientdiv {
    padding: 50px 0px 70px 0px;
}

.clientCon h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
    margin-bottom: 60px;
}

.clientCon h2 span {
    padding: 0px 30px;
    background-color: #fff;
}

.roll {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.roll ul {
    width: 100%;
    height: 140px;
    position: relative;
}

.roll ul li {
    float: left;
    margin: 15px;
    margin-right: 6px;
    list-style: none;
}

.roll ul li img {
    display: inline-block;
    height: 100px;
    width: auto;
    box-shadow: 0px 0px 10px #999;
}

.roll ul li a:hover img {
    box-shadow: 0px 0px 13px #f00;
}

.advantagediv {
    padding: 50px 0px 70px 0px;
}

.advantageCon h2 {
    height: 110px;
    line-height: 80px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.advantageCon h2 span {
    padding: 0px 30px;
    background-color: #ffffff;
    color: #000;
    border-left: 3px solid #e60012;
}

.aimdiv {
    padding: 20px 0px 90px 0px;
}

.aimCon h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
    margin-bottom: 35px;
}

.aimCon h2 span {
    padding: 0px 30px;
    background-color: #ffffff;
    color: #000;
}

.aimitem {
    background-color: #f7f7f7;
    height: 350px;
    cursor: pointer;
    margin-bottom: 20px;
}

.aimitem .icodiv {
    font-size: 80px;
    color: #262626;
    text-align: center;
    padding-top: 20px;
    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
}

.aimitem p {
    padding: 30px;
}

.aimitem:hover {
    background-color: #006699;
}

.aimitem:hover .icodiv {
    color: #fff;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.aimitem:hover p {
    color: #fff;
}

.advantageItem {
    margin-bottom: 25px;
    background-color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.advantageInnerRow {
    margin-bottom: 0px;
}

.advantagepic {
    padding-left: 0px;
    overflow: hidden;
    width: 50%;
    /*background-color:#262626; */
}

.advantagepic img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.advantagetxt {
    padding: 10px;
    margin-left: 0px;
}

.advantageItem:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
}

.advantageItem:hover .advantagepic img {
    transform: scale(1.2);
}

.advantagetxt h3 {
    font-size: 80px;
    font-family: 'HeroicCondensed-Bold';
    color: #ff6600;
    margin-top: 0px;
}

.advantagetxt h4 {
    font-weight: bold;
    color: #000;
}

.advantagetxt p {
    font-size: 12px;
}

.advantagetxt p b {
    color: #ff6600;
    padding-right: 3px;
}

.inewdiv {
    padding: 50px 0px 70px 0px;
    background-color: #ffffff;
}

.inewdiv h2 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000;
    background: url(../images/line-t.jpg)center center repeat-x transparent;
}

.inewdiv h2 span {}

.inewdiv h2 span a {
    padding: 0px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #e53935;
    border-right: 1px solid #e53935;
    font-size: 21px;
    color: #434343;
}

.inewdiv h2 span a:hover {
    color: #e60012;
}

.inewleftpic {
    margin-bottom: 0px;
}

.inewleftpic img {
    max-width: 100%;
}

.inewright {
    padding-top: 20px;
}

.inewright h2 {
    color: #fff;
    margin-top: 0px;
}

.inewright h2 span a {
    color: #e60012;
    font-size: 15px;
    font-weight: bold;
}

.inewright h2 span a:hover {
    color: #fff;
    font-weight: bold;
}

.inewright h4 {
    margin-top: 6px;
}

.inewright ul li {
    color: #ccc;
    border-bottom: 1px dotted #666666;
    line-height: 33px;
}

.inewright ul li a {
    color: #03abff;
    font-size: 13px;
}

.inewright ul li a:hover {
    color: #fff;
}

.xyad {
    padding: 70px 0px 70px 0px;
    background: url(../images/755.jpg) center top no-repeat;
}

.xyad h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    padding: 30px 0px;
}

.xyad p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.friendlinksdiv {
    background-color: #fff;
    padding: 30px 0px 30px;
    border-top: 1px solid #f1f1f1;
}

.friendlinks {}

.friendlinks span {
    font-size: 18px;
    color: #000;
}

.friendlinks a {
    padding: 0px 13px;
    white-space: nowrap;
    color: #434343;
}

.friendlinks a:hover {
    color: #e60012;
    text-decoration: none;
}

.footerUp {
    background-color: #fff;
    padding: 40px 0px;
    background-color: #e6e6e6;
}

.footerDown {
    padding: 40px 0px 40px;
    background-color: #333;
}

.productlinks h3,
.infolinks h3,
.contactlinks h3,
.shareQc h3 {
    font-size: 18px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: #222222;
    padding-bottom: 10px;
}

.productlinks ul li {
    line-height: 24px;
    color: #434343;
    list-style: none;
}

.productlinks ul li a {
    font-family: Arial, '微軟正黑體', 'Microsoft YaHei';
    font-size: 14px;
    color: #434343;
}

.productlinks ul li a:hover {
    color: #e60012;
}

.infolinks ul li {
    line-height: 24px;
    color: #434343;
    list-style: none;
}

.infolinks ul li a {
    font-family: Arial, '微軟正黑體', 'Microsoft YaHei';
    font-size: 14px;
    color: #434343;
}

.infolinks ul li a:hover {
    color: #e60012;
}

.contactlinks p {
    color: #434343;
    font-family: Arial;
}

.contactlinks ul li {
    color: #333333;
    font-family: Arial, '微軟正黑體', 'Microsoft YaHei';
    list-style: none;
    line-height: 24px;
}

.contactlinks ul li span {}

.contactlinks ul li a {
    font-family: Arial, '微軟正黑體', 'Microsoft YaHei';
    font-size: 14px;
}

.contactlinks ul li a:hover {
    color: #e60012;
}

.shareQc {
    padding-left: 30px;
}

.shareQc img {
    widh: 120px;
    height: 120px;
    border: 1px solid #ccc;
}

.shareQc span {
    float: left;
    padding-right: 25px;
    font-size: 12px;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-family: Arial;
    font-size: 12px;
    color: #ccc;
}

.copyright p span {
    line-height: 32px;
}

.copyright p span.supportlink {
    padding-left: 30px;
}

.copyright p span.supportlink a {
    color: #ccc;
    font-size: 12px;
}

.copyright p span.sharelink a {
    color: #ccc;
    font-size: 30px;
    padding: 0px 4px;
}

.copyright p span a:hover {
    color: #e60012;
}


/*手机页脚四个按钮*/

.footersubdiv {
    margin-bottom: 0px;
    height: 70px;
    border-top: 3px solid #e60012;
}

.footersub {
    background-color: #006699;
    height: 60px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.footersub li {
    list-style: none;
    text-align: center;
}

.footersub li a {
    color: #fff;
}

.footersub li a i {
    font-size: 20px;
}


/*在线客服QQ层*/

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0px;
    top: 135px;
    z-index: 100;
}

.side ul li {
    display: block;
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    list-style: none;
}

.side ul li a {
    text-decoration: none;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidebox:hover {
    cursor: pointer;
}

.side ul li:first-child .sidebox {
    border-radius: 12px 0 0 0;
}

.side ul li:last-child .sidetop {
    border-radius: 0 0 0 12px;
}

.side ul li #sidebox {
    position: absolute;
    width: 160px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #e01200;
    filter: Alpha(opacity=60);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #e01200;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.corelproduct {
    margin: 50px 0px 20px;
    background: url(../images/tech.jpg) center top no-repeat;
    height: 500px;
}

.autp {}

.autptxt h2 {
    font-size: 32px;
    font-family: '微軟正黑體', 'Microsoft YaHei';
    padding-top: 35px;
    padding-bottom: 20px;
}

.autptxt h2 span {
    font-family: 'HeroicCondensed-Light';
    padding-right: 9px;
}

.autptxt .table {
    border-left: 1px solid #f00;
}

.autptxt .table tr td {
    text-align: center;
    border-top: none!important;
}

.autptxt p {
    padding-top: 15px;
}

.autptxt p span {
    font-weight: bold;
    color: #000;
}

a.linebtn {
    padding: 5px 10px;
    border: 1px solid #434343;
    color: #434343;
    font-size: 14px;
    margin-top: 35px;
    border-radius: 0px;
}

a.linebtn:hover {
    color: #e60012;
    border: 1px solid #e60012;
}

.corelproduct1 {
    margin-top: 20px;
    background: url(../images/tech1.jpg) center top no-repeat;
    height: 500px;
}

.corelproduct1h2 {
    padding-top: 150px;
}

.corelproduct2 {
    margin-top: 20px;
    background: url(../images/tech2.jpg) center top no-repeat;
    height: 500px;
}

.corelproduct3 {
    margin-top: 20px;
    background: url(../images/tech3.jpg) center top no-repeat;
    height: 500px;
}

.corelproduct3h2 {
    padding-top: 150px!important;
    color: #fff;
}

.corelproduct4 {
    margin-top: 20px;
    background: url(../images/tech4.jpg) center top no-repeat;
    height: 500px;
}

a.whitebtn {
    color: #fff;
    border: 1px solid #fff;
}

.effectp {}

.autppic img {}

.media {
    border: 1px solid transparent;
    margin-bottom: 25px;
}

.media:hover {
    border: 1px solid #e53935;
}

.dataleft {
    width: 80px;
    height: 74px;
    background-color: #F1F1F1;
    display: block;
    text-align: center;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 72px;
}

.media:hover .dataleft {
    background-color: #e53935;
    color: #FFFFFF;
}

.media-heading a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.media:hover .media-heading a {
    color: #e53935;
}

.media-body p {
    font-size: 12px;
    color: #999;
}


/*about*/

.aboutfix {
    background: url(../images/009-2.jpg) center center no-repeat fixed #333333;
}

.aboutcon {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.innersubnav {
    background-color: #fff;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #f5f5f5;
    z-index: 8;
}

.innersubnavlist {
    /*border: 1px dotted #f60; padding: 25px;*/
}

.innersubnavlist ul {
    display: block;
    margin: 18px 0px;
    padding-left: 80px;
}

.innersubnavlist ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 0px;
}


/*.innersubnavlist ul li a{ display: inline-block; padding: 8px 25px; font-size: 15px; color: #333; background-color: #f5f5f5; font-family: 'oswaldregular'; border-radius: 8px;}*/

.innersubnavlist ul li a {
    display: inline-block;
    width: 105px;
    height: 36px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    border: 2px solid #e60012;
    color: #e60012;
}

.innersubnavlist ul li a.on,
.innersubnavlist ul li a:hover {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}

.innersubnavlist ul li span {
    display: inline-block;
    padding: 9px 24px;
    font-size: 15px;
    color: #434343;
    border: 1px solid #ff6600;
    margin-right: 5px;
    border-radius: 8px;
    background-color: white;
}

h2.titleH2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.aboutcon p {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 20px;
}

.abpic {}

.abpic img {
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.abpic img:hover {
    transform: scale(1.05);
}

a.backbtn {
    display: inline-block;
    padding: 5px 25px;
    background-color: #f5f5f5;
    color: #434343;
    font-size: 16px;
    border: 1px solid #434343;
    margin: 50px auto 100px;
    text-align: center;
    border-radius: 8px;
}

a.backbtn:hover {
    background-color: #e60012;
    border: 1px solid #e60012;
    color: #fff;
}

.boxx {
    margin-bottom: 20px;
    float: left;
    width: 250px;
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

.boxx img {
    max-width: 100%;
    max-height: 100%;
}

.boxx p {
    text-align: center;
}

.abpic1 {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 38.60%;
}

.abpic2 {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 29.39%;
}

.abpic3 {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 32.00%;
}

.abpic1 img,
.abpic2 img,
.abpic3 img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.abpic1 img:hover,
.abpic2 img:hover,
.abpic3 img:hover {
    transform: scale(1.05);
}


/*products*/

.productsfix {
    background: url(../images/009-3.jpg) center center no-repeat fixed #333333;
}

.productcon {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote {
    font-size: 14px;
}

.prorow {
    margin: 0px;
}

.productchannel {
    margin: 10px 30px 30px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.productchannel .productchannelleft {
    padding-left: 0px;
    padding-right: 0px;
}

.productchannel .productchannelleft img {
    max-width: 100%;
}

.productchannel .productchannelright {
    padding: 30px;
}

.productchannel .productchannelright h4 a {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.productchannel:hover {
    background-color: #fff;
    border: 1px solid #e53935;
}

.productchannel:hover .productchannelright h4 a {
    color: #e53935;
}

.productchannel .productchannelright p {
    padding-top: 15px;
}

.productpic {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.productpic a {
    display: block;
    padding: 30px;
}

.productpic a img {
    transition: all 0.3s ease;
    max-width: 100%;
}

.productpic a:hover img {
    transform: scale(1.06);
}

.otherbigpic {
    display: block;
    margin-top: 10px;
}

.otherbigpic li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}

.otherbigpic li a {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.otherbigpic li a img {
    display: block;
    max-width: 100%;
}

.otherbigpic li a:hover {
    border: 1px solid #ff0000;
}

.producttext {
    padding-left: 25px;
}

.producttext h3 {
    padding-top: 0px;
    padding-bottom: 21px;
}

.producttext p {
    padding-bottom: 0px;
}

.producttext a {
    display: inline-block;
    width: 164px;
    height: 40px;
    background-color: #ff7300;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'oswaldregular';
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 15px;
    line-height: 40px;
}

.producttext a i {
    font-size: 20px;
    padding-right: 10px;
}

.producttext a:hover {
    background-color: #ff500b;
    text-decoration: none;
}

.producttext a.firsta {
    background-color: #ffe4d0;
    color: #E5511D;
}

.producttext a.firsta:hover {
    background-color: #ffd9bc;
}

.producttext a.mfirsta {
    display: none;
}

.callp {
    font-size: 16px;
    padding-top: 25px;
}

.callp span {
    padding-left: 15px;
    font-size: 21px;
    color: #000;
    font-family: Georgia, serif;
}

.callp span a {
    display: inline;
    background-color: transparent;
    color: #434343;
    text-align: left;
    border-radius: 0px;
    margin: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.callp span a:hover {
    background-color: transparent;
    color: #e60012;
}

.productdetails {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

.productdetails img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.pagediv {
    margin: 10px auto 60px auto;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #777;
    font-family: Cambria, 'Microsoft YaHei';
    text-align: center;
}

.pagediv a {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    padding: 5px 10px;
    margin-left: 2px;
    margin-right: 2px;
    color: #e60012;
    border: 1px solid #e60012;
    background-color: #fff;
}

.pagediv span {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 10px;
    color: #ccc;
    border: 1px solid #ccc;
}

.pagediv span.pageinfo {
    padding: 5px 10px;
    color: #ccc;
    border: 1px solid #ccc;
    background-color: #fff;
}

.pagediv span.thisclass {
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
}


/*news*/

.newsfix {
    background: url(../images/009-4.jpg) center center no-repeat fixed #333333;
}

.newsitemlist {
    margin-bottom: 30px;
}

.newsitemlist dl {
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    padding: 10px;
}

.newsitemlist dl:hover {
    background-color: #2d3f68;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}

.newsitemlist dl dt {
    float: left;
    width: 40%;
    height: 140px;
    overflow: hidden;
}

.newsitemlist dl dt a img {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}

.newsitemlist dl dd {
    float: right;
    width: 60%;
}

.newsitemlist dl dd a {
    font-size: 15px;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.newsitemlist dl dd a:hover {
    color: #e60012;
    text-decoration: none;
}

.newsitemlist dl dd p {
    font-size: 12px;
    color: #999;
    text-align: justify;
    padding-right: 15px;
    line-height: 120%;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

.newsitemlist dl:hover dd a {
    color: #e60012;
}

.newscontainer {}

h2.newsh2 {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.baiduNavigation {
    margin-top: 25px;
    margin-bottom: 30px;
}

.baiduNavigation a {
    display: block;
    width: 176px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #cd590e;
    line-height: 36px;
}

p.athp {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-bottom: 1px;
    margin-top: 0px;
    font-family: '微軟正黑體', 'Microsoft YaHei';
}

p.athp span {
    padding-left: 15px;
    padding-right: 15px;
}

p.athp span i {
    padding-right: 6px;
}

.newsdetails {
    font-family: '微軟正黑體', 'Microsoft YaHei';
    padding: 35px 45px;
}

.newsdetails div,
.newsdetails p {
    padding-bottom: 25px;
}

.newsdetails img {
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    margin: 15px auto 20px auto;
    max-width: 100%;
}

.productviewnextprev {
    clear: both;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

.servicefix {
    background: url(../images/009-51.jpg) center center no-repeat fixed #333333;
}

.contactusbg {
    background: url(../images/009-2.jpg) center center no-repeat fixed #333333;
}

.downloadfix {
    background: url(../images/009-6.jpg) center center no-repeat fixed #333333;
}

.infolist {
    display: block;
    min-height: 300px;
}

.infolist li {
    border-bottom: 1px dotted #ccc;
    line-height: 42px;
    list-style: none;
}

.infolist li a {
    font-size: 26px;
}

.infolist li a:hover {
    color: #e60012;
}

.infolist li span {
    padding-right: 8px;
}

.infolist li span i {
    padding-right: 8px;
}


/*job*/

.jobfix {
    background: url(../images/009-1.jpg) center center no-repeat fixed #333333;
}

.jobtable {
    margin-bottom: 30px;
}

.jobtable .table tr th {
    background-color: #f5f5f5;
    color: #ff0000;
    font-size: 16px;
    text-align: center;
}

.jobtable .table tr td {
    width: 25%;
    background-color: #fff;
    color: #555555;
    font-size: 14px;
    text-align: center;
}

.jobtable .table tr td strong {
    color: #000;
    font-size: 16px;
    text-align: center;
}

.jobtable .table tr td p {
    text-align: left;
}

span.redspan {
    font-size: 18px;
    color: #f00;
    padding-left: 5px;
}

.inputc {
    width: 98%;
}

.inputt {
    width: 98%;
    height: 130px;
}


/*feedbook*/

.frow {}

.frow p {
    padding: 0px 30px 30px;
}

.feeditem {
    margin-bottom: 15px;
}

.feeditem textarea {
    height: 180px;
}

.yzmspan {
    background-color: #fff;
}

.mbtn {
    padding: 6px 35px;
    font-size: 16px;
}


/*contact*/

.contacttxt {}

.contacttxt h3 {
    font-size: 22px;
}

.contacttxt ul li {
    list-style: none;
    line-height: 32px;
    font-family: Arial, 'Microsoft YaHei', '微软雅黑';
}

#dituContent {
    width: 98%;
    height: 450px;
    border: #ccc solid 1px;
    background: url(../images/baiduMap.jpg) center center no-repeat #fff;
}

#dituContent a {
    display: block;
    width: 100%;
    height: 100%;
}


/*apid平板电脑 调整部分*/

@media (min-width:300px) and (max-width:320px) {
    body {
        width: auto;
    }
}


/*手机显示器 调整部分*/

@media (max-width:767px) {
    .topnav {
        box-sizing: border-box;
        background-color: #fff !important;
        width: 100%;
        height: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-brand {
        box-sizing: content-box;
        padding: 15px 20px 0px 15px;
        height: 28px;
    }
    .navbar-brand img {
        height: 100%;
    }
    .producttext a.mfirsta {
        display: block;
        background-color: #ffe4d0;
        color: #E5511D;
    }
    .producttext a.mfirsta:hover {
        background-color: #ffd9bc;
    }
    .producttext a.firsta {
        display: none;
    }
    #indexbg {
        background: #afafaf;
        /*background: #f0f0f0;*/
    }
    .md_language {
        margin-top: 12px;
        margin-left: 0px;
        margin-right: 26px;
    }
    .md_language a.down_a {
        display: inline-block;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 34px;
        color: #999999;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 50%;
        padding: 0;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .navbar-toggle {
        margin-right: 15px;
        padding: 5px;
        margin-top: 15px;
    }
    .navmenu {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0px auto;
        border-bottom: 1px solid transparent;
        position: static;
        padding-bottom: 60px;
    }
    .navmenu li {
        clear: both;
        float: none !important;
        list-style: none;
        display: inline;
    }
    .navmenu li a {
        display: block;
        padding: 10px;
        padding-right: 0px;
        height: 40px;
        font-size: 14px;
        color: #fff;
        background-color: #333;
        border-bottom: 1px solid #ccc;
        border-left: none;
        line-height: 20px;
    }
    .navmenu li a:hover,
    .navmenu li a.on {
        background-color: #5683ae;
        color: #fff;
        text-decoration: none;
    }
    .navmenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }
    .navmenu li:last-child a {
        border-right: none;
    }
    .navbar_submenu {
        display: block;
        background-color: transparent;
        padding: 0px;
        position: static;
    }
    .navbar_submenu li {
        clear: both;
        float: none !important;
    }
    .navbar_submenu li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 25px;
        color: #434343;
        background-color: #e7e7e7;
        margin-bottom: 0px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        box-shadow: none;
    }
    .navbar_submenu li a:hover {
        background-color: #e60012;
        color: #fff;
        text-decoration: none;
    }
    .navbar_submenu li a i {
        padding-left: 8px;
        padding-right: 8px;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 580px;
    }
    .corelproduct {
        margin: 0px 0px 20px;
        background: url(../images/tech.jpg) center top repeat;
        height: auto;
    }
    .autppic img {
        width: 100%;
    }
    .corelproduct1 {
        margin-top: 20px;
        background: url(../images/tech1.jpg) center top repeat;
        height: auto;
    }
    .corelproduct1h2 {
        padding-top: 10px;
    }
    .corelproduct2 {
        margin-top: 20px;
        background: none;
        height: auto;
    }
    .corelproduct3 {
        margin-top: 20px;
        background: url(../images/tech3.jpg) center top no-repeat;
        height: auto;
    }
    .corelproduct3h2 {
        padding-top: 0px!important;
    }
    .corelproduct4 {
        margin-top: 20px;
        background: url(../images/tech4.jpg) center top no-repeat;
        height: auto;
    }
    a.whitebtn {
        color: #434343;
        border: 1px solid #434343;
    }
    a.wbtn1 {
        color: #fff;
        border: 1px solid #fff;
    }
    .waijia {
        padding: 0;
    }
    .iabout {
        padding: 0px 0px 30px 0px;
        background-color: #f1f1f1;
        margin-top: 50px;
    }
    .companydes {
        margin-bottom: 25px;
    }
    .companyvideo {
        padding-left: 0px;
    }
    .my-video-dimensions {
        width: 360px;
        height: 258px;
    }
    .shareQc {
        padding-left: 15px;
    }
    .copyright p span {
        padding-left: 0px!important;
        display: block;
        float: none!important;
    }
    #collapseOne a {
        font-size: 15px;
    }
    .panel {
        margin-top: 15px;
    }
    .panel-title a {
        font-size: 16px;
    }
    .aboutcon {
        width: 100%;
        height: auto;
    }
    .abpic {
        padding-left: 0;
        padding-right: 0;
    }
    .abpic img {
        width: 100%;
        margin-bottom: 20px;
    }
    .inewdiv {
        padding: 0px 0px 30px 0px;
        background-color: #ffffff;
    }
    .productchannel {
        margin: 0px 0px 20px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
    }
    .productchannel .productchannelright p {
        padding-left: 0px;
        padding-top: 10px;
    }
    a.backbtn {
        margin: 50px auto 20px;
    }
    .otherbigpic li a {
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border: 1px solid #ccc;
    }
    .producttext h3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .productdetails {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .newsitemlist dl {
        display: block;
        box-sizing: border-box;
        background-color: transparent;
        padding: 0px;
    }
    .newsitemlist dl dd {
        float: right;
        width: 100%;
    }
    .newsitemlist dl dt {
        float: right;
        width: 100%;
    }
    .newsitemlist dl dt a img {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .newsdetails {
        padding: 35px 0px 10px;
    }
    .servicepic img {
        max-width: 100%;
    }
    .aboutfix {
        background: url(../images/009-2.jpg) center center repeat fixed #333333;
    }
    .productsfix {
        background: url(../images/009-3.jpg) center center repeat fixed #333333;
    }
    .newsfix {
        background: url(../images/009-4.jpg) center center repeat fixed #333333;
    }
    .servicefix {
        background: url(../images/009-5.jpg) center center repeat fixed #333333;
    }
    .contactusbg {
        background: url(../images/009-2.jpg) center center repeat fixed #333333;
    }
    .downloadfix {
        background: url(../images/009-6.jpg) center center repeat fixed #333333;
    }
    .jobfix {
        background: url(../images/009-1.jpg) center center repeat fixed #333333;
    }
    .needjobtable {
        width: 800px!important;
    }
    .joblistdiv {
        margin-bottom: 30px;
        border-bottom: 1px dotted #f00;
    }
    .joblistdiv h3 {
        color: #f00;
    }
    .joblistdiv ul {}
    .joblistdiv ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding-top: 12px;
    }
    .joblistdiv ul li:last-child {
        border-bottom: none;
    }
    .joblistdiv ul li span {
        color: #000;
        font-size: 16px;
        float: right;
        padding-right: 10px;
        text-align: left;
    }
    .process ul li {
        display: inline-block;
        width: 45%;
        margin: 0 1%;
        list-style: none;
    }
    .abpic1 {
        float: left;
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .abpic2 {
        float: left;
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .abpic3 {
        float: left;
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .aftersalesCon {
        background: url(../images/ss.png) left bottom no-repeat;
        padding: 50px 0;
    }
    .aftersalesCon p {
        width: 100%;
        line-height: 1.6em;
        padding-bottom: 50px;
    }
    p.athp span {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }
    .newsdetails img {
        max-width: 100%!important;
    }
}


/*apid平板电脑 调整部分*/

@media (min-width:768px) and (max-width:1024px) {
    .advantageItem {
        margin-bottom: 25px;
        background-color: #fff;
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    }
    .productlinks {
        height: 240px;
    }
    .infolinks {
        height: 240px;
    }
    .copyright p span {
        line-height: 32px;
        float: left!important;
    }
    .autppic img {
        width: 100%;
    }
    .corelproduct,
    .corelproduct1,
    .corelproduct2 {
        height: 340px;
    }
    .corelproduct p {
        display: none;
    }
    .autppic img {
        width: 100%;
        padding-top: 2px;
    }
    .corelproduct2 .autptxt {
        width: 50%;
    }
    .my-video-dimensions {
        width: 358px;
        height: 312px;
    }
    .topnav {
        box-sizing: border-box;
        background-color: #fff !important;
        width: 100%;
        height: 130px;
        padding-left: 20px;
        padding-right: 0px;
    }
    .navbar-brand {
        margin-left: 0px !important;
    }
    .navmenu {
        display: inlline-block;
        width: 100%;
        text-align: left;
        margin: 0px auto;
        margin-top: 8px;
        border-bottom: 1px solid transparent;
        position: static;
    }
    .navmenu li {
        display: inline-block;
        list-style: none;
    }
    .navmenu li a {
        display: inline-block;
        padding: 0px 12px;
        font-size: 14px;
        color: #434343;
        background-color: transparent;
        height: 70px;
        line-height: 70px;
    }
    .navmenu li:last-child a {
        border-right: none;
    }
    .navmenu li a:hover,
    .navmenu li a.on {
        background: url(../images/navdotline.jpg) left bottom repeat-x;
        color: #e60012;
        text-decoration: none;
    }
    .navbar_submenu li {
        display: block;
    }
    .navbar_submenu li a {
        display: block;
        padding: 0px 60px;
        font-size: 14px;
        color: #444;
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 1px;
        height: 42px;
        font-size: 12px;
        box-shadow: 0px 1px 5px #000;
        line-height: 40px;
    }
    .navbar_submenu li:first-child a {
        box-shadow: 0px 1px 1px #000;
    }
    .navbar_submenu li a:hover {
        background-color: #e60012;
        color: #fff;
        text-decoration: none;
    }
    .iconul {
        position: absolute;
        top: 0px;
        right: 15px;
        float: right !important;
    }
    .inewsul li dl dt {
        float: left;
        width: 28%;
        padding-right: 3%;
    }
    .inewright {
        padding-top: 0px;
    }
    .shareQc {
        padding-left: 0px;
    }
    .abpic {
        margin-bottom: 15px;
    }
    .producttext h3 {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .servicepic img {
        max-width: 100%;
    }
}


/*桌面PC电脑 和 系列17“的笔记本显示器 调整部分*/

@media (min-width:992px) and (max-width:1199px) {}


/*19寸及其以上宽屏电脑 调整部分*/

@media (min-width:1025px) and (max-width:1365px) {
    .navmenu {
        display: inline-block;
        width: 84%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .navmenu li a {
        display: inline-block;
        box-sizing: border-box;
        height: 90px;
        padding: 0px 13px;
        font-size: 14px;
        color: #434343;
        background-color: transparent;
        line-height: 90px;
    }
    .navbar_submenu li {
        /*float:none !important;*/
        display: block;
    }
    .navbar_submenu li a {
        display: block;
        padding: 0px 60px;
        font-size: 14px;
        color: #444;
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 1px;
        height: 42px;
        font-size: 12px;
        box-shadow: 0px 1px 5px #000;
        line-height: 40px;
    }
    .navbar_submenu li:first-child a {
        box-shadow: 0px 1px 1px #000;
    }
    .navbar_submenu li a:hover {
        background-color: #e60012;
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width:1366px) and (max-width:1620px) {
    .navmenu {
        display: inline-block;
        width: 64%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .navmenu li a {
        display: inline-block;
        box-sizing: border-box;
        height: 90px;
        padding: 0px 15px;
        font-size: 14px;
        color: #434343;
        background-color: transparent;
        line-height: 90px;
    }
    .navbar_submenu li {
        /*float:none !important;*/
        display: block;
    }
    .navbar_submenu li a {
        display: block;
        padding: 0px 60px;
        font-size: 14px;
        color: #444;
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 1px;
        height: 42px;
        font-size: 12px;
        box-shadow: 0px 1px 5px #000;
        line-height: 40px;
    }
    .navbar_submenu li:first-child a {
        box-shadow: 0px 1px 1px #000;
    }
    .navbar_submenu li a:hover {
        background-color: #e60012;
        color: #fff;
        text-decoration: none;
    }
}