/*头部样式*/

#header {
    height: 118px;
    position: fixed;
    background: url(../images/head_top_bg.png) no-repeat center top;
    z-index: 9999;
    top: 0px;
    width: 100%;
    left: 50%;
    margin-left: -960px;
}

.logo {
    float: left;
    padding-top: 30px;
    z-index: 9999;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    margin-top: 30px;
    width: 680px;
    float: right;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 320px;
    float: left;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*ads_index*/

.ads_index {
    height: 900px;
    position: relative;
}

.ads_tit {
    text-align: center;
    padding-top: 135px;
}

.ads_tit h3 {
    color: #0959a5;
    font-size: 36px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

.ads_tit h3 span {
    color: #333333;
}

.ads_tit p {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 100;
}

.ads_nr_list {
    position: relative;
    margin-top: 45px;
}

.ads_nr_list li {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    transition: all .5s;
}

.ads_nr_list li>a {
    display: block;
}

.ads_nr_list li>a>img {
    width: 243px;
    height: 398px;
}

.ads_nr_list li .ads_cc {
    height: 68px;
    position: relative;
    padding: 20px 0 0 20px;
    cursor: pointer;
}

.ads_nr_list li:hover {
    margin-top: -15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.ads_nr_list li:hover .ads_cc {
    background: url(../images/ads_cc_bg.png) no-repeat center center;
}

.ads_nr_list li:hover .ads_cc h3 {
    color: #fff;
}

.ads_cc h3 {
    color: #3b3536;
    font-size: 24px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
    line-height: 1;
}

.ads_cc span {
    padding-top: 6px;
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.ads_cc .sj_more {
    position: absolute;
    top: 35px;
    right: 14px;
}

.ads_cc .sj_more .img1 {
    display: block;
}

.ads_cc .sj_more .img2 {
    display: none;
}

.ads_nr_list li:hover .sj_more .img2 {
    display: block;
}

.ads_nr_list li:hover .sj_more .img1 {
    display: none;
}


/*ads2_index*/

.ads2_index {
    height: 900px;
    position: relative;
    background: url(../images/ads2_bg.png) no-repeat center center;
}

.ads2_tit {
    text-align: center;
    padding-top: 110px;
}

.ads2_tit h3 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

.ads2_tit span {
    display: block;
    font-size: 16px;
    color: #626262;
    font-weight: 400;
}

.ads2_nr {
    margin-top: 35px;
    position: relative;
}

.ads2_nr_list {
    position: relative;
}

.ads2_nr_list li {
    float: left;
    margin-right: 13px;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
}

.ads2_nr_list li:nth-child(2n) {
    margin-right: 0px;
}

.ads2_nr_list li>a {
    display: block;
    overflow: hidden;
}

.ads2_nr_list li>a>img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ads2_nr_list li>a>img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    /* transition: all 0.6s ease-out; */
}

.ads2_nr_list li:nth-child(1):hover a>img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    /* transition: all 0.6s ease-out; */
}

.ads2_nr_list li:nth-child(1)>a>img {
    width: 436px;
    height: 508px;
}

.ads2_nr_list li .ads2_cc {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ads2_nr_list li:nth-child(1) .ads2_cc {
    border: 1px solid #fff;
    width: 396px;
    height: 448px;
    padding: 10px;
    left: 10px;
    bottom: 20px;
}

.ads2_nr_list li:nth-child(1) .ads2_cc h3 {
    margin-top: 390px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

.ads2_nr_list li:nth-child(1) .ads2_cc span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.ads2_nr_list li:nth-child(1) .ads2_cc .sj2_more {
    display: none;
}

.ads2_nr_list li:nth-child(2) .ads2_cc {
    padding: 35px;
    top: 30px;
    left: 0px;
}

.ads2_nr_list li:nth-child(2) .ads2_cc h3 {
    color: #044d99;
    font-size: 24px;
    font-weight: 400;
}

.ads2_nr_list li:nth-child(2) .ads2_cc span {
    font-size: 12px;
    color: #626262;
    font-weight: normal;
    display: block;
    margin-top: 20px;
}

.ads2_nr_list li:nth-child(2) .ads2_cc .sj2_more {
    display: block;
    margin-top: 30px;
}

.ads2_nr_list li:nth-child(3) .ads2_cc {
    padding: 35px;
    top: 30px;
    left: 0px;
}

.ads2_nr_list li:nth-child(3) .ads2_cc h3 {
    color: #404040;
    font-size: 24px;
    font-weight: 400;
}

.ads2_nr_list li:nth-child(3) .ads2_cc span {
    font-size: 12px;
    color: #626262;
    font-weight: normal;
    display: block;
    margin-top: 20px;
}

.ads2_nr_list li:nth-child(3) .ads2_cc .sj2_more {
    display: block;
    margin-top: 30px;
}

.ads2_nr_list li:nth-child(4) .ads2_cc {
    padding: 35px;
    top: 30px;
    left: 0px;
}

.ads2_nr_list li:nth-child(4) .ads2_cc h3 {
    color: #404040;
    font-size: 24px;
    font-weight: 400;
}

.ads2_nr_list li:nth-child(4) .ads2_cc span {
    font-size: 12px;
    color: #626262;
    font-weight: normal;
    display: block;
    margin-top: 20px;
}

.ads2_nr_list li:nth-child(4) .ads2_cc .sj2_more {
    display: block;
    margin-top: 30px;
}


/*产品*/

.pro_index {
    height: 900px;
    background: url(../images/pro_bg.png) no-repeat center center;
    position: relative;
}

.forz {
    width: 1100px;
    margin: 0 auto;
    margin-top: 130px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.forz ul {
    border: 1px solid #ccc;
}

.forz li {
    width: 273px;
    height: 155px;
    float: left;
    position: relative;
    border-right: 2px solid #ccc;
}

.forz li:last-child {
    border-right: none;
}

.forz li .forzinn {
    /* background: url(../images/rzline.jpg) no-repeat left center; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.forz li:nth-child(1) .forzinn {
    background: none
}

.forz li a.img {
    width: 88px;
    height: 88px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
}

.forz li a.img div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 88px;
    text-align: center;
}

.forz li a.img img {
    max-width: 100%;
}

.forz li a.img div.img1 {
    opacity: 1;
    transition: all 0.4s;
}

.forz li a.img div.img2 {
    opacity: 0;
    transition: all 0.4s;
}

.forz li h3 {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    position: relative;
}

.forz li h3 a {
    display: block
}

.forz li:hover .forzinn {
    background: url(../images/rzbg.jpg) no-repeat center;
    height: 166px;
    margin-top: -8px;
    border-bottom: 7px solid #ffa11c;
}

.forz li:hover a.img div.img1 {
    opacity: 0;
    transition: all 0.4s;
}

.forz li:hover a.img div.img2 {
    opacity: 1;
    transition: all 0.4s;
}

.forz li:hover h3 a {
    color: #fff;
    transition: all 0.4s;
}

.pro_nr {
    margin-top: 35px;
    position: relative;
}

.pr_list {
    position: relative;
}

.pr_list li {
    float: left;
    margin-right: 18px;
    margin-bottom:10px;
}

.pr_list li a {
    display: block;
}

.pr_list li a img {
    width: 260px;
    height: 329px;
}

.pr_list li a h3 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    height: 61px;
    line-height: 61px;
}

.pr_list li:nth-child(2n-1) {
    border-bottom: 2px solid #ffa11c;
}

.pr_list li:nth-child(2n-0) {
    border-bottom: 2px solid #238fde;
}

.pr_list li:hover {
    border-bottom: none;
}

.pr_list li:hover a h3 {
    background: url(../images/pro_li_h3_bg.png) no-repeat center center;
    color: #fff;
}

.pro_nr .hd .prev,
.pro_nr .hd .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.pro_nr .hd .prev {
    left: -80px;
}

.pro_nr .hd .next {
    right: -80px;
}


/*翔辉照明*/

.ab_index {
    position: relative;
    height: 900px;
    background: url(../images/ab_bg.png) no-repeat center center;
}

.ab_left {
    float: left;
    width: 540px;
    padding-left: 48px;
    padding-top: 265px;
}

.ab_right {
    float: left;
    width: 500px;
    padding-left: 50px;
    margin-right: 40px;
    position: relative;
}

.ab_right>p {
    padding-top: 245px;
    font-size: 18px;
    font-family: "Arial";
    color: #d1d1d1;
    text-transform: uppercase;
}

.ab_right h3 {
    margin-top: 25px;
    line-height: 1;
    color: #006cc9;
    font-size: 36px;
    font-family: "Microsoft Yahei";
    position: relative;
    font-weight: normal;
}

.ab_right h3::before {
    content: "";
    display: block;
    width: 49px;
    height: 4px;
    background: #ffa11c;
    position: absolute;
    left: -55px;
    top: 7px;
}

.ab_right span {
    display: block;
    color: #454545;
    font-size: 12px;
    padding-top: 10px;
}

.ab_right .ab_txt {
    margin-top: 15px;
    color: #414141;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    line-height: 25px;
}

.ab_right .ab_more {
    margin-top: 28px;
    display: block;
    width: 139px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background: url(../images/ab_more_bg.png) no-repeat center center;
    font-size: 15px;
}

.ab_index .ab_jia {
    position: absolute;
    right: -38px;
    top: 170px;
}

.ab_index .ab_jia::before {
    content: "";
    display: block;
    width: 4px;
    height: 49px;
    background: #ffa11c;
    position: absolute;
    left: 18px;
    top: -60px;
}


/*实时动态*/

.news_index {
    height: 900px;
    position: relative;
}

.news_index .news_tit {
    text-align: center;
    padding-top: 130px;
}

.news_tit h3 {
    font-size: 36px;
    color: #006cc9;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

.news_tit h3 span {
    color: #343434;
}

.news_tit>p {
    display: block;
    color: #a5a5a5;
    font-size: 16px;
    font-weight: normal;
}

.news_nr {
    margin-top: 45px;
    position: relative;
    margin-bottom: 133px;
}

.news_left {
    float: left;
    width: 520px;
}

.nn_one {
    position: relative;
}

.nn_one li {
    position: relative;
}

.nn_one li>a {
    display: block;
}

/*.nn_one li>a>img {*/
/*    width: 513px;*/
/*    height: 181px;*/
/*}*/
.nn_one li>a>img{
        width: 130px;
    height: 181px;
    margin-left: 235px;
}

.nn_one li h3 {
    font-size: 18px;
    color: #272626;
    margin-top: 18px;
    font-weight: normal;
}

.nn_one li h3 a {
    color: #272626;
    margin-top: 18px;
}

.nn_one li span {
    display: block;
    font-size: 14px;
    color: #272626;
    padding-top: 5px;
}

.nn_one li .shijian {
    position: absolute;
    left: -35px;
    top: 14px;
    background: #006cc9;
    width: 215px;
    height: 154px;
    border-left: 11px solid #ffa11c;
}

.shijian h2 {
    margin-top: 40px;
    font-family: "Arial";
    font-size: 48px;
    color: #ffa11c;
    font-weight: normal;
    margin-left: 18px;
    line-height: 1;
}

.shijian h2 i {
    font-style: initial;
    color: #272626;
    font-size: 18px;
    font-family: "Arial";
}

.shijian dd {
    margin-top: 10px;
    margin-left: 18px;
    color: #272626;
    font-size: 12px;
    text-transform: uppercase;
}

.news_right {
    float: right;
    width: 560px;
    margin-right: 10px;
}

.nn_two {
    position: relative;
}

.nn_two li {
    height: 52px;
    position: relative;
    line-height: 52px;
    border-bottom: 1px solid #eaebee;
    padding-left: 25px;
}

.nn_two li:last-child {
    border-bottom: none;
}

.nn_two li a {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
}

.nn_two li a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 15px;
    top: 24px;
}

.nn_two li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #3c3c3c;
}


/*常见问题*/

.cjwt {
    margin-top: 20px;
    position: relative;
}

.cjwt h3 {
    float: left;
    width: 80px;
    font-size: 18px;
    color: #3b3a3a;
    font-weight: bold;
    padding-top: 5px;
}

.cjwt h3 span {
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.cj_list {
    float: left;
    width: 410px;
    margin-left: 15px;
}

.cj_list a {
    line-height: 40px;
    height: 40px;
    display: block;
    border-bottom: 1px solid #9ea5b1;
    font-size: 18px;
    color: #3b3a3a;
    background: url(../images/wenhao.png) no-repeat left center;
    padding-left: 40px;
}

.cj_list span {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    padding-left: 40px;
    color: #767676;
}

.cjwt .nn_img {
    margin-left: 30px;
    float: left;
}

.cj_rr_list {
    float: right;
    width: 360px;
}

.cj_rr_list li {
    margin-right: 40px;
    float: left;
    width: 150px;
}

.cj_rr_list li:last-child {
    margin-right: 0px;
}

.cj_rr_list li a {
    display: block;
    color: #3b3a3a;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

.cj_rr_list li a span {
    margin-top: 18px;
    display: block;
}

.foot_wap {
    /*margin-top: 86px;*/
    height: 163px;
    background: #2c2c2c;
    overflow: hidden;
}

.foot_logo {
    float: left;
    padding-top: 55px;
}

.foot_xx {
    float: right;
    width: 850px;
}

.nav_foot {
    padding-top: 55px;
    text-align: left;
    line-height: 24px;
    color: #666;
}

.nav_foot a {
    font-size: 14px;
    color: #fff;
    position: relative;
}

.nav_foot a:hover::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #ffa11c;
    /* border-radius: 10px; */
    left: -10px;
    top: 8px;
}


/*主体样式*/

#container {
    width: 1150px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/

.f_link {
    margin: 0 auto;
    margin-top: 5px;
    line-height: 30px;
    line-height: 30px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.copyright {
    text-align: left;
    line-height: 24px;
    margin-top: 15px;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto;
    margin-top: -118px;
}

.left {
    width: 1128px;
    float: left;
}

.sort-left {
    float: left;
}

.sort_menu {
    border: 1px solid #f3f3f3;
    background: url(../images/sort.jpg) bottom repeat-x #fff;
    border-bottom: none;
    height: 63px;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 1150px;
    float: right;
    padding-bottom: 10px;
    margin-top: 30px;
}

.sitemp {
    overflow: hidden;
}

.sitemp1 {
    overflow: hidden;
    position: absolute;
    width: 1200px;
    top: 20px;
}

.sitemp1 h2 {
    text-align: center;
    color: #585858;
    font-size: 27px;
    background: url(../images/about_title.jpg) 50% 100% no-repeat;
    line-height: 64px;
    height: 64px;
    font-weight: normal;
}

.sitemp h2 {
    text-align: center;
    color: #585858;
    font-size: 27px;
    background: url(../images/about_title.jpg) 50% 100% no-repeat;
    line-height: 64px;
    height: 64px;
    font-weight: normal;
}

.site {
    text-align: right;
    line-height: 69px;
    margin-right: 24px;
    color: #8e8e8e;
    padding-left: 25px;
}

.site a {
    color: #8e8e8e;
}

.right .content {
    padding-top: 10px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 40px;
}

.right-left {
    width: 745px;
    float: left;
    background: #fff;
    padding: 30px;
}

.news_listt .zxxw_b {
    float: left;
    width: 332px;
    margin-left: 24px;
}

.news_listt .zxxw_b a {
    line-height: 30px;
    display: block;
    color: #2b2b2b;
    font-size: 18px;
}

.news_listt .zxxw_b span {
    display: block;
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}

.news_listt .zxxw_b span.date {
    color: #888888;
    font-size: 14px;
    margin-top: 0;
}

.right-right {
    width: 318px;
    float: right;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.right-right .title {
    background: url(../images/tuijian_title.jpg) 10px 50% no-repeat;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

.right-right .title a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 12px;
}

#news_demo {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

#innewsdemo {
    height: 267px;
}

#news_demo1 {}

#news_demo2 {}

.sort_album {
    margin-top: 15px;
}



/*banner*/

<style>
ul,ol,li{list-style-type:none;}
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    font-size: 1.4em -webkit-font-smoothing:antialiased !important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}


.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullscreenvideo .vjs-loading-spinner {
    visibility: none;
    display: none !important;
    width: 0;
    height: 0
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
    background: transparent !important
}

.fullcoveredvideo .vjs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #36404b;
    width: 8px;
    height: 8px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 8px;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top 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: #fb4848
}

.tparrows {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tparrows.hidearrows {
    -ms-filter: "alpha(opacity=1)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, .3);
    background: url(../images/prev.png) no-repeat center;
    width: 57px;
    height: 62px;
    left: 100px !important;
    top: 50% !important;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

/*.tp-leftarrow.default:before {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 50px 0 0 10px;*/
/*    -moz-transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    -webkit-transform: rotate(-45deg);*/
/*    border-width: 1px 0 0 1px;*/
/*    border-style: solid;*/
/*    border-color: #fff*/
/*}*/

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, .3);
   background: url(../images/next.png) no-repeat center;
   width: 57px;
    height: 62px;
    right: 100px !important;
    top: 50% !important;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

/*.tp-rightarrow.default:before {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 50px 0 0 9px;*/
/*    -moz-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    -webkit-transform: rotate(45deg);*/
/*    border-width: 1px 1px 0 0;*/
/*    border-style: solid;*/
/*    border-color: #fff*/
/*}*/

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    /*background: #fb4848*/
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0;
    margin: 0;
    float: left;
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    height: 2px;
    background: #fff;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width:0) and (max-width:479px) {
    .responsive .tp-bullets {
        display: none
    }
    .responsive .tparrows {
        display: none
    }
}

.vjs-tech {
    margin-top: 1px
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    vertical-align: top;
    padding: 0
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-shadow: none !important;
    color: #fff;
    font-size: 18px
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.tp-loader {
    margin: -30px -30px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 60px;
    height: 60px
}

.tp-loader:before,
.tp-loader:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #fb4848;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.tp-loader:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}



</style>










