﻿@charset "utf-8";
/*-------------------------------   index 首页---------------------------------*/

/*-----首页 banner-----*/
.slideBox {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li img {
    height: 460px;
}

.slideBox .bd li a {
    display: block;
    text-align: center
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    margin-top: -30px;
    display: block;
    width: 30px;
    height: 60px;
    top: 50%;
    transform: translate(0, -50%);
}

.slideBox .prev {
    left: 3%;
    background: url(../images/arrow_left.png) no-repeat;
}

.slideBox .next {
    right: 3%;
    background: url(../images/arrow_right.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .7;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.search {
    width: 1100px;
    margin: 33px auto 0;
    height: 60px;
    background: #364261;
}

.search01 {
    float: left;
    width: 450px;
}

.search02 {
    float: left;
}

.search02 input.search03 {
    width: 246px;
    font-size: 14px;
    color: #fff;
    font-family: '微软雅黑';
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    border: none;
    border: 0;
    background: #4f5e86;
    border-right: #76809b solid 1px;
}

.search01 input.search04 {
    width: 57px;
    font-size: 14px;
    color: #fff;
    font-family: '微软雅黑';
    height: 60px;
    border: none;
    border: 0;
    background: #f1b11a url(../images/ss01.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/ss01.jpg*/ no-repeat center center;
    border-left: #76809b solid 1px;
    cursor: pointer;
}

.search05 {
    float: left;
    width: 120px;
}

.jslct {
    color: #fff;
    font-family: "微软雅黑";
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    cursor: default;
    width: 120px;
    height: 60px;
    line-height: 60px;
    background: #4f5e86 url(../images/ss02.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/ss02.jpg*/ no-repeat 80px center;
    z-index: 0;
}

.jslct div.jslct_t {
    position: relative;
    padding-left: 15px;
    z-index: 2;
    *display: block !important;
    *display: inline;
    zoom: 1;
}

.jslct em {
    font-style: normal;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jslct dl, .jslct dl dd {
    padding: 0;
    margin: 0;
    list-style: none
}

.jslct dl {
    background: #4f5e86;
    position: absolute;
    top: 60px;
    left: 0;
    cursor: default;
    width: 120px;
    overflow: hidden;
    z-index: 1;
    display: none;
    font-size: 14px;
    border-top: #76809b solid 1px;
}

.jslct_hover dl {
}

.jslct dl dd {
    padding: 0 15px;
    line-height: 36px;
    border-bottom: #76809b solid 1px;
    white-space: nowrap;
    cursor: pointer;
    background: #4f5e86;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.jslct dl dd:hover {
    color: #fff;
    background: #455377;
    border-bottom: #76809b solid 1px;
}

.jslct dl dd.hover {
    color: #fff;
    background: #455377;
    border-bottom: #76809b solid 1px;
}

.jslct .jslcted {
}

.jslct dl dd.noborder {
}

/*公告*/
.gonggao {
    position: relative;
    float: right;
    width: 497px;
    height: 60px;
    padding-left: 128px;
    background: url(../images/gg01.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/gg01.jpg*/ no-repeat left center;
}

.gonggao01 {
    position: absolute;
    top: 0;
    left: 40px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.gonggao marquee {
    float: left;
    width: 470px;
    font-size: 14px;
    color: #a8acb6;
    line-height: 60px
}

/*book*/
.ibook h2 {
    text-align: center;
    padding: 70px 0 0
}

.message {
    float: left;
    padding: 45px 0 0
}

.message input, .message textarea {
    float: left;
    margin-bottom: 11px;
    line-height: 40px;
    height: 40px;
    text-indent: 20px;
    color: #999999;
    font-size: 14px;
    font-family: 微软雅黑;
}

.message textarea {
    height: 144px;
}

.inp_fl {
    float: left;
    width: 362px;
    padding-right: 16px;
}

.yzm {
    width: 100%;
    margin: 20px 0 0
}

.message .subbut {
    border: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei"
}

.viewcon {
    overflow: hidden;
    ma /
    rgin: 0 12px 36px;
    width: 940px;
    display: inline;
    word-break: break-all;
    color: #6c4c30;
    font-size: 14px;
    float: left;
    padding: 0 20px 20px;
    line-height: 30px;
    font-size: 14px
}

.focus {
    width: 358px !important;
    height: 38px !important;
    border: 2px solid #ee0049 !important;
}

.focus1 {
    width: 618px !important;
    height: 142px !important;
    border: 2px solid #ee0049 !important;
}

/*首页产品中心*/
.pro_bg {
    width: 100%;
    margin: 55px auto 0;
    height: 670px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro_b {
    width: 238px;
    height: 623px;
    border: 1px solid #dddddd;
    float: left;
    background: #fff;
}

.pro_b h4 {
    color: #4c556f;
    font-size: 18px;
    background: url(../images/d2.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d2.jpg*/ 10px center no-repeat;
    height: 60px;
    padding: 21px 0 0 59px;
    width: 137px;
    border-bottom: 1px solid #eaeaea;
    margin: 0 auto;
    line-height: 1;
}

.pro_b h4 i {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.pro_b li {
    padding: 6px 15px 6px 55px;
    font-size: 14px;
    color: #2e2e2e;
    background: url(../images/cp04.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/cp04.png*/ no-repeat 34px center;
    font-family: "微软雅黑";
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
    border-left: #fff solid 4px;
}

.pro_b li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
}

.pro_b li a:hover {
    color: #f76f0c;
}

.pro_imgsbg {
    width: 846px;
    float: right;
    padding: 0 0 0
}

.product08 {
    overflow-y: auto;
    height: 542px;
}

.pro_imgsbg dl {
    float: left;
    width: 252px;
    height: 300px;
    margin: 0 0 26px 30px;
    overflow: hidden;
    background: #f6f6f6;
    color: #2e2e2e;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_imgsbg dl:hover {
    background: #ffc231;
}

.pro_imgsbg dl dt {
    width: 236px;
    height: 173px;
    overflow: hidden;
    border: #f6f6f6 solid 8px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_imgsbg dl dt a {
    float: left;
    width: 100%;
    height: 173px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #fff;
}

.pro_imgsbg dl:hover dt {
    border: #ffc231 solid 8px;
}

.pro_imgsbg dl dd {
    color: #2e2e2e;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_imgsbg dl dd .tt {
    display: block;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}

.pro_imgsbg dl:hover .tt {
    color: #fff;
}

.pro_imgsbg dl dd span {
    padding: 10px 10px 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: font-size: 13px;
}

.pro_imgsbg dl:hover dd {
    color: #fff;
}

.pro_imgsbg dl dd .mm {
    display: block;
    margin: 20px auto 0;
    width: 128px;
    height: 34px;
    text-align: center;
    border: 1px solid #e3e3e3;
    line-height: 34px;
    color: #2e2e2e;
    font-size: 16px;
}

.pro_imgsbg dl:hover .mm {
    border: 1px solid #fff;
    color: #fff;
}

/*行业动态*/
.newsb_b {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.itl_t1 {
    text-align: center;
    width: 100%;
    background: url(../images/d3.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d3.png*/ repeat-x left center;
    margin: 90px 0 40px;
    height: 56px;
    padding: 0 0
}

.itl_t1 .tff {
    float: left;
    background: url(../images/d2.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d2.png*/ left center no-repeat #fff;
    height: 56px;
    padding: 0 20px 0 20px;
}

.itl_t1 span {
    display: block;
    font-size: 20px;
    color: #2e3955;
    line-height: 1
}

.itl_t1 h2 {
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2e3955;
    text-transform: uppercase;
    line-height: 1
}

.izao_amore1 {
    float: right;
    color: #2e3955;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 56px;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 22;
    margin: 0 20px 0 0
}

.newsb_b .r_b {
    width: 100%;
    margin: 30px auto;
}

.newsb_b .r_b .itemb {
    float: left;
    width: 345px;
    margin: 0 20px 10px 0;
}

.newsb_b .r_b .itemb time {
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #9fa0a2;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsb_b .r_b .itemb .info_b {
    display: block;
    padding: 0 10px;
}

.newsb_b .r_b h3 {
    font-size: 16px;
    line-height: 30px;
    color: #2e3955;
    padding-top: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsb_b .r_b .intro {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #444444;
    padding-top: 10px;
    text-indent: 2em;
}

.newsb_b .r_b .itemb a {
    width: 118px;
    height: 34px;
    border: 1px solid #e1e1e1;
    line-height: 34px;
    text-align: center;
    display: block;
    margin: 15px 10px 0
}

/*首页关于我们*/
.iabout_b {
    width: 100%;
}

.iabout_b .img_b {
    float: left;
    height: 353px;
    width: 470px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 73px 0 0
}

.iabout_b .abr {
    float: left;
    width: 540px;
    padding: 0 0 0 45px;
}

.iabout_b .info_b {
    width: 540px;
    margin: 40px 0 0;
    text-align: left;

    line-height: 30px;
    font-size: 14px;
    color: #2f3747;
    text-indent: 2em;
    height: 210px;
    overflow: hidden;
}

.iabout_b .atitle {
    display: block;
    margin: 60px 0 0;
    padding: 0 0 0 20px;
    text-align: left;
    background: url(../images/d2.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d2.png*/ left center no-repeat;
}

.iabout_b .atitle span {
    display: block;
    font-size: 20px;
    color: #2f3747;
}

.iabout_b .atitle h2 {
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f3747;
    text-transform: uppercase;
    line-height: 1
}

.iabout_b .more {
    display: block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cbced7;
    color: #2f3747;
    font-size: 14px;
    margin: 20px 0 0
}

/*---首页case-----*/
.itl_t {
    text-align: center;
    width: 100%;
    background: url(../images/d3.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d3.png*/ repeat-x left center;
    margin: 90px 0 40px;
    height: 56px;
    padding: 0 0
}

.itl_t .tff {
    float: left;
    background: url(../images/d2.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d2.png*/ left center no-repeat #364261;
    height: 56px;
    padding: 0 20px 0 20px;
}

.itl_t span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1
}

.itl_t h2 {
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.izao_amore {
    float: right;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 56px;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 22;
    margin: 0 20px 0 0
}

.icase {
    width: 100%;
    background: url(../images/cont_bg01.jpg) no-repeat center;
    height: 1122px;
}

.circle_bg {
    height: 462px;
    margin: 50px 0 0
}

.mr_frbox {
    float: left;
    width: 100%;
    height: 462px;
    position: relative;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    top: 190px;
    left: -70px;
    position: absolute;
}

.mr_frBtnR {
    cursor: pointer;
    top: 190px;
    right: -70px;
    position: absolute;
}

.mr_frUl {
    margin: 0 auto;
    width: 1098px;
    border-left: 1px solid #4d5977;
    border-right: 1px solid #4d5977;
    overflow: hidden;
}

.tempWrap ul {
    height: 462px;
    overflow: hidden;
}

.tempWrap {
    width: 1098px;
}

.icase li {
    width: 356px;
    float: left;
    height: 462px;
    padding: 0 5px;
}

.icase li a.img {
    float: left;
    width: 100%;
    margin: 18px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.icase li h2 {
    float: left;
    width: 92%;
    padding: 0 4%;
    margin: 25px 0 0;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.icase li a.wrr:hover h2 {
    color: #ffc231
}

.icase li span {
    font-size: 13px;
    float: left;
    width: 92%;
    padding: 0 4%;
    color: #eee;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-indent: 2em;
}

/*首页联系我们*/
.contact {
    position: relative;
    height: 494px;
    margin-top: -140px;
    background: url(../images/lx01.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx01.jpg*/ no-repeat bottom center;
}

.contact01 {
    position: absolute;
    border-top: #f1b11a solid 4px;
    top: 0;
    left: 50%;
    margin-left: -550px;
    width: 240px;
    height: 490px;
    background: #2e3955 url(../images/lx02.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx02.jpg*/ no-repeat top center;
}

.contact02 {
    padding-top: 17px;
    height: 65px;
    text-align: center;
    background: url(../images/lx04.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx04.jpg*/ repeat-x left bottom;
}

.contact02 h2 {
    display: block;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1
}

.contact02 span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1
}

.contact03, .contact04, .contact05 {
    line-height: 30px;
    color: #b5c8f7;
    font-size: 14px;
    border-bottom: #3a4664 solid 1px;
    background: url(../images/lx05.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx05.jpg*/ no-repeat 25px 20px;
    font-size: 20px;
    padding: 15px 20px 15px 57px;
}

.contact03 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact04 {
    background: url(../images/lx06.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx06.jpg*/ no-repeat 25px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact05 {
    font-size: 14px;
    background: url(../images/lx07.jpg) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/lx07.jpg*/ no-repeat 25px 20px;
    border: none;
}

.contact06 {
    width: 194px;
    height: 168px;
    margin: 0 auto;
    background: #35415f;
    text-align: center;
}

.contact06 img {
    margin-top: 14px;
}

.foonavf {
    width: 100%;
    color: #c5bdbb;
    height: 50px;
    padding: 20px 0 0;
    background: #2e3955
}

.foonavf .nnf {
    float: left;
    width: 850px;
    color: #445277
}

.foonavf a.foonav {
    color: #fff;
    display: inline-block;
    padding: 0 3px;
    font-size: 18px;
    position: relative;
    text-align: left;
    height: 26px;
    line-height: 26px;
}

.fri_link {
    width: 100%;
    line-height: 30px;
    color: #999;
    padding-bottom: 20px;
}

.fri_link .atitle {
    margin: 40px 0 0;
    background: url(../images/d2.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d2.png*/ left center no-repeat;
    padding: 0 0 0 20px;
}

.fri_link .atitle span {
    display: block;
    font-size: 20px;
    color: #2f3747;
}

.fri_link .atitle h2 {
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f3747;
    text-transform: uppercase;
    line-height: 1
}

.fri_link a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 14px;
}

.fri_link .nnf {
    width: 960px;
    padding: 0 0 0 20px;
}

.foonavf .rb {
    float: right;
    line-height: 30px;
    padding: 0 0 0 30px;
    height: 30px;
    background: url(../images/d4.png) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d4.png*/ left center no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}

.foonavf .rb a {
    font-size: 15px;
    color: #fff;
}

.foonavf .rb a:hover {
    color: #fff;
}

/*---------右边悬浮------------------------------*/
.side_nav {
    position: fixed;
    top: 85%;
    right: 10px;
    width: 45px;
    z-index: 999
}

.side_nav a {
    background: url(../images/d7.gif) no-repeat left -45px;
    width: 45px;
    display: block;
    height: 45px;
}

.side_nav_3 {
    width: 45px;
    height: 45px;
}

.side_nav_3 a span {
    height: 128px;
    position: absolute;
    right: 45px;
    bottom: 0px;
    margin-left: 0 !important;
    display: none;
}

.side_nav_3 a {
    width: 45px;
    background: url(../images/d7.gif) /*tpa=http://0001571.ks.panguweb.cn/App/Home/Public/images/d7.gif*/ no-repeat left 0;
}
.lam_box .box{
	max-width:1100px;
}