/* banner start */
.bannerbox {
    width: 100%;
    min-width: 1180px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.bannerbox .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    overflow: hidden;
    z-index: 1;
}

.bannerbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.bannerbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 28px;
    height: 3px;
    background: #fff;
    cursor: pointer;
}

.bannerbox .hd ul li.on {
    background: #1b489e;
    color: #fff;
}

.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.bannerbox .bd li {
    height: 500px;
    zoom: 1;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bannerbox .prev, .bannerbox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bannerbox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bannerbox .prev:hover, .bannerbox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* banner end */
.productbox,.proshow {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 32px;
    overflow: hidden;
}
.productbox .leftmenu {
    width: 288px;
    height: 796px;
    float: left;
    overflow: hidden;
}
.productbox .leftmenu .protitle {
    width: 100%;
    height: 69px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    background-color: #1b489e;
}
.productbox .leftmenu .protitle p {
    font-size: 24px;
    font-weight: bold;
}
.productbox .leftmenu .protitle p span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.productbox .leftmenu .menulist {
    width: 100%;
    height: 726px;
    margin-top: 1px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fafafa;
    box-sizing: border-box;
}
.productbox .leftmenu .menulist .classfiybox {
    width: 100%;
    height: auto;
    margin-bottom: 1px;
}
.productbox .leftmenu .menulist .classfiybox .classtitle {
    position: relative;
    width: 100%;
    height: 42px;
    background-color: #4d4d4d;
    cursor: pointer;
}
.productbox .leftmenu .menulist .classfiybox .classtitle h4 {
    width: 255px;
    height: 42px;
    float: left;
    line-height: 42px;
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.productbox .leftmenu .menulist .classfiybox .classtitle h4 a {
    display: block;
    color: #fff;
}
.productbox .leftmenu .menulist .classfiybox .classtitle .square {
    position: absolute;
    right: 11px;
    top: 50%;
    display: block;
    width: 8px;
    height: 12px;
    text-align: center;
    margin-top: -6px;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.productbox .leftmenu .menulist .classfiybox .classtitle .square.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.productbox .leftmenu .menulist .classfiybox .classtitle .square img {
    position: relative;
    top: -4px;
}

.productbox .leftmenu .menulist .classfiybox .classfiy-body {
    display: none;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    box-sizing: border-box;
}
.productbox .leftmenu .menulist .classfiybox .classfiy-body li {
    width: 120px;
    height: 36px;
    float: left;
    margin-right: 8px;
    margin-bottom: 6px;
    box-sizing: border-box;
    background-color: #e6e6e6;
}
.productbox .leftmenu .menulist .classfiybox .classfiy-body li:nth-child(2n) {
    margin-right: 0;
}
.productbox .leftmenu .menulist .classfiybox .classfiy-body li a {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #4c4c4c;
}

.productbox .rightprolist {
    width: 864px;
    height: 796px;
    float: right;
    overflow: hidden;
}
.productbox .rightprolist .hotprolist {
    width: 100%;
    height: auto;
}
.productbox .rightprolist .hotprolist li {
    position: relative;
    width: 272px;
    height: 252px;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.productbox .rightprolist .hotprolist li:nth-child(3n) {
    margin-right: 0;
}
.productbox .rightprolist .hotprolist li .proimg {
    position: relative;
    display: block;
    width: 272px;
    height: 214px;
    text-align: center;
    overflow: hidden;
}
.productbox .rightprolist .hotprolist li .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.productbox .rightprolist .hotprolist li .protitletext {
    display: block;
    width: 272px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background-color: #ebebeb;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.productbox .rightprolist .hotprolist li:hover .protitletext {
    color: #fff;
    background-color: #1b489e;
}
/* 产品中心 end */
/* 服务一站式体系 start */
.service {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.alltitle {
    width: 355px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #1b489e;
}
.alltitle h3 {
    font-size: 24px;
    font-weight: bold;
}
.alltitle p {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}
.service .alltitle p {
    font-size: 20px;
    color: #1b489e;
    font-weight: bold;
    text-transform: uppercase;
}
.service .servicelist {
    width: 100%;
    height: 400px;
    margin-top: 36px;
    margin-bottom: 60px;
}
.service .servicelist li {
    width: 278px;
    height: 400px;
    float: left;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    box-sizing: border-box;
}
.service .servicelist li h4 {
    margin-top: 60px;
    font-size: 20px;
    color: #1b489e;
}
.service .servicelist li p.nameen {
    position: relative;
    margin-top: 14px;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
}
.service .servicelist li p.nameen::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #808080;
}
.service .servicelist li p.desc {
    width: 80%;
    height: 94px;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.service .servicelist li img {
    margin-top: 42px;
}
.service .servicelist li:hover {
    margin-top: -10px;
    background-color: #f5f5f5;
}
/* 服务一站式体系 end */
/* 案例 start */
.case {
    width: 100%;
    min-width: 1180px;
    height: 606px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.case .casecontent {
    width: 1180px;
    margin: 0 auto;
    margin-top: 58px;
}
.scrollcase {
    position: relative;
    width: 1180px;
    height: 374px;
    margin-top: 48px;
    overflow: hidden;
}

.scrollcase .hd {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	height: 12px;
	padding: 0 10px;
}

.scrollcase .hd ul {
    width: 100%;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
    text-align: center;
}

.scrollcase .hd ul li {
	width: 11px;
    height: 11px;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #4d4d4d;
}

.scrollcase .hd ul li.on {
    background-color: #1b489e;
}

.scrollcase .bd ul {
    height: 340px;
    zoom: 1;
    overflow: hidden;
}

.scrollcase .bd ul li {
    position: relative;
    width: 384px;
    height: 295px;
    float: left;
    margin-right: 14px;
	_display: inline;
    text-align: center;
}
.scrollcase .bd ul li .caseimg {
    position: relative;
    display: block;
    width: auto;
    height: 295px;
    overflow: hidden;
    text-align: center;
}
.scrollcase .bd ul li .caseimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.scrollcase .bd ul li .casename {
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 309px;
    height: 56px;
    margin-left: -154.5px;
    line-height: 56px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background-color: #fff;
}
/* 案例 end */
/* 关于我们 start */
.about {
    width: 1180px;
    margin: 0 auto;
    margin-top: 56px;
    overflow: hidden;
}
.about .aboutcontent {
    position: relative;
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 59px;
    margin-bottom: 72px;
}
.about .aboutcontent .lefttextintro {
    width: 620px;
    height: 326px;
    padding-right: 64px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fafafa;
}
.about .aboutcontent .lefttextintro .textcontent {
    width: 496px;
    height: auto;
    margin: 0 auto;
    margin-top: 62px;
    text-align: center;
    color: #808080;
    font-size: 14px;
}
.about .aboutcontent .lefttextintro .textcontent h4 {
    font-size: 20px;
}
.about .aboutcontent .lefttextintro .textcontent p {
    height: 104px;
    margin-top: 36px;
    line-height: 26px;
    overflow: hidden;
}
.about .aboutcontent .lefttextintro .textcontent .about-more {
    display: block;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 36px;
    text-align: center;
    color: #808080;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.about .aboutcontent .aboupic {
    position: absolute;
    top: 50px;
    right: 0;
    width: 620px;
    height: 327px;
    float: right;
}
.about .aboutcontent .aboupic img {
    width: 620px;
    height: 327px;
}
.about .showfactory {
    width: 1180px;
    height: 131px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.about .showfactory .lefttextbox {
    width: 163px;
    height: 131px;
    float: left;
    padding-top: 32px;
    padding-left: 40px;
    box-sizing: border-box;
    background-color: #1b489e;
}
.about .showfactory .lefttextbox p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.about .showfactory .lefttextbox p.en {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.about .showfactory .lefttextbox p.en::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
}
.about .showfactory .rightimglist {
    width: 984px;
    height: 131px;
    float: right;

} 
.about .showfactory .rightimglist li {
    position: relative;
    width: 220px;
    height: 131px;
    float: left;
    margin-right: 34px;
    text-align: center;
}
.about .showfactory .rightimglist li a {
    position: relative;
    display: block;
    width: 220px;
    height: 131px;
}
.about .showfactory .rightimglist li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.about .showfactory .rightimglist li:last-child {
    margin-right: 0;
}
.about .showfactory .rightimglist li .showtext {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    color: #4c4c4c;
    text-align: center;
    line-height: 30px;
    background-color: rgba(230, 230, 230, .9);
}
.about .showfactory .rightimglist li:hover .showtext {
    color: #fff;
    background-color: rgba(27, 72, 158, .9)
}
/* 关于我们 end */
/* 新闻 start */
.news {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
}
.news .newscontent {
    width: 1180px;
    height: auto;
    margin-top: 30px;
}
.news .newscontent .news-menu {
    width: 100%;
    height: 30px;
    text-align: center;
}
.news .newscontent .news-menu li {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #4d4d4d;
    cursor: pointer;
}
.news .newscontent .news-menu li.active {
    background-color: #1b489e;
}
.news .newscontent .news-menu li a, .news .newscontent .news-menu li.active a {
    color: #fff;
}
.news .newscontent .newslist {
    display: none;
    width: 100%;
    height: 308px;
    margin-top: 46px;
}
.news .newscontent .newslist li {
    position: relative;
    width: 539px;
    height: 118px;
    float: left;
    margin-bottom: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.news .newscontent .newslist li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #1b489e;
}
.news .newscontent .newslist li:nth-child(2n) {
    float: right;
}
.news .newscontent .newslist li .day {
    width: 38px;
    height: 107px;
    float: left;
    line-height: 27px;
    font-size: 31px;
    color: #4c4c4c;
}
.news .newscontent .newslist li .newsmain {
    width: 388px;
    float: left;
    margin-left: 8px;
}
.news .newscontent .newslist li .newsmain .newsname {
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
}
.news .newscontent .newslist li .newsmain .desc {
    height: 48px;
    margin-top: 20px;
    line-height: 24px;
    overflow: hidden;
    color: #808080;
} 
.news .newscontent .newslist li .newsmore {
    display: block;
    width: 42px;
    float: right;
    color: #999;
} 
.news .newscontent .newslist li:hover::after {
    content: '';
    width: 100%;
}
.news .newscontent .newslist li:hover .day, .news .newscontent .newslist li:hover .newsname, .news .newscontent .newslist li:hover .desc, .news .newscontent .newslist li:hover .newsmore {
    color: #1b489e;
}
/* 新闻 end */

