@charset "utf-8";
body {
    background: #f9f9f9;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.pbanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-position: center top;
    background-size: cover;
}

.pbanner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.pbanner .img{
    display: none;
}

.pbanner .load-img {
    position: relative;
    max-width: none;
}

.pbanner-C {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 0;
    display: table;
    height: 100%;
    text-align: center;
}

.pbanner-C .t {
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	text-shadow: 4px 2px 5px rgba(0,0,0,0.4);
}

.pbanner-C .c {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
	text-shadow: 4px 2px 3px rgba(0,0,0,0.4);
}

.pbanner-C .info {
    color: #fff;
    font-size: 24px;
	line-height: 1.6;
    padding-bottom: 68px;
    margin-top: 30px;
	text-shadow: 3px 1px 3px rgba(0,0,0,0.4);
}

.pageNavBox {
    position: relative;
    margin: 0 auto;
    height: 68px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding: 0 5%;
    background-color: #fff;
}

.pagenav {
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagenav.fixed {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 1000;
    background-color: #a6a6a6;
    background-color: rgba(0, 0, 0, 0.6);
}

.pagenav.fixed .cpnavbox {
    height: 40px;
    line-height: 40px;
}

.pagenav.fixed .cpnavbox a {
    font-size: 14px;
    color: #fff;
}

.pagenav.fixed .cpnavbox a:before {
    bottom: 4px;
    height: 2px;
    background-color: #fff;
}

.pagenav .cpnavbox a {
    color: #333;
}

.cpnavbox {
    height: 68px;
    line-height: 68px;
}

.cpnavbox a {
    text-align: center;
    color: #333;
    padding: 0px;
    margin: 0px 26px;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
}

.cpnavbox a:before {
    content: "";
    width: 100%;
    visibility: hidden;
    height: 3px;
    background-color: #d76c00;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.cpnavbox a:hover:before,
.cpnavbox a.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible;
}

.cpnavbox a:hover,
.cpnavbox a.active {
    color: #d76c00;
}

.cpnav {
    display: none;
    width: 100%;
    color: #fff;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    background-color: #d76c00;
    cursor: pointer;
}

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.common-title {
    font-size: 30px;
    line-height: 32px;
    color: #202020;
}

.common-ex-title {
    font-size: 30px;
    color: #17369c;
    font-weight: bold;
    text-transform: uppercase;
}

.fixedImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .profile {
    position: relative;
    padding: 6.25% 0;
}

#about .profile .left {
    margin-right: 8%;
}

#about .profile .left img {
    margin-top: 40px;
}

#about .profile .content {
    display: inline;
    font-size: 16px;
    line-height: 30px;
    color: #202020;
}

#about .future {
    padding: 11.7% 0 7.3%;
}

#about .future .container {
    max-width: 1280px;
}

#about .future .container .left,
#about .future .container .right {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 37.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about .future .container .con-wrap {
    position: absolute;
    width: 82%;
    height: 72%;
    left: 11%;
    top: 14%;
    overflow: hidden;
}

#about .future .container .common-title {
    color: #fff;
}

#about .future .container .content {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 7.7%;
}

#about .idea {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
}

#about .idea .fixedImg {
    position: absolute;
    width: 100%;
    height: 835px;
    left: 0;
    bottom: 0;
}

#about .idea .container {
    position: relative;
    max-width: 1000px;
    margin: 4.16% auto 16.1%;
    padding: 3.1% 3.9%;
    background: #fff;
    border-top: 10px solid #f17618;
}

#about .idea .container .common-title {
    text-align: center;
}

#about .idea .container .common-ex-title {
    text-align: center;
}

#about .idea .container img {
    margin-top: 3.5%;
}

#about .idea .container .content {
    margin-top: 3%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#about .business {
    position: relative;
    background: #f8f8f8;
    padding-bottom: 5.5%;
}

#about .business .left {
    position: relative;
    width: 39.17%;
    margin-top: -15.25%;
}

#about .business .right {
    position: relative;
    margin-top: -8.33%;
    width: 51.67%;
    padding: 4.5% 4.4%;
    background: #fff;
}

#about .business .right .content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 5%;
}

#about .spirit {
    position: relative;
    padding: 7.8% 0 9.4%;
}

#about .spirit .left {
    width: 54.17%;
}

#about .spirit .left .common-title {
    color: #fff;
}

#about .spirit .left .common-ex-title {
    color: #fff;
}

#about .spirit .left .content {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 6%;
}

#technology {
    padding: 4.17% 0 5.5%;
}

#technology ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#technology ul li {
    width: 31.67%;
    -webkit-box-flex: 31.67%;
    -ms-flex: 31.67% 0 0px;
    flex: 31.67% 0 0;
    margin-right: 2.4%;
    margin-bottom: 2.4%;
}

#technology ul li:nth-of-type(3n) {
    margin-right: 0;
}

#technology ul li:hover .imgWrap .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#technology ul li .imgWrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 73.68%;
}

#technology ul li .imgWrap .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#technology ul li .conWrap {
    padding: 5.3%;
    background: #eeeeee;
}

#technology ul li .conWrap .date {
    font-size: 14px;
    color: #999999;
}

#technology ul li .conWrap .date i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #ccc;
    float: right;
    border-radius: 1.5px;
    margin-left: 3px;
    margin-top: 12px;
}

#technology ul li .conWrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    color: #333333;
    margin-top: 10px;
}

#case {
    padding: 4.17% 0 5.5%;
}

#case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#case ul li {
    width: 31.67%;
    -webkit-box-flex: 31.67%;
    -ms-flex: 31.67% 0 0px;
    flex: 31.67% 0 0;
	margin-right: 2.4%;
    margin-bottom: 2.4%;
}

#case ul li:nth-of-type(3n) {
    margin-right: 0;
}

#case ul li:hover .imgWrap .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#case ul li:hover .imgWrap .mask {
    opacity: 1;
}

#case ul li:hover .imgWrap .mask i {
    margin-top: -13.5%;
}

#case ul li:hover .conWrap {
    background: #22297a;
}

#case ul li:hover .conWrap .line {
    width: 100%;
    background: #dd7222;
}

#case ul li .imgWrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 77.3%;
}

#case ul li .imgWrap .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#case ul li .imgWrap .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

#case ul li .imgWrap .mask i {
    position: absolute;
    width: 27%;
    height: 0;
    left: 50%;
    top: 50%;
    margin-left: -13.5%;
    padding-bottom: 27%;
    margin-top: 60%;
    background-image: url(../images/case_view.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#case ul li .conWrap {
    padding: 5.3%;
    background: #494949;
}

#case ul li .conWrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}

#case ul li .conWrap .line {
    width: 50px;
    height: 1px;
    background: #fff;
    margin-top: 5%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#news-list {
	padding: 4.17% 0 5.5%;
}

#news-list ul li {
	position: relative;
	padding: 26px 0;
    padding-left: 125px;
    border-top: 1px solid #E1E1E1;
    margin-bottom: 2.4%;
	cursor: pointer;
}

#news-list ul li .left-box {
  position: absolute;
  left: 0;
  top: 22px;
  padding-bottom: 6px;
  width: 80px;
  background: #1F1F8A;
  color: #fff;
  text-align: center;
}
#news-list ul li .left-box .day {
  font-size: 45px;
}
#news-list ul li .right-box .sub-header {
  padding-bottom: 12px;
  font-size: 18px;
  color: #565454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-list ul li .right-box .intro {
  color: #6A6A6A;
  height: 40px;
  overflow: hidden;
}
#news-list ul li:hover .right-box .intro ,
#news-list ul li:hover .right-box .sub-header {
  color: #d76c00;
}
#news-list.service_system .dialog-btn:after {
	display:none;
}
#news-view .view-top {
    padding: 3.64% 0;
    text-align: center;
}

#news-view .view-top h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
}

#news-view .view-top .date {
    font-size: 14px;
    color: #959595;
    margin-top: 8px;
}

#news-view .view-top .date:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/calendar.png) no-repeat;
    margin-right: 3px;
}

#news-view .editor {
    padding: 2.6% 0 5.2%;
    background: #ffffff;
	overflow: hidden;
}

.view-ctrl {
    position: relative;
    padding: 2.6% 0;
    background: #f4f5f7;
}

.view-ctrl .back-list {
    position: absolute;
    width: 80px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -17.5px;
    line-height: 35px;
    background: #e27018;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.view-ctrl .prev,
.view-ctrl .next {
    width: 40%;
}

.view-ctrl .prev p,
.view-ctrl .next p,
.view-ctrl .prev a,
.view-ctrl .next a {
    font-size: 14px;
    color: #666666;
}

.view-ctrl .prev a,
.view-ctrl .next a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-ctrl .prev a:hover,
.view-ctrl .next a:hover {
    color: #e27018;
}

.view-ctrl .prev {
    float: left;
}

.view-ctrl .next {
    float: right;
    text-align: right;
}

#service .service {
    padding: 7.8% 0 8.8%;
}

#service .service .cy_s-box {
    max-width: 540px;
}

#service .service .cy_s-box .cy_title {
    padding: 0 0 40px;
    color: #000;
}

#service .service .cy_s-box .title {
    position: relative;
    font-size: 30px;
}

#service .service .cy_s-box .title:before {
    position: absolute;
    right: 100%;
    bottom: 50%;
    margin-right: 0.5em;
    width: 2em;
    height: 1px;
    background: #e67015;
    content: '';
}

#service .service .cy_s-box .name {
    font-size: 20px;
}

#service .service .cy_s-box .content {
    color: #888888;
}

#service .service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.17%;
}

#service .service ul li {
    width: 31.67%;
    -webkit-box-flex: 31.67%;
    -ms-flex: 31.67% 0 0px;
    flex: 31.67% 0 0;
    background: #fff;
    margin-right: 2.4%;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#service .service ul li:hover {
    box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.3);
}

#service .service ul li:hover h3,
#service .service ul li:hover p{
    color: #e67015;
}

#service .service ul li:nth-of-type(3n) {
    margin-right: 0;
}

#service .service ul li a {
    display: block;
    padding: 14.4%;
}

#service .service ul li h3 {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#service .service ul li p {
    font-size: 18px;
    color: #999999;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#service .flow {
    padding: 6.25% 0;
}

#service .flow .menu_ex_title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#service .flow .menu_title {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#service .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.17%;
}

#service .flow ul li {
    position: relative;
    width: 10.83%;
    -webkit-box-flex: 10.83%;
    -ms-flex: 10.83% 0 0px;
    flex: 10.83% 0 0;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 2.3% 0;
    text-align: center;
    cursor: pointer;
}

#service .flow ul li:nth-of-type(7n) {
    margin-right: 0;
}

#service .flow ul li.active .bg {
    background: #de7321;
}

#service .flow ul li:hover img {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

#service .flow ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #de7321;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 50% 0% 0;
    -webkit-transform-origin: 50% 0% 0;
}

#service .flow ul li:hover:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
}

#service .flow ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 6px;
}

#service .flow ul li img {
    position: relative;
    z-index: 1;
}

#service .flow ul li p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
}

#service .flow .conWrap .con {
    padding: 4.16%;
    display: none;
    color: #eeeeee;
    background: #666666;
    border-radius: 6px;
    font-size: 16px;
}

#service .flow .conWrap .con.active {
    display: block;
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.hrList {
    margin: 30px 0px 36px;
    background: #fff;
}

.hrList dd {
    margin-bottom: 3px;
    position: relative;
}

.hrList .icon {
    float: right;
}

.hrList .hrT {
    background-color: #f2f2f2;
    color: #666666;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
}

.hrList .ib {
    width: 16px;
    height: 16px;
    margin: 12px auto 0px;
    display: block;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.hrList .ib i {
    display: block;
    background-color: #999999;
}

.hrList .ib .ic1 {
    width: 2px;
    height: 16px;
    margin-left: 7px;
}

.hrList .ib .ic2 {
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.hrList .hrB {
    border: 1px solid #dcbfa2;
    display: none;
}

.hrList .hrCon {
    margin: 0px auto;
    padding: 20px 20px 60px;
    overflow: hidden;
}

.hrList dd.active .hrT,
.hrList dd:hover .hrT {
    background-color: #d76c00;
    color: #fff;
}

.hrList .active .ib i {
    background-color: #fff;
}

.hrList .active .ib {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.hrList .active .ib .ic2 {
    display: none;
}

#contact {
    padding: 5.2% 0 0;
}

#contact .cy_s-box .cy_title {
    padding: 0 0 40px;
    color: #000;
}

#contact .cy_s-box .cy_title .title {
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#contact .cy_s-box .cy_title .title:before {
    position: absolute;
    right: 100%;
    bottom: 50%;
    z-index: -1;
    margin-right: 0.5em;
    width: 2em;
    height: 1px;
    background: #e67015;
    content: '';
}

#contact .cy_s-box .cy_title .name {
    font-size: 20px;
    line-height: 1.5;
}

#contact .cy_s-box .content {
    display: -webkit-box;
    line-height: 25px;
    text-align: justify;
    color: #858585;
}

.recruit .recruit-top .cy_s-box {
    float: left;
}

.recruit .recruit-top .img {
    float: right;
    margin-top: 60px;
}

.contact-us {
    margin-top: 4.6%;
    background: #fff;
}

.contact-us .map {
    float: left;
    width: 50%;
    height: 720px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-us .right {
    width: 50%;
    padding-left: 10.42%;
    padding-top: 6.25%;
}

.contact-us .right .con {
    margin-top: 5%;
}

.contact-us .right .con p {
    font-size: 18px;
    color: #333333;
}

.contact-us .right .erweima {
    margin-top: 5%;
}

.contact-us .right .erweima div {
    text-align: center;
    float: left;
    margin-right: 40px;
}

.contact-us .right .erweima div:nth-last-of-type(1) {
    margin-right: 0px;
}

.contact-us .right .erweima div img {
    width: 100px;
    height: 100px;
}

.contact-us .right .erweima div p {
    font-size: 14px;
    color: #2d2d2d;
}

#video {
    padding: 4.17% 0 5.5%;
}

#video ul li {
    margin-right: 2.4%;
    margin-bottom: 2.4%;
    height: 350px;
}

#video ul li.odd .imgWrap {
    float: left;
}

#video ul li.odd .conWrap {
    float: right;
}

#video ul li.even .imgWrap {
    float: right;
}

#video ul li.even .conWrap {
    float: left;
}

#video ul li:hover .imgWrap:after {
    opacity: 1;
}

#video ul li:hover .imgWrap .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#video ul li:hover .imgWrap .play {
    opacity: 1;
}

#video ul li:hover .conWrap {
    border-bottom: 10px solid #e27018;
}

#video ul li:hover .conWrap h3 {
    color: #e27018;
}

#video ul li .imgWrap {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#video ul li .imgWrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.63);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

#video ul li .imgWrap .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#video ul li .imgWrap .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    z-index: 2;
    width: 68px;
    height: 68px;
    background: url(../images/video_play.png) no-repeat;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#video ul li .conWrap {
    width: 50%;
    height: 100%;
    padding: 5.3%;
    background: #fff;
    border-bottom: 10px solid transparent;
}

#video ul li .conWrap h3 {
    font-size: 30px;
    font-weight: normal;
    color: #262626;
}

#video ul li .conWrap p {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}

.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
	width: 865px;
    height: 650px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #80abde;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
}

.vwrap .close i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/closebtn.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#videobox_display_button,
#videocontainer_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo,
.jwclick {
    display: none !important;
}

.jwdisplayIcon {
    background: none no-repeat !important;
}

.inner90 {
    width: 90%;
    max-width: 1714px;
    margin: 0px auto;
}

.proNav a:link,
.proNav a:visited {
    color: #666;
}

.proNav a:active,
.proNav a:hover {
    color: #d76c00;
}

.proNav {
    position: relative;
    margin-top: 0;
    text-align: center;
    font-size: 0px;
    width: 100%;
    padding: 0 5%;
    background: #fff;
	border-bottom: 1px solid #cccccc;
}

.proNav li {
    display: inline-block;
    width: 14.285%;
    background-color: #fff;
    font-size: 14px;
}

.proNav .lastItem {
    width: 100%;
    height: auto;
}

.proNav .item {
    display: block;
    padding: 20px 5% 0px;
    height: 104px;
    text-align: center;
    line-height: 1.4;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin-right: -1px;
    color: #666;
}

.proNav .ico {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 0 auto 5px;
    display: block;
}

.proNav .ico i {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.proNav .ico .i2 {
    display: none;
}

.proNav .item:hover,
.proNav .item.active {
    background-color: #da9652;
    color: #fff;
}

.proNav .item:hover .ico .i1,
.proNav .item.active .ico .i1 {
    display: none;
}

.proNav .item:hover .ico .i2,
.proNav .item.active .ico .i2 {
    display: block;
}

.proNav .item:hover .ico,
.proNav .item.active .ico {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

#baiduMap img {
    max-width: none;
}

.page .pagination2 {
    text-align: center;
    margin: 55px 0px;
}

.page .pagination2 span.prev,
.page .pagination2 span.next {
    width: 75px;
}

.page .pagination2 span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    color: #404040;
    text-align: center;
    border: 1px solid #c8c8c8;
}

.page .pagination2 span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #404040;
}

.page .pagination2 span.current,
.page .pagination2 span:hover {
    background: #0c579f;
    border: 1px solid #0c579f;
}

.page .pagination2 span.current a,
.page .pagination2 span:hover a {
    background: #0c579f;
}

.page .pagination2 span.prev:hover,
.page .pagination2 span.next:hover {
    background: #0c579f;
    border: 1px solid #0c579f;
}

.page .pagination2 span.current,
.page .pagination2 span:hover,
.page .pagination2 span:hover a {
    color: #fff;
}

.system_msg {
    text-align: center;
    padding-top: 150px;
    min-height: 500px;
}

.album{width: 80%;max-width: 1200px;overflow:hidden;}.album-image-md{position:relative;z-index:1;margin:0 auto;height: 0;padding-bottom: 60.83%;overflow:hidden;}.album-image-bd{position: absolute;z-index:1;left: 0;top: 0;width: 100%;height: 100%;text-align:center;overflow:hidden;}.album-image{position:absolute;z-index:2;top:50%;left:50%;max-width: none;}.album-image-ft{margin:0 auto;height:50px;line-height:50px;text-align:center;overflow:hidden}#album-image-ft{font-size:12px}.album-image-nav{position:absolute;z-index:2;top:0;left:0;margin:0;padding:0;width: 100%;height: 100%;overflow:hidden;}.album-image-nav-left-block{position:relative;z-index:1;float:left;margin:0;width:50%;height: 100%;list-style-type:none;overflow:hidden;}.album-image-nav-right-block{position:relative;z-index:1;float:left;margin:0;width:50%;height: 100%;list-style-type:none;overflow:hidden;}.album-image-btn-prev:link,.album-image-btn-prev:visited,.album-image-btn-prev:hover{position:absolute;z-index:2;top:50%;left:0;margin:-40px 0 0;width:40px;height:80px;line-height:60px;font-size:100px;color:#999;background-color:#333;opacity:.7;filter:alpha(opacity=70);text-decoration:none;text-align:center;overflow:hidden}.album-image-btn-next:link,.album-image-btn-next:visited,.album-image-btn-next:hover{position:absolute;z-index:2;top:50%;right:0;margin:-40px 0 0;width:40px;height:80px;line-height:60px;font-size:100px;color:#999;background-color:#333;opacity:.7;filter:alpha(opacity=70);text-decoration:none;text-align:center;overflow:hidden}.album-image-btn-prev:hover,.album-image-btn-next:hover{color:#fff;background-color:#000}.album-image-loading-overlay{position:absolute;z-index:4;top:0;left:0;margin:0;width: 100%;height: 100%;background-color:#fff;opacity:.6;filter:alpha(opacity=60);overflow:hidden;}.album-image-loading-overlay img{position:absolute;z-index:4;top:50%;left:50%;margin:-50px 0 0 -50px;width:100px;height:100px}.album-carousel{margin: 8px auto 0;width: 100%;height: 90px;overflow:hidden;}.album-carousel-btn-prev:link,.album-carousel-btn-prev:visited,.album-carousel-btn-prev:hover{float:left;margin:0;width:50px;height: 90px;line-height:70px;text-align:center;font-size:80px;text-decoration:none;color:#999;overflow:hidden;}.album-carousel-btn-next:link,.album-carousel-btn-next:visited,.album-carousel-btn-next:hover{float:right;margin:0;width:50px;height: 90px;line-height:70px;text-align:center;font-size:80px;text-decoration:none;color:#999;overflow:hidden;}.album-carousel-btn-prev:hover,.album-carousel-btn-next:hover{color:#d76c00;background-color:#f4f4f4}.album-carousel-zone{position:relative;z-index:1;float:left;margin:0;width: calc(100% - 100px);height: 90px;background-color:#fff;overflow:hidden;}.album-carousel-list{position:absolute;z-index:2;top:0;left:0;margin:0;padding:0;width:1760px;height: 90px;overflow:hidden;}.album-carousel-thumb{position:relative;z-index:3;float:left;margin:0;list-style-type:none;width: 160px;height: 90px;overflow:hidden;}.album-carousel-thumb a:link,.album-carousel-thumb a:visited,.album-carousel-thumb a:hover{position:absolute;z-index:2;top:0;left:0;width: 160px;height: 90px;border: 5px solid #fff;overflow:hidden;}.album-carousel-thumb-selected a:link,.album-carousel-thumb-selected a:visited,.album-carousel-thumb-selected a:hover,.album-carousel-thumb a:hover{border:3px solid #d76c00}.album-carousel-thumb img{position:absolute;z-index:1;display:block;top:-37px;left: 0px;width:230px;height:144px;opacity:.5;filter:alpha(opacity=50);}.album-carousel-thumb-selected a:link img,.album-carousel-thumb-selected a:visited img,.album-carousel-thumb-selected a:hover img,.album-carousel-thumb a:hover img{opacity:1;filter:alpha(opacity=100)}.hide{display:none}
#bigImg{
    display: none;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 97%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#m_album{
	position:relative;
	overflow: hidden;
    width: 100%;
	display:none;
}
#m_album .prev {
    left: 0;
    background-image: url(../images/case-prev.png);
}
#m_album .next {
    right: 0;
    background-image: url(../images/case-next.png);
}
#m_album .prev, #m_album .next {
    position: absolute;
    z-index: 15;
    width: 31px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-position: left center;
    opacity: 0.7;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}
#m_album .con-wrap{
	overflow: hidden;
    margin: 0 auto;
}
#m_album ul.list{
	position: relative;
    display: flex;
}
#m_album ul.list li{
    flex: 33.33% 0 0;
    width: 33.33%;
    height: 0;
    padding-bottom: 21.3%;
	position: relative;
}
#m_album ul.list li.active .img{
    border: 3px solid #d76c00;
}
#m_album ul.list li .img{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#album-view {
    padding: 4.17% 0 5.5%;
}
#album-view .container{
    position: relative;
    width: 90%;
    max-width: 1500px;
}
#album-view .summary{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
    width: 18.67%;
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 20px solid #fff;
    overflow-y: scroll;
}
#album-view .summary h3{
    font-size: 18px;
    color: #282828;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
#album-view .summary .con{
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    margin-top: 20px;
}

#album{
    width: 80%;
    float: right;
}

#album-view .summary::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #23297a
}

#album-view .summary::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #23297a
}

#album-view .summary::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: #e67015
}


.product-more {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 3.25% 0;
    background: #f2f2f2;
}
.product-more .cy_s-box.s_c{
    max-width: 525px;
    margin: 0 auto;
    text-align: center;
}
.product-more .cy_s-box.s_c .line{
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0;
    width: 1px;
    height: 30px;
    background: #7e7e7e;
}
.product-more .cy_title .title:before{
    display: none;
}
.product-more .pm-nav { display: inline-block; vertical-align: top; margin: 0 -20px; font-size: 0; line-height: 0 }
.product-more .pm-nav a { display: inline-block; margin: 0 5px 10px; padding: 10px 0; width: 100px; font-size: 12px; line-height: 15px; background: #fff; color: #000 }
.product-more .pm-nav a.act { background: #e67015; color: #fff }
.product-more .pm-content { margin: 5% 0 0 }

@media (min-width:1800px) {
    .product-more .pm-content .container { max-width: 1600px }
}

.product-more .pm-content .pm-c_body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap }

@media (max-width:1440px) {
    .product-more .pm-content .pm-c_body { -ms-flex-pack: distribute; justify-content: space-around }
}

.product-more .pm-content .pm-c_body > div { width: 31.5%; max-width: 390px }
.product-more .pm-content .pm-c_body .pm-c_item { margin: 15px 0; }

@media (max-width:768px) {
    .product-more .pm-content .pm-c_body > div { width: 48% }
}

@media (max-width:576px) {
    .product-more .pm-content .pm-c_body > div { width: 100% }
}

.product-more .pm-content .pm-c_body a { display: block; overflow: hidden; position: relative; z-index: 1; background: #fff }
.product-more .pm-content .pm-c_body a:hover img { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03) }
.product-more .pm-content .pm-c_body figure { overflow: hidden; position: relative; padding: 0 100% 50% 0 }
.product-more .pm-content .pm-c_body figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s }
.product-more .pm-content .pm-c_body .name { padding: 10px 5%; font-size: 14px; line-height: 20px; text-align: center; background: #fff; color: #333; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis }


.service_system.show_dialog { z-index: 7777 }
.service_system .s-i_c-dialog { display: none; position: fixed; top: 0; left: 0; z-index: 77777; width: 100%; height: 100%; background: rgba(0,0,0,.8); overflow-x: hidden; overflow-y: auto }
.service_system .s-i_c-dialog.show .content { opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none }
.service_system .s-i_c-dialog.hide .content { opacity: 0; visibility: hidden; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3) }
.service_system .dialog-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; min-height: 100% }
.service_system .dialog-content::-webkit-scrollbar { display: none }
.service_system .dialog-content .content { margin: 5% auto; padding: 5%; width: 90%; max-width: 930px; background: #fff; opacity: 0; visibility: hidden; -webkit-transform: scale(1.7); -ms-transform: scale(1.7); transform: scale(1.7); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s }
.service_system .dialog-c_item { display: none }
.service_system .dialog-c_item.z { display: block }
.service_system .icon-close { position: relative; top: -50px; right: -50px; display: block; text-align: right; cursor: pointer }

@media (max-width:1240px) {
    .service_system .icon-close { top: 0; right: 0; margin-bottom: 3% }
}

.service_system .icon-close:hover .icon-svg { fill: #e67015 }
.service_system .icon-close .icon-svg { width: 30px; height: 30px; fill: #6a6a6a; -webkit-transition: all .15s; -o-transition: all .15s; transition: all .15s }
.service_system .dialog-head { border-bottom: 1px solid #d2d2d2; padding: 0 0 4.5%; text-align: center; color: #000 }
.service_system .dialog-head .title { font-family: Arial,sans-serif; font-size: 30px; font-weight: 700; line-height: 1.2; text-transform: uppercase }
.service_system .dialog-head .name { font-size: 18px; line-height: 25px }
.service_system .dialog-body { padding: 3% 0 0; font-size: 14px; line-height: 30px; color: #666 }
.service_system .dialog-btn { position: relative; }
.service_system .dialog-btn:after {
    position: absolute;
    content: '查看详情';
    width: 104px;
    height: 20px;
    background: url(../images/right-arrows2.png) no-repeat;
    background-size: 20px;
    background-position: 0px 3px;
    left: 42%;
    bottom: 18px;
    margin-left: -10px;
}
