html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    color: #666;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.navbar-form {
    margin-top: 25px;
    margin-left: 30px;
}

.sinput {
    border-radius: 20px;
    height: 36px;
    font-size: 14px;
    color: #666;
}

.fgroup {
    position: relative;
}

.fgroup .icon-search {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: rgb(255, 255, 255, 0.4);
}

.navbar-nav>li {
    margin: 5px 0px;
    border-left-color: rgb(255, 255, 255, 0.4);
}

.dropdown-menu {
    background: #fff;
}

.dropdown-menu>li>a {
    color: #fff;
}

.nav>li:hover .dropdown-menu {
    display: block;
}

.series {
    margin-top: 50px;
}

.ny-about {
    padding-top: 3%;
    padding-bottom: 5%;
}

.ab-tit h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
}

.ab-tit {
    margin: 3% 0 4%;
}
.p-tit  a{
	display: inline-block;
	width: 25%;
	padding: 0;
	margin: 0;
	float: right;
	background:url(images/bg-14.jpg);
	color: #fff;
	line-height: 56px;
	font-size: 15px;
	border-radius: 0;
}
.ny_info{
    line-height: 28px;
}
.p-tit  a:hover{
	background:#4daf36;
}


.show-item {
    width: 100%;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    /* float: left; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    /*padding:10px;*/
    margin-bottom: 35px;
}

.item_warp {
    overflow: hidden;
    position: relative;
}

.item-box img {
    width: 100%;
    border: 1px solid #ddd;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    padding: 20% 7%;
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 36px;
    font-weight: bold;
    max-width: 70%;
}

.mask-cont p {
    font-size: 16px;
    margin: 10% 0;
}

.mask-cont span {
    text-align: center;
    font-size: 16px;
    padding: 4% 10%;
    border: 1px solid #fff;
    color: white;
}

.btn-product {
    border-radius: 30px;
    border: 2px solid #FFF;
    color: #fff;
    margin-top: 40px;
    padding: 10px 30px;
    background: none;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    /*margin-bottom: 22px;*/
}

.item-box h2 {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.sy-about {
    padding: 20px 0 18px;
}

.ainfo {
    line-height: 30px;
    margin-bottom: 30px;
}

.sy-products {
    padding: 2px 0 0px;
}

.pro-list {
    padding: 0px;
}

a.pro {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0;
}

a.pro img {
    transition: all ease-in-out .3s;
}

a.pro:hover img {
    transform: scale(1.2, 1.2);
}

span.pbg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: rgba(2, 120, 130, .7);
    color: #fff;
    opacity: 0;
}

a.pro:hover span.pbg {
    opacity: 1;
}

span.pbg i {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}



/* ------------newsbox */
.sy-news2 {

    padding-top: 40px;
    padding-bottom: 20px;
}

.nlist {
    padding-left: 30px;
}

.nlist li {
    border-bottom: 1px dashed #aaa;
    line-height: 42px;
}

.nlist li a {
    color: #555;
}

.nlist li a:hover {
    color: #027882;
    font-weight: bold;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.sy-news {
    margin: 30px 0px;
}

.eqtit {
    margin-top: 30px;
    margin-bottom: 40px;
}

.eqtit h2 {
    margin: 0px 0 10px 0;
    position: relative;
    color: #027882;
    font-size: 36px;
}

.new h4,
.new h3 {
    font-weight: normal;
}

.new h4 {
    color: #be0003;
    margin-top: 20px;
}

.new h3 {
    color: #000;
    margin-bottom: 20px;
}

.date {

    padding-top: 10px;
    padding-bottom: 15px;

}

/* .date span {
	color: #333;
	font-size: 36px;
	display: block;
	line-height: 56px;
}

.date i {
	display: block;
	color: #a0a0a0;
	font-size: 14px;
	font-style: normal;
} */
.liu-img,
.nimg {
    overflow: hidden;
}

.liu-img img,
.nimg img {
    transition: all ease-in-out .3s;
}

.liu-img:hover img,
.nimg:hover img {
    transform: scale(1.2, 1.2);
}


/* -------------首页产品 */
.sy-pro ul li {
    background: url(images/list_bg.jpg)no-repeat;
    transition: all 0.3s;
    margin: 6px 0;
}

.sy-pro ul li:hover {
    background: url(images/list_bg2.jpg)no-repeat;
}

.sy-pro ul li a {

    width: 100%;
    display: inline-block;
    background: url(images/jian.png)no-repeat 0 50%;
    line-height: 41px;
    border-radius: 5px;
    color: #fff;
    padding-left: 30px;
    margin-left: 8px;

}

.sy-pro-img {
    text-align: center;
    margin-top: 2%;
}

.sy-pro-img p a {
    color: #333;
    line-height: 40px
}

.sy-pro-img p {
    border: solid #e3e3e3 1px;
    border-top: 0;
}

.sy-pro-img .col-md-4 {
    margin: 10px 0;
}


/* ----------产品左侧标题 */
.pro-c .bt {
    margin-bottom: 40%;
    padding-top: 20px;
    background: url(images/line.png)no-repeat left top;
}

.pro-c .bt h1 {
    color: #ee5f22;
    font-size: 50px;
}

.pro-c .bt p {
    color: #5e5e5e;
    font-size: 36px;
}

.pro-c .bt i {
    color: #333;
    font-size: 11px;
    font-style: normal;
}

.pro-c .bt2 p {
    color: #fff;
    font-size: 14px;
}

.pro-c .bt2 h3 {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.bt2-1 {
    overflow: hidden;
    border-bottom: 1px solid #888888;
    padding-bottom: 10px;
}

.bt2-1 img {
    float: left;
    padding: 20px;
    width: 41%;
}

.pro-c {
    padding: 30px 0;
    background: url(images/pro_bg.png)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 240px;
    margin-top: 30px;
}

.ab-p h2 {
    color: #d43900;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 0;

}

.ab-p p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
}

.ab-p a {
    font-size: 12px;
    color: #7d7d7d;
    display: inline-block;
    padding: 8px;
    border: 1px solid #7d7d7d;
    margin-top: 20px;
}


.pro-i {
    padding: 4%;
    background: #fff;
}

.pro-i h3 {
    font-size: 12px;
    color: #333333;
    margin: 10px 0;
}

.pro-i a {
    font-size: 12px;
    color: #ee5f22;
    display: inline-block;
    padding: 8px;
    border: 1px solid #ee5f22;
}

.ab-c {
    overflow: hidden;
    background: #d43900;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 7% 0 0;
}

.ab-bg {
    margin: 0 0 7%;
}

.ab-i {
    padding: 10px;
}

.ab-i h2 {
    margin: 2px 0;
}

.ab-i p {
    margin: 2px 0;
}

.ad h2 {
    font-weight: 700;
    color: #555;
    font-size: 20px;
    margin-bottom: 20px;
}

.ad h3 {

    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.ad p {
    color: #555;
    font-size: 10px;
    line-height: 23px;
}

.ad .col-md-6 .col-md-6 {
    min-height: 170px;
    padding-top: 10px;
}

.pro h3 {
    color: #222;
    line-height: 27px;
}
.contact-c{
    line-height: 30px;
}
.contact-c h2{
    margin-bottom: 3%;
}
.pro .text-center a {
    font-size: 16px;
    color: #7d7d7d;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #7d7d7d;
    margin-top: 20px;
    border-radius: 4px;
}

.bt2 {
    background: #474747;
}

.news {
    overflow: hidden;
}

.news .col-md-6 {
    padding: 0;
}

.news .n-b {
    padding: 7%;
    padding-bottom: 0;
}

.news .n-r {
    border-left: 1px solid #ee5f22;
    padding-left: 15px;
}

.news h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5a5a5a;
    font-size: 18px;
    margin-bottom: 10px;
}


@media (min-width: 1200px){
	.swiper1{
		width: 420px;
		float: right;
		text-align: center;
	}
}
.sw2 h4{
	color: #fff;
	line-height: 70px;
	text-align: center;
}


.news .list a {
    color: #ddd;
    font-size: 14px;
}
.news i {
    font-style: normal;
    color: #ee5f22;
    font-size: 11px;
}

.swiper-container {
    width: 100%;
}

.pro {
    margin-bottom: 30px;
}

.foot ul h2 {
    display: block;
    background: url(images/line.png)no-repeat left bottom;
    background-size: initial;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.foot {
    background: #121212;
    color: #fff;
    padding: 20px 0;
    padding-bottom: 0;
}

.foot li {
    line-height: 30px;
}

.foot>.text-center {
    border-top: 1px solid #444;
    margin: 30px 0 0;
    line-height: 50px;
    color: #ccc;
}

.mail {
    background-color: #fff;
    border: 0 solid #ccc;
    border-radius: 0;
    position: relative;
    font-family: Questrial;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2em;
    text-align: left;
}

.mail input {
    border: 0;
    display: inline-block;
    font-size: 14px;
    color: #212223;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    max-width: 90%;
    text-indent: 10px;
    outline: 0;
    background-color: transparent;
    box-shadow: 0 0 0 #fff;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 400 13.3333px Arial;
}

.mail button {
    top: -0px;
    bottom: -0px;
    right: -0px;
    border-radius: 0;
    position: absolute;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    background-color: #d43900;
    border-radius: 0;
    line-height: 40px;
    padding: 0 24px;
}

@media (max-width: 768px) {
    .sy-pro ul li {
        width: 48%;
        margin: 6px 1%;
    }

    .pro-c {
        padding-bottom: 30px;
    }

    .bt2-1 {
        padding: 5px;
    }

    .navbar-form {
        margin: 0;
    }
}

.swiper-container {
    --swiper-theme-color: #afadaf;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #afadaf;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

#map {
    width: 100%;
    height: 400px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    opacity: 1;
}

.grid figure figcaption {
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -.15em;
    padding: 10px 0;
    font-weight: 300;
    color: #fff;
    background: rgba(212, 35, 29, 0.8)
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    color: #fff;
}

figure.effect-goliath {
    background: #d43900;
}

figure.effect-goliath h2,
figure.effect-goliath img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #ddd;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    left: auto;
    right:auto;
    text-align:center;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
    background: #333;
    border-color: #333;
}

.pager {
    display: inline-block;
}

.pager-loose.pager-pills>li>a {
    color: #333;
}

.pager>li.active>a {
    color: #fff;
}

.pager>li.disabled>a {
    color: #ddd;
}
.tree a span {
      display: none;

    }

    .tree li ul a span {
      display: inline-block;
    }

    .foot_info table {
      width: auto;
    }

    #MagnifierWrap2 {
      position: relative;
      width: 450px;
      max-width: 100%;
      margin: 0px auto;
    }

    .MagnifierMain {
      position: relative;
      width: 100%;

    }

    .MagnifierMain img {
      width: 100%;
    }

    .MagnifierDrag {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ccc;
      opacity: 0.4;
      filter: alpha(opacity=40);
      cursor: move;
    }

    .MagnifierPop {
      position: absolute;
      top: 0;
      overflow: hidden;
      background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;

    }

    .MagnifierImg {
      position: absolute;
      top: 0;
      left: 0;
    }

    .spec-items {
      position: relative;
      width: 400px;
      max-width: 100%;
      height: 69px;
      overflow: hidden;
      padding-top: 10px;
      margin: 10px auto;
    }

    .spec-items ul {
      width: 500%;
      position: absolute;
      top: 10px;
      left: 0;
    }

    .spec-items ul * {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
    }

    .spec-items li {
      width: 65px;
      float: left;
      overflow: hidden;
      margin-right: 5px;
      border: 2px solid #fff;
      cursor: pointer;

    }

    .spec-items li.on {
      border: 1px solid #f60;
    }

    .spec-items li img {
      width: 100%;
    }

    span.spe_leftBtn,
    span.spe_rightBtn {
      position: absolute;
      bottom: 0px;
      display: block;
      width: 20px;
      height: 69px;
      line-height: 69px;
      font-family: "黑体";
      text-align: center;
      font-size: 30px;
      color: #333;
      cursor: default;
      background-color: #eee;
    }

    span.on {
      background-color: #ccc;
      color: #999;
      cursor: pointer;
    }

    span.spe_leftBtn {
      left: 0;
    }

    span.spe_rightBtn {
      right: 0;
    }


    .MagnifierMain .MagTargetImg {
      width: auto;
      max-height: 100%;
      text-align: center;
      margin: 0 auto;
      vertical-align: middle;

    }

    @media (max-width:768px) {
      .text-right {
        text-align: left !important;
      }

    }
    .ny_model h2{
        margin-bottom: 3%;
    }
    .ser {
    margin-bottom: 70px;
    margin-top: 20px;}
    .ser a {
        background: #333;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 30px;
    margin-right: 10px;
    font-size: 14px;
     margin-bottom: 12px;
}
.media-news{padding: 20px 15px;min-height: 220px;border-radius: 6px;box-shadow: #ddd 5px 5px 30px;margin-bottom: 20px;transition:all 0.3s ease-in-out;}
.media-news h3{color: #333;}
.media-news h3 i{ padding-right: 10px; }
.media-news h6{line-height: 24px;color: #666;margin: 20px 0;max-height: 72px;white-space:normal;}
.media-news a{display: inline-block;color: #fff;background: #333;border-radius: 6px;padding: 10px 15px;}
.media-news:hover{transform: translateY(-10px)}
.shownews-t{border-bottom:1px solid #dfdfdf;padding-bottom: 10px;margin-bottom: 20px;}
.shownews-t h3{font-size: 22px;}




/* -------------首页产品 */
















/* 图标 */
.follow-a {
    margin: 0 5px 0 0;
}

.social-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.social-icon-32.social-icon-facebook {
    background: url(images/tb.png) no-repeat -24px 0 #3b5998
}

/* /assets/widget/style/component/follow/widget_setting_iconSize/iconSize32.css */
.social-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.social-icon-32.social-icon-facebook {
    background: url(images/style123tiny.png) no-repeat -24px 0 #3b5998;
}

.social-icon-32.social-icon-googleplus {
    background: url(images/style123tiny.png) no-repeat -24px -64px #d14836
}

.social-icon-32.social-icon-linkedin {
    background: url(images/style123tiny.png) no-repeat -24px -128px #007fb1
}

.social-icon-32.social-icon-sinaweibo {
    background: url(images/style123tiny.png) no-repeat -24px -192px #e6162d
}

.social-icon-32.social-icon-twitter {
    background: url(images/style123tiny.png) no-repeat -24px -256px #00aced
}

.social-icon-32.social-icon-youtube {
    background: url(images/style123tiny.png) no-repeat -24px -320px #cd332d
}

.social-icon-32.social-icon-qzone {
    background: url(images/style123tiny.png) no-repeat -24px -704px #ffc028
}

.social-icon-32.social-icon-renren {
    background: url(images/style123tiny.png) no-repeat -24px -768px #005baa
}

.social-icon-32.social-icon-douban {
    background: url(images/style123tiny.png) no-repeat -24px -832px #228a31
}

.social-icon-32.social-icon-tweibo {
    background: url(images/style123tiny.png) no-repeat -24px -896px #4cb4e6
}

.social-icon-32.social-icon-instagram {
    background: url(images/style123tiny.png) no-repeat -24px -960px #3f729b
}

.social-icon-32.social-icon-wechat {
    background: url(images/style123tiny.png) no-repeat -24px -1024px #8dc61f
}

.social-icon-32.social-icon-pinterest {
    background: url(images/style123tiny.png) no-repeat -24px -1088px #bd081c
}

.social-icon-32.social-icon-youku {
    background: url(images/style123tiny.png) no-repeat -24px -1152px #ff3b3b
}

.social-icon-32.social-icon-tumblr {
    background: url(images/style123tiny.png) no-repeat -24px -1569px #ff3b3b
}

.social-icon-32.social-icon-vk {
    background: url(images/style123tiny.png) no-repeat -24px -1760px #ff3b3b
}

.social-icon-32.social-icon-tiktok {
    background: url(images/style123tiny.png) no-repeat -20px -1862px #000
}

.social-icon-32.social-icon-white.social-icon-facebook {
    background: url(images/style6tiny.png) no-repeat -24px 0;
}

.social-icon-32.social-icon-white.social-icon-googleplus {
    background: url(images/style6tiny.png) no-repeat -24px -64px
}

.social-icon-32.social-icon-white.social-icon-linkedin {
    background: url(images/style6tiny.png) no-repeat -24px -128px
}

.social-icon-32.social-icon-white.social-icon-sinaweibo {
    background: url(images/style6tiny.png) no-repeat -24px -192px
}

.social-icon-32.social-icon-white.social-icon-twitter {
    background: url(images/style6tiny.png) no-repeat -24px -256px
}

.social-icon-32.social-icon-white.social-icon-youtube {
    background: url(images/style6tiny.png) no-repeat -24px -320px
}

.social-icon-32.social-icon-white.social-icon-qzone {
    background: url(images/style6tiny.png) no-repeat -24px -704px
}

.social-icon-32.social-icon-white.social-icon-renren {
    background: url(images/style6tiny.png) no-repeat -24px -768px
}

.social-icon-32.social-icon-white.social-icon-douban {
    background: url(images/style6tiny.png) no-repeat -24px -832px
}

.social-icon-32.social-icon-white.social-icon-tweibo {
    background: url(images/style6tiny.png) no-repeat -24px -896px
}

.social-icon-32.social-icon-white.social-icon-instagram {
    background: url(images/style6tiny.png) no-repeat -24px -960px
}

.social-icon-32.social-icon-white.social-icon-wechat {
    background: url(images/style6tiny.png) no-repeat -24px -1024px
}

.social-icon-32.social-icon-white.social-icon-pinterest {
    background: url(images/style6tiny.png) no-repeat -24px -1088px
}

.social-icon-32.social-icon-white.social-icon-youku {
    background: url(images/style6tiny.png) no-repeat -25px -1152px
}

.social-icon-32.social-icon-white.social-icon-tumblr {
    background: url(images/style6tiny.png) no-repeat -25px -1569px
}

.social-icon-32.social-icon-white.social-icon-vk {
    background: url(images/style6tiny.png) no-repeat -25px -1760px
}

.social-icon-32.social-icon-white.social-icon-tiktok {
    background: url(images/style6tiny.png) no-repeat -25px -1879px
}

.social-icon-32.social-icon-white.social-icon-facebook:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1px;
}

.social-icon-32.social-icon-white.social-icon-googleplus:hover {
    background: url(images/style6tiny.png) no-repeat -239px -65px
}

.social-icon-32.social-icon-white.social-icon-linkedin:hover {
    background: url(images/style6tiny.png) no-repeat -239px -129px;
}

.social-icon-32.social-icon-white.social-icon-sinaweibo:hover {
    background: url(images/style6tiny.png) no-repeat -239px -193px
}

.social-icon-32.social-icon-white.social-icon-twitter:hover {
    background: url(images/style6tiny.png) no-repeat -239px -257px
}

.social-icon-32.social-icon-white.social-icon-youtube:hover {
    background: url(images/style6tiny.png) no-repeat -239px -321px
}

.social-icon-32.social-icon-white.social-icon-qzone:hover {
    background: url(images/style6tiny.png) no-repeat -239px -705px
}

.social-icon-32.social-icon-white.social-icon-renren:hover {
    background: url(images/style6tiny.png) no-repeat -239px -769px
}

.social-icon-32.social-icon-white.social-icon-douban:hover {
    background: url(images/style6tiny.png) no-repeat -239px -832px
}

.social-icon-32.social-icon-white.social-icon-tweibo:hover {
    background: url(images/style6tiny.png) no-repeat -239px -896px
}

.social-icon-32.social-icon-white.social-icon-instagram:hover {
    background: url(images/style6tiny.png) no-repeat -239px -961px
}

.social-icon-32.social-icon-white.social-icon-wechat:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1025px
}

.social-icon-32.social-icon-white.social-icon-pinterest:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1089px
}

.social-icon-32.social-icon-white.social-icon-youku:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1153px
}

.social-icon-32.social-icon-white.social-icon-tumblr:hover {
    background: url(images/style6tiny.png) no-repeat -236px -1570px
}

.social-icon-32.social-icon-white.social-icon-vk:hover {
    background: url(images/style6tiny.png) no-repeat -235px -1761px
}

.social-icon-32.social-icon-white.social-icon-tiktok:hover {
    background: url(images/style6tiny.png) no-repeat -235px -1885px
}

.social-icon-32.social-icon-whitehover.social-icon-facebook {
    background: url(images/style9tiny.png) no-repeat -272px 0
}

.social-icon-32.social-icon-whitehover.social-icon-googleplus {
    background: url(images/style9tiny.png) no-repeat -271px -63px
}

.social-icon-32.social-icon-whitehover.social-icon-linkedin {
    background: url(images/style9tiny.png) no-repeat -272px -129px
}

.social-icon-32.social-icon-whitehover.social-icon-sinaweibo {
    background: url(images/style9tiny.png) no-repeat -272px -193px
}

.social-icon-32.social-icon-whitehover.social-icon-twitter {
    background: url(images/style9tiny.png) no-repeat -272px -257px
}

.social-icon-32.social-icon-whitehover.social-icon-youtube {
    background: url(images/style9tiny.png) no-repeat -272px -321px
}

.social-icon-32.social-icon-whitehover.social-icon-qzone {
    background: url(images/style9tiny.png) no-repeat -273px -704px
}

.social-icon-32.social-icon-whitehover.social-icon-renren {
    background: url(images/style9tiny.png) no-repeat -272px -768px
}

.social-icon-32.social-icon-whitehover.social-icon-douban {
    background: url(images/style9tiny.png) no-repeat -272px -832px
}

.social-icon-32.social-icon-whitehover.social-icon-tweibo {
    background: url(images/style9tiny.png) no-repeat -272px -896px
}

.social-icon-32.social-icon-whitehover.social-icon-instagram {
    background: url(images/style9tiny.png) no-repeat -273px -961px;
    width: 31px
}

.social-icon-32.social-icon-whitehover.social-icon-wechat {
    background: url(images/style9tiny.png) no-repeat -273px -1024px
}

.social-icon-32.social-icon-whitehover.social-icon-pinterest {
    background: url(images/style9tiny.png) no-repeat -273px -1088px
}

.social-icon-32.social-icon-whitehover.social-icon-youku {
    background: url(images/style9tiny.png) no-repeat -273px -1154px
}

.social-icon-32.social-icon-whitehover.social-icon-tumblr {
    background: url(images/style9tiny.png) no-repeat -271px -1556px
}

.social-icon-32.social-icon-whitehover.social-icon-vk {
    background: url(images/style9tiny.png) no-repeat -271px -1733px
}

.social-icon-32.social-icon-whitehover.social-icon-tiktok {
    background: url(images/style9tiny.png) no-repeat -271px -1821px
}

.social-icon-32.social-icon-whitehover.social-icon-facebook:hover {
    background: url(images/style9tiny.png) no-repeat -55px 0
}

.social-icon-32.social-icon-whitehover.social-icon-googleplus:hover {
    background: url(images/style9tiny.png) no-repeat -54px -63px
}

.social-icon-32.social-icon-whitehover.social-icon-linkedin:hover {
    background: url(images/style9tiny.png) no-repeat -55px -129px
}

.social-icon-32.social-icon-whitehover.social-icon-sinaweibo:hover {
    background: url(images/style9tiny.png) no-repeat -55px -193px
}

.social-icon-32.social-icon-whitehover.social-icon-twitter:hover {
    background: url(images/style9tiny.png) no-repeat -55px -257px
}

.social-icon-32.social-icon-whitehover.social-icon-youtube:hover {
    background: url(images/style9tiny.png) no-repeat -55px -321px
}

.social-icon-32.social-icon-whitehover.social-icon-qzone:hover {
    background: url(images/style9tiny.png) no-repeat -56px -704px
}

.social-icon-32.social-icon-whitehover.social-icon-renren:hover {
    background: url(images/style9tiny.png) no-repeat -55px -768px
}

.social-icon-32.social-icon-whitehover.social-icon-douban:hover {
    background: url(images/style9tiny.png) no-repeat -55px -832px
}

.social-icon-32.social-icon-whitehover.social-icon-tweibo:hover {
    background: url(images/style9tiny.png) no-repeat -55px -896px
}

.social-icon-32.social-icon-whitehover.social-icon-instagram:hover {
    background: url(images/style9tiny.png) no-repeat -56px -961px;
    width: 31px
}

.social-icon-32.social-icon-whitehover.social-icon-wechat:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1024px
}

.social-icon-32.social-icon-whitehover.social-icon-pinterest:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1088px
}

.social-icon-32.social-icon-whitehover.social-icon-youku:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1154px
}

.social-icon-32.social-icon-whitehover.social-icon-tumblr:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1557px
}

.social-icon-32.social-icon-whitehover.social-icon-vk:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1733px
}

.social-icon-32.social-icon-whitehover.social-icon-tiktok:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1821px
}


blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
form,
hr,
input,
legend,
menu,
ol,
optgroup,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

img {
    transition: all ease-in-out 0.3s;
}

ol,
ul {
    list-style-type: none;
    list-style-image: none
}

a {
    text-decoration: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;/ clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a:active {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

a:focus {
    outline: dotted 1px;

}


.containers {
    max-width: 1100px;
}

.floatr {
    float: right;
}

.floatl {
    float: left;
}

.top_tel {
    background-color: #292929;
    color: #ccc;
    font-size: 12px;
    padding: 6px;
}


.top_tel span b {
    font-size: 16px;
}

.navbar {
    margin-bottom: 0px;
    background-color: rgba(160, 180, 195, 0.8);
}

.img-100 img{
    width: 100%;
}
.navbar-nav {
    float: right;
}
.navbar-nav a {
    line-height: 46px;
}


nav .navbar-collapse,
nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav>li>a {
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 16px;
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
	margin-bottom: -2px;
    color: #273c59;
    border-bottom: solid #273c59 2px;
}

#myTab1 {
    display: none;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-top: 60px;
    /*  margin-bottom: 40px;*/
}

.nav-tabs>li>a {
    position: relative;
    padding: 20px 0;
    font-size: 16px;
    border-radius: 0;
    background: url(../styles/images/tabbg1.jpg);
	color: #fff;
}

.nav>li>a span {
    color: #ccc;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
}

.nav-tabs>li {
    width: 25%;
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover {
    background:#4daf36;
    color: #fff;
}

.nav-tabs>li.active span,
.nav-tabs>li.active span:focus,
.nav-tabs>li.active span:hover {
    display: none;
}



.nav-tabs>li>a {
    margin: 0;
}

.tabxqimg {
    width: 33.3%;
    border-radius: 15px;
    overflow: hidden;
}

.tabimg {
    margin: 40px 0px 30px;
}

.contb {
    padding: 50px 0px;
    overflow: hidden;

}
.contbxf li {
	padding-bottom: 10px;
}
.contbxf li i{
	display:inline-block;
	height: 92px;
	width: 92px;
}

.contbxf li:nth-of-type(1) i{
	background-image: url(../styles/images/yuan_03.jpg);
}
.contbxf li:nth-of-type(2) i{
	background-image: url(../styles/images/yuan_05.jpg);
}
.contbxf li:nth-of-type(3) i{
	background-image: url(../styles/images/yuan_07.jpg);
}
.contbxf li:nth-of-type(4) i{
	background-image: url(../styles/images/yuan_14.jpg);
}
.contbxf li:nth-of-type(5) i{
	background-image: url(../styles/images/yuan_12.jpg);
}
.contbxf li:nth-of-type(6) i{
	background-image: url(../styles/images/yuan_13.jpg);
}
.contbxf li:nth-of-type(7) i{
	background-image: url(../styles/images/yuan_18.jpg);
}
.contbxf li:nth-of-type(8) i{
	background-image: url(../styles/images/yuan_19.jpg);
}
.contbxf li:nth-of-type(9) i{
	background-image: url(../styles/images/yuan_20.jpg);
}
.contbxf li:nth-of-type(1):hover i{
	background-image: url(../styles/images/yuanlu_03.jpg);
}
.contbxf li:nth-of-type(2):hover i{
	background-image: url(../styles/images/yuanlu_05.jpg);
}
.contbxf li:nth-of-type(3):hover i{
	background-image: url(../styles/images/yuanlu_07.jpg);
}
.contbxf li:nth-of-type(4):hover i{
	background-image: url(../styles/images/yuanlu_14.jpg);
}
.contbxf li:nth-of-type(5):hover i{
	background-image: url(../styles/images/yuanlu_12.jpg);
}
.contbxf li:nth-of-type(6):hover i{
	background-image: url(../styles/images/yuanlu_13.jpg);
}
.contbxf li:nth-of-type(7):hover i{
	background-image: url(../styles/images/yuanlu_18.jpg);
}
.contbxf li:nth-of-type(8):hover i{
	background-image: url(../styles/images/yuanlu_19.jpg);
}
.contbxf li:nth-of-type(9):hover i{
	background-image: url(../styles/images/yuanlu_20.jpg);
}

.contb img {
    margin: 10px auto;
}

.contb p {
    font-size: 24px;
}
.contbxf{
    width: 580px;
}
.contbx{
    /* padding: 50px 40px 1px; */
   
}
.contbx p {
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.psnr .container-full{
   display: flex;
    /*align-items: flex-end ;*/
    justify-content: center;
}
.container-full>div{
  flex: 1;
  margin: 0;
}
.psnr-bgimg1{
background: url(../styles/images/youshi.jpg)  center center;
-webkit-background-size: cover;
background-size: cover;
}
.psnr-bgimg2{
background: url(../styles/images/gushi.jpg)  center center;
-webkit-background-size: cover;
background-size: cover;
}
.psnr-bgimg1 img,
.psnr-bgimg2 img{
    display: none;
}
.prods-img{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.psnimg{
   /* width: 100%;*/
}



.aboutus {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
    width: 570px;
}

.aboutus h2 {
    font-size: 24px;
    color: #00923f;
}
.aboutus h2:hover {
    color: #444;
}

.aboutus span {
    line-height: 40px;
	color: #00923f;
}

.aboutus p {
    /*line-height: 30px;*/
    padding: 5px 0 20px;
}

.aboutusimg {
    width: 48%;
}

.prods {
    margin: 100px auto 60px;
}

.prods h3 {
	margin: 24px 0px 10px 0px;
    font-size: 22px;
    color: #222;
	

}

.prods p {
    font-size: 14px;
    color: #666;

}


.news {
    display: flex;
	padding-top: 40px;
    background-color: #ccc;
    background: url(../styles/images/heng.jpg) repeat center center;
    background-size: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.news .list {
    flex: 1;
    margin: 10px 0 10px 40px;
}

.news .list li {
    margin: 15px 0;
}
.news .list li a:hover{
    color:  #fff;
}
.news .list span {
    margin-left: 10px;
    color: #797979;
    font-size: 12px;
}

.news .list h3 {
    margin: 0;
    line-height: 60px;
    border-bottom: solid #444 1px;
    color: #eee;
    max-width: 500px;
    font-size: 30px;
}

.news .list h3 i {
    color: #999;
    font-size: 24px;
}

.news .list a {
    color: #ddd;
    font-size: 14px;
}

.news .list a p {
    margin: 0px 0;
}

.yqlj {
    margin: 20px auto;
    font-size: 14px;
    color: #000;
}

.yqlj span {
    margin: 0 20px;
}

.yqlj a {
    font-size: 14px;
    color: #333;
}

.botus {
    display: flex;
    position: relative;
}

.botus>div {
    flex: 1;
}

.botus .logo-img {
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.botus .bottel {
    flex: 1.5;
}

.bottom_list li {
    margin: 10px 0;
}

.bottom_list a {
    font-size: 14px;
    color: #ccc;
}

.bottom_list h3 a {
    font-size: 18px;
    color: #fff;
}

.bottom_list span {
    margin: 15px 0px;
    display: block;
    height: 3px;
    width: 36px;
    background-color: #ccc;
}

.bot_ba {
    background-color: #144a33;
    color: #ddd;
    font-size: 14px;
    padding: 15px;
}
.bot_tel .container{
	border-bottom:1px solid #105b0a;
}

.list_img {
    background: url(../styles/images/botteltb.png) no-repeat left center;
    padding-left: 70px;
}

.bottom_list li i {
    margin-right: 10px;
    font-size: 14px;
}

.bottom_list li .fa-map-marker {
    margin-left: 2px;
    font-size: 16px;

}

.bottom_list li h4 {
    font-size: 22px;
    color: #fff;
}

.bottom_list li h6 {
    font-size: 14px;
    color: #fff;
}

a:hover {
    color: #696969;
}


.bot_tel {
    background-color: #144a33;
    color: #ccc;
    font-size: 12px;
    padding: 6px;
}

.top_tel span b {
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.prods div {
    border: solid 1px #fff;
}

/* .prods div:hover {
    border: solid #ccc 1px;
} */
.aboutusimg{
    overflow: hidden;
}
.aboutusimg img:hover,
.prods-img img:hover,
.contb img:hover,
#myTabContent img:hover {
    transform: scale(1.2);

}
.aboutusimg img,
.prods-img img,
.contb img,
#myTabContent img {
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.contb,
.tabimg,
#myTabContent {
    overflow: hidden;
}

.contbx {
    border: solid #fff 1px;
}

.contbx:hover img{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    -webkit-transition:-webkit-transform 1s linear;
    transition:transform 1s  linear;
}
}
.contbx:hover {
    border: solid #ccc 1px;
}

.fade {
    background-color: #eee;
    opacity: .9;
   /* transform: translateX(10px);
    transition: opacity .3s linear;*/
}

.fade.in {
    transform: translateX(0);
}
/*products*/
.prodts{
     color: #333;
     margin: 30px 0;
}
.prodtsbgs{
    background-color: #f5f5f5;
   margin-bottom: 30px;
}
.prodts-list{
    padding: 30px 0;
}
.zsxg{
    background: url(../styles/images/border.jpg) no-repeat right center;
}
.prodts h2 span{
    font-weight: 400;

    font-size: 28px;
    line-height: 100px ;
    padding: 40px 15px;
    background: url(../styles/images/ttbj.png) no-repeat right  center ;
}
.prodts h3{
    padding-bottom: 10px;
    margin-left: 50%;
     font-weight: 400;
    font-size: 18px;
}
.prodts h3 span{
    padding-bottom: 10px;
   border-bottom: solid #7b7b7b 1px;
}

.prodts h4 {

     margin-left: 50%;
     font-weight: 400;
}

.prodts .margin h5{
      margin: 20px 0 0 10px;
      font-weight: 400;
     font-size: 16px;
}
.prodts .margin h6{
    margin: 20px 0 0 10px;
    font-weight: 400;
    font-size: 14px;
   
}
.prodts  h5{
      font-weight: 400;
     font-size: 16px;
     margin-top: 20px;
}
.prodts h6{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 50px;
   
}
.prodts-img{
    overflow: hidden;
}
.dropdown-menu > li > a {
        border-bottom: solid #fff 1px;
    }


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f1f1f1!important;
    color: #353535;
    border-bottom: solid #ccc 1px;
}

    .open .dropdown-menu li:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.53846154;
    color: #353535;
    white-space: nowrap;
}



@media (min-width: 768px){
    .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
}


@media screen and(min-width: 768px) and(max-width: 768px) {
    body{
        min-width: 1180px;
    }

}

@media screen and (max-width: 768px) {
    .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
    width: 100%;
}
.navbar-nav{
    border-bottom: solid #ccc 1px;
}
.dropdown-menu li{
    border-bottom: solid #ccc 1px;
}
    .top_tel .floatr {
        display: none;
    }

    .logo-img {
        margin-left: 10px;
    }

    .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar-collapse {
        float: left;
    }

    nav .container {
        position: initial;
    }

    .nav-justified>li>a {
        text-align: left;
    }

    .navbar-brand {
        float: none;
        overflow: hidden;

    }

    .navbar-nav>li>a {

        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navbar-brand img {
        width: auto;
        float: left;
        padding: 7px;
    }

    .navbar-toggle {
        margin-top: 10px;
        background: #fff;
    }

    .icon-bar {
        background: #000;
    }

    .navbar {
        margin-bottom: 0px;
        border-bottom: 0 none;
    }

    .nav-tabs {
        margin-top: 30px;
    }
.nav-tabs>li>a{
    font-size: 12px;
    padding: 10px 0;
}

.navbar-nav {
    float: left;
}
    .tabimg {
        margin: 10px 0px 20px;
    }


    .psnimg1,
    .psnimg2 {
        width: 100vw;
        position: relative;
        bottom: 0px; 
    }

    .contbx {
        padding: 0 10px;
    }
.contbxf{
    width: auto;
}
    .aboutus {
        width: auto;
        margin: 0;
    }

    .aboutus p {
        padding: 0;
    }

    .prods>div {
        margin-top: 10px;
    }

    .news {
        display: block;
        background: url(../styles/images/heng1.jpg) repeat center center;
        height: auto;
    }

    .news .list {
        margin: 10px 10px 20px;
    }

    .news .list ul {
        padding-bottom: 10px;
    }

    .bot_tel {
        display: none;
    }
.yqlj {
    margin: 10px auto;
}
    .yqlj span {
        margin: 0 5px;
    }

    #myTab {
        display: none;
    }

    #myTab1 {
        display: block;
    }
    /*products*/
    .prodts h3,
    .prodts h4,
    .prodts h5,
    .prodts h6 {
        text-align: center;
        margin-left: 0;

    }
    .zsxg{
       background: url(../styles/images/border1.jpg) no-repeat right center;
    }
.psnr .container-full{
    display: inline-block;
}
.psnr-bgimg1 img,
.psnr-bgimg2 img{
    display: block;
}
.psnr-bgimg1,
.psnr-bgimg2{
background: url(../styles/images/111.jpg)  center center;
-webkit-background-size: cover;
background-size: cover;
}
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: #4daf36;
}
.nav-tabs>li.active>a:hover{
	color: #fff;
}
.bg{
	background: url(../styles/images/bg2.jpg);
	background-size: cover;
}

/* åˆ†é¡µæ ·å¼ */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #bf901d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #bf901d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #bf901d;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#bf901d;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #bf901d;
    color: #fff;
    border-color: #bf901d;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}