/*变量*/
/*基调色彩*/
/*宽高布局*/
/*font*/
/*直引样式*/
.fll {
  float: left;
}
.flr {
  float: right;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.ofa {
  overflow: auto;
  zoom: 1;
}
.ofh {
  overflow: hidden;
}
.ofhy {
  overflow-y: hidden;
}
.ofhx {
  overflow-x: hidden;
}
.mar {
  margin: 0 auto;
}
.br {
  border-radius: 3px;
}
.usn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.db {
  display: block;
}
.cp {
  cursor: pointer;
}
/*.rb(@a:0.1)		{background: rgba(0,0,0,@a);}布局工具*/
/*直引样式*/
.buth {
  backgroud: #333;
}
/*mixed*/
/*mixed*/
/*Liu's reset CSS*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: ”;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input[type="submit"] {
  cursor: pointer;
}
select {
  outline: none;
  padding-left: 5;
}
button {
  cursor: pointer;
}
del,
ins,
a {
  text-decoration: none;
}
a {
  color: #222;
}
a:visited {
  color: #222;
}
a:hover,
a:active,
a:focus {
  color: #c00;
}
html {
  color: #222;
  background: #fff;
  font-size: 16px;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
/*滚动条样式
::-webkit-scrollbar{ width:5px; padding:3px; background:#f1f1f1;}
::-webkit-scrollbar-thumb{  background:#76d17f; }*/
/*选中后文字背景颜色
::selection { background:#76d17f;  color:#fff;}
::-webkit-selection { background:#76d17f; color:#fff;}
::-moz-selection {  background:#76d17f;  color:#fff;}*/
* {
  margin: 0;
  padding: 0;
}
p {
  font-size: 14px;
}
li {
  list-style: none;
}
img {
  border: none;
}
input,
textarea,
button {
  outline: none;
}
html {
  height: 100%;
  background: #f7f7f7;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  src: local('Lato Bold'), local('Lato-Bold'), url(../font/icomoon.woff) format('woff');
}
@font-face {
  font-style: normal;
  font-family: 'Lpeng';
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/opensans.woff) format('woff');
}
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  font: 14px/1.5 'Lpeng', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微软雅黑";
  -webkit-font-smoothing: antialiased;
  background: #f7f7f7;
}
@media (min-width: 320px) {
  .header {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header .head-top {
    width: 100%;
    height: 60px;
    background: #fe0000;
    border-bottom: 2px solid #007577;
  }
  .header .head-top .head {
    width: 100%;
    min-width: 320px;
    height: 60px;
    position: relative;
    margin: 0 auto;
  }
  .header .head-top .head .logo {
    width: 143px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
  }
  .header .head-top .head .logo img {
    width: 143px;
    height: 60px;
  }
  .header .head-top .head .head-right {
    width: 70px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    float: right;
    color: #fbfd02;
    text-align: right;
  }
  .header .head-top .head .head-right p {
    line-height: 30px;
    color: #fff;
  }
  .header .head-top .head .head-right p a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
  }
  .header .head-top .head .head-right p .on {
    color: #fbfd02;
  }
  .header .head-top .head .head-right .bs {
    display: none;
  }
  .header .head-top .head .head-right .lan {
    line-height: 20px;
    padding: 10px 0px;
  }
  .header .head-top .head .head-right .lan .lanline {
    display: none;
  }
  .header .navbox {
    width: 100%;
    position: absolute;
    top: 10px;
    z-index: 9999;
  }
  .header .navbox .nav {
    width: 100%;
    line-height: 30px;
    margin: 0 auto;
  }
  .header .navbox .nav .menubar {
    height: 35px;
    width: 35px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .header .navbox .nav .menubar span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #fbfd02;
    margin-top: 6px;
  }
  .header .navbox .nav ul.navul {
    width: 120px;
    display: none;
    overflow: hidden;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .header .navbox .nav ul.navul li {
    width: 120px;
    height: 35px;
    background: #f7f7f7;
    text-align: center;
    float: none;
    border-bottom: 1px solid #ddd;
  }
  .header .navbox .nav ul.navul li a {
    display: block;
    color: #444;
  }
  .header .navbox .nav ul.navul .on a {
    font-weight: bold;
    color: #c00;
  }
  .header .navbox .nav .search {
    display: none;
  }
  .banner {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
  }
  .banner .focus {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -322px;
    width: 644px;
    overflow: hidden;
  }
  .banner .focus .focuspic img {
    height: 150px;
  }
  .banner .focus .numbox {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }
  .banner .focus .numbox .num {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 15px;
    text-align: center;
    position: relative;
    bottom: 20px;
    zoom: 1;
    z-index: 3;
  }
  .banner .focus .numbox .num ul li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #ddd;
    text-indent: 99999px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
  }
  .banner .focus .numbox .num ul .on {
    background: #357df6;
  }
  .ind-box {
    width: 100%;
  }
  .ind-box .t-box {
    display: none;
  }
  .ind-box .ind-ab {
    width: 100%;
    margin-top: 30px;
  }
  .ind-box .ind-ab h3 {
    line-height: 40px;
    text-align: center;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .ind-ab .ind-abcont img {
    display: none;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext {
    padding: 0 10px;
    text-align: center;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext h4 {
    display: none;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext p {
    text-align: justify;
    line-height: 24px;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext p:nth-child(3) {
    display: none;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext a {
    width: 150px;
    height: 30px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 15px;
    background: #357df6;
    color: #fff;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext .bb {
    display: none;
  }
  .ind-box .ind-probox {
    width: 100%;
    background: #eee;
    margin-top: 30px;
    padding: 15px 0px;
  }
  .ind-box .ind-probox h3 {
    line-height: 30px;
    text-align: center;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .ind-probox .pro-tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .ind-box .ind-probox .pro-tab a {
    padding: 0px 5px;
    margin: 0px 3px;
    line-height: 25px;
    display: inline-table;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .ind-box .ind-probox .pro-show {
    width: 100%;
    height: 507px;
    overflow: hidden;
  }
  .ind-box .ind-probox .pro-show .pro-cont {
    margin-top: 10px;
    position: relative;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd {
    display: none;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul {
    width: 100%;
    overflow: hidden;
    margin-right: -2%;
    white-space: normal ;
    margin: 0 auto;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li {
    width: 45.3125%;
    margin-left: 3.125%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li .ind-pro-img {
    width: 100%;
    display: block;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li .ind-pro-img img {
    width: 100%;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li h4 {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li p {
    display: none;
  }
  .ind-box .ind-contact {
    margin: 30px 0px;
  }
  .ind-box .ind-contact h3 {
    line-height: 30px;
    text-align: center;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .ind-contact .indcont {
    padding: 0px 10px;
  }
  .footer {
    width: 100%;
    height: 78px;
    background: #6f7072;
  }
  .footer .foot {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    padding: 15px 0px;
    padding-bottom: 45px;
  }
  .footer .foot .foot-l {
    width: 560px;
    height: 48px;
    display: none;
    float: left;
  }
  .footer .foot .foot-l p {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
  }
  .footer .foot .foot-r {
    width: 100%;
    height: 48px;
    float: left;
  }
  .footer .foot .foot-r p {
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
  }
  .telfooterbox {
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    z-index: 9999;
  }
  .telfooterbox table {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .telfooterbox table tr {
    background: #fe0000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
  }
  .telfooterbox table tr td {
    width: 20%;
    box-shadow: 0px 1px 1px 0px #fff;
  }
  .telfooterbox table tr a {
    color: #ffffff;
  }
  .link {
    display: none;
  }
  .nei-ban {
    display: none;
  }
  .abbox {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }
  .left {
    width: 100%;
    border-radius: 10px;
  }
  .left .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #626262;
    font-size: 16px;
    text-indent: 20px;
    font-family: "arial";
    font-weight: bold;
    text-transform: uppercase;
  }
  .left ul {
    width: 100%;
    padding: 15px 0px;
    border-top: none;
  }
  .left ul li {
    width: 48%;
    margin: 1%;
    line-height: 35px;
    float: left;
    position: relative;
  }
  .left ul li h3 {
    padding: 0px 10px;
    border-bottom: 1px dotted #dedede;
    font-size: 14px;
  }
  .left ul li h3 a {
    display: block;
    cursor: pointer;
  }
  .left ul li .child {
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 999;
    display: none;
    background: #fff;
    border-bottom: 1px dotted #dedede;
  }
  .left ul li .child a {
    display: block;
    font-size: 12px;
    colro: #999;
    text-indent: 20px;
    border-bottom: 1px dotted #dedede;
  }
  .left ul li .child a:last-child {
    border: none;
  }
  .left ul li .child a:hover {
    background: rgba(0, 0, 0, 0.07);
  }
  .left ul li:hover {
    background: rgba(0, 0, 0, 0.07);
  }
  .left ul .selected h3 {
    border-color: #c00;
  }
  .left ul .selected h3 a {
    color: #c00;
  }
  .left .ableftul li {
    width: 96%;
    float: none;
  }
  .left .ableftul li h3 {
    font-size: 12px;
  }
  .left .leftcontact {
    display: none;
  }
  .right .home {
    display: none;
  }
  .right .ab-cont {
    padding: 35px 10px;
  }
  .right .ab-cont p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #999;
    text-align: justify;
  }
  .right .ab-cont img {
    max-width: 720px;
    width: 100%;
    margin-bottom: 10px;
  }
  .new ul {
    padding: 35px 10px;
  }
  .new ul li {
    line-height: 24px;
    padding: 5px 0px;
    text-align: left;
    color: #999;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
  }
  .new ul li span {
    display: block;
  }
  .new-del {
    padding: 35px 10px;
  }
  .new-del h3 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .new-del p {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #dedede;
  }
  .new-del .new-delcont {
    padding-top: 20px;
  }
  .new-del .new-delcont p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #999;
    text-align: justify;
    border-bottom: none;
  }
  .new-del .new-delcont img {
    max-width: 720px;
    width: 100%;
    margin-bottom: 10px;
  }
  .product ul {
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
    margin-right: -2%;
    white-space: normal ;
    margin: 0 auto;
  }
  .product ul li {
    width: 45.3125%;
    margin-left: 3.125%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  .product ul li .ind-pro-img {
    width: 100%;
    display: block;
  }
  .product ul li .ind-pro-img img {
    width: 100%;
  }
  .product ul li h4 {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: left;
    padding: 5px;
  }
  .product ul li p {
    display: none;
  }
  .product-del {
    padding: 30px 10px;
    position: relative;
    clear: both;
  }
  .product-del h3 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #eee;
    text-indent: 30px;
  }
  .product-del .pro-img {
    width: 100%;
  }
  .product-del .pro-img img {
    max-width: 720px;
    width: 100%;
  }
  .product-del .delcont {
    margin-top: 20px;
  }
  .product-del .delcont h3 {
    margin: 10px 0px;
    color: #c00;
  }
  .product-del .delcont p {
    line-height: 24px;
    font-size: 12px;
  }
  .product-del .delcont table {
    width: 100%;
    font-size: 12px;
  }
  .product-del .delcont table th,
  .product-del .delcont table td {
    padding: 5px;
  }
  .message {
    width: 100%;
    position: relative;
  }
  .message .contact-fs {
    padding: 35px 10px;
    overflow: auto;
  }
  .message .contact-fs ul {
    width: 100%;
    float: left;
  }
  .message .contact-fs ul li {
    padding: 8px 0px;
    text-align: center;
  }
  .message .contact-fs ul li label {
    margin-right: 20px;
    text-align: left;
    display: block;
    vertical-align: top;
    color: #666;
  }
  .message .contact-fs ul li input {
    width: 100%;
    padding: 5px 0px;
    text-indent: 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .message .contact-fs ul li textarea {
    width: 100%;
    height: 100px;
    padding: 5px 0px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .message .contact-fs ul li button {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    border: 1px solid #dedede;
    background: none;
    border-radius: 15px;
  }
  .message .contact-fs ul li button:hover {
    background: #357df6;
    border-color: #357df6;
    color: #fff;
  }
  .contact {
    width: 100%;
    padding: 35px 0px;
  }
  .contact .contact-fs {
    width: 100%;
    overflow: auto;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
  }
  .contact .contact-fs ul {
    width: 90%;
    padding: 0px 10px;
    float: none;
  }
  .contact .contact-fs ul li {
    line-height: 30px;
  }
  .contact .ditu {
    width: 100%;
    height: 210px;
    margin: 30px 0px;
    margin-bottom: 0;
    border: 0;
    overflow: hidden;
  }
  .contact .ditu #maps {
    width: 100%;
    height: 250px;
  }
  .page {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .first,
  .page .prev,
  .page .next,
  .page .last {
    font-family: "宋体";
  }
  .page a,
  .page span {
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #dedede;
  }
  .page a:hover,
  .page span:hover {
    border-color: #357df6;
    color: #357df6;
  }
  .page .current {
    border-color: #357df6;
    color: #357df6;
  }
}
@media (min-width: 375px) {
  .banner {
    height: 200px;
  }
  .banner .focus {
    margin-left: -429px;
    width: 859px;
    height: 200px;
  }
  .banner .focus .focuspic img {
    height: 200px;
  }
  .ind-box .ind-ab .ind-abcont img {
    width: 355px;
  }
  .ind-box .ind-probox .pro-show {
    height: auto;
  }
  .left .ableftul li h3 {
    font-size: 14px;
  }
}
@media (min-width: 414px) {
  .ind-box .ind-ab .ind-abcont img {
    width: 395px;
    height: 200px;
  }
  .ind-box .ind-probox .pro-show {
    height: auto;
  }
}
@media (min-width: 768px) {
  .telfooterbox {
    display: none;
  }
}
@media (min-width: 980px) {
  .menubar {
    display: none;
  }
  .header {
    width: 100%;
    height: 150px;
  }
  .header .head-top {
    width: 100%;
    height: 100px;
    background: #fe0000;
    border-bottom-width: 5px;
  }
  .header .head-top .head {
    width: 960px;
    height: 100px;
    margin: 0 auto;
  }
  .header .head-top .head .logo {
    width: 300px;
    height: 100px;
    overflow: hidden;
    float: left;
  }
  .header .head-top .head .logo img {
    width: 240px;
    height: 100px;
  }
  .header .head-top .head .head-right {
    width: 660px;
    height: 60px;
    padding: 20px 0px;
    float: left;
  }
  .header .head-top .head .head-right .bs {
    display: block;
  }
  .header .head-top .head .head-right p {
    color: #fefc0d;
    line-height: 30px;
  }
  .header .head-top .head .head-right p a {
    color: #fefc0d;
  }
  .header .head-top .head .head-right p a:hover {
    color: #fff;
  }
  .header .head-top .head .head-right p .on {
    color: #fff;
  }
  .header .head-top .head .head-right .lan {
    line-height: 30px;
    padding: 0px;
  }
  .header .head-top .head .head-right .lan .lanline {
    display: inline-block;
  }
  .header .navbox {
    width: 100%;
    height: 45px;
    position: initial;
  }
  .header .navbox .nav {
    width: 960px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
  }
  .header .navbox .nav ul.navul {
    display: block;
    width: 660px;
    overflow: hidden;
    border: none;
    float: left;
  }
  .header .navbox .nav ul.navul li {
    width: 110px;
    height: 45px;
    text-align: center;
    float: left;
    background: url(../img/nav-li.jpg) no-repeat top right;
  }
  .header .navbox .nav ul.navul li a {
    display: block;
    color: #444;
  }
  .header .navbox .nav ul.navul li:last-child {
    background: none;
  }
  .header .navbox .nav ul.navul li:hover a {
    color: #c00;
    font-weight: bold;
  }
  .header .navbox .nav ul.navul .on a {
    font-weight: bold;
    color: #c00;
  }
  .header .navbox .nav .search {
    width: 250px;
    height: 26px;
    float: left;
    display: block;
    margin: 8px 0px 9px 48px;
    border: 1px solid #dddddd;
    border-radius: 13px;
    background: #fff;
    position: relative;
  }
  .header .navbox .nav .search input {
    width: 220px;
    height: 26px;
    position: absolute;
    top: 0;
    background: none;
    border: none;
    text-indent: 20px;
    color: #999;
  }
  .header .navbox .nav .search button {
    width: 30px;
    height: 26px;
    display: block;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/search.jpg) no-repeat -8px 0px;
  }
  .banner {
    width: 100%;
    height: 447px;
    position: relative;
    overflow: hidden;
  }
  .banner .focus {
    width: 100%;
    height: 447px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    overflow: hidden;
  }
  .banner .focus .focuspic img {
    height: 447px;
  }
  .banner .focus .numbox {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }
  .banner .focus .numbox .num {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    height: 2px;
    text-align: center;
    position: relative;
    bottom: 30px;
    zoom: 1;
    z-index: 3;
  }
  .banner .focus .numbox .num ul li {
    width: 50px;
    height: 2px;
    background: #ddd;
    text-indent: 99999px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
  }
  .banner .focus .numbox .num ul .on {
    background: #357df6;
  }
  .ind-box {
    width: 960px;
    margin: 0 auto;
  }
  .ind-box .ind-contact {
    display: none;
  }
  .ind-box .ind-ab {
    width: 960px;
    height: 278px;
    display: block;
    padding: 30px 0px 40px;
    border-bottom: 2px solid #e9e9e9;
  }
  .ind-box .ind-ab h3 {
    line-height: 40px;
    text-align: center;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .ind-ab .ind-abcont {
    padding-top: 20px;
  }
  .ind-box .ind-ab .ind-abcont img {
    width: 340px;
    height: 210px;
    display: inline-block;
    margin-right: 30px;
    float: left;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext {
    text-align: left;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext h4 {
    font-weight: bold;
    color: #a8a8a8;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext p {
    font-size: 14px;
    padding: 5px 0px;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext p:nth-child(3) {
    display: block;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext a {
    width: 150px;
    height: 30px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 15px;
    background: #357df6;
    color: #fff;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext .bb {
    display: inline-block;
    background: #666;
  }
  .ind-box .ind-ab .ind-abcont .ind-abtext .bb:hover {
    background: #357df6;
  }
  .ind-box .t-box {
    width: 960px;
    height: 305px;
    display: block;
    padding: 35px 0px;
    border-bottom: 2px solid #e9e9e9;
  }
  .ind-box .t-box .ind-news {
    width: 500px;
    height: 305px;
    float: left;
    border-right: 1px dotted #ddd;
  }
  .ind-box .t-box .ind-news h3 {
    line-height: 30px;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .t-box .ind-news .new-tit {
    margin-right: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #ddd;
  }
  .ind-box .t-box .ind-news .new-tit h3 {
    text-align: right;
    font-weight: normal;
    font-size: 15px;
  }
  .ind-box .t-box .ind-news .new-tit h3 a {
    float: left;
  }
  .ind-box .t-box .ind-news .new-tit p {
    font-size: 14px;
  }
  .ind-box .t-box .ind-news ul {
    padding-top: 15px;
  }
  .ind-box .t-box .ind-news ul li {
    line-height: 30px;
  }
  .ind-box .t-box .ind-news ul li span {
    margin-right: 20px;
  }
  .ind-box .t-box .ind-contact {
    width: 419px;
    height: 305px;
    margin-left: 40px;
    display: block;
    background: url(../img/ind-dt.png) no-repeat right center;
    float: left;
  }
  .ind-box .t-box .ind-contact h3 {
    line-height: 30px;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .t-box .ind-contact .indcont {
    width: 240px;
    height: 230px;
    margin-top: 20px;
  }
  .ind-box .t-box .ind-contact .indcont p {
    line-height: 23px;
  }
  .ind-box .ind-probox {
    width: 960px;
    height: 480px;
    padding: 35px 0px;
    background: none;
  }
  .ind-box .ind-probox h3 {
    line-height: 30px;
    text-align: center;
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    color: #626262;
  }
  .ind-box .ind-probox .pro-tab {
    width: 960px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .ind-box .ind-probox .pro-tab a {
    cursor: pointer;
    padding: 0px 20px;
    margin: 0;
    width: auto;
    border: none;
    background: url(../img/protab.jpg) no-repeat 9px;
  }
  .ind-box .ind-probox .pro-show {
    width: 960px;
    height: 410px;
    overflow: hidden;
  }
  .ind-box .ind-probox .pro-show .pro-cont {
    margin-top: 30px;
    position: relative;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd {
    display: block;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd a {
    cursor: pointer;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd .prev {
    width: 30px;
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: url(../img/prve.png) no-repeat;
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd .prev:hover {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    border-color: #357df6;
    background: url(../img/prve-h.png) no-repeat;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd .next {
    width: 30px;
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: url(../img/next.png) no-repeat;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .ind-box .ind-probox .pro-show .pro-cont .hd .next:hover {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    border-color: #357df6;
    background: url(../img/next-h.png) no-repeat;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd {
    width: 960px;
    height: 390px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul {
    width: 960px;
    height: 390px;
    overflow: hidden;
    white-space: normal ;
    margin: 0 auto;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li {
    width: 228px;
    height: 328px;
    border: 1px solid #dedede;
    margin: 0px 5px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li:hover {
    border-color: #357df6;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li .ind-pro-img {
    width: 190px;
    height: 135px;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li .ind-pro-img img {
    width: 190px;
    height: 135px;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li h4 {
    text-align: center;
    font-weight: bold;
    line-height: 50px;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li p {
    line-height: 28px;
    font-size: 12px;
    display: block;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li p a {
    width: 150px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #dedede;
    border-radius: 15px;
    color: #999;
  }
  .ind-box .ind-probox .pro-show .pro-cont .bd ul li p a:hover {
    background: #357df6;
    border-color: #357df6;
    color: #fff;
  }
  .link {
    width: 960px;
    height: 70px;
    display: block;
    border-top: 2px solid #e9e9e9;
    margin: 0 auto;
    line-height: 70px;
  }
  .link span {
    font-family: "arial";
    font-weight: bold;
    font-size: 16px;
    margin: 0px 10px;
  }
  .link a {
    margin: 0px 10px;
  }
  .footer {
    width: 100%;
    height: 115px;
    background: #6f7072;
  }
  .footer .foot {
    width: 960px;
    height: 48px;
    margin: 0 auto;
    padding: 33px 0px;
  }
  .footer .foot .foot-l {
    width: 560px;
    height: 48px;
    display: block;
    float: left;
  }
  .footer .foot .foot-l p {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
  }
  .footer .foot .foot-r {
    width: 400px;
    height: 48px;
    float: left;
  }
  .footer .foot .foot-r p {
    text-align: right;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
  }
  .telfooterbox {
    display: none;
  }
  .nei-box {
    width: 960px;
    margin: 0 auto;
  }
  .nei-ban {
    width: 100%;
    height: 128px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .nei-ban .ban-img {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
  }
  .abbox {
    width: 960px;
    margin-top: 10px;
    overflow: hidden;
  }
  .left {
    width: 210px;
    float: left;
    border-radius: 10px;
  }
  .left .tit {
    width: 206px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #626262;
    font-size: 16px;
    text-indent: 20px;
    font-family: "arial";
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/left-tit.png) no-repeat 170px 15px;
  }
  .left ul {
    width: 206px;
    padding: 15px 0px;
    border: 2px solid #dedede;
    border-top: none;
  }
  .left ul li {
    line-height: 35px;
    width: 206px;
    margin: 0;
    float: none;
  }
  .left ul li h3 {
    padding: 0px 10px;
    border-bottom: 1px dotted #dedede;
    font-size: 14px;
  }
  .left ul li h3 a {
    display: block;
    cursor: pointer;
  }
  .left ul li .child {
    position: inherit;
    top: 0;
    display: none;
    background: #fff;
    border-bottom: 1px dotted #dedede;
  }
  .left ul li .child a {
    display: block;
    font-size: 12px;
    colro: #999;
    text-indent: 20px;
    border-bottom: 1px dotted #dedede;
  }
  .left ul li .child a:last-child {
    border: none;
  }
  .left ul li .child a:hover {
    background: rgba(0, 0, 0, 0.07);
  }
  .left ul li:hover {
    background: rgba(0, 0, 0, 0.07);
  }
  .left ul .selected h3 a {
    color: #c00;
  }
  .left .ableftul li {
    width: 96%;
    float: none;
  }
  .left .ableftul li h3 {
    font-size: 14px;
  }
  .left .leftcontact {
    display: block;
    border: 2px solid #dedede;
    padding-bottom: 10px;
  }
  .left .leftcontact h3 {
    height: 40px;
    line-height: 40px;
    color: #626262;
    font-size: 16px;
    text-indent: 20px;
    font-family: "arial";
    font-weight: bold;
    text-transform: uppercase;
    background: #dedede;
  }
  .left .leftcontact p {
    font-size: 12px;
    padding: 3px 10px;
  }
  .left .leftcontact:hover h3 {
    color: #357df6;
  }
  .left:hover .tit {
    color: #357df6;
  }
  .right {
    width: 720px;
    margin-left: 30px;
    overflow: hidden;
    float: left;
  }
  .right .home {
    height: 22px;
    padding-top: 18px;
    display: block;
    text-indent: 50px;
    color: #999;
    font-weight: normal;
    border-bottom: 2px solid #dedede;
    background: url(../img/home.png) no-repeat 15px bottom;
  }
  .right .home a {
    color: #999;
  }
  .right .home a:hover {
    color: #c00;
  }
  .right .ab-cont {
    padding: 35px 0px;
  }
  .right .ab-cont p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #999;
  }
  .right .ab-cont img {
    max-width: 720px;
    margin-bottom: 10px;
  }
  .new ul {
    padding: 35px 0px;
    border-bottom: 2px solid #e9e9e9;
  }
  .new ul li {
    line-height: 40px;
    text-align: right;
    color: #999;
    font-size: 12px;
    border-bottom: 1px dotted #dedede;
  }
  .new ul li span {
    display: block;
  }
  .new ul li a {
    float: left;
  }
  .new-del {
    width: 100%;
    padding: 35px 0px;
  }
  .new-del h3 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .new-del p {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #dedede;
  }
  .new-del .new-delcont p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #999;
    text-align: left;
    border-bottom: none;
  }
  .new-del .new-delcont img {
    max-width: 720px;
    margin-bottom: 10px;
  }
  .contact {
    width: 100%;
    padding: 35px 0px;
  }
  .contact .contact-fs {
    width: 100%;
    overflow: auto;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
  }
  .contact .contact-fs ul {
    width: 50%;
    padding: 0;
    float: left;
  }
  .contact .contact-fs ul li {
    line-height: 30px;
  }
  .contact .ditu {
    width: 716px;
    height: 210px;
    margin: 30px 0px;
    border: 2px solid #e9e9e9;
    overflow: hidden;
  }
  .contact .ditu #maps {
    width: 100%;
    height: 250px;
  }
  .message {
    width: 100%;
    padding: 35px 0px;
  }
  .message .contact-fs {
    width: 100%;
    overflow: auto;
  }
  .message .contact-fs ul {
    width: 100%;
    float: left;
  }
  .message .contact-fs ul li {
    padding: 8px 0px;
    text-align: left;
  }
  .message .contact-fs ul li label {
    width: 100px;
    margin-right: 20px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    color: #666;
  }
  .message .contact-fs ul li input {
    width: 230px;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .message .contact-fs ul li textarea {
    width: 460px;
    height: 100px;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .message .contact-fs ul li button {
    margin-left: 125px;
    width: 120px;
    height: 30px;
    border: 1px solid #dedede;
    background: none;
    border-radius: 15px;
  }
  .message .contact-fs ul li button:hover {
    background: #357df6;
    border-color: #357df6;
    color: #fff;
  }
  .product ul {
    padding: 30px 0px;
    overflow: auto;
    border-bottom: 2px solid #e9e9e9;
  }
  .product ul li {
    width: 228px;
    height: 298px;
    border: 1px solid #dedede;
    margin: 10px 5px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  .product ul li:hover {
    width: 224px;
    height: 294px;
    border: 3px solid #dedede;
  }
  .product ul li .ind-pro-img {
    width: 190px;
    height: 135px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }
  .product ul li .ind-pro-img img {
    width: 190px;
    height: 135px;
  }
  .product ul li h4 {
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }
  .product ul li p {
    display: block;
    line-height: 28px;
    font-size: 12px;
  }
  .product ul li p a {
    width: 150px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #dedede;
    border-radius: 15px;
    color: #999;
  }
  .product ul li p a:hover {
    background: #357df6;
    border-color: #357df6;
    color: #fff;
  }
  .product-del {
    width: 100%;
    padding: 30px 0px;
  }
  .product-del h3 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #eee;
    text-indent: 30px;
  }
  .product-del .pro-img {
    width: 100%;
  }
  .product-del .pro-img img {
    max-width: 720px;
  }
  .product-del .delcont {
    margin-top: 20px;
  }
  .product-del .delcont h3 {
    margin: 10px 0px;
    color: #c00;
  }
  .product-del .delcont p {
    line-height: 24px;
    font-size: 12px;
  }
  .product-del .delcont table {
    font-size: 12px;
  }
  .product-del .delcont table th,
  .product-del .delcont table td {
    padding: 5px;
  }
  .page {
    width: 100%;
    margin: 20px 0px;
  }
  .page a {
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #dedede;
  }
  .page a:hover {
    border-color: #357df6;
    color: #357df6;
  }
  .page .current {
    border-color: #357df6;
    color: #357df6;
  }
}
