﻿/*公用*/
.content {
    width: 100%;
    background: #f3f3f3;
    padding: 40px 0;
}

.subPro {
    width: 100%;
    height: 75px;
    border-bottom: 1px #d6d6d6 solid;
    background: #fff;
}

.subPro .subMenu {
    height: 75px;
    float: left;
    padding-left: 43px;
    background: url("../images/submenu.png") no-repeat 5px center;
	
    font-size: 12px;
    color: #7d7d7d;
    overflow: hidden;
    display: inline-block;
    line-height: 75px;
}

.subPro .subMenu p, .subPro .subMenu a, .subPro .subMenu span {
    font-size: 12px;
    color: #7d7d7d;
    /*overflow: hidden;*/
    display: inline-block;
    line-height: 75px;
}

.subPro .subNav {
    float: right;
    height: 75px;
}

.subPro .subNav li {
    width: 170px;
    height: 75px;
    float: left;
    text-align: center;
}

.subPro .subNav li a {
    width: 100%;
    line-height: 75px;
    font-size: 16px;
    color: #7d7d7d;
}

.subPro .subNav li.curr {
    background: #00a0e9;
}

.subPro .subNav li.curr a {
    color: #fff;
}

/*index*/
.home {
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
    margin-top: 146px;
}

.banner .pics {
    width: 100%;
    overflow: hidden;
}

.banner .pics li {
    width: 100%;
}

.banner .pics li img {
    display: block;
    width: 100%;
}

.banner .idxs {
    position: absolute;
    left: 50%;
    bottom: 28px;
    margin-left: -50px;
}

.banner .idxs li {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff;
    float: left;
    cursor: pointer;
    transition: all .3s;
}

.banner .idxs li.on {
    background: #00a0e9;
}

.home-title {
    width: 100%;
    padding: 50px 0 23px 0;
    text-align: center;
}

.home-title h3 {
    font-size: 30px;
    color: #363636;
    padding-bottom: 20px;
    background: url("../images/home-title.png") no-repeat center bottom;
    font-weight: 500;
}

.home-title h4 {
    font-size: 16px;
    color: #a8a8a8;
    padding-top: 10px;
    text-transform: uppercase;
}

.homeflow {
    width: 100%;
    padding-bottom: 40px;
    background: #f9f9f9;
}

.homeflow .homeflow-list {
    width: 1200px;
    height: 196px;
    border-top: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    overflow: hidden;
}

.homeflow .homeflow-list ul {
    width: 1250px;
}

.homeflow .homeflow-list li {
    width: 206px;
    height: 186px;
    float: left;
    text-align: center;
    background: url("../images/flow-li.png") no-repeat right 125px;
}

.homeflow .homeflow-list li em {
    margin: 30px auto 10px auto;
    display: block;
}

.homeflow .homeflow-list li em img {
}

.homeflow .homeflow-list li p {
    font-size: 18px;
    color: #000000;
}

.homeflow .homeflow-con {
    width: 820px;
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: 1px #cdcdcd solid;
    text-align: center;
}

.homeflow .homeflow-con h3 {
    font-size: 18px;
    color: #00a0e9;
    font-weight: 500;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    background: url("../images/home-tel.png") no-repeat left center;
    display: inline-block;
    margin: 0 auto;
}

.homeflow .homeflow-con p {
    font-size: 14px;
    color: #666666;
    padding-top: 12px;
}

.homeSolution {
    width: 100%;
    padding: 30px 0 90px 0;
    overflow: hidden;
}

.homeSolution ul {
    width: 100%;
    overflow: hidden;
    width: 1230px;
    padding-top: 10px;
}

.homeSolution li {
    width: 283px;
    height: 353px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.homeSolution li .homeSolution-con {
    width: 100%;
    height: 353px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/solution-ban.png") no-repeat center center;
    z-index: 10;
}

.homeSolution li .homeSolution-con h2 {
    font-size: 36px;
    color: #ffffff;
    padding: 92px 0 10px 0;
    font-weight: 500;
    line-height: 36px;
}

.homeSolution li .homeSolution-con h3 {
    font-size: 24px;
    color: #ffffff;
    background: url("../images/home-h3.png") no-repeat center center;
    font-weight: 500;
}

.homeSolution li .homeSolution-con h4 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 8px;
    font-weight: 500;
}

.homePro {
    width: 100%;
    padding: 45px 0 85px 0;
    background: #f5f5f5;
}

.homePro .homePro-switch {
    width: 100%;
    height: 60px;
    padding-bottom: 50px;
    text-align: center;
}

.homePro .homePro-switch li {
    width: 177px;
    height: 58px;
    background: #fff;
    border: 1px #fff solid;
    display: inline-block;
    overflow: hidden;
    margin: 5px 15px;
    text-align: center;
}

.homePro .homePro-switch li img {
    margin-top: 3px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.homePro .homePro-switch li p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 18px;
}

.homePro .homePro-switch li.curr {
    border: 1px #e4007f solid;
}
.homePro .homePro-switch li.curr img {
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
    filter:;
}

.homePro .homePro-switch li.curr a {
    color: #333333;
}

.homePro .homePro-list {
    width: 100%;
    display: none;
}

.homePro .homePro-list.on {
    display: block;
}

.homePro .homePro-list ul {
    width: 1220px;
}

.homePro .homePro-list li {
    width: 292px;
    height: 410px;
    float: left;
    text-align: center;
    margin-right: 10px;
    background: #fff;
}

.homePro .homePro-list li .homePro-img {
    padding: 35px 0 30px;
}

.homePro .homePro-list li h3 {
    font-size: 16px;
    color: #000000;
}

.homePro .homePro-list li p {
    font-size: 14px;
    color: #e4007f;
    padding-bottom: 32px;
    background: url("../images/homepro-icon.png") no-repeat center bottom;
}

.homePro .homePro-list li:hover p {
    background: url("../images/homepro-icon-on.png") no-repeat center bottom;
}

.homeOur {
    width: 100%;
    padding: 45px 0 65px 0;
	background:#f5f5f5;
}

.homeOur .homeOur-list {
    width: 100%;
}

.homeOur .homeOur-list h2 {
    font-size: 24px;
    color: #333333;
    padding-bottom: 56px;
    text-align: center;
}

.homeOur .homeOur-list ul {
    width: 1230px;
    overflow: hidden;
}

.homeOur .homeOur-list li {
    width: 378px;
    height: 535px;
    background: #fff;
    border: 1px #e7e7e7 solid;
    float: left;
    margin-right: 30px;
    text-align: center;
}

.homeOur .homeOur-list li .homeOur-con {
    padding: 0 20px;
}

.homeOur .homeOur-list li h3 {
    font-size: 20px;
    color: #333333;
    padding: 22px 0 12px 0;
}

.homeOur .homeOur-list li p {
    font-size: 14px;
    color: #666666;
}

.homeOur .homeOur-list li em {
    width: 145px;
    height: 35px;
    line-height: 35px;
    margin: 15px auto 0 auto;
    border: 1px #fff solid;
    font-size: 20px;
    color: #333333;
    display: block;
}

.homeOur .homeOur-list li:hover, .homeOur .homeOur-list li:hover em {
    border: 1px #00a0e9 solid;

}

.homeOur .homeOur-link {
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    width: 340px;
    height: 45px;
    line-height: 45px;
    text-indent: 75px;
    background: #00a0e9 url("../images/homeour-tel.png") no-repeat 28px center;
    margin: 62px auto 0 auto;
}

.hoemMent {
    width: 100%;
    height: 778px;
    background: url("../images/hoemment.jpg") no-repeat center center;
    position: relative;
}

.hoemMent .home-title h3, .hoemMent .home-title h4 {
    color: #fff;
}

.hoemMent-subje {
    width: 375px;
    height: 329px;
    padding: 55px 180px 30px 85px;
    background: url(../images/hoemment-subjie.png) no-repeat center center;
    margin-top: 97px;
}

.hoemMent-subje h3 {
    font-size: 26px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 500;
}

.hoemMent-subje p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 25px;
	width:430px;
}

.hoemMent-subje li {
    padding-left: 35px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 13px;
    background: url("../images/hoemment-subje-li.png") no-repeat left center;
    font-size: 14px;
    color: #fff;
	width:150px;
	float:left;
}

.hoemMent-ban {
    width: 518px;
    padding: 40px 50px;
    background: #30302f;
    position: absolute;
    top: 268px;
    right: 0;
}

.hoemMent-ban .hoemMent-pics {
    width: 100%;
    overflow: hidden;
}

.hoemMent-ban .hoemMent-pics li {
    width: 100%;
}

.hoemMent-ban .hoemMent-pics li .homeMent-con {
    width: 100%;
    padding-top: 26px;
}

.hoemMent-ban .hoemMent-pics li .homeMent-con h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
}

.hoemMent-ban .hoemMent-pics li .homeMent-con p {
    font-size: 14px;
    color: #fff;
}

.hoemMent-ban .hoemMent-btns {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.hoemMent-ban .hoemMent-btns a {
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 1px;
}

.hoemMent-ban .hoemMent-btns .hoemMent-prev {
    background: url("../images/prev.jpg") no-repeat center center;
}

.hoemMent-ban .hoemMent-btns .hoemMent-next {
    background: url("../images/next.jpg") no-repeat center center;
}

.hoemSale {
    width: 100%;
    padding-bottom: 40px 0 80px;
    overflow: hidden;
}

.hoemSale ul {
    width: 1240px;
    padding: 0 0 80px;
}

.hoemSale ul li {
    width: 217px;
    height: 407px;
    text-align: center;
    margin-right: 30px;
    float: left;
    border: 1px solid #f3f3f3;
    padding: 0 30px;
    cursor: pointer;
    transition: all .3s;
}

.hoemSale ul li figure {
    height: 185px;
    line-height: 185px;
}

.hoemSale ul li figure img {
    vertical-align: middle;
}

.hoemSale ul li h4 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.hoemSale ul li h5 {
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 300;
    margin-bottom: 5px;
}

.hoemSale ul li .link_solid {
    width: 48px;
    height: 2px;
    margin: 0 auto;
    background-color: #e4007f;
    margin-bottom: 25px;
}

.hoemSale ul li:hover {
    box-shadow: 0 0 10px #eee;
    transition: all .3s;
}

.hoemSale-btns {
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 44px;
    text-align: center;
}

.hoemSale-btns .hoemSale-idxs {
    width: 100%;
    height: 13px;
    text-align: center;
    font-size: 0;
}

.hoemSale-btns .hoemSale-idxs a {
    width: 11px;
    height: 13px;
    display: inline-block;
    overflow: hidden;
    margin: 0 6px;
    vertical-align: 4px;
}

.hoemSale-btns .hoemSale-idxs a.hoemSale-prev {
    background: url("../images/hoemsale-prev.png") no-repeat center center;
}

.hoemSale-btns .hoemSale-idxs a.hoemSale-next {
    background: url("../images/hoemsale-next.png") no-repeat center center;
}

.hoemSale-btns .hoemSale-idxs ul {
    display: inline-block;
}

.hoemSale-btns .hoemSale-idxs li {
    width: 13px;
    height: 13px;
    background: #ebebeb;
    border-radius: 13px;
    display: inline-block;
    margin: 0 6px;
    text-indent: 9999px;
}

.hoemSale-btns .hoemSale-idxs li.on {
    background: #00a0e9;
}

.hoemUs {
    width: 100%;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.hoemUs .hoemUs- {
    width: 100%;
    height: 375px;
    margin-bottom: 24px;
}

.hoemUs .hoemUs-top .hoemUs-img {
    width: 386px;
    float: left;
}

.hoemUs .hoemUs-top .hoemUs-right {
    width: 730px;
    height: 426px;
    padding: 0 40px;
    background: #fff;
    border-top: 2px #00a0e9 solid;
    float: left;
    position: relative;
}

.hoemUs .hoemUs-top .hoemUs-con {
    width: 100%;
    height: 330px;
}
.hoemUs .hoemUs-top .hoemUs-con img{
	margin-top:10px;
}

.hoemUs .hoemUs-top .hoemUs-con h3 {
    font-size: 30px;
    color: #333333;
    padding: 35px 0 25px 0;
}

.hoemUs .hoemUs-top .hoemUs-con p {
    font-size: 14px;
    color: #333333;
}

.hoemUs .hoemUs-top .hoemUs-link {
    width: 300px;
    height: 72px;
    display: inline-block;
    margin-right: 30px;
    border: 1px #dbdbdb solid;
}

.hoemUs .hoemUs-top .hoemUs-link a {
    padding-left: 20px;
}

.hoemUs .hoemUs-top .hoemUs-link h4 {
    font-size: 18px;
    color: #333333;
    padding: 8px 0 8px;
}

.hoemUs .hoemUs-top .hoemUs-link p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}

.homeCase {
    width: 100%;
    padding-bottom: 50px;
}

.homeCase .homeCase-list {
    width: 100%;
}

.homeCase .homeCase-list ul {
    width: 1250px;
}

.homeCase .homeCase-list li {
    width: 254px;
    height: 224px;
    float: left;
    border: 2px #eaeaea solid;
    position: relative;
    margin: 0 35px 35px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.homeCase .homeCase-list li img {
    max-width: 100%;
    display: block;
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.homeCase .homeCase-list li .homeCase-con {
    width: 176px;
    height: 224px;
    padding: 0 39px;
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.homeCase .homeCase-list li .homeCase-con h3 {
    font-size: 18px;
    color: #342f2f;
    font-weight: 500;
    padding: 30px 0 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.homeCase .homeCase-list li .homeCase-con p {
    font-size: 14px;
    color: #342f2f;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.homeCase .homeCase-list li .homeCase-con span {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px #eaeaea solid;
    position: absolute;
    left: 72px;
    bottom: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.homeCase .homeCase-list li:hover {
    border: 2px #00a2ea solid;
}

.homeCase .homeCase-list li:hover img {
    opacity: 1;
    -webkit-opacity: 1;
}

.homeCase .homeCase-list li:hover .homeCase-con {
    background: url("../images/homecase-ban.png") no-repeat center center;
}

.homeCase .homeCase-list li:hover h3, .homeCase .homeCase-list li:hover p {
    color: #fff;
}

.homeCase .homeCase-list li:hover span {
    border: 1px #fff solid;
    color: #fff;
}

.homeCust {
    width: 100%;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.homeCust .homeCust-title {
    width: 100%;
    padding-bottom: 55px;
    text-align: center;
}

.homeCust .homeCust-title li {
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    border-right: 2px #666666 solid;
}

.homeCust .homeCust-title li:last-child {
    border-right: none;
}

.homeCust .homeCust-title li a {
    font-size: 20px;
    color: #666666;
}

.homeCust .homeCust-title li.curr a {
    color: #e4007f;
}

.homeCust-item{
	position: relative;
}
.homeCust-item .prev, .homeCust-item .next{
	font-size:32px;
	color:#666;
	position: absolute;
	top:0%;
	width:35px;
	height:211px;
	transition: all .3s;
	opacity: 0;
	filter:alpha(opacity=0);
}
.homeCust-item .prev{
	left:0;
	background: url(../images/homecust-left.jpg) center no-repeat;
}
.homeCust-item .next{
	right:10px;
	background: url(../images/homecust-right.jpg) center no-repeat;
}
.homeCust-item:hover .prev, .homeCust-item:hover .next{
	transition: all .3s;
	opacity: 1;
	filter:alpha(opacity=100);
}

.homeCust .homeCust-list {
    width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.homeCust .homeCust-list ul {
    width: 1200px;
}

.homeCust .homeCust-list li {
    width: 264px;
    line-height: 145px;
    background: #fff;
    margin: 0 15px 15px 0;
    float: left;
    text-align: center;
}

.homeCust .homeCust-list li img {
    max-width: 100%;
    vertical-align: middle;
}

.homeNews {
    width: 100%;
    padding-bottom: 50px;
	background:#f5f5f5;
}

.homeNews .homeNews-main {
    width: 100%;
    margin-top: 25px;
}

.homeNews .homeNews-main .homeNews-title {
    width: 100%;
    height: 60px;
    background: #00a2ea;
}

.homeNews .homeNews-main .homeNews-title h3 {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    float: left;
    padding-left: 12px;
}

.homeNews .homeNews-main .homeNews-title a {
    font-size: 16px;
    color: #fff;
    float: right;
    line-height: 60px;
    padding-right: 15px;
}

.homeNews .homeNews-main .homeNews-1 {
    width: 273px;
    float: left;
}

.homeNews .homeNews-main .homeNews-1 .homeNews1-con {
    width: 271px;
    border: 1px #a8a8a8 solid;
    height: 374px;
    border-top: none;
    position: relative;
}

.homeNews .homeNews-main .homeNews-1 .homeNews1-con img {
    width: 100%;
    display: block;
}

.homeNews .homeNews-main .homeNews-1 .homeNews1-con h3 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 24px 15px 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeNews .homeNews-main .homeNews-1 .homeNews1-con p {
    font-size: 14px;
    color: #8e8e8e;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.homeNews .homeNews-main .homeNews-1 .homeNews1-con em {
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: #00a0e9;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 66px;
    bottom: 20px;
}

.homeNews .homeNews-main .homeNews-2 {
    width: 434px;
    float: left;
    margin-left: 28px;
}

.homeNews-bot {
    width: 432px;
    height: 374px;
    border: 1px #a8a8a8 solid;
    border-top: none;
}

.homeNews-bot .homeNews-tle {
    width: 100%;
}

.homeNews-bot .homeNews-tle img {
    max-width: 100%;
    display: block;
}

.homeNews-licon {
    width: 100%;
    height: 122px;
}

.homeNews-licon .homeNews-tiem {
    width: 95px;
    height: 122px;
    float: left;
    text-align: center;
}

.homeNews-licon .homeNews-tiem span {
    font-size: 34px;
    color: #8e8e8e;
    line-height: 30px;
    display: block;
    margin: 30px auto 8px auto;
    letter-spacing: -2px;
}

.homeNews-licon .homeNews-tiem h4 {
    font-size: 14px;
    color: #8e8e8e;
    letter-spacing: -2px;
}

.homeNews-licon .homeNews-con {
    width: 300px;
    padding: 22px 25px 0 12px;
    float: left;
}

.homeNews-licon .homeNews-con h3 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeNews-licon .homeNews-con p {
    font-size: 14px;
    color: #8e8e8e;
	height:50px;
	overflow:hidden;
}

.homeNews-list {
    width: 100%;
}

.homeNews-list li {
    border-top: 1px #a8a8a8 solid;
}

.shiplink {
    padding: 50px 0 0;
}

.shiplink p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.shiplink ul {
    width: 100%;
    overflow: hidden;
}

.shiplink li {
    margin-right: 30px;
    padding: 5px 0;
    float: left;
}

.shiplink li a {
    font-size: 14px;
    color: #666;
}

/*购机方案*/
.purchase {
    width: 100%;
    padding: 10px 0;
}

.purchase li {
    width: 1120px;
    height: 455px;
    padding: 40px;
    background: #fff;
    margin-bottom: 28px;
}

.purchase li .purchase-img {
    width: 538px;
    height: 455px;
    float: left;
    margin-right: 45px;
}

.purchase li .purchase-con {
    width: 535px;
    height: 457px;
    float: left;
}

.purchase li .purchase-con h2 {
    font-size: 18px;
    color: #000000!important;
    font-weight: 500;
    padding-bottom: 5px;
}

.purchase li .purchase-con h3 {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    padding: 15px 0;
}

.purchase li .purchase-con h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding: 18px 0 10px 0;
}

.purchase li .purchase-con p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.purchase li .purchase-con em {
    font-size: 12px;
    color: #959595;
}

.purchase li .purchase-con a {
    font-size: 14px;
    color: #fff;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #00a0e9;
    border-radius: 10px;
    margin-top: 40px;
}

/*preservation*/
.preservation {
    width: 1086px;
    padding: 60px 57px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.preservation h2 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 30px;
}

.preservation h3 {
    font-size: 18px;
    color: #333333;
    padding: 20px 0;
}

.preservation p {
    font-size: 16px;
    color: #636363;
    padding-bottom: 10px;
}

.preservation img {
    margin-top: 20px;
}

/*prodeta*/
.prodeta-top {
    width: 856px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    margin-bottom: 13px;
}

.prodeta-top .extra {
    width: 442px;
    height: 486px;
    float: left;
}

.prodeta-top .extra .spec-preview {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    width: 440px;
    height: 359px;
    border: 1px #f3f3f3 solid;
}

.prodeta-top .extra .spec-scroll {
    width: 442px;
    height: 114px;
    position: relative;
}

.prodeta-top .extra .spec-scroll .items {
    width: 380px;
    height: 114px;
    overflow: hidden;
    margin-left: 31px;
}
.prodeta-top .extra .spec-scroll .items ul{
	position: absolute;
    width: 999999px;
    position: relative;
}

.prodeta-top .extra .spec-scroll .items li {
    width: 121px;
    height: 112px;
    border: 1px #f3f3f3 solid;
    cursor: pointer;
    margin-right: 5px;
    float: left;
    overflow: hidden;
}

.prodeta-top .extra .spec-scroll .items li img {
    width: 99%;
    margin-left: 1%
}

.prodeta-top .extra .spec-scroll .items li.on {
    border: 1px #00a0e9 solid;
}

.prodeta-top .extra .spec-scroll a {
    width: 25px;
    height: 112px;
    border: 1px #f3f3f3 solid;
    position: absolute;
    top: 0;
}

.prodeta-top .extra .spec-scroll .prodeta-prev {
    background: url("../images/prodeta-prev.png") no-repeat center center;
    left: 0;
}

.prodeta-top .extra .spec-scroll .prodeta-next {
    background: url("../images/prodeta-next.png") no-repeat center center;
    right: 0;
}

.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:150px!important;height:150px!important;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

.prodeta-top .prodeta-right {
    width: 350px;
    float: left;
    margin-left: 20px;
}

.prodeta-top .prodeta-right .prodeta-con {
    width: 100%;
    padding-top: 10px;
}

.prodeta-top .prodeta-right .prodeta-con h2 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 8px;
}

.prodeta-top .prodeta-right .prodeta-con h3 {
    font-size: 14px;
    color: #e4007f;
    padding-bottom: 20px;
}

.prodeta-top .prodeta-right .prodeta-con p {
    font-size: 14px;
    color: #666666;
    padding-bottom: 5px;
}

.prodeta-top .prodeta-right .prodeta-con table {
    width: 350px;
    border: 1px #b9b9b9 solid;
    text-align: center;
    margin-bottom: 15px;
}

.prodeta-top .prodeta-right .prodeta-con td {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #666666;
    border:1px solid #666;

}

.prodeta-top .prodeta-right .prodeta-con h4 {
    font-size: 16px;
    color: #00a0e9;
}

.prodeta-top .prodeta-right .prodeta-con a {
    font-size: 16px;
    color: #fff;
    width: 95px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    background: #00a0e9;
    text-align: center;
}

.prodeta-top .prodeta-right .prodeta-con h5 {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
    background: #f3f3f3;
    font-weight: 500;
    float: right;
}

.prodeta-bot {
    width: 100%;
    overflow: hidden;
}

.prodeta-bot .prodeta-title {
    width: 100%;
    height: 46px;
    background: #00a0e9;
}

.prodeta-bot .prodeta-title li {
    width: 125px;
    height: 46px;
    line-height: 46px;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.prodeta-bot .prodeta-title li.curr {
    background: #fff;
    color: #333333;
}

.prodeta-bot .prodeta-item {
    width: 806px;
    padding: 35px 40px;
    background: #fff;
    display: none;
}
.prodeta-bot .prodeta-item p img {
    max-width: 100%!important;
}

.prodeta-bot .prodeta-item.on {
    display: block;
}

.prodeta-bot .prodeta-item .message-con {
    margin-top: 0;
    width: 726px;
}

/*case*/
.case {
    width: 100%;
}

.caseleft {
    width: 292px;
    float: left;
}

.caseSub {
    width: 100%;
    margin-bottom: 23px;
}

.caseSub h2 {
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: url("../images/casesub-h2.jpg") no-repeat center center;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.caseSub .caseNav {
    width: 100%;
    padding-bottom: 22px;
    background: #fff;
    position: relative;
}

.caseSub .caseNav li {
    width: 100%;
    position: relative;
    border-bottom: 1px #dfdfdf solid;
}

.caseSub .caseNav li > a {
    font-size: 14px;
    color: #333333;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.caseSub .caseNav li > a em {
    width: 12px;
    height: 44px;
    margin: 0 5px 0 23px;
    background: url("../images/casenav-em.png") no-repeat center center;
    float: left;
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.caseSub .caseNav li.on > a em {
    transition-duration: .5s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.caseSub .caseNav li dl {
    width: 100%;
    border-top: 1px #dfdfdf solid;
}

.caseSub .caseNav li dd {
    width: 100%;
    height: 35px;
}

.caseSub .caseNav li dd a {
    width: 100%;
    text-indent: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #333333;
}
.caseSub .caseNav li .active a{
    background:#00a1e9;
    color:#fff;
}
.casecontat {
    width: 100%;
    padding: 40px 0;
    background: #fff;
    margin-bottom: 20px;
}

.casecontat .casecontat-img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px #dfdfdf solid;
}

.casecontat .casecontat-img p {
    font-size: 14px;
    color: #666666;
}

.casecontat .casecontat-con {
    width: 212px;
    padding: 23px 20px 0 20px;
}

.casecontat .casecontat-con p {
    font-size: 14px;
    color: #343434;
    padding-bottom: 3px;
}

.caseright {
    width: 886px;
    float: right;
}

.caseright .case-list {
    width: 100%;
    background: #fff;
	padding:10px 10px 25px 10px;
}
.caseright .case-list h3 {
 padding-top: 20px;
    font-size: 20px;
}
.caseright .case-list .time {
  text-align: center;
  padding:15px 0;
}
.caseright .case-list p {
 padding:0 10px!important;
}

.caseright .case-list ul {
    width: 930px;
}

.caseright .case-list li {
    width: 270px;
    height: 265px;
    float: left;
    margin: 0 38px 38px 0;
    background: #f9f9f9;
    text-align: center;
}

.caseright .case-list li .case-list-img {
    width: 100%;
    height: 215px;
    line-height: 215px;
}

.caseright .case-list li .case-list-img img {
    vertical-align: middle;
}

.caseright .case-list li .case-list-con {
    width: 100%;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #cfcfcf;
    margin-top: 2px;
}

.caseright .case-list li .case-list-con p {
    font-size: 14px;
    color: #373b49;
}

.wrap-2 {
    height: 40px;
    position: relative;
    padding-top: 40px;
}

.wrap-2 .page-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrap-2 .page-2 a {
	padding:0 15px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    background: #ffffff;
    font-size: 18px;
    color: #424242;
    float: left;
}

.wrap-2 .page-2 .active{
    background: #00a0e9;
    color: #ffffff;
}
.wrap-2 .page-2 span {
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    color: #000 !important;
    font-size: 18px;
    float: left;
    cursor: pointer;
    background: #ffffff;
	padding:0 15px;
}

.wrap-2 .page-2 .prev-2 {
    width: 40px;
    height: 40px;
    float: left;
}

.wrap-2 .page-2 .next-2 {
    width: 40px;
    height: 40px;
    float: right;
}

/*contact*/
.contact {
    width: 1024px;
    padding: 40px 88px;
    background: #fff;
}

.contact .contact-top {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.contact .contact-top .contact-logo {
    width: 202px;
    height: 202px;
    line-height: 202px;
    text-align: center;
    background: url("../images/contact-logo.png") no-repeat center center;
    float: left;
}

.contact .contact-top .contact-logo img {
    vertical-align: middle;
    max-width: 82%;
}

.contact .contact-top .contact-top-con {
    width: 810px;
    float: right;
}

.contact .contact-top .contact-top-con h3 {
    font-size: 16px;
    color: #333333;
    padding: 30px 0 20px 0;
}

.contact .contact-top .contact-top-con h4 {
    font-size: 14px;
    color: #e91818;
    padding-top: 20px;
}

.contact .contact-top .contact-top-con p {
    font-size: 14px;
    color: #666666;
}

.contact .allmap {
    width: 100%;
    height: 490px;
    border: 1px #cfcfcf solid;
}

.contact .contact-bot {
    width: 100%;
}

.contact .contact-bot li {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.contact .contact-bot li h4 {
    width: 92px;
    float: left;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.contact .contact-bot li .contact-con {
    width: 850px;
    float: left;
}

.contact .contact-bot li .contact-con p {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

/*news*/
.news-list {
    width: 100%;
}

.news-list li {
    width: 100%;
    height: 152px;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    margin-bottom: 16px;
}

.news-list li .news-tiem {
    width: 131px;
    height: 152px;
    float: left;
    margin-right: 1px #e4e4e4 solid;
    text-align: center;
}

.news-list li .news-tiem span {
    font-size: 50px;
    color: #65a4ff;
    line-height: 60px;
    display: block;
    margin: 25px auto 10px auto;
    letter-spacing: -2px;
}

.news-list li .news-tiem h4 {
    font-size: 25px;
    color: #65a4ff;
    letter-spacing: -2px;
}

.news-list li .news-con {
    width: 700px;
    float: left;
    padding: 20px 0 0 20px;
}

.news-list li .news-con h3 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}

.news-list li .news-con p {
    font-size: 16px;
    color: #8e8e8e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*product*/
.product {
    width: 100%;
}

.product-list {
    width: 100%;
}

.product-list ul {
    width: 900px;
    float: left;
}

.product-list li {
    width: 289px;
    height: 369px;
    border: 1px #fff solid;
    float: left;
    margin: 0 7px 10px 0;
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.product-list li .product-img {
    width: 100%;
    height: 270px;
    line-height: 270px;
    text-align: center;
}

.product-list li .product-img img {
    vertical-align: middle;
    transition:all .3s;
}

.product-list li h3 {
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
    font-weight: 500;
}

.product-list li p {
    font-size: 12px;
    color: #959595;
    padding-bottom: 10px;
}

.product-list li em {
    font-size: 14px;
    color: #e4007f;
}

.product-list li .product-sra {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: url("../images/product-li.png") no-repeat center center;
    background-size: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.product-list li:hover .product-img img{
    transform: scale(1.05);
    transition:all .3s;
}

/*message*/
.message {
    width: 100%;
    padding: 38px 0 80px;
    background: url("../images/message-ban.jpg") no-repeat center 38px;
}

.message-con {
    width: 810px;
    padding: 55px 0 95px 80px;
    background: #f9f9f9;
    position: relative;
    margin: 255px auto 0 auto;
}

.message-con h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 55px;
}

.message-con .message-infor {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.message-con .message-infor p {
    font-size: 16px;
    color: #333333;
    float: left;
    line-height: 48px;
}

.message-con .message-infor .message-input {
    width: 358px;
    height: 46px;
    line-height: 46px;
    float: left;
    margin-left: 5px;
    border: 1px #dedede solid;
}

.message-con .message-infor .message-input input {
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    text-indent: 18px;
}

.message-con .mesarea p {
    line-height: 118px;
}

.message-con .mesarea .message-input {
    width: 560px;
    height: 100px;
    padding-top: 16px;
}

.message-con .mesarea .message-input textarea {
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    text-indent: 18px;
}

.message-con input[type="submit"] {
    width: 144px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #00a0e9;
    font-size: 16px;
    color: #FFF;
    margin-left: 83px;
    cursor: pointer;
    border: none;
}

/*sitemap*/
.sitemap {
    width: 1080px;
    padding: 20px;
    background: #fff;
    border: 1px #d6d6d6 solid;
}

.sitemap .sitemap-title {
    width: 100%;
    height: 35px;
    background: #f6f6f6;
    margin-bottom: 25px;
}

.sitemap .sitemap-title a {
    padding-left: 20px;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
}

.sitemap .sitemap-list {
    width: 100%;
    padding-bottom: 10px;
}

.sitemap .sitemap-list ul {
    width: 980px;
}

.sitemap .sitemap-list li {
    width: 175px;
    margin-bottom: 10px;
    padding-left: 20px;
    float: left;
    background: url("../images/casenav-em.png") no-repeat 2px center;
}

.sitemap .sitemap-list li a {
    font-size: 14px;
    color: #333333;
}

/*service*/
.service {
    width: 100%;
    padding: 30px 0 80px 0;
    background: #f9f9f9;
}

.service .service-top {
    width: 100%;
    padding-bottom: 35px;
    text-align: center;
}

.service .service-top p {
    font-size: 14px;
    color: #333333;
}

.service .service-list {
    width: 100%;
}

.service .service-list ul {
    padding-left: 1px;
    padding-top: 1px;
}

.service .service-list li {
    width: 298px;
    height: 426px;
    float: left;
    border: 1px #c7c7c7 solid;
    background: #fff;
    text-align: center;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}

.service .service-list li .service-img {
    width: 220px;
    height: 220px;
    line-height: 22px;
    border-radius: 220px;
    background: #f6f6f6;
    margin: 36px auto 20px auto;
}

.service .service-list li .service-img img {
    max-width: 100%;
    vertical-align: middle;
}

.service .service-list li .service-con {
    width: 278px;
    padding: 0 10px;
}

.service .service-list li .service-con h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 8px;
}

.service .service-list li .service-con p {
    font-size: 14px;
    color: #333333;
}

/*about*/
.company {
    width: 100%;
    padding-bottom: 60px;
}

.company .company-main {
    width: 100%;
}

.company .company-main h3 {
    font-size: 24px;
    color: #363636;
    padding-bottom: 20px;
    background: url("../images/company-h3.jpg") no-repeat left bottom;
}

.company .company-main h4 {
    font-size: 16px;
    color: #a8a8a8;
    padding: 20px 0 14px;
}

.company .company-main p {
    font-size: 14px;
    color: #333333;
    padding-top: 30px;
}

.company .company-main .company-left {
    width: 550px;
    float: left;
    padding-right: 80px;
}

.company .company-main .company-right {
    width: 570px;
    float: left;
}

.history {
    width: 100%;
    padding: -bottom: 80px;
    background: #f5f5f5;
}

.history .history-main {
    width: 100%;
}

.history .history-main .history-left {
    width: 605px;
    float: left;
    height: 650px;
}

.history .history-main .history-left .history-img1 {
    width: 100%;
    height: 440px;
    background: #fafafa;
    margin-bottom: 10px;
}

.history .history-main .history-left .history-img2 {
    width: 295px;
    height: 200px;
    background: #fafafa;
    float: left;
}

.history .history-main .history-left .history-img3 {
    width: 295px;
    height: 200px;
    background: #fafafa;
    float: right;
}

.history .history-main .history-right {
    width: 100%;
    height: 560px;
    padding-left: 20px;
    background: #fff;
    float: left;
}

.history .history-main .history-right h2 {
    font-size: 20px;
    color: #333333;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px #f5f5f5 solid;
}

.history .history-main .history-right .history-list {
    width: 100%;
    height: 460px;
    overflow-y: auto;
    background: url("../images/history-ul.jpg") repeat-y 7px center;
}

.history .history-main .history-right .history-list li {
    padding-left: 17px;
    overflow: hidden;
    margin-top: 30px;
    background: url("../images/history-li.jpg") no-repeat left top;
}

.history .history-main .history-right .history-list li h4 {
    width: 85px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.history .history-main .history-right .history-list li .history-con {
    width: 84%;
    float: left;
}

.history .history-main .history-right .history-list li .history-con p {
    font-size: 14px;
    color: #666666;
}

.profile {
    width: 100%;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.profile .profile-ban {
    width: 100%;
    position: relative;
}

.profile .profile-pics {
    width: 100%;
    height: 412px;
    overflow: hidden;
    margin-bottom: 20px;
}

.profile .profile-pics li {
    width: 100%;
    height: 412px;
}

.profile .profile-pics li .profile-con {
    width: 405px;
    height: 412px;
    padding: 0 40px 0 35px;
    background: #fff;
    float: left;
}

.profile .profile-pics li .profile-con h3 {
    font-size: 24px;
    color: #363636;
    padding-top: 30px;
}

.profile .profile-pics li .profile-con h4 {
    font-size: 14px;
    color: #a8a8a8;
    padding: 8px 0 15px 0;
}

.profile .profile-pics li .profile-con p {
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
}

.profile .profile-pics li .profile-right {
    width: 720px;
    float: left;
}

.profile .profile-pics li .profile-right .profile-img1 {
    width: 358px;
    float: left;
}

.profile .profile-pics li .profile-right .profile-img2 {
    width: 354px;
    float: right;
}

.profile .profile-title {
    width: 100%;
    height: 70px;
    background: #fff;
    margin-bottom: 10px;
}

.profile .profile-title h3 {
    font-size: 24px;
    color: #363636;
    padding-left: 35px;
    line-height: 70px;
    font-weight: 500;
}

.profile .profile-bot {
    width: 100%;
    height: 335px;
    background: #fff;
    position: relative;
}

.profile .profile-bot .profile-idxs {
    width: 1090px;
    height: 293px;
    margin: 0 auto;
    padding-top: 42px;
    position: relative;
}

.profile .profile-bot .profile-idxs li {
    width: 345px;
    height: 293px;
    float: left;
    margin-right: 27px;
    text-align: center;
    cursor: pointer;
}

.profile .profile-bot .profile-idxs li p {
    font-size: 16px;
    color: #363636;
    padding-top: 12px;
}

.profile .profile-bot .profile-idxs li .profile-id {
    width: 100%;
    height: 230px;
}

.profile .profile-bot .profile-btns a {
    width: 38px;
    height: 51px;
    position: absolute;
    top: 128px;
}

.profile .profile-bot .profile-btns .profile-prev {
    background: url("../images/profile-prev.jpg") no-repeat center center;
    left: 0
}

.profile .profile-bot .profile-btns .profile-next {
    background: url("../images/profile-next.jpg") no-repeat center center;
    right: 0
}

@media only screen and (max-width: 1200px) {
    .header .header-top .header-search {
        margin-left: 20px;
    }

    .header .header-top .header-btns {
        margin-right: 20px;
    }

    .header .header-bot .header-logo {
        margin-left: 20px;
    }

    .header .header-bot .header-right {
        margin-right: 20px;
    }

    .footer-icon {
        padding-right: 20px;
    }
}








