/* åˆå§‹è®¾ç½® --- start */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
    padding: 0;
    margin: 0;
}

body {
    font-family: å¾®è½¯é›…é»‘;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover, a:focus {
    text-decoration: none;
    color: #333333;
}

.container:before, .container:after {
    display: none;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* åˆå§‹è®¾ç½® --- end */

/******************é¦–é¡µ********************/

.top {
    width: 100%;
    background: #fff;
}
.menu-toggle{display: none;}
.top-content {
    height: 100px;
}

.top-content-lf {
    float: left;
    width: 330px;
    height: 100%;
}

.pc-logo {
    display: block;
    margin-top: 22px;
    float: left;
}

.pc-logo>a {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 10px;
}

.pc-logo>p {
    font-size: 40px;
    font-family: å¾®è½¯é›…é»‘;
    color: #333;
}

.pc-logo>a img {
    width: 100%;
}

.pc-logo>p {
    float: left;
}

.top-content-lf .hot-line {
    float: left;
    margin-top: 24px;
    margin-left: 30px;
    position: relative;
}

.top-content-lf .hot-line .line {
    width: 1px;
    height: 32px;
    background-color: #ccc;
    position: absolute;
    top: 9px;
    left: -20px;
}

.top-content-lf .hot-line .hot-call {
    font-size: 14px;
    font-family: å¾®è½¯é›…é»‘;
    color: #666;
}

.top-content-lf .hot-line .hot-call img {
    vertical-align: middle;
}

.top-content-lf .hot-line p {
    font-size: 20px;
    color: #666;
    margin-top: 4px;
}

.top-content-rt {
    height: 100%;
    width: 780px;
    float: right;
}

.top-content-rt .pc-ul {
    margin-top: 35px;
}

.top-content-rt .pc-ul>li {
    float: left;
    width: 11.11%;
    padding: 0px;
    position: relative;
}

.top-content-rt .pc-ul>li.pc-active a {
    background-color: #FF6300;
    color: #fff;
}

.top-content-rt .pc-ul>li>a {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.top-content-rt .pc-ul>li .subnav {
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 99;
    width: 150%;
    padding: 10px;
    background-color: #FF6300;
    display: none;
}

.top-content-rt .pc-ul>li .subnav a {
    display: block;
    font-size: 14px;
    line-height: 2;
}

.top-content-rt .pc-ul>li:hover .subnav {
    display: block;
}

.top-content-rt .pc-ul>li .subnav a:hover {
    text-decoration: underline;
}

/* .top-content-rt .pc-ul>li>a:hover{

    background-color:#FF6300;

    color:#fff;

} */

/* mob */

.mob-nav {
    width: 100%;
    height: 70px;
    background: #fff;
    display: none;
}

.mob-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.mob-container .logo {
    /* width: 158px; */
}

.mob-container .logo img {
    width: 210px;
    vertical-align: middle;
}

.mob-container .logo>span {
    font-size: 20px;
    font-weight: bold;
    color: #575757;
    vertical-align: middle;
}

.mob-container .mob-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF6300;
}

.mob-container .mob-btn>img {
    width: 28px;
    height: 28px;
}

.mob-nnav {
    display: none;
    width: 100%;
    height: 100%;
    background: #FFF7EC;
    position: absolute;
    top: 61px;
    ;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mob-nnav .mob-top {
    width: 100%;
    height: 30px;
    background: #ddd;
}

.mob-nnav .close {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    float: right;
    margin-right: 24px;
}

.mob-nnav>ul {
    width: 100%;
    margin-top: 4px;
}

.mob-nnav>ul>li {
    width: 100%;
    background: #FF6300;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.mob-nnav>ul>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}

/* @charset "utf-8"; */

/* CSS Document */

body {
    /* font: 12px/20px Open Sans, Helvetica, Arial, sans-serif; */
    background: #fff;
    margin: 0;
    padding: 0;
    /* color:#686868; */
}

#wrapper {
    background: #fff;
    position: relative;
}

a {
    text-decoration: none;
    /* -webkit-transition:color 0.2s linear;

    -moz-transition:color 0.2s linear;

    -o-transition:color 0.2s linear;

    transition:color 0.2s linear; */
}

a:focus, a:link, a:active {
    outline: none;
}

a:hover {
    color: #444;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 550px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 100% !important;
    max-height: 550px !important;
    position: relative;
}

.fullwidthbanner-container {
    max-height: 550px!important;
}

.tp-bullets {
    left: 50%!important;
    bottom: 25px!important;
    transform: translate(-50%, 0)!important;
    position: absolute;
    z-index: 1010;
}

.tp-bullets.simplebullets.round .bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 6px;
    background: rgba(0, 0, 0, .3);
    float: left;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background: #FF6300;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 960px;
    z-index: 999;
}

.banner-pic {
    width: 455px;
    height: 500px;
    background: url(../images/banner-pic-bg.png) no-repeat;
    text-align: center;
    padding-top: 95px;
    float: left;
}

.banner-pic img {
    width: 357px;
}

.banner-content .ban-right {
    float: left;
    width: 505px;
}

.banner-content .ban-right>h3 {
    font-size: 80px;
    color: #333;
    font-family: å¾®è½¯é›…é»‘;
    font-weight: bold;
    margin-top: 164px;
}

.banner-content .ban-right>p {
    font-size: 24px;
    color: #fff;
    background: #FF6300;
    width: 415px;
    padding: 10px 0;
    padding-left: 40px;
    letter-spacing: .58em;
}

.ba-tel {
    font-size: 26px;
    color: #333;
    font-family: å¾®è½¯é›…é»‘;
    text-transform: uppercase;
    margin-top: 16px;
}

.ba-tel>p {
    position: relative;
    padding-left: 47px;
}

.ba-tel>p span {
    width: 41px;
    height: 41px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.ba-tel>p span img {
    width: 100%;
}

/* äº§å“åˆ†ç±» */

.title-one p {
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.title-one .title-one-pic {
    width: 353px;
    margin: 0 auto;
    margin-top: 10px;
}

.title-one .title-one-pic img {
    width: 100%;
}

.pro-classic {
    width: 100%;
    background: none;
    background-size: cover;
}

.pro-classic-cn {
    padding-top: 60px;
    padding-bottom: 45px;
}

.pro-classic .boxcon {
    text-align: center;
    position: relative;
}

.pro-classic .boxcon img {
    width: 100%;
    height: auto;
}

.pro-classic .boxcon .arrow-left, .pro-classic .boxcon .arrow-right {
    width: 23px;
    height: 39px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
}

.pro-classic .boxcon .arrow-left {
    left: -60px;
    background: url(../images/pre.png) no-repeat center;


}

.pro-classic .boxcon .arrow-right {
    right: -60px;
    background: url(../images/next.png) no-repeat center;
}

/* äº§å“ä¸­å¿ƒ */

.pro-center {
    width: 100%;
    background: url(../images/index-p2-bg_twvi.jpg) no-repeat center top;
    background-size: cover;
}

.pro-center-right {
    width: 778px;
    padding-top: 60px;
    float: right;
}

.pro-center-top {
    width: 100%;
    height: 60px;
    background-color: #EEEEEE;
}

.pro-center-top>p {
    background-color: #FD7118;
    width: 200px;
    height: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    float: left;
}

.pro-center-top>form {
    float: right;
}

.pro-center-top>form .search {
    width: 295px;
    height: 28px;
    margin-top: 16px;
    margin-right: 45px;
}

.pro-center-top>form .search input {
    width: 245px;
    height: 100%;
    border: 1px solid #666;
    color: #666;
    padding-left: 5px;
    float: left;
}

.pro-center-top>form .search button {
    float: left;
    width: 48px;
    border: none;
    outline: none;
}

.pro-center-right>ul {
    margin-left: 20px;
    margin-top: 64px;
}

.pro-center-right>ul>li {
    float: left;
    width: 180px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.pro-center-right>ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.pro-center-right>ul>li:hover {
    border-color: #FF6300;
}

.pro-center-right>ul>li .info {
    display: block;
    text-align: center;
    font-size: 12px;

    margin-top: 18px;
}

.pro-center-right>ul>li a img {
    width: 100%;
}

.pro-center-right .shadow-line {
    width: 100%;
    height: 30px;
    background: url(../images/xgray_line08.png);
    margin-top: 56px;
    position: relative;
    margin-bottom: 40px;
}

.pro-center-right .more-pro {
    position: absolute;
    left: -121px;
    top: -29px;
}

.pro-center-right .more-pro a {
    width: 210px;
    height: 59px;
    background-color: #333;
    text-align: center;
    line-height: 59px;
    color: #fff;
    display: block;
    transition: all .6s ease-in-out;
}

.pro-center-right .more-pro a:hover {
    background-color: #FD7118;
}

/* å…³äºŽæˆ‘ä»¬ */

.main-about {
    width: 100%;
    background: url(../images/index-p3-bg.jpg) center top no-repeat;
    padding: 42px 0 36px;
    background-size: cover;
}

.main-about-left {
    width: 66.6%;
}

.main-about-title {
    font-size: 26px;
    color: #333;
    vertical-align: middle;
    margin-bottom: 25px;
    position: relative;
}

.main-about-title>img {
    position: absolute;
    left: 110px;
    top: 5px;
}

.main-about-info {
    padding-right: 66px;
}

.main-about-info p {
    font-family: å¾®è½¯é›…é»‘;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 2px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.main-about-line {
    width: 100%;
    height: 30px;
    background: url(../images/xgray_line08.png);
    margin-top: 54px;
    position: relative;
}

.main-about-line>a {
    display: block;
    color: #fff;
    text-align: center;
    width: 210px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: -210px;
    bottom: 0;
    background-color: rgba(255, 99, 0, 1);
    transition: all .7s ease-in-out;
}

.main-about-line>a:hover {
    background-color: #C74D00;
}

/* æ–°é—»åŠ¨æ€ */

.main-news .boxcon {
    text-align: center;
    position: relative;
}

.main-news .boxcon img {
    width: 100%;
    height: auto;
}

.main-news .boxcon .arrow-left, .main-news .boxcon .arrow-right {
    width: 23px;
    height: 39px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
}

.main-news .boxcon .arrow-left {
    left: -30px;
    background: url(../images/pre.png) no-repeat center;
}

.main-news .boxcon .arrow-right {
    right: -30px;
    background: url(../images/next.png) no-repeat center;
}

.main-news {
    padding-top: 55px;
    padding-bottom: 20px;
}

.main-news-content>.title-one p {
    font-size: 32px;
}

.main-news-bottom {
    width: 1040px;
    margin: 50px auto 0;
}

.main-news-left {
    float: left;
}

.main-news-dian {
    width: 30px;
    height: 318px;
    background: url(../images/xgray_line08.png);
    position: absolute;
    right: -15px;
    top: 15px;
}

.main-news-img {
    width: 391px;
    position: relative;
}

.main-news-img>img {
    width: 100%;
}

.main-news-right {
    float: right;
}

.main-news-right>ul>li {
    width: 558px;
    border-bottom: 1px dotted #ccc;
    padding: 7px 0 9px;
    padding-left: 24px;
    font-size: 14px;
    position: relative;
}

.main-news-right>ul>li:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/21.png) no-repeat;
    position: absolute;
    left: 5px;
    top: 14px;
}

.main-news-right>ul>li>a {
    float: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news-right>ul>li>a:hover {
    color: #FF6300;
}

.main-news-right>ul>li>p {
    float: right;
    color: #999;
}

.main-news-right .more-news {
    width: 150px;
    height: 38px;
    border: 2px solid #666;
    display: block;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 40px;
}

.main-news-right .more-news:hover {
    color: #FF6300;
    border-color: #FF6300;
}

/* footer */

.footer {
    border-top: 2px solid #FF6300;
    margin-top: 50px;
    padding-top: 24px;
}

.footer-nav {
    position: relative;
}

.footer-nav span {
    position: absolute;
    left: 0;
    top: -4px;
}

.footer-nav>ul {
    padding-left: 40px;
}

.footer-nav>ul>li {
    float: left;
}

.footer-nav>ul>li>a {
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    display: block;
    border-right: 1px solid #ddd;
}

/* .footer-nav>ul>li.footer-active a{

    color:#FF6300;

} */

.footer-nav>ul>li>a:hover {
    color: #FF6300;
}

.footer-content-left {
    float: left;
}

.footer-content-left .gray-line {
    width: 771px;
    height: 1px;
    background-color: #ccc;
    margin-top: 18px;
    margin-bottom: 16px;
}

.footer-lt-info p {
    font-size: 12px;
    color: #666;
    font-family: å¾®è½¯é›…é»‘;
    line-height: 22px;
}

.footer-content-right {
    float: right;
    ;
}

.footer-content-right .erwei {
    width: 101px;
    float: left;
}

.footer-content-right .erwei img {
    width: 100%;
}

.footer-content-right p {
    float: left;
    color: #666;
    font-size: 12px;
    font-family: å¾®è½¯é›…é»‘;
    line-height: 22px;
    margin-top: 25px;
    margin-left: 10px;
}

.copy {
    width: 272px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    padding: 3px 0;
    border-radius: 15px;
    background: rgba(0, 0, 0, .5);
    float: right;
    margin-bottom: 15px;
}

.mob-footer {
    border-top: 2px solid #FF6300;
    padding-top: 20px;
    display: none;
}

.mob-footer>ul {
    width: 225px;
    margin: 0 auto;
}

.mob-footer>ul>li {
    width: 75px;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px;
}

.mob-footer>ul>li>a {
    padding: 5px 0;
    text-align: center;
    display: block;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 12px;
    color: #666;
}

.mob-footer-info {
    width: 290px;
    border-top: 1px solid #ddd;
    margin: 26px auto;
    padding-top: 20px;
}

.mob-footer-info>p {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.mob-erwei {
    width: 127px;
    margin: 0 auto;
}

.mob-erwei>img {
    width: 100%;
}

.mob-trans {
    font-size: 12px;
    text-align: center;
    color: #5a5a5a;
    margin-top: 6px;
}

.mob-copy p:first-child {
    font-size: 12px;
    color: #5a5a5a;
    text-align: center;
    margin-top: 40px;
}

.mob-copy {
    margin-bottom: 20px;
}

.mob-copy p:last-child {
    width: 272px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    padding: 5px 0;
    border-radius: 15px;
    background: rgba(0, 0, 0, .5)
}

/*****************å…³äºŽæˆ‘ä»¬********************/

.common-title {
    margin-top: 16px;
    text-align: center;
}

.common-title span {
    font-size: 28px;
    color: #5a5a5a;
    text-align: center;
    font-family: å¾®è½¯é›…é»‘;
    position: relative;
}

.common-title span:before {
    content: "";
    display: block;
    width: 127px;
    height: 27px;
    background: url(../images/fzud.png) no-repeat;
    position: absolute;
    left: -130px;
    top: 5px;
}

.common-title span:after {
    content: "";
    display: block;
    width: 127px;
    height: 27px;
    background: url(../images/fzud.png) no-repeat;
    position: absolute;
    right: -140px;
    top: 5px;
}

.conmmon-nav {
    width: 100%;
    background: #f9f9f9;
    color: #aaa;
    padding: 4px 0;
    font-size: 12px;
    margin-top: 20px;
}

.conmmon-nav>a {
    font-size: 14px;
    color: #5a5a5a;
}

.conmmon-nav>a:hover {
    text-decoration: underline;
}

.aboutUsInfo {
    width: 990px;
    margin: 54px auto 0;
}

.aboutUsInfo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.aboutUsInfo>p {
    color: #666;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 2px;
    font-family: å¾®è½¯é›…é»‘;
    margin-bottom: 20px;
}

.about-dian {
    width: 100%;
    background: url(../images/xgray_line08.png);
    height: 30px;
    margin-top: 60px;
}

.aboutUsDoor>p {
    font-size: 26px;
    color: #333;
    font-family: å¾®è½¯é›…é»‘;
    margin: 34px 0 20px;
    text-align: center;
}

.aboutBanner {
    width: 100%;
    padding: 0 45px;
    position: relative;
}

.aboutBanner .swiper-container {
    width: 1020px;
    margin: 0 auto;
}

.aboutBanner .swiper-button-prev, .aboutBanner .swiper-button-next {
    width: 30px;
    opacity: .2;
}

.aboutBanner .swiper-button-prev {
    background: #999 url(../images/sprite-l.png) no-repeat center;
    left: 46px;
}

.aboutBanner .swiper-button-prev:hover, .aboutBanner .swiper-button-next:hover {
    opacity: .6;
}

.aboutBanner .swiper-button-next {
    background: #999 url(../images/sprite-r.png) no-repeat center;
    right: 46px;
}

/***************äº§å“ä¸­å¿ƒ****************/

.pro_left {
    width: 250px;
    margin-top: 40px;
    float: left;
}

.pro_left dl {
    border-bottom: #333 solid 2px;
    padding-bottom: 10px;
}

.pro_right {
    padding-left: 300px;
}
.pro_right h1{
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.pro-info{
    font-size: 14px;
    margin:0 10px;
	line-height: 25px;
}
.productNav {
    margin: 0 auto;
    width: 
}

.productNav>li {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
	overflow: hidden;
    border-bottom: #eee solid 1px;
}

.productNav>li.pro-active a {
    color: #FF6300;
}

.productNav>li>a {
    display: block;
    color: #333;
    font-size: 15px;
}

.productCn .pro-list {
    margin: 0 auto;
    margin-top: 20px;
}

.productCn .pro-list table {
    width: 100% !important;
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
}

.productCn .pro-list table tr td {
    width: auto!important;
    border-bottom: #666 solid 1px;
    border-right: #666 solid 1px;
}

.pro-detail table tr td {
    width: auto!important;
    border-bottom: #666 solid 1px;
    border-right: #666 solid 1px;
}

.pro-detail table {
    width: 790px !important;
    margin: 0 auto;
    border-top: #666 solid 1px;
    border-left: #666 solid 1px;
    text-align: center;
}

.productCn .pro-list>li {
    width: 31%;
    border: 1px solid #ddd;
    margin: 0 10px 20px;

    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.productCn .pro-list>li:hover {
    border-color: #FF6300;
}

.productCn .pro-list>li>.pro-img {
    display: block;
    width: 240px;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
}

.productCn .pro-list>li>.pro-img img {
    width: 100%;
}

.productCn .pro-list>li .pro-ti {
    font-size: 14px;
    text-align: center;
    color: #666;
    display: block;
    margin-top: 10px;
}

.wp-pager-link {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wp-pager-link .current {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

.wp-pager-link a {
    font-size: 12px;
    color: #5a5a5a;
    border: 1px solid #ccc;
    padding: 2px 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.wp-pager-link a:hover {
    color: #47cdff;
}

/**************äº§å“å†…é¡µ**************/

.proInnerTop {
    padding-top: 60px;
}

.bigGlass {
    float: left;
    width: 180px;
    height: 135px;
    position: relative;
    margin-left: 224px;
    margin-top: 80px;
}

.bigGlass .small-img img {
    width: 180px;
    height: 135px;
}

.bigGlass .small-img b {
    width: 40px;
    height: 40px;
    border: 1px solid #434343;
    background: #fff;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.bigGlass .big-img {
    position: absolute;
    width: 180px;
    height: 135px;
    overflow: hidden;
    top: 0;
    left: 240px;
    display: none;
}

.bigGlass .big-img img {
    width: 360px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
}

.proInnerTopRt {
    width: 554px;
    float: left;
    margin-left: 60px;
}

.proInnerTopRt .proName {
    color: #454545;
    font-size: 20px;
    line-height: 33px;
    border-bottom: 1px solid #e2e2e2;
}

.proInnerTopRt .marketPrice {
    color: #898989;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 34px;
}

.proInnerTopRt .price {
    color: #454545;
    font-size: 14px;
    line-height: 34px;
}

.proInnerTopRt .price span {
    font-size: 20px;
    color: #ff5022;
    font-weight: bold;
    font-family: å¾®è½¯é›…é»‘;
}

.proInnerBot {
    margin-top: 40px;
}

.proInnerBot .proInnerBotInfo1 {
    padding: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    font-size: 14px;
    color: #868686;
}

.proInnerBot .proInnerBotInfo2 {
    font-size: 14px;
    color: #5a5a5a;
}

.proInnerBt {
    padding-top: 40px;
    width: 100%;
    margin: 0 auto;
}

.proInnerBt .pro-desc {
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    color: #868686;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
}
.proInnerBt .pro-title {
    font-size: 18px;
    line-height: 40px;
	text-align: center;
}
.proInnerBt .pro-detail {

    font-size: 14px;
    color: #434343;
    line-height: 24px;
}

.proInnerBt .pro-detail img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.proInnerBt .pro-detail>div {
    padding-left: 38px;
}

.proInnerBt .pro-detail>p {
    /* padding-left: 48px; */
}

.proInnerPages {
    margin-top: 20px;
}

.proInnerPages>div {font-size: 15px;color: #595959;font-weight: normal;line-height: 25px;}

/***************æ–°é—»ä¸­å¿ƒ*******************/

.newsBt {
    width: 100%;
    margin: 0 auto;
    padding-top: 46px;
}

.newsBt>ul>li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
}

.newsBt>ul>li a {
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: bold;
    text-decoration: none;
    line-height: 19px;
}

.newsBt>ul>li a:hover {
    color: #FF6300;
}

.newsBt>ul>li>.date {
    font-family: SimSun;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
}

.newsBt>ul>li>p {
    line-height: 140%;
    display: inline-block;
    font-family: SimSun;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
}

/*ä¸‹è½½*/

.downlist {
    padding-top: 46px;
}

.downlist ul {
    margin-bottom: 30px;
}

.downlist ul li {
    overflow: hidden;
    border-bottom: #ddd dotted 1px;
    padding: 20px 0;
    font-size: 14px;
}

.downlist ul li h3 {
    float: left;
    font-size: 14px;
    color: #333;
}

.downlist ul li .time {
    float: right;
    margin-right: 30px;
    color: #666;
}

.downlist ul li .down {
    float: right;
}

/***********æ–°é—»ä¸­å¿ƒå†…é¡µ**************/

.newsInner {
    width: 100%;
    margin: 48px auto 0;
}

.newsInner .newsInnerTit {

    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.newsInner .newsInnerInfo {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    color: #5a5a5a;
    font-size: 12px;
}

.newsInner .share {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.newsInner .bshare-custom {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.newsInner .share a {
    display: block;
    width: 17px;
    height: 16px;
    margin-right: 3px;
}

.newsInner .share a:nth-of-type(1) {
    background: url(../images/sha_sqqa.png) no-repeat;
}

.newsInner .share a:nth-of-type(1):hover {
    background-image: url(../images/sha_sqq.png);
}

.newsInner .share a:nth-of-type(2) {
    background: url(../images/sha_weixina.png) no-repeat;
}

.newsInner .share a:nth-of-type(2):hover {
    background-image: url(../images/sha_weixin.png);
}

.newsInner .share a:nth-of-type(3) {
    background: url(../images/sha_tsinaa.png) no-repeat;
}

.newsInner .share a:nth-of-type(3):hover {
    background-image: url(../images/sha_tsina.png);
}

.newsInner .share a:nth-of-type(4) {
    background: url(../images/sha_qzonea.png) no-repeat;
}

.newsInner .share a:nth-of-type(4):hover {
    background-image: url(../images/sha_qzone.png);
}

.newsInner .share a:nth-of-type(5) {
    background: url(../images/sha_doubana.png) no-repeat;
}

.newsInner .share a:nth-of-type(5):hover {
    background-image: url(../images/sha_douban.png);
}

.newsInner .share a:nth-of-type(6) {
    background: url(../images/sha_kaixin001a.png) no-repeat;
}

.newsInner .share a:nth-of-type(6):hover {
    background-image: url(../images/sha_kaixin001.png);
}

.newsInnerText {

    font-size: 12px;
    color: #868686;
    line-height: 22px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 5px;
    margin-bottom: 10px;
    text-indent: 2em;
    margin-top: 15px;
}

.newsInnerArticle {
    padding-top: 10px;
}

.newsInnerArticle>p {
    font-size: 14px;
    color: #5a5a5a;
    font-family: å¾®è½¯é›…é»‘;
    line-height: 28px;
}

.newsInner .pageInner {
    margin-top: 27px;
}

.newsInner .pageInner>div {
    cursor: pointer;
    line-height: 23px;
    color: #5a5a5a;
    font-size: 14px;
}

.newsInner .pageInner>div a {
    color: #444;
    text-decoration: none;
}

.newsInner .pageInner>div:hover a {
    color: #5a5a5a;
}

/*****************äººæ‰æ‹›è˜**************/

.application {
    width: 1025px;
    margin: 0 auto;
    margin-top: 42px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 391px;
    padding-top: 26px;
}

.application .title {
    font-size: 20px;
    font-family: å¾®è½¯é›…é»‘;
    color: rgb(51, 51, 51);
    text-align: center;
    width: 94%;
    margin: 0 auto;

    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 23px;
}

.applicatinInfo {
    width: 100%;
    padding: 0 42px;
    font-size: 14px;
    line-height: 180%;
    font-family: å¾®è½¯é›…é»‘;
    color: #666;
}

.applicatinInfo .theme, .applicatinInfo .topic {
    font-weight: bold;
}

.application2 {
    height: 502px;
}

/************è”ç³»æˆ‘ä»¬**************/

.linkUs {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    padding-top: 40px;
    padding-bottom: 35px;
}

.linkUs-left {
    width: 100%;
}

.linkUs-left>ul>li {
    width: 33.3%;
    float: left;
    margin-bottom: 26px;
    text-align: center;
}

.linkUs-left>ul>li .pic {
    width: 52px;
    margin: 0 auto;
}

.linkUs-left>ul>li .pic img {
    width: 100%;
}

.linkUs-left>ul>li .linkInfo {
    color: #5a5a5a;
    font-family: å¾®è½¯é›…é»‘;
    font-size: 12px;
}

.linkUs-right {
    width: 50%;
    border-left: 1px solid #d9d9d9;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    padding: 66px 110px 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.linkUs-right .erwei {
    width: 148px;
}

.linkUs-right .erwei img {
    width: 100%;
}

.linkUs-right .erwei p {
    font-size: 12px;
    font-family: å¾®è½¯é›…é»‘;
    margin-top: 6px;
    text-align: center;
}

.map {
    width: 100%;
    padding: 0 20px;
}

.map iframe {
    width: 100%;
    height: 320px;
}

@media (max-width:1600px) {}

@media (max-width:1500px) {}

@media (max-width:1299px) {
    body{ padding-top: 60px;}
    .container {
        width: 99%;
    }
    .top {
        display: block; position: fixed; left: 0; top: 0; background: #fff; width: 100%; height: 60px; box-shadow: 0 0 3px rgba(0,0,0,0.3); z-index: 99999;
    }
    .top-content{ height: 60px;}
    .top-content-lf{ width: 100%; float: none;}
    .pc-logo{ margin-top: 14px; padding-left: 15px;}
    .pc-logo>a img{ width: 210px;}
    .top-content-rt{ width: 100%; height: 100vh; background: #FF6300; float: none; position: fixed; top: 60px; left: 0; z-index: 999; display: none;}
    .top-content-rt .pc-ul{ margin-top: 0;}
    .top-content-rt .pc-ul>li{ width: 100%; line-height: 40px; background: #FF6300;  float: none; border-bottom: #fff solid 1px;}
    .top-content-rt .pc-ul>li a{ color: #fff; text-align: left; padding-left: 20px;}
    .top-content-rt .pc-ul>li .subnav{display: none;}
    .top-content-rt .pc-ul>li:hover .subnav {display: none;}

    .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  z-index:99999; display:block;transition: all .4s;-webkit-transition: all .4s;}
    .menu-toggle span{ width:35px; height:2px; background:#FF6300;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .menu-toggle span:before{ content:"";width:35px; height:2px; background:#FF6300;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .menu-toggle span:after{ content:"";width:35px; height:2px; background:#FF6300;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .menu-toggle.cur span{background-color:transparent;}
    .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner-pic {
        width: 430px;
        padding-top: 0;
    }
    .pro-ul>li {
        width: 120px;
    }
    .pro-ul>li>a {
        width: 118px;
    }
}

@media (max-width:1199px) {
    .banner-content {
        display: none;
    }
    .pro-ul {
        padding: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
    }
    .pro-center-right {
        width: 67%;
    }
    .pro-center-right>ul {
        margin-left: 0;
    }
    .pro-center-right>ul>li {
        width: 23%;
    }
    .pro-center-right .more-pro {
        left: 0;
    }
    .main-about-line>a {
        left: 0;
    }
    .main-about-info {
        padding: 0;
    }
    .footer {
        margin-top:0; padding-top: 15px;
    }
    .footer-nav {display: none;}
    .footer-content-left .gray-line{ display: none;}
    .footer-content-right{display: none;}
    .footer-lt-info{ padding: 0 15px 10px;}


    .mob-footer {
        display: block;
    }
    .main-news-bottom {
        width: 95%;
    }
    .main-news-img {
        width: 100%;
    }
    .main-news-left, .main-news-right {
        float: none;
    }
    .main-news-dian {
        display: none;
    }
    .main-news-right>ul>li {
        width: 100%;
    }
    .main-news-right .more-news {
        margin: 40px auto;
    }
    .aboutUsInfo {
        width: 99%;
    }
    .aboutBanner {
        padding: 0 10px;
    }
    .aboutBanner .swiper-container {
        width: 98%;
    }
    .aboutBanner .swiper-slide {
        width: 200px;
    }
    .aboutBanner .swiper-slide img {
        width: 100%;
    }
    .aboutBanner .swiper-button-prev, .aboutBanner .swiper-button-next {
        display: none;
    }
    .productCn .pro-list {
        width: 100%;
    }
    .productCn .pro-list img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
    }
    .productCn .pro-list>li {
        width: 30%;
    }
    .productCn .pro-list>li>.pro-img {
        width: 100%;
        padding: 0 10px;
    }
    .proInnerBt {
        width: 100%;
    }
    .application {
        width: 99%;
        height: auto;
        padding-bottom: 40px;
    }
    .application2 {
        margin-bottom: 35px;
    }
}

@media (max-width:991px) {
    .pro-classic .boxcon .arrow-left, .pro-classic .boxcon .arrow-right {
        display: none;
    }
    .main-news .boxcon .arrow-left, .main-news .boxcon .arrow-right {
        display: none;
    }
    .main-about {
        background: #eee;
    }
    .main-about-left {
        width: 100%;
        padding-left: 10px;
    }
    .main-about-line>a {
        width: 120px;
        font-size: 14px;
    }
    .pro_left {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .pro_right {
        width: 100%;
        padding: 0 15px;
    }
    .productNav {
        width: 99%;
        flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .productNav>li {
        width: 33.3%;
        float: left;
    }
    .productNav>li a {
        font-size: 14px;
    }
    .productCn .pro-list>li {
        width: 47%;
        float: left;
    }
    .newsInner {
        width: 100%;
    }
    .newsInner .newsInnerInfo {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        line-height: 28px;
    }
    .newsInner .bshare-custom {
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
    }
    .newsBt {
        width: 100%;
    }
}

@media (max-width:767px) {
    .pro-center {
        background: none;
    }
    .pro-center-right {
        width: 100%;
    }
    .pro-center-right .more-pro {
        left: 1px;
    }
    .pro-center-right .more-pro a {
        width: 120px;
        font-size: 14px;
    }
    .pro-center-top>p {
        width: 120px;
        font-size: 16px;
    }
    .productCn .pro-list>li {
        width: 45%;
        padding-top: 10px;
    }
    .productCn .pro-list>li>.pro-img {
        height: 100px;
    }
    .productCn .pro-list>li .pro-ti {
        margin-top: 5px;
    }
    .linkUs {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;

    }
    .linkUs-left {
        width: 100%;
    }
    .linkUs-right {
        width: 100%;
        padding: 30px 30px 0;
    }
    .map iframe {
        height: 235px;
    }
    .downlist {
        padding: 0 20px;
    }
    .downlist ul li .time {
        margin-right: 15px;
    }
	.related_news li span{
		display:none;
    }

}

@media (max-width:450px) {
    .title-one .title-one-pic {
        width: 310px;
    }
    .pro-center-right>ul>li {
        width: 48%;
    }
    .pro-center-right>ul>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .tp-bullets {
        bottom: 10px!important;
    }
    .productCn .pro-list>li {
        width: 43%;
    }
}

@media (max-width:374px) {
    .main-news-right>ul>li>p {
        float: none;
        text-align: center;
        line-height: 22px;
    }
    .common-title span {
        font-size: 16px;
    }
    .common-title span:before {
        top: -3px;
    }
    .common-title span:after {
        top: -2px;
        right: -129px;
    }
}

/* ç›¸å…³äº§å“ */

.related_products {
    margin-top: 20px;
    height: auto;
}

.related_products h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.related_products li {
    float: left;
    margin: 0 5px;
    width: 150px;
}

.related_products ul {
    text-align: center
}

.related_products img {
    width: 150px;
    height: 120px ;
}

/* ç›¸å…³æ–°é—» */

.related_news {
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .related_news li {
        float: left;
        line-height: 25px;
        width: 48%;
        margin-right: 2%;
    }
}

.related_news h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.related_news li {
    font-size: 14px;
}
.related_news li a {
    display: inline-block;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news li span {
    float: right;
	color: #bbb;
}

.related_news li a:hover {
    text-decoration: underline;
    color: black;
}
