@charset "utf-8";
/* 
 * Project Name:�����Ƽ�
 * Author:ǳǳ
 * Date��2016-5-16
 */


/*BxSlider end*/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #00865e url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
/* Dots */
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
/*base style end*/
/*index style*/
/*.ishow,.ishow body{ overflow: hidden;}*/
.page { width: 100%; overflow: hidden; background-color: #333333; }
.rollImg, .roll { position: relative; float: left; z-index: 200; cursor: pointer; }
.roll { width: 49px; position: absolute; margin: 0 50%; left: -25px; bottom: 3%; height: 49px; overflow: hidden; border-radius: 50%; background: url(../images/roll.png) no-repeat; background: none rgba(255,255,255,1); }
.rollImg { top: 0px; left: 0px; position: absolute; cursor: pointer; transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); background: url(../images/roll_ico.png) no-repeat scroll center center; width: 49px; height: 49px; }
.active .roll { -webkit-animation: appearRoll 1600ms ease 1800ms both; -moz-animation: appearRoll 1600ms ease 1800ms both; -ms-animation: appearRoll 1600ms ease 1800ms both; -o-animation: appearRoll 1600ms ease 1800ms both; animation: appearRoll 1600ms ease 1800ms both; }
.active #rollImg1 { -webkit-animation: bounce 3s ease-in-out 1.5s; -moz-animation: bounce 3s ease-in-out 1.5s; -ms-animation: bounce 3s ease-in-out 1.5s; -o-animation: bounce 3s ease-in-out 1.5s; animation: bounce 3s ease-in-out 1.5s; }

@-webkit-keyframes bounce {
    0% { -webkit-transform: scale(0); }
    70% { -webkit-transform: scale(0.5); }
    35%,100% { -webkit-transform: scale(1); }
}

@-ms-keyframes bounce {
    0% { -ms-transform: scale(0); }
    70% { -ms-transform: scale(0.5); }
    35%,100% { -ms-transform: scale(1); }
}

@-o-keyframes bounce { 0%;
{ -o-transform: scale(0); }
70% { -o-transform: scale(0.5); }
35%, 100% { -o-transform: scale(1); }
}

@-moz-keyframes bounce {
    0% { -moz-transform: scale(0); }
    70% { -moz-transform: scale(0.5); }
    35%,100% { -moz-transform: scale(1); }
}

@keyframes bounce {
    0% { transform: scale(0.0); }
    70% { transform: scale(0.5); }
    35%,100% { transform: scale(1); }
}

@-webkit-keyframes appearRoll {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes appearRoll {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes appearRoll {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes appearRoll { 0%;
{ opacity: 0; }
100% { opacity: 1; }
}

@keyframes appearRoll {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


@-webkit-keyframes icoI {
    0% { -webkit-transform: translate(0px, 0px); }
    25% { -webkit-transform: translate(0px, -10px); }
    50% { -webkit-transform: translate(0px, 0px); }
    75% { -webkit-transform: translate(0px, 10px); }
    100% { -webkit-transform: translate(0px, 0px); }
}

@-moz-keyframes icoI {
    0% { -moz-transform: translate(0px, 0px); }
    25% { -moz-transform: translate(0px, -10px); }
    50% { -moz-transform: translate(0px, 0px); }
    75% { -moz-transform: translate(0px, 10px); }
    100% { -moz-transform: translate(0px, 0px); }
}

@keyframes icoI {
    0% { transform: translate(0px, 0px); }
    25% { transform: translate(0px, -10px); }
    50% { transform: translate(0px, 0px); }
    75% { transform: translate(0px, 10px); }
    100% { transform: translate(0px, 0px); }
}

@-webkit-keyframes mk_3d_top {
    0% { -webkit-transform: perspective(600px) rotateX(60deg); -webkit-transform-origin: center top 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center top 0; }
}

@keyframes mk_3d_top {
    0% { -webkit-transform: perspective(600px) rotateX(60deg); transform: perspective(600px) rotateX(60deg); -webkit-transform-origin: center top 0; transform-origin: center top 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center top 0; transform-origin: center top 0; }
}

/*----- mk_3d_bottom -----*/

@-webkit-keyframes mk_3d_bottom {
    0% { -webkit-transform: perspective(600px) rotateX(-30deg); -webkit-transform-origin: center bottom 0; opacity: 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center bottom 0; opacity: 1; }
}

@keyframes mk_3d_bottom {
    0% { -webkit-transform: perspective(600px) rotateX(-30deg); transform: perspective(600px) rotateX(-30deg); -webkit-transform-origin: center bottom 0; transform-origin: center bottom 0; opacity: 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center bottom 0; transform-origin: center bottom 0; opacity: 1; }
}


@keyframes moveMap {
    0% { transform: scale(1); }
    30% { transform: scale(0.6); }
    60% { transform: scale(1.15); }
    80% { transform: scale(0.9); }
    90% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@-webkit-keyframes moveMap {
    0% { -webkit-transform: scale(1); }
    30% { -webkit-transform: scale(0.6); }
    60% { -webkit-transform: scale(1.15); }
    80% { -webkit-transform: scale(0.9); }
    90% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}

.imgShowDemo { width: 100%; height: 100%; position: relative; overflow: hidden; }
.imgShowDemo .item { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; position: relative; background-size: contain; }
.imgShowDemo .img { vertical-align: middle; height: auto; width: auto; max-height: 100%; max-width: 100%; margin: auto; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }
.imgShowDemo .txt { background: url(../images/black.png) repeat; background: none rgba(0,0,0,0.5); font-size: 14px; color: #fff; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; padding: 10px 0px; }
.imgShowDemo .txt .i { padding: 0px 3%; }
.hi-num { width: 85px; height: 65px; background: #272727; color: #fff; border-left: 1px solid #3a3a3a; position: absolute; bottom: 0; right: 0; text-align: center; line-height: 65px; font-size: 16px; }
.img-show { transform: translateY(0) !important; -webkit-transform: translateY(0) !important; }
.no-csstransitions .img-show { display: block; }
.imgShowDemo .slick-prev, .imgShowDemo .slick-next { width: 44px; height: 44px; position: absolute; top: 50%; margin-top: -22px; z-index: 100; transition: all 0s ease 0s; -webkit-transform: all 0s ease 0s; }
.imgShowDemo .slick-prev { background: url(../images/img_btn2.png) no-repeat scroll left top; left: 2%; }
.imgShowDemo .slick-next { background: url(../images/img_btn2.png) no-repeat scroll right top; right: 2%; }
.imgShowDemo .slick-prev:hover { background-position: left bottom; }
.imgShowDemo .slick-next:hover { background-position: right bottom; }
.overlayClose { width: 56px; height: 56px; display: block; position: fixed; right: 2%; top: 2%; transition: 300ms; -webkit-transition: 300ms; z-index: 100; }
.overlayClose i { background: url(../images/close2.png) no-repeat scroll center center; width: 100%; height: 100%; display: block; transition: 400ms; -webkit-transition: 400ms; }
.overlayClose:hover { background-color: #ba002a; }
.overlayClose:hover i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); }
.honorPage { padding: 20px 0px; }
.honorPage .w960 { position: relative; padding-bottom: 60px; }
.honorDemo { padding: 0px 50px 0px; }
.honorDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0px 7px; display: block; text-align: center; }
.honorDemo .item:hover, .honorDemo .item.act { background-color: #CC0000; color: #fff; }
.honorDemo .slick-arrow { width: 33px; height: 33px; display: block; border-radius: 5px; background-color: #999999; top: 50%; margin-top: -16px; }
.honorDemo .slick-arrow i { background: url(../images/btn_3.png) no-repeat scroll center center; width: 100%; height: 100%; margin: 0px auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.honorDemo .slick-prev { left: 0px; }
.honorDemo .slick-next { right: 0px; }
.honorDemo .slick-prev i { background-image: url(../images/btn_3.png); }
.honorDemo .slick-next i { background-image: url(../images/btn_4.png); }
.honorDemo .slick-arrow:hover { background-color: #709DC7; }
.honorDemo .slick-prev:hover i { background-position: 30% center; }
.honorDemo .slick-next:hover i { background-position: 70% center; }
.honorDemo .itemA { display: block; margin: 0px 20px; }
.honorDemo .img { border: 1px solid #cfcfcf; padding: 5px; margin-bottom: 8px; overflow: hidden; }
.honorDemo .img img { width: 100%; display: block; }
.honorDemo .name { text-align: center; font-size: 14px; color: #666666; line-height: 1.5; }
.honorDemo .slick-dots { bottom: -60px; left: 0px; }
.honorDemo .slick-dots li { position: relative; display: inline-block; margin: 0px 5px; width: 13px; height: 10px; padding: 2px 0px; cursor: pointer; }
.honorDemo .slick-dots li a { transition: 400ms; -webkit-transition: 400ms; -ms-transition: 400ms; height: 12px; width: 12px; line-height: 12px; text-indent: -10em; display: block; overflow: hidden; padding: 0px; cursor: pointer; border: 1px solid #b8b8b8; background-color: #b8b8b8; border-radius: 50%; }
.honorDemo .slick-dots li a:focus { outline: none; }
.honorDemo .slick-dots li.slick-active a { background-color: #709DC7; border-color: #709DC7; }
.itemA .img { position: relative; overflow: hidden; }
.itemA .black { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; background: url(../images/black.png) repeat; }
.itemA .il, .itemA .ir { background-color: #fff; position: absolute; left: 50%; top: 50%; display: block; transition: 400ms; -webkit-transition: 400ms; border-radius: 3px; }
.itemA .il { height: 3px; width: 0px; margin: -1px 0px 0px -15px; }
.itemA .ir { height: 0px; width: 3px; margin: -15px 0px 0px -1px; }
.itemA:hover .black { opacity: 1; visibility: visible; }
.itemA:hover .il { width: 30px; }
.itemA:hover .ir { height: 30px; transition: 400ms ease 200ms; -webkit-transition: 400ms ease 200ms; }
.processPage { background:url(../images/bg8.jpg) no-repeat scroll top center #484848; padding: 45px 0px 60px; border-bottom: 2px solid #4d4d4d; }
.processPage .pagebT { color: #fff; margin-bottom: 100px; }
.processPage .pagebT .zh { color: #fff; }
.processDemo { padding: 0px 120px; color: #ccc; font-size: 14px; }
.processDemo .item { margin: 0px 60px; }
.processDemo .con { width: 54%; float: left; display: block; }
.processDemo .con .year { font-size: 40px; font-family: arial, helvetica, sans-serif; }
.processDemo .img { width: 35%; float: right; display: block; }
.processDemo .slick-prev, .processDemo .slick-next { width: 20px; height: 43px; position: absolute; top: 50%; margin-top: -21px; z-index: 100; transition: all 0s ease 0s; -webkit-transform: all 0s ease 0s; }
.processDemo .slick-prev { background: url(../images/process_l.png) no-repeat scroll right top; left: 50px; }
.processDemo .slick-next { background: url(../images/process_r.png) no-repeat scroll left top; right: 50px; }
.processDemo .slick-prev:hover { background-position: left top; }
.processDemo .slick-next:hover { background-position: right top; }
.processTop,.processBot{ height: 188px;}
.processSroll{ position: relative; overflow: hidden;}
.processSroll .item{ width: 268px; border-left: 1px solid #bcbaac; padding-left: 28px; position: relative; height: 138px; color: #cccccc; float: left;  margin: 50px 50px 0px;}
.processSroll .item .yico{ background: url(../images/pr_i2.png) no-repeat; position: absolute; width: 10px; height: 10px; left: -5px;}
.processSroll .item .t{ font: 26px/1.2 arial, helvetica, sans-serif; margin-bottom: 20px; position: relative;  margin-top: -10px;}
.processSroll .item .c{ font-size: 14px; height: 50px; overflow: hidden;}
.processSroll .imgItem{ padding-left: 250px; height: 186px; margin-top: 0px;}
.processSroll .imgItem .img{ width: 195px; overflow: hidden; position: absolute; left: 28px; top: 0px; min-height: 140px;}
.processSroll .imgItem .img img{ display: block; width: 100%; height: 140px;}
.processSroll .processTop .yico{ top: 0px;}
.processSroll .processBot .yico{ bottom: 0px;}
.processSroll .processBot .item { padding-top: 46px; height: 140px; margin: 0px 0px 0px 100px;}
.processSroll .processBot .imgItem{ padding-top: 32px; height: 152px;}
.processSroll .processBot .imgItem .img{ top: 32px;}
.processSroll .process-i1{ background: url(../images/pr_i1.png) no-repeat; display: block; width: 26px; height: 26px; display: block; position: absolute; left: 0px; top: 50%; margin-top: -13px; z-index: 10;}
.processSroll .process-i2{ background: url(../images/pr_i3.png) no-repeat; display: block; width: 19px; height: 20px; display: block; position: absolute; right: 0px; top: 50%; margin-top: -10px; z-index: 10;}
.processSroll .process-line{ width: 98%; height: 5px; background-color: #bcbaac; position: absolute; left: 0px; top: 50%; margin-top: -2px; border-radius: 3px;}
.nicescroll-rails { display: none !important;}
/*aboutNav style end*/

/*΢�ŵ���*/
.popUpblack { background: url(../images/black_bg4.png) repeat; width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 1010; display: none; }
.popUp { width: 220px; height: 242px; border: 5px solid #999; background: #fff; position: fixed; left: 50%; top: 50%; margin: -87px 0 0 -115px; z-index: 1004; }
.popUp .t { padding: 0 0 0 10px; height: 26px; line-height: 26px; color: #666; font-weight: bold; border-bottom: 1px solid #e8e8e8; background: #f2f2f2; }
.popUp .t .close { padding: 0 10px 0 0; float: right; cursor: pointer; color: #666; font-weight: normal; }
.popUp .img { padding: 20px; }
.popUp .img img { width: 100%; height: 100%; display: block; }
/*΢�ŵ��� end*/
