﻿@charset "utf-8";
* {
    outline: none;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #666;
    background: #f8f8f8;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #da251d;
}
form,iframe,span,dl,dd,dt,ul,li,ol,pre,iframe,fieldset,legend,p {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
i,em {
    font-style: normal;
}
input,textarea,img {
    padding: 0;
    margin: 0;
    border: 0;
}
ul,li {
    list-style: none;
}
input,textarea,select {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
input,textarea {
    background: none;
    outline: none;
    -webkit-appearance: none;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input::placeholder {
    color: #ccc;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
     zoom: 1;
 }
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.head {
    width: 100%;
    height: 140px;
}
.top {
    height: 100px;
}
.logo {
    float: left;
    width: 758px;
    height: 60px;
    margin-top: 15px;
    overflow: hidden;
}
.logo img {
    height: 60px;
}
.top-r {
    float: right;
    width: 400px;
    padding-top: 30px;
    line-height: 30px;
}
.language {
    float: left;
    color: #9e9e9e;
}
.language a,
.language span {
    float: left;
}
.language span {
    font-family: SimSun;
    padding:  0 10px;
}
.top-icon {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-top: 2px;
}
.erwm {
    position: absolute;
    left: -110px;
    z-index: 2;
    display: none;
}
.top-icon:hover .erwm {
    display: block;
}
.top-sch {
    float: right;
    height: 30px;
}
.top-sch input {
    float: left;
    width: 160px;
    height: 14px;
    padding: 8px 10px;
    background: #fff;
}
.top-sch a {
    float: left;
    width: 30px;
    height: 30px;
}
.menu {
    float: right;
    min-width: 756px;
    height: 40px;
    line-height: 40px;
    color: #333;
}
.menu li {
    position: relative;
    float: left;
    padding: 0 15px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.menu li a {
    display: block;
    color: inherit;
}
.menu li:hover {
    background: #d90011;
    color: #fff;
}
.menu li.last {
    margin-right: 0;
}
.menu li:hover .menu-sub {
    display: block;
}
.menu-sub {
    position: absolute;
    left: 0;
    min-width: 240px;
    padding: 20px 20px 5px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    z-index: 100;
    display: none;
}
.menu-sub.pd {
    min-width: 295px;
}
.menu-sub .txt {
    float: left;
    margin-right: 30px;
}
.menu-sub .txt a {
    display: block;
    color: #444;
    line-height: normal;
    padding-bottom: 15px;
}
.menu-sub .txt a:hover {
    color: #d90011;
}
/*footer*/
.footer {
    width: 100%;
}
.ftLink {
    background: #ececec;
}
.ftLink .linkBox {
    padding: 30px 0;
}
.linkBox .item {
    float: left;
    min-height: 160px;
    max-width: 115px;
    padding: 0 70px;
    border-right: 1px solid #cecece;
}
.linkBox .item h3 {
    color: #444;
    padding-bottom: 10px;
}
.linkBox .item a {
    display: block;
    color: #888;
    line-height: 25px;
}
.yqBox {
    float: left;
    width: 232px;
    text-align: center;
    margin-left: 70px;
}
.yqBox img {
    display: inline-block;
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}
.yqLink {
    position: relative;
    width: 230px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #c6c6c6;
    background: url("../images/link-bg.png") #f5f5f5 97% center no-repeat;
    text-align: center;
}
.yqLink span {
    display: block;
}
.yqLink:hover .subLink {
    display: block;
}
.subLink {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 32px;
    background: #fff;
    border: 1px solid #c6c6c6;
    text-align: center;
    display: none;
}
.subLink a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subLink a:hover {
    background: #f8f8f8;
}
.ftCopy {
    background: #6e6e6e;
    text-align: center;
    color: #fff;
}
.copyBox {
    padding: 10px 0;
}
.ftCopy p {
    line-height: 25px;
}
.ml100{
    margin-left: 100px;
}
/*轮播*/
.slider {
    width: 100%;
    height: 455px;
    margin-bottom: 30px;
}
.slider img {
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    width: 59px;
    height: 120px;
    margin-top: -60px;
}
.swiper-button-next {
    background: url("../images/next.png") center center no-repeat;
    right: 100px;
}
.swiper-button-prev {
    background: url("../images/prev.png") center center no-repeat;
    left: 100px;
}
.leftBox,
.rightBox {
    background: #fff;
    height: 400px;
    -webkit-box-shadow: 0 0 2px #dcdcdc;
    -moz-box-shadow: 0 0 2px #dcdcdc;
    box-shadow: 0 0 2px #dcdcdc;
}
.leftBox {
    float: left;
    width: 820px;
}
.rightBox {
    float: right;
    width: 355px;
}
.proBox,
.conBox {
    height: 363px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb40 {
    margin-bottom: 40px;
}
.boxTit {
    position: relative;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e0e0e0;
}
.boxTit h3,
.rightBox h3 {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #da251d;
    font-weight: bold;
}
.rightBox h3 {
    float: none;
    height: 44px;
    line-height: 44px;
}
.more {
    float: right;
    color: #666;
    padding-right: 25px;
}
.tabOne {
    position: absolute;
    left: 355px;
    top: 12px;
    height: 20px;
    line-height: 20px;
}
.tabOne li {
    float: left;
    padding: 0 17px;
    border-left: 1px solid #d1d1d1;
    font-size: 16px;
    cursor: pointer;
}
.tabOne li.first {
    border-left: 0;
}
.tabOne li.active {
    font-weight: bold;
    color: #da251d;
}
.textCon {
    padding: 20px 20px 0 20px;
}
/*小图轮播*/
.slideBox {
    float: left;
    width:323px;
    height:185px;
    overflow:hidden;
    position:relative;
}
.slideBox .hd {
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
}
.slideBox .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li {
    float:left;
    margin-right:5px;
    width:19px;
    height:19px;
    line-height:19px;
    text-align:center;
    background:#a4a4a4;
    color: #fff;
    cursor:pointer;
    font-size: 12px;
}
.slideBox .hd ul li.on {
    background:#d90011;
}
.slideBox .bd {
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li {
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img {
    width: 100%;
    height: 100%;
    display:block;
}
.newsCon {
    float: left;
    width: 425px;
    height: 185px;
    padding-left: 30px;
    overflow: hidden;
    display: none;
}
.newsCon h4 {
    font-size: 16px;
    font-weight: bold;
}
.newsCon h4 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsCon h4 a:hover {
    color: #da251d;
}
.indexTxt,
.indexTxt span {
    text-indent: 30px;
    padding-top: 15px;
    line-height: 25px !important;
    word-break: break-all;
    font-family: Helvetica,Arial,"Times New Roman" !important;
    background: none !important;
    font-size: 14px !important;
}
.indexTxt a {
    color: #da251d;
}
.indexNews {
    padding: 3px 0;
    margin-left: 20px;
    margin-right: 25px;
    display: none;
}
.indexNews li {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    background: url("../images/li-bg.png") left center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.indexNews li:last-child {
    border-bottom: 0;
}
.indexNews a {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.indexNews span {
    float: right;
    font-size: 12px;
    color: #999;
}
.rightTxt {
    padding: 0 30px;
}
.rightTxt .tp {
    text-align: center;
}
.rightTxt .tp img {
    display: inline-block;
}
.conBox ul {
    padding: 10px 15px 0;
}
.conBox ul li {
    float: left;
    width: 100%;
    line-height: 35px;
}
.conBox label {
    float: left;
    width: 60px;
    text-align: right;
}
.conBox span {
    float: left;
    width: 265px;
}
.tabLeft {
    float: left;
    width: 184px;
    height: 318px;
    border-right: 1px solid #dbdbdb;
}
.tabLeft li {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 15px 50px;
    border-top: 1px solid #e4e4e4;
    line-height: 22px;
    cursor: pointer;
}
.tabLeft li.active {
    color: #da251d;
}
.tabLeft li.one {
    background: url("../images/tab1.png") 16px center no-repeat;
    border-top: 0;
}
.tabLeft li.one.active {
    background: url("../images/tab1-1.png") #f8f8f8 16px center no-repeat;
}
.tabLeft li.two {
    background: url("../images/tab2.png") 16px center no-repeat;
}
.tabLeft li.two.active {
    background: url("../images/tab2-1.png") #f8f8f8 16px center no-repeat;
}
.tabLeft li.three {
    background: url("../images/tab3.png") 16px center no-repeat;
}
.tabLeft li.three.active {
    background: url("../images/tab3-1.png") #f8f8f8 16px center no-repeat;
}
.tabLeft li.four {
    background: url("../images/tab4.png") 16px center no-repeat;
}
.tabLeft li.four.active {
    background: url("../images/tab4-1.png") #f8f8f8 16px center no-repeat;
}
.tabLeft li.five {
    background: url("../images/tab5.png") 16px center no-repeat;
}
.tabLeft li.five.active {
    background: url("../images/tab5-1.png") #f8f8f8 16px center no-repeat;
}
.tabLeft li.six {
    background: url("../images/tab6.png") 16px center no-repeat;
}
.tabLeft li.six.active {
    background: url("../images/tab6-1.png") #f8f8f8 16px center no-repeat;
}
.proCon {
    float: left;
    width: 595px;
    padding: 20px 20px 0 20px;
    display: none;
}
.proCon .tp {
    float: left;
    width: 200px;
    height: 160px;
    overflow: hidden;
    margin-right: 20px;
}
.proCon .tp img {
    display: block;
    width: 100%;
    height: 100%;
}
.proCon .text {
    float: left;
    width: 375px;
    height: 150px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666;
    overflow: hidden;
}
.conList {
    clear: both;
    padding-top: 13px;
}
.conList li {
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: url("../images/dd.png") left center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.conList li a {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner {
    width: 100%;
    height: 215px;
}
.inner img {
    display: block;
}
.page {
    margin-top: 20px;
    background: #fff;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 2px #dcdcdc;
    -moz-box-shadow: 0 0 2px #dcdcdc;
    box-shadow: 0 0 2px #dcdcdc;
}
.page-l {
    float: left;
    width: 241px;
    padding: 17px;
}
.left-tit {
    position: relative;
    width: 100%;
    height: 87px;
    line-height: 87px;
    background: #d90011;
    color: #fff;
}
.left-tit img {
    position: absolute;
    top: 30px;
    left: 45px;
}
.left-tit span {
    font-size: 20px;
    font-weight: bold;
    padding-left: 95px;
}
.leftMenu {
    padding-top: 10px;
    width: 100%;
}
.leftMenu > li {
    display: block;
    border-bottom: 1px solid #dfdfdf;
}
.leftMenu > li > a {
    padding: 12px 0 12px 35px;
    background: url("../images/left-libg.png") left center no-repeat;
    font-size: 16px;
}
.leftMenu > li.active > a,
.leftMenu > li:hover > a {
    color: #d90011;
    font-weight: bold;
}
.leftMenu > li > a {
    display: block;
}
.leftMenu > li.active .leftSub {
    display: block;
}
.leftSub {
    padding: 10px 0 10px 35px;
    border-top: 1px solid #dfdfdf;
    display: none;
}
.leftSub a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    background: url("../images/sub-libg.png") left center no-repeat;
    padding-left: 15px;
}
.leftSub a.active,
.leftSub a:hover {
    background: url("../images/sub-libg2.png") left center no-repeat;
    color: #d90011;
}
.pro > li.active > a {
    background: url("../images/left-libg2.png") left center no-repeat;
}
.page-r {
    float: left;
    width: 865px;
    min-height: 400px;
    padding: 17px 30px;
}
.breadcrumb {
    padding-left: 35px;
    height: 20px;
    line-height: 20px;
    background: url("../images/bread.png") left center no-repeat;
}
.page-con {
    padding-top: 40px;
    font-size: 16px;
}
.page-con p {
    line-height: 30px;
}
.page-con img {
    /* max-width: 100%; */
}
.newsList {
    margin-left: 35px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.newsList li {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    background: url("../images/news-libg.png") left center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsList a {
    float: left;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsList span {
    float: right;
}
.newsList.sch a {
    max-width: 100%;
}
.pageNav {
    text-align: center;
}
.pageNav ul {
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.pageNav ul li {
    float: left;
    padding: 0 10px;
    border: 1px solid #d2d0d1;
    margin: 0 5px;
}
.pageNav ul li.active {
    background: #d2d0d1;
}
.pageNav ul li a {
    display: block;
}
.firstNews {
    margin-left: 35px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.firstNews .tp {
    float: left;
    width: 235px;
    height: 165px;
    margin-right: 40px;
    overflow: hidden;
}
.firstNews .tp img {
    display: block;
    width: 100%;
    height: 100%;
}
.firstNews .text {
    float: left;
    width: 550px;
    height: 165px;
    overflow: hidden;
}
.firstNews h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.firstNews h3 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.firstNews p {
    line-height: 30px;
    font-size: 14px;
}
.firstNews p a {
    color: #d90011;
}
.newsTit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.newsInfo {
    margin: 15px 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 12px;
}
.newsInfo span {
    padding: 0 10px;
}
.back {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    text-align: right;
}
.back a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d2d0d1;
    padding: 0 10px;
}
.message {
    font-size: 14px;
    padding-top: 60px;
}
.message .grp {
    margin-bottom: 25px;
}
.message label {
    float: left;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    padding-right: 15px;
}
.message input {
    float: left;
    width: 250px;
    height: 14px;
    line-height: 14px;
    padding: 10px;
    border: 1px solid #dbdbdb;
}
.message textarea {
    float: left;
    width: 516px;
    height: 160px;
    border: 1px solid #dbdbdb;
    padding: 7px 10px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.message p {
    float: left;
    padding-left: 15px;
    line-height: 36px;
}
.btns {
    padding-left: 215px;
}
.btns a {
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d90011;
    color: #fff;
    font-size: 16px;
}
.btns a.reset {
    background: #d2d0d1;
    color: #666;
}
.proList {
    margin-right: -35px;
}
.proList li {
    float: left;
    width: 263px;
    margin-right: 35px;
    margin-bottom: 35px;
}
.proList .tp {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.proList .tp img {
    display: block;
    width: 100%;
    height: 100%;
}
.proList p {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dedede;
    border-top: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*产品详细图片*/
.pin1 {
    width:865px;
    height:470px;
    margin-bottom: 20px;
}
.framebg {
    width:580px;
    height:470px;
    float:left;
}
.frame {
    width:580px;
    height:470px;
    background-color:#CCC;
    overflow:hidden;
}
.frame .list {
    list-style:none;
    padding:0;
    margin:0;
    width:10000px;
}
.frame .list li {
    width:580px;
    height:470px;
    float:left;
}
.frame .list li img {
    width:580px;
    height:470px;
}
.frame #big_list2 {
    height:10000px;
}
.frame #big_list2 li {
    clear:both;
}
.frame #big_list4 {
    height:10000px;
}
.frame #big_list4 li {
    clear:both;
}
.l_framebg {
    width:250px;
    height:470px;
    float:left;
    margin-left:35px;
    background:url("../images/pinbg.png") no-repeat;
}
.l_frame {
    height:304px;
    width:178px;
    overflow:hidden;
    margin:0 auto;
}
.l_frame .list {
    list-style:none;
    padding:0;
    margin:0;
    height:10000px;
}
.l_frame .list li {
    width:178px;
    height:152px;
    cursor:pointer;
}
.l_frame .list img {
    width: 178px;
    height: 142px;
}
.l_frame .list .cur {

}
.slide_nav {
    width: 186px;
    height: 44px;
    display:block;
    margin:0 auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
}
table td {
    padding: 3px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ftCopy a:hover{color:white;}