﻿@charset "utf-8";

@font-face {
    font-family: 'Conv_PFDinTextCondPro-Regular';
    src: url('PFDinTextCondPro-Regular.eot');
    src: local('☺'), url('PFDinTextCondPro-Regular.woff') format('woff'), url('PFDinTextCondPro-Regular.ttf') format('truetype'), url('PFDinTextCondPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* always display scrollbars */
body {
    font: 14px/1.8 "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif, "SimHei", "黑体";
    margin: 0 auto;
    color: #383838;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
}

.noactive {
    cursor: not-allowed;
    background-color: #adadad !important;
}

.noactive:hover {
    background-color: #adadad !important;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #59b9ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #59b9ff;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: left;
}

table td,
table th {
    border: 1px solid #bebebe !important;
    padding: 12px 3% !important;
    margin: 0px !important;
}

table thead tr {
    background-color: #e2e2ea;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 82%;
    margin: 0px auto;
    max-width: 1560px;
}

.top a:link,
.top a:visited {
    color: #333333;
}

.top a:active,
.top a:hover {
    color: #fff;
}

.top {
    position: fixed;
    left: 0;
    width: 94%;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    height: 100px;
    padding: 0 3%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.no-borderradius .top {
    border-bottom: 1px solid #ededed;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    padding-top:20px;
}

.logo img {
    display: block;
    width: auto;
    height: 58px;
    overflow: hidden;
}

.nav {
    float: left;
    display: block;
    margin-left: 6%;
}
.bule{ background:#1b58ab !important;color:#fff !important;}
.nav li {
    float: left;
    display: block;
    height: 100px;
    position: relative;
}

.nav .item {
    display: block;
    position: relative;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    padding: 0px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.nav .item:before {
    content: "";
    width: 100%;
    left: 0%;
    height: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background: #1b58ab;
    transition: 330ms;
    -webkit-transition: 330ms;
}

.nav .item:hover:before,
.nav .item.active:before,
.nav .item.hov:before {
    height: 100%;
}

.nav .item.active,
.nav .item.hov {
    color: #fff;
}

.nav .subnav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 208px;
    background-color: #f6f6f6;
    display: none;
    padding: 10px 0px
}

.nav .subnav p a {
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    display: block;
}

.nav .subnav p a:hover {
    background-color: #668ec5;
}

/* flexslider */
.flexslider{position:relative;width:100%;height:auto;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav{width:100%;height:auto;overflow:hidden; position:absolute; left:0; top:38%; z-index:9;display:block;}
.flex-direction-nav a{width:38px;height:38px;line-height:38px; text-align:center; background:rgba(0,0,0,.5); overflow:hidden; display:block;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease; border-radius:100px; color:#fff;}
.flex-direction-nav a:hover{ background:rgba(27,88,171,.8)}
.flex-direction-nav .flex-next{float:right; margin-right:20px}
.flex-direction-nav .flex-prev{float:left; margin-left:20px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
.flexslider .slides p{ position:relative; width:100%; height:30px; top:420px; background:#333;}
.flexslider img{width: 100%; height:auto}


.top-language {
    position: absolute;
    right: 3%;
    top: 35px;
}

.tmb-language a {
    border-radius: 10px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    float: left;
    color: #f0f0f0;
    font-size: 17px;
    margin-left: 10px;
}

.tmb-language a:first-child {
    margin-left: 0;
}

.tmb-language a:hover {
    border-color: #1b58ab;
    color: #1b58ab;
}

.tmb-language a.active {
    background-color: #1b58ab;
    border-color: #1b58ab;
    color: #fff;
}

.tmb-language a.oaLink {
    border: 0px none;
    width: auto;
    margin-right: 12px;
    font-size: 14px;
}

.menu-handler {
    cursor: pointer;
    z-index: 1020;
    position: absolute;
    width: 46px;
    height: 46px;
    right: 10px;
    top: 5px;
    display: none;
}

.menu-handler:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    transition: 0.38s;
}

.menu-handler:hover:before {
    opacity: 1;
    visibility: visible;
}

.menu-handler span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #000000;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin: 18px 0px 0px 8px;
    border-radius: 3px;
}

.menu-handler span:after,
.menu-handler span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    left: 0px;
    background-color: #000000;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-handler span:before {
    top: -10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu-handler span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu-handler.active {
    background-color: #1b58ab;
}

.menu-handler.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menu-handler.active span:after,
.menu-handler.active span:before {
    background-color: #fff;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-handler.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-Box {
    position: fixed;
    top: 0px;
    width: 320px;
    height: 100%;
    position: fixed;
    right: -320px;
    background-color: #F6F6F6;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 1010;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: right 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menuMoblie a:link,
.menuMoblie a:visited {
    color: #333333;
}

.menuMoblie a:active,
.menuMoblie a:hover {
    color: #1b58ab;
}

.menuMoblie {
    padding: 76px 0px 50px;
}

.menuMoblie li {
    border-bottom: 1px solid #cccccc;
}

.menuMoblie .item {
    color: #333333;
    display: block;
    font-size: 15px;
    padding: 12px 12px 12px 56px;
    position: relative;
}

.menuMoblie .item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #1b58ab;
    left: 38px;
    top: 50%;
    margin-top: -2px;
}

.menuMoblie .item.cur:before {
    background-color: #fff;
}

.menuMoblie .item.cur {
    background-color: #1b58ab;
    color: #fff;
}

.menuMoblie .subnav {
    background-color: #fcfcfc;
    display: none;
    padding: 10px 0px;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 10px 56px;
    line-height: 1.4;
}

.menuOpen .pusher-black {
    display: block;
}

.menuOpen .menu-Box {
    right: 0;
}

.menu-language {
    margin: 0px 38px;
    padding-bottom: 40px;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 900;
}

.pageH {
    height: 100px;
}

.tmLink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.tm-select {
    background: url(../images/select.png) no-repeat;
    width: 244px;
    height: 33px;
    float: right;
    display: block;
}

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

.foot a:active,
.foot a:hover {
    color: #1b58ab;
}

.foot {
    padding: 25px 0px 30px;
}

.foot-ermBox {
    float: right;
    width: 188px;
}

.foot-ermBox img {
    width: 90px !important;
    margin-top: 3px;
    display: inline-block;
}

.foot-ermBox img.vm {
    float: left;
    display: block;
    width: 90px !important;
    margin-right: 18px;
}

.foot-ermBox .txt {
    padding-top: 18px;
    display: inline-block;
}

.link-select-box a:link,
.link-select-box a:visited {
    color: #666666;
}

.link-select-box a:active,
.link-select-box a:hover {
    color: #fff;
}

.link-select-box {
    font-family: arial, helvetica, sans-serif;
    width: 240px;
    height: 32px;
    border: 1px solid #cccccc;
    position: relative;
    line-height: 32px;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #999999;
    font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
    margin-bottom: 5px;
}

.link-select-box .mt {
    padding: 0 32px 0 15px;
    position: relative;
    cursor: pointer;
    line-height: 32px;
}

.link-select-box .mt .aw {
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    background: url(../images/link_select_ico.png) no-repeat scroll center center;
    height: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.link-select-box .mc {
    padding-bottom: 3px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 31px;
    z-index: 10;
    display: none;
}

.link-select-box ul {
    background-color: #cccccc;
    padding: 8px 0;
    overflow: hidden;
}

.link-select-box a {
    display: block;
    padding: 5px 15px;
    line-height: 1.4;
}

.link-select-box a:hover {
    background-color: #0880D6;
}

.link-select-box.act .mt .aw {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.foot-box-con {
    float: left;
    display: block;
    color: #666666;
    padding-top: 10px;
}

.smLink {
    margin-left: 26px;
}

.flogo {
    margin-top: 12px;
}

.flogo .item {
    margin-right: 5px;
}

.pbanner {
    position: relative;
    overflow: hidden;
    background: url(../images/loader.gif) no-repeat scroll center center #fff;
    color: #fff;
}

.pbanner a:link,
.pbanner a:visited {
    color: #fff;
}

.pbanner a:active,
.pbanner a:hover {
    color: #fff;
}

.pbanner .load-img {
    display: block;
    width: 100%;
}

.pageNavBox {
    height: 46px;
}

.pageNavBox a:link,
.pageNavBox a:visited {
    color: #333;
}

.pageNavBox a:active,
.pageNavBox a:hover {
    color: #1b58ab;
}

.pagenav {
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.cpnavbox {
    height: 45px;
    line-height: 45px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.cpnavbox a {
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 16px;
    *display: inline;
    font-size: 18px;
    *zoom: 1;
    position: relative;
    text-transform: uppercase;
    position: relative;
}

.cpnavbox a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #1b58ab;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.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\9;
}

.cpnav {
    display: none;
    width: 100%;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    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;
}

.bgf1 {
    background-color: #f1f1f1;
}

.bgf8 {
    background-color: #f8f8f8;
}

.inner1200 {
    width: 1100px;
    margin: 0px auto;
}

.pagePadding {
    padding: 70px 0px;
}

.pageC a:link,
.pageC a:visited {
    color: #333;
}

.pageC a:active,
.pageC a:hover {
    color: #1b58ab;
}

.pageC {
    color: #666666;
    overflow: hidden;
}
.pageC p{display:block}
.pageC h1 img {
    max-width: 100% !important;
    height: auto !important;
}

/* Slider */
.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;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li button:focus {
    outline: none;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*base style end*/
/*index style*/
.transYT {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transYT2 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transXT {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transXT2 {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.transYT50 {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.transYT10 {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 400ms, opacity .4s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 400ms, opacity .4s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.transYT250 {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.transXT50 {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.transXT250 {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.action.transYT50,
.action.transYT10 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transYT250 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transXT50 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transXT250 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transYT {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transYT2 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.action.transXT {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.action.transXT2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.tlbg:after,
.trbg:after,
.ttbg:after,
.tbbg:after {
    background-color: #eee;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px: transition: transform .8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -webkit-transition: transform .8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    z-index: 1;
}

.tlbg:after {
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
}

.trbg:after {
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
}

.ttbg:after {
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
}

.tbbg:after {
    transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0;
}

.action.tlbg:after,
.action.trbg:after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.action.ttbg:after,
.action.tbbg:after {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.no-csstransforms .action.tlbg:after,
.no-csstransforms .action.trbg:after,
.no-csstransforms .action.ttbg:after,
.no-csstransforms .action.tbbg:after {
    z-index: -1;
    background-color: transparent;
}

.dly_1 {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.dly_2 {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

.dly_3 {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
}

.dly_4 {
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
}

.dly_5 {
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
}

.dly_6 {
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
}

.dly_7 {
    transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
}

.dly_8 {
    transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
}

.dly_9 {
    transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
}

.dly_10 {
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
}

.dly_11 {
    transition-delay: 1100ms;
    -webkit-transition-delay: 1100ms;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

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

.black-15 {
    background: url(../images/black_15.png) repeat;
    background: none rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.black-50 {
    background: url(../images/black_15.png) repeat;
    background: none rgba(0, 0, 0, 0.50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blue-60 {
    background: url(../images/blue_60.png) repeat;
    background: none rgba(27, 88, 171, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.bannerBox {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #dbdbdb;
    overflow: hidden;
}

.bannerBox a:link,
.bannerBox a:visited {
    color: #fff;
}

.bannerBox a:active,
.bannerBox a:hover {
    color: #fff;
}

.banner .item {
    opacity: 1 !important;
}

.banner .imgbox {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0;
    overflow: hidden;
}

.banner .pimg {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.banner .mimg {
    width: 100%;
    display: none;
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes imgIn {
    0% {
        -webkit-transform: -webkit-translateX(-100%);
        opacity: 1;
    }

    100% {
        -webkit-transform: -webkit-translateX(0);
        opacity: 1;
    }
}

@keyframes imgIn {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.binbox {
    position: absolute;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    top: 30%;
    transform: translateX(88px);
    -webkit-transform: translateX(88px);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    opacity: 0;
    visibility: hidden;
}

.binbox .t {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
}

.binbox .zh {
    font-size: 21.5px;
    margin-bottom: 35px;
    line-height: 1.5;
}

.binbox .more span {
    display: inline-block;
    position: relative;
}

.binbox .more span:before {
    content: "";
    width: 0;
    left: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    transition: 330ms;
    -webkit-transition: 330ms;
}

.binbox .more:hover span:before {
    width: 100%;
}

.banner .slick-active {
    z-index: 800 !important;
}

.banner .slick-active .imgbox {
    -webkit-animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.190, 1.000);
    animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.190, 1.000);
    -moz-animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.banner .slick-active .imgbox img {
    -webkit-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.190, 1.000);
    animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.190, 1.000);
    -moz-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.banner .slick-active .binbox {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0) skew(0);
    opacity: 1;
    visibility: visible;
    transition: 680ms 480ms;
    -webkit-transition: 680ms 480ms;
}

.banner .slick-dots {
    position: absolute;
    bottom: 5%;
    z-index: 400;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    text-align: left;
}

.banner .slick-dots li {
    margin: 0px 9px 0px 0px;
    position: relative;
    width: 30px;
    height: 10px;
    display: inline-block;
}

.banner .slick-dots a {
    width: 100%;
    height: 5px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    text-indent: -2em;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.banner .slick-dots li.slick-active a {
    background-color: #1b58ab;
    height: 10px;
}

.ibox a:link,
.ibox a:visited {
    color: #fff;
}

.ibox a:active,
.ibox a:hover {
    color: #fff;
}

.ibox .img {
    display: block;
    width: 100%;
    transition: transform 1.2s ease-out 0s;
    -webkit-transition: -webkit-transform 1.2s ease-out 0s;
}

.ibox dd {
    float: left;
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.ibox .yfItem,
.ibox .videoItem {
    width: 25%;
}

.ibox .tmLink {
    z-index: 4;
}

.ibox .t {
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0px 12px;
}

.ibox-C {
    position: absolute;
    left: 8%;
    top: 8%;
    width: 84%;
    height: 92%;
    z-index: 2;
}

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

.aboutIcon .c {
    line-height: 1.5;
    height: 42px;
    margin-bottom: 5%;
}

.aboutIcon .list li {
    float: left;
    display: block;
    width: 196px;
}

.aboutIcon .list .num {
    font-size: 40px;
    font-family: "Conv_PFDinTextCondPro-Regular";
    line-height: 1.1;
}

.yfItem .btn-viewMore {
    position: absolute;
    left: -5%;
    bottom: 5%;
    opacity: 0;
    visibility: hidden;
    font-family: arial, helvetica, sans-serif;
}

.yfItem .bg {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 330ms;
    -webkit-transition: 330ms;
}

.videoItem .vico {
    background: url(../images/vico.png) no-repeat;
    width: 61px;
    height: 61px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
}

#videobox1 {
    height: 100% !important;
    position: absolute !important;
    left: 0;
    top: 0;
}

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

.jwplayer .jwicon {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
    background: url(../images/vico.png) no-repeat !important;
    width: 61px !important;
    height: 61px !important;
    transform: rotate(0deg) !important;
}

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

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

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

.newIbox {
    padding: 50px 0px;
}

.newIbox>dl {
    overflow: hidden;
}

.iboxT {
    font-weight: bold;
    font-size: 24px;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 25px;
}

.newitem1,
.newitem2 {
    float: left;
    display: block;
    width: 33%;
    position: relative;
}

.newitem1 {
    width: 66%;
    margin-right: 1%;
}

.newDemo a:link,
.newDemo a:visited {
    color: #9b9b9b;
}

.newDemo a:active,
.newDemo a:hover {
    color: #1b58ab;
}

.newDemo .item {
    height: 362px;
    position: relative;
    background-color: #fff;
}

.newDemo .img {
    display: block;
    width: 56%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.newDemo .img .sj {
    background: url(../images/sj.png) no-repeat scroll right center;
    width: 16px;
    height: 23px;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -11px;
}

.newDemo article {
    width: 44%;
    border: 1px solid #ededed;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.newDemo article p {
    padding: 0px 8%;
    overflow: hidden;
}

.newDemo article .type {
    padding: 20px 8% 30px;
    color: #1b58ab;
}

.newDemo article .t {
    font-size: 18px;
    line-height: 1.5;
    color: #383838;
    margin-bottom: 15px;
    font-family: "黑体", "微软雅黑";
    height: 54px;
}

.newDemo article .c {
    color: #9b9b9b;
    margin-bottom: 35px;
}

.newDemo article .more {
    margin: 0px 8%;
}

.newDemo .tmLink {
    z-index: 4;
}

.newDemo .item:hover .more {
    color: #1b58ab;
}

.newIlist {
    border: 1px solid #EDEDED;
    height: 360px;
    overflow: hidden;
}

.newIlist a:link,
.newIlist a:visited {
    color: #383838;
}

.newIlist a:active,
.newIlist a:hover {
    color: #1b58ab;
}

.newListIbox-t {
    height: 50px;
    border-bottom: 1px solid #EDEDED;
    line-height: 50px;
}

.newListIbox-t a {
    display: block;
    float: left;
    margin-left: 26px;
    padding: 0px 5px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.newListIbox-t a:before {
    content: "";
    width: 100%;
    height: 4px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #1b58ab;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -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: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

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

.newIbox-tab a.active {
    color: #1b58ab;
}

.newListIbox-c dd {
    height: 310px;
}

.newListIbox-c dd {
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.newListIbox-c dd.text-show {
    display: block;
}

.newListIbox-c ul {
    margin: 15px 0px;
}

.newListIbox-c li a {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0px 25px 0px 33px;
    background: url(../images/sj2.png) no-repeat scroll 25px center;
}

.newListIbox-c li a:hover {
    background-image: url(../images/sj3.png);
}

.newListIbox-c .time {
    float: right;
    display: block;
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    margin-left: 10px;
    font-size: 12px;
}

.newListIbox-c li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    -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% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    visibility: hidden\9;
}

.newListIbox-c li a:hover:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    visibility: visible\9;
}

.newListIbox-c .btn-viewMore .txt {
    font-family: arial, helvetica, sans-serif;
    color: #c0c0c0;
    font-size: 12px;
    margin-left: 25px;
}

.newListIbox-c .btn-viewMore .i {
    background-image: url(../images/jmore_2.png);
}

.newListIbox-c .btn-viewMore:hover .txt {
    color: #1b58ab;
}

.newListIbox-c .btn-viewMore:hover .i {
    background-image: url(../images/jmore_3.png);
}

.ppnum {
    color: #383838;
    position: absolute;
    left: 60%;
    bottom: 5%;
}

.ppnum .cnum {
    color: #1b58ab;
}

.ppnum .aleft,
.ppnum .aright {
    display: inline-block;
    width: 10px;
}

.ppnum .aleft {
    background: url(../images/a-l.png) no-repeat scroll left center;
    margin-right: 8px;
}

.ppnum .aright {
    background: url(../images/a-r.png) no-repeat scroll right center;
    margin-left: 8px;
}

.ppnum .aleft:hover,
.ppnum .aright:hover {
    width: 41px;
}

.ppnum .aleft:hover {
    background-image: url(../images/jmore_4.png);
}

.ppnum .aright:hover {
    background-image: url(../images/jmore_3.png);
}

.productIbox,
.productIdemo {
    position: relative;
    overflow: hidden;
}

.productIdemo {
    height: 510px;
}

.productIdemo .item {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 100%;
    z-index: 6;
}

.productIdemo .img {
    width: 100%;
    display: block;
    height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.proIcon {
    width: 594px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -134px 0px 0px -297px;
    background: url(../images/wh_80.png) repeat;
    background: none rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 50;
}

.proIcon .t {
    font-weight: bold;
    font-size: 34px;
    padding-top: 25px;
}

.proIcon .c {
    width: 80%;
    margin: 0px auto 32px;
    height: 50px;
    overflow: hidden;
}

.proDot {
    margin: 0px 10px;
}

.proDot .item {
    display: block;
    width: 100%;
    cursor: pointer;
    display: flex;
}

.proDot .pitem {
    height: 107px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.proDot .pitem:before {
    content: "";
    width: 100%;
    height: 4px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #1b58ab;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -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: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

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

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

.proDot .ico .ico1 {
    display: block;
}

.proDot .ico .ico2 {
    display: none;
}

.proDot .item.slick-current .ico .ico1 {
    display: none;
}

.proDot .item.slick-current .ico .ico2 {
    display: block;
}

.proDot .item.slick-current {
    color: #1b58ab;
}

.proDot .item.slick-current .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;
}

.proDot .item.slick-current .pitem:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

@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);
    }
}

@-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);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.caseIbox {
    background-color: #f6f6f6;
    padding: 60px 0px 90px;
}

.caseDemo .item {
    margin-right: 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.caseDemo .img {
    width: 100%;
    display: block;
}

.caseDemo .tcon {
    position: absolute;
    left: 0%;
    bottom: 100%;
    padding: 8% 8% 0px;
    height: 92%;
    width: 84%;
    color: #fff;
    background: url(../images/blue_66.png) repeat;
    background: none rgba(27, 88, 171, 0.66);
    transition: bottom 700ms;
    -webkit-transition: bottom 700ms;
}

.caseDemo .zh {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    background: url(../images/jmore_1.png) no-repeat scroll right center;
}

.caseDemo .en {
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.caseDemo .con {
    position: absolute;
    left: 0;
    bottom: -132px;
    padding: 24px 8% 0px;
    width: 84%;
    height: 108px;
    z-index: 2;
    background-color: #fff;
    transition: bottom 400ms;
    -webkit-transition: bottom 400ms;
}

.filler2 {
    position: absolute;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.caseDemo .filler2 {
    background-color: #1b58ab;
    z-index: 5;
}

.caseDemo .filler2-left {
    width: 3px;
    height: 0%;
    left: 0%;
    top: 0%;
}

.caseDemo .filler2-right {
    width: 3px;
    height: 0%;
    right: 0%;
    bottom: 0%;
}

.caseDemo .filler2-top {
    width: 0%;
    height: 3px;
    left: 0%;
    top: 0%;
}

.caseDemo .filler2-bottom {
    width: 0%;
    height: 3px;
    right: 0%;
    bottom: 0%;
}

.caseDemo .slick-arrow {
    background-color: #383838;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
}

.caseDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.caseDemo .slick-prev {
    left: -56px;
}

.caseDemo .slick-next {
    right: -56px;
}

.caseDemo .slick-prev i {
    background: url(../images/jt_l.png) no-repeat scroll center center;
}

.caseDemo .slick-next i {
    background: url(../images/jt_r.png) no-repeat scroll center center;
}

.work-ibox a:link,
.work-ibox a:visited {
    color: #fff;
}

.work-ibox a:active,
.work-ibox a:hover {
    color: #fff;
}

.work-ibox {
    background: url(../images/yx.png) no-repeat scroll 95% -44px #1b58ab;
    padding: 32px 0px;
    color: #fff;
}

.work-ibox dd {
    float: left;
    display: block;
    width: 50%;
}

.work-ibox .tel {
    font-size: 30px;
    font-family: "Conv_PFDinTextCondPro-Regular";
    background: url(../images/tel_ico.png) no-repeat scroll left center;
    display: inline-block;
    padding-left: 54px;
}

.work-ibox .item2 {
    text-align: right;
    font-weight: bold;
    font-size: 24px;
}

.btn-viewMore {
    position: relative;
    z-index: 1;
    padding-right: 82px;
}

.btn-viewMore .i {
    background: url(../images/jmore_1.png) no-repeat scroll right center;
    width: 28px;
    height: 100%;
    position: absolute;
    right: 44px;
    top: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.btn-viewMore:hover .i {
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateX(12px);
        -webkit-transform: translateX(12px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateX(12px);
        -webkit-transform: translateX(12px);
        opacity: 0;
    }
}

/*index style*/
/*about style*/
.aboutImg {
    float: right;
    margin-left: 30px;
}

.about-plist dd {
    float: left;
    display: block;
    width: 46%;
    border-top: 4px solid #1b58ab;
    padding-top: 12px;
    margin-top: 50px;
}

.about-plist .item2 {
    float: right;
}

.history-title {
    font: 20px;
    color: #1b58ab;
    line-height: 1.5;
    margin-bottom: 18px;
}

.history-list dd {
    position: relative;
    padding: 30px 50px 45px 180px;
    border-bottom: 1px solid #c7c7c7;
}

.history-list .year {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #f7f7f7;
    width: 130px;
    font-size: 16px;
    color: #767676;
    text-align: right;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.history-list .year .txt {
    padding: 30px 25px;
}

.history-list .twoItem .year {
    background-color: #e9e9e9;
}

.history-list .imgList li {
    float: left;
    display: block;
    width: 31.33%;
    margin-right: 2%;
    margin-top: 15px;
    font-size: 16px;
}

.history-list .imgList img {
    width: 100%;
    display: block;
}

.history-list dd:hover .year,
.history-list dd:hover .twoItem .year {
    background-color: #1b58ab;
}

.history-list dd:hover .pageC {
    color: #1b58ab;
}

.history-list dd:hover .year {
    color: #fff;
}

.RDpage {
    padding: 0px 0px 70px;
}

.RD-tab {
    margin-bottom: 60px;
}

.RD-tab dd {
    float: left;
    display: block;
    width: 50%;
    background-color: #e5202a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.RD-tab dd .c {
    padding: 18px 0px;
}

.RD-tab .bot {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    margin: 0px auto;
    height: 0;
    width: 0;
    border-top: 5px solid #1b58ab;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.RD-tab dd.active {
    background-color: #1b58ab;
}

.RD-tab dd.active .bot {
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}

.RD-page-c {
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.RD-page-c.on {
    display: block;
}

.RD-list li {
    float: left;
    display: block;
    width: 23.5%;
    margin: 0px 0px 30px 2%;
    text-align: center;
    cursor: pointer;
}

.RD-list li:nth-of-type(4n+1) {
    margin-left: 0;
}

.RD-list .img {
    overflow: hidden;
    margin-bottom: 5px;
}

.RD-list .img img {
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.RD-list .txt {
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.RD-list li:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.honor-list li {
    float: left;
    display: block;
    width: 31.33%;
    margin: 0px 1% 40px;
    overflow: hidden;
    text-align: center;
}

.honor-list .filler2 {
    background-color: #1b58ab;
    z-index: 5;
}

.honor-list .filler2-left {
    width: 3px;
    height: 0%;
    left: 0%;
    top: 0%;
}

.honor-list .filler2-right {
    width: 3px;
    height: 0%;
    right: 0%;
    bottom: 0%;
}

.honor-list .filler2-top {
    width: 0%;
    height: 3px;
    left: 0%;
    top: 0%;
}

.honor-list .filler2-bottom {
    width: 0%;
    height: 3px;
    right: 0%;
    bottom: 0%;
}

.honorI {
    padding: 3px;
    background-color: #f1f1f1;
    transition: 300ms;
    position: relative;
    margin-bottom: 8px;
}

.honorI a {
    display: block;
    position: relative;
    overflow: hidden;
}

.honorI img {
    width: 100%;
    display: block;
}

.honor-list .txt {
    height: 45px;
    overflow: hidden;
    color: #797979;
    font-size: 16px;
    line-height: 1.4;
}

.honorI .blue-60 {
    -webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.honorI .ico {
    background: url(../images/fd_ico.png) no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px 0px 0px -15px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.about-pdl {
    background-color: #1b58ab;
    color: #fff;
    margin-bottom: 50px;
}

.about-pdl .img,
.about-pdl .con {
    float: left;
    display: block;
    width: 50%;
}

.about-pdl .img img {
    vertical-align: middle;
}

.about-pdl .item {
    padding: 40px 68px;
}

.about-pdl .t {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    padding: 24px 0px;
    margin-bottom: 35px;
    position: relative;
}

.about-pdl .bot {
    width: 28px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
}

.about-pdl .name {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

.about-pdl .c {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
}

.about-pdl .fh {
    font-size: 48px;
    line-height: 0.4;
    font-family: arial, helvetica, sans-serif;
    position: absolute;
}

.about-pdl .fh1 {
    top: 0;
    left: -28px;
}

.about-pdl .fh2 {
    bottom: 0;
    right: -28px;
}

.limg {
    width: 50%;
    float: left;
    display: block;
}

/*about style*/
/*hr style*/
.job-strategy-list {
    margin: 0px 4%;
}

.job-strategy-list li {
    float: left;
    display: block;
    width: 26.33%;
    margin: 0px 0.5% 10px;
    background-color: #fff;
    padding: 28px 3% 0px;
    height: 204px;
    color: #8b8b8b;
    font-size: 14px;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.job-strategy-list .jico {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0px auto 10px;
    position: relative;
    overflow: hidden;
}

.job-strategy-list .jico i {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.job-strategy-list .jico .i1 {
    display: block;
}

.job-strategy-list .jico .i2 {
    display: none;
}

.job-strategy-list li:hover {
    background-color: #00458e;
    color: #fff;
}

.job-strategy-list li:hover .jico {
    -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;
}

.joinpageT {
    text-align: center;
    margin-bottom: 60px;
}

.joinpageT .t {
    color: #393939;
    font-size: 26px;
    line-height: 1.2;
}

.joinpageT .c {
    font-size: 16px;
    line-height: 1.5;
    color: #8b8b8b;
    width: 80%;
    margin: 20px auto 0px;
}

.joinpageT .bot {
    width: 60px;
    height: 1px;
    background-color: #0e0e0e;
    display: block;
    margin: 20px auto 0px;
    overflow: hidden;
}

.hrList {
    font-size: 14px;
    padding: 10px 0px 40px;
    color: #969696;
}

.hrList .hspan {
    text-align: center;
    cursor: pointer;
    width: 14%;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
}

.hrList .hspan1 {
    text-align: left;
    padding-left: 6%;
}

.hrList .hrdt {
    border-top: 5px solid #838383;
}

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

.hrList .hrdt {
    height: 60px;
    overflow: hidden;
}

.hrList .hrT {
    background-color: #838383;
}

.hrList .hrT .hspan {
    line-height: 46px;
    height: 46px;
    transition: 400ms;
    -ms-transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    color: #fff;
}

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

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

.hrList .ib .ic1 {
    width: 3px;
    height: 19px;
    margin-left: 8px;
}

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

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

.hrList .hrCon {
    width: 91%;
    margin: 0px auto;
    padding: 30px 0px 22px;
    overflow: hidden;
}

.hrList .hrCon .pageC {
    color: #969696;
}

.hline {
    border-top: 1px solid #eeeeee;
    padding: 32px 0px;
    margin-top: 35px;
}

.hline a:link,
.hline a:visited {
    color: #c52720;
    text-decoration: underline;
}

.hline a:active,
.hline a:hover {
    color: #00458e;
}

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

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

.hrList dd.active .hrT,
.hrList dd:hover .hrT {
    background-color: #00458e;
}

.showJoin-btn {
    background: url(../images/showJoin-btn.png) no-repeat scroll left center;
    padding-left: 30px;
    color: #00458e;
    text-decoration: underline;
    display: block;
    float: right;
    display: block;
    cursor: pointer;
}

.jledmore {
    font-size: 16px;
    border: 3px solid #00458e;
    color: #00458e;
    width: 140px;
    height: 45px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    line-height: 45px;
    text-align: center;
}

.jledmore .m1 {
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    z-index: -1;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.jledmore .m2 {
    position: relative;
    z-index: 2;
}

.jledmore:hover {
    color: #fff;
}

.jledmore:hover .m1 {
    opacity: 1;
    z-index: 1;
    background-color: #00458e;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*hr style end*/
/*news style*/
.onumBox {
    width: 160px;
    height: 32px;
    line-height: 32px;
    margin: 40px auto 0px;
    position: relative;
    font-size: 18px;
    color: #c1c1c1;
    text-align: center;
    font-family: "微软雅黑";
}

.onumBox .owlp-prev,
.onumBox .owlp-next {
    background-size: cover;
    display: block;
    position: absolute;
    top: 0px;
    width: 32px;
    height: 32px;
}

.onumBox .owlp-prev {
    background: url(../images/prev.png) no-repeat scroll center center #adadad;
    left: 0px;
}

.onumBox .owlp-next {
    background: url(../images/next.png) no-repeat scroll center center #adadad;
    right: 0px;
}

.onumBox .ovnum {
    color: #1b58ab;
}

.onumBox .owlp-prev:hover,
.onumBox .owlp-next:hover {
    background-color: #1b58ab;
}

.ninfoT a:link,
.ninfoT a:visited {
    color: #fff;
}

.ninfoT a:active,
.ninfoT a:hover {
    color: #fff;
}

.ninfoT {
    background: none no-repeat scroll center center;
    background-size: cover;
    padding: 75px 0px 80px;
    color: #fff;
    text-align: center;
}

.ninfoT .t {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.ninfoT .time {
    font-size: 12px;
}

.newlist a:link,
.newlist a:visited {
    color: #545454;
}

.newlist a:active,
.newlist a:hover {
    color: #1b58ab;
}

.inner88 {
    width: 88%;
    max-width: 1675px;
    margin: 0px auto;
}

.newlist li {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 54px;
    background-color: #f2f2f2;
    position: relative;
}

.newlist .item {
    border-right: 1px solid #fff;
    padding: 15px 35px 25px;
}

.newlist .t {
    margin-bottom: 45px;
    color: #898989;
}

.newlist .time {
    border-bottom: 2px solid #7399d2;
}

.newlist .con {
    margin-bottom: 25px;
}

.newlist .img {
    float: left;
    display: block;
    width: 196px;
    height: 103px;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
}

.newlist .img img {
    height: 100%;
    width: 100%;
    display: block;
}

.newlist .title {
    font-size: 16px;
    line-height: 1.4;
    color: #181818;
    height: 101px;
    overflow: hidden;
}

.newlist .c {
    height: 50px;
    overflow: hidden;
}

.newlist .blue-60 {
    -webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.newlist li:hover,
.newlist li:hover .title {
    color: #1b58ab;
}

.newlist li:hover .blue-60 {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

.pager {
    border-top: 1px solid #d2d2d2;
    padding: 40px 0px;
    position: relative;
}

.pager a:link,
.pager a:visited {
    color: #848484;
}

.pager a:active,
.pager a:hover {
    color: #1b58ab;
}

.pager .inner {
    position: relative;
}

.pager p {
    margin-bottom: 10px;
    width: 80%;
}

.black-list {
    position: absolute;
    top: 45px;
    right: 0;
    display: block;
    background-color: #1b58ab;
    width: 98px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.black-list .txt {
    color: #fff;
    font-family: "黑体";
    display: inline-block;
}

.black-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #666;
    transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.black-list:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.video-list dd {
    margin-bottom: 30px;
    text-align: center;
}

.video-list .t {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000000;
}

.video-list .vbBox {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-list .vbBox .vicoBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-list .vbBox .vicoBox:hover .vico .i1 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.vbBox .vico {
    position: absolute;
    width: 61px;
    height: 61px;
    display: block;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    background: url(../images/vico.png) no-repeat;
    background-size: cover;
    transition: 330ms;
    -webkit-transition: 330ms;
}

.vbBox:hover .black-15 {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
}

/*news style end*/
/*product style*/
article.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.da-slideFromTop {
    left: 0px;
    top: -101%;
}

.da-slideFromBottom {
    left: 0px;
    top: 101%;
}

.da-slideFromLeft {
    top: 0px;
    left: -101%;
}

.da-slideFromRight {
    top: 0px;
    left: 101%;
}

.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}

.product-page {
    padding: 20px 2%;
    max-width: 1750px;
}

.product-List dd {
    float: left;
    display: block;
    margin: 0px 1.5% 10px;
    width: 22%;
    position: relative;
    overflow: hidden;
}

.product-List .item {
    position: relative;
    overflow: hidden;
    border: 3px solid #f1f1f1;
    margin-bottom: 8px;
}

.product-List .item label {
    display: block;
    width: 90%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    padding: 5%;
    background: rgba(255, 255, 255, .9);
    display: block;
    color: #333;
    z-index: 999999;
}
.product-List .item:hover label{display: block;}
.product-List article {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.product-List figure {
    overflow: hidden;
}

.product-List figure img {
    width: 100%;
    display: block;
}

.product-List .con {
    color: #fff;
    padding: 0px 10%;
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
}

.product-List .txt {
    height: 50px;
    overflow: hidden;
}

.inner1046 {
    width: 1046px;
    margin: 0px auto;
}

.pro-info-page {
    padding: 50px 0px;
}

.pro-info-page .title {
    font-size: 24px;
    color: #1b58ab;
    line-height: 1.4;
    margin-bottom: 18px;text-align: center;
}

.bgededed {
    background-color: #ededed;
}

.pro-info-img .img {
    overflow: hidden;
}

.pro-info-img .img img {
    width: 100%;
    display: block;
}

.pro-info-demo {
    padding: 15px 0px;
}

.pro-info-demo a {
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 0px auto;
}

.pro-info-demo a:link,
.pro-info-demo a:visited {
    color: #595b5e;
}

.pro-info-demo a:active,
.pro-info-demo a:hover {
    color: #1b58ab;
}

.prev-btn {
    float: left;
}

.prev-btn i,
.next-btn i {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #adadad;
    border-radius: 50%;
}

.prev-btn i {
    background: url(../images/a-l.png) no-repeat scroll center center;
    margin-right: 11px;
}

.prev-btn:hover i {
    background-image: url(../images/a-l2.png);
    background-color: #1B58AB;
    border-color: #1B58AB;
}

.next-btn {
    float: right;
}

.next-btn i {
    float: right;
    background: url(../images/a-r.png) no-repeat scroll center center;
    margin-left: 11px;
}

.next-btn:hover i {
    background-image: url(../images/a-r2.png);
    background-color: #1B58AB;
    border-color: #1B58AB;
}

.black-pro {
    margin: 0px auto;
    width: 120px;
    background-color: #adadad;
    text-align: center;
}

.black-pro .txt {
    color: #fff;
    background: url(../images/black_pro_ico.png) no-repeat scroll left center;
    padding-left: 26px;
}

.black-pro:hover {
    background-color: #1b58ab;
}

/*product style end*/
/*contact style*/
.fixedImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mapBox {
    border-bottom: 3px solid #1b58ab;
    height: 400px;
}

.con-left-box {
    width: 1142px;
    margin: 0px auto;
}

.con-left-box .t {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #171717;
    line-height: 1.4;
    padding-bottom: 10px;
}

.con-left-box .c {
    font-size: 16px;
    color: #5c5c5c;
}

.con-left-box .c-i {
    padding-left: 30px;
    background-position: left 6px;
    background-repeat: no-repeat;
}

.con-left-box .c-i1 {
    background-image: url(../images/c_i1.png);
}

.con-left-box .c-i2 {
    background-image: url(../images/c_i2.png);
}

.con-left-box .c-i3 {
    background-image: url(../images/c_i3.png);
}

.con-left-box .c-i4 {
    background-image: url(../images/c_i4.png);
}

.messageBox {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    padding: 80px 0px;
    color: #fff;
}

.messageBox a:link,
.messageBox a:visited {
    color: #fff;
}

.messageBox a:active,
.messageBox a:hover {
    color: #fff;
}

.meaasgeDemo {
    padding-left: 240px;
    width: 940px;
    margin: 0px auto;
    position: relative;
}

.meaasgeDemo .pageT {
    position: absolute;
    left: 0;
    top: 0;
}

.pageT .en {
    font-size: 24px;
    line-height: 1.5;
    font-family: arial, helvetica, sans-serif;
}

.pageT .zh {
    font-size: 20px;
}

.formbox dd {
    padding-bottom: 20px;
}

.ctxt {
    color: #fff;
    padding: 11px 2%;
    height: 20px;
    line-height: 20px;
    width: 95.5%;
    font-size: 12px;
    font-family: "microsoft yahei";
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.ctxt1 {
    width: 45%;
}

.ctxt2 {
    width: 45%;
    float: right;
    display: block;
}

.ctxt3 {
    height: 196px;
    resize: none;
}

.moreMess {
    padding: 12px 3%;
    height: 32px;
    line-height: 32px;
    width: 94%;
    font-size: 12px;
    color: #fff;
    font-family: "microsoft yahei";
    background-color: #1b58ab;
    display: block;
    position: relative;
    z-index: 1;
}

.moreMess .ico {
    background: url(../images/mess_r.png) no-repeat scroll left center;
    height: 100%;
    position: absolute;
    top: 0;
    width: 12px;
    right: 2%;
}

.moreMess:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #212121;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.formbox textarea {
    outline: none;
}

.formbox input[type="text"]:focus,
.formbox textarea:focus {
    background-color: #444444;
}

.formbox ::-webkit-input-placeholder {
    color: #fff;
}

.formbox :-moz-placeholder {
    color: #fff;
}

.formbox ::-moz-placeholder {
    color: #fff;
}

.formbox :-ms-input-placeholder {
    color: #fff;
}

/*contact style end*/
/*culture style*/
.pagePadding2 {
    padding: 50px 0px 70px;
}

.pageT2 {
    margin-bottom: 32px;
}

.pageT2 .zh {
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    line-height: 1.5;
}

.pageT2 .en {
    color: #C5C5C5;
    font-size: 14px;
    font-style: italic;
    font-family: arial, helvetica, sans-serif;
}

.cult-c {
    width: 690px;
    text-align: center;
    margin: 0px auto 60px;
    color: #989898;
}

.responsibilityPage-c {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    color: #fff;
}

.responsibilityPage-c .pageT2 .zh,
.responsibilityPage-c .pageT2 .en,
.responsibilityPage-c .cult-c {
    color: #fff;
}

.cultureList {
    position: relative;
}

.cultureList:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.cultureList ul {
    width: 80%;
    margin: 0px auto;
}

.cultureList li {
    float: left;
    display: block;
    width: 33.33%;
}

.cultureList .item {
    width: 228px;
    height: 188px;
    margin: 0px auto;
    color: #fff;
    padding: 40px 0px 0px;
    position: relative;
    display: block;
}

.cultureList .y1,
.cultureList .y2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.cultureList .y1 {
    background: url(../images/y1.png) no-repeat scroll center center;
}

.cultureList .y2 {
    background: url(../images/y2.png) no-repeat;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    visibility: hidden;
}

.cultureList .ico {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto 4px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.cultureList .con {
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    font-size: 14px;
    width: 70%;
    margin: 0px auto;
}

.cultureList .con .t {
    font-size: 24px;
    line-height: 1.5;
    color: #a4a4a4;
}

.cultureList .con .bot {
    width: 40px;
    margin: 12px auto 10px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.cultureList .con .c {
    font-size: 16px;
    color: #fff;
}

.blue-80 {
    background: url(../images/blue_80.png) repeat;
    background: none rgba(27, 88, 171, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.team-demo {
    margin: 0px auto 60px;
    width: 1124px;
    overflow: hidden;
    height: 269px;
}

.team-demo .item {
    position: relative;
    overflow: hidden;
    margin: 0px 12px;
}

.team-demo .img {
    overflow: hidden;
    position: relative;
}

.team-demo .img img {
    width: 100%;
    display: block;
}

.team-demo .blue-80 {
    opacity: 0;
    visibility: hidden;
    top: -105%;
    transition: all 700ms;
    -webkit-transition: all 700ms;
}

.team-demo .con {
    position: absolute;
    left: 5%;
    top: 105%;
    width: 90%;
    text-align: center;
    color: #fff;
    transition: all 700ms;
    -webkit-transition: all 700ms;
    opacity: 0;
}

.team-demo .con .t {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-demo .con .addMore {
    background: url(../images/more_ico.png) no-repeat scroll center center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0px auto;
}

.team-demo .item:hover .blue-80 {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.team-demo .item:hover .con {
    top: 35%;
    opacity: 1;
}

.img-box-num {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-family: arial, helvetica, sans-serif;
    font-style: italic;
    background-color: #fff;
}

.img-box-num .cnum {
    color: #1B58AB;
}

.img-box-num .prev {
    float: left;
    display: block;
}

.img-box-num .next {
    float: right;
    display: block;
}

.img-box-num .arrow {
    height: 48px;
    line-height: 48px;
    position: relative;
    margin-top: -1px;
    font-size: 14px;
    color: #b7b7b7;
    font-style: initial;
    font-family: "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif, "SimHei", "黑体";
}

.img-box-num .arrow i {
    width: 64px;
    height: 46px;
    border: 1px solid #c2c2c2;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.img-box-num .prev i {
    background-image: url(../images/p_l1.png);
}

.img-box-num .next i {
    float: right;
    margin: 0px 0px 0px 15px;
    background-image: url(../images/p_r1.png);
}

.img-box-num .arrow:hover i {
    background-color: #1B58AB;
    border-color: #1B58AB;
}

.img-box-num .prev:hover i {
    background-image: url(../images/p_l11.png);
}

.img-box-num .next:hover i {
    background-image: url(../images/p_r11.png);
}

.responsibilityDemo {
    background-color: #fff;
}

.responsibilityDemo .img {
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
}

.responsibilityDemo .img img {
    width: 100%;
    display: block;
}

.responsibilityDemo .con {
    float: left;
    display: block;
    width: 40%;
    margin-left: 5%;
}

.responsibilityDemo .con .t {
    padding: 5% 0px;
    line-height: 1.2;
    color: #1B58AB;
    font-size: 24px;
}

.responsibilityDemo .con .pageC {
    text-indent: 2em;
    max-height: 126px;
    overflow: hidden;
}

.responsibilityDemo .slick-arrow {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    width: 38px;
    height: 58px;
    z-index: 10;
    top: 50%;
    margin-top: -29px;
}

.responsibilityDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.responsibilityDemo .slick-prev {
    left: 0;
}

.responsibilityDemo .slick-next {
    right: 50%;
}

.responsibilityDemo .slick-prev i {
    background: url(../images/jt_l.png) no-repeat scroll center center;
}

.responsibilityDemo .slick-next i {
    background: url(../images/jt_r.png) no-repeat scroll center center;
}

.responsibilityDemo .slick-arrow:hover {
    background: none #1B58AB;
}

/*culture style end*/
/*service style*/
.knowledgePage-c {
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
}

.knowledgePage-c .pageT2 .zh {
    color: #fff;
}

.knowledgePage-c .pageT2 .en {
    color: #c5c5c5;
}

.knowledge-demo {
    margin: 0px auto 60px;
    width: 1124px;
    overflow: hidden;
    height: 269px;
}

.knowledge-demo .item {
    position: relative;
    overflow: hidden;
    margin: 0px 12px;
    padding-bottom: 54px;
    background-color: #ffff;
}

.knowledge-demo .img {
    overflow: hidden;
    position: relative;
}

.knowledge-demo .img img {
    width: 100%;
    display: block;
}

.knowledge-demo .black-50 {
    top: -105%;
    transition: all 700ms;
    -webkit-transition: all 700ms;
}

.knowledge-demo .black-50 i {
    background: url(../images/jmore_1.png) no-repeat scroll right center;
    width: 28px;
    height: 17px;
    position: absolute;
    right: 5%;
    top: 15px;
}

.knowledge-demo .con {
    position: absolute;
    left: 0%;
    top: 100%;
    width: 90%;
    padding: 0px 5% 30px;
    margin-top: -55px;
    background-color: #fff;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.knowledge-demo .t {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.knowledge-demo .c {
    color: #7c7c7c;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.knowledge-demo .filler2 {
    background-color: #1b58ab;
    z-index: 5;
}

.knowledge-demo .filler2-left {
    width: 3px;
    height: 0%;
    left: 0%;
    bottom: 0%;
}

.knowledge-demo .filler2-right {
    width: 3px;
    height: 0%;
    right: 0%;
    bottom: 0%;
}

.knowledge-demo .filler2-bottom {
    width: 100%;
    height: 0px;
    right: 0%;
    bottom: 0%;
}

.commitmentList .con {
    float: left;
    display: block;
    width: 50%;
    color: #666;
}

.commitmentList .img {
    float: right;
    display: block;
    width: 45%;
}

.commitmentList .img img {
    width: 100%;
    display: block;
}

.downloadPage .pageT2 {
    float: left;
    display: block;
    width: 200px;
}

.downloadPage .downlaod-list {
    float: right;
    display: block;
    width: 770px;
}

.down-title {
    background: #595757;
    padding: 25px 70px 25px 60px;
    color: #fff;
    font-size: 16px;
}

.down-title .name {
    display: block;
    float: left;
}

.down-title .txt {
    float: right;
}

.downDemo {
    padding-bottom: 42px;
    position: relative;
    overflow: hidden;
}

.downDemo .slick-arrow {
    background-color: #595757;
    width: 32px;
    height: 32px;
    z-index: 10;
    bottom: 0%;
}

.downDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.downDemo .slick-prev {
    left: 0;
    border-right: 1px solid #686869;
}

.downDemo .slick-next {
    left: 33px;
}

.downDemo .slick-prev i {
    background: url(../images/p_l11.png) no-repeat scroll center center;
}

.downDemo .slick-next i {
    background: url(../images/p_r11.png) no-repeat scroll center center;
}

.downDemo .slick-arrow:hover {
    background: none #1B58AB;
}

.down-item {
    overflow: hidden;
    background: #fff;
    padding: 0 51px 0 42px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.down-item:nth-child(even) {
    background-color: #f1f1f1;
}

.down-item a {
    display: block;
    height: 71px;
}

.down-item span {
    display: inline-block;
    position: relative;
    z-index: 5;
    float: left;
    color: #606060;
    font-size: 14px;
    margin-top: 26px;
}

.down-btn {
    float: right;
    padding-top: 23px;
    position: relative;
    z-index: 5;
    width: 94px;
    transition: 320ms;
    -webkit-transition: 320ms;
}

.down-btn b {
    display: block;
    width: 26px;
    height: 26px;
    float: left;
    background: url(../images/loads.png) center no-repeat;
    transition: 330ms;
}

.down-btn strong {
    display: inline-block;
    float: left;
    color: #606060;
    font-size: 14px;
    margin-left: 12px;
    line-height: 26px;
    font-weight: normal;
    transition: 320ms;
    -webkit-transition: 320ms;
}

.down-item:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #1B58AB;
    -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% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    visibility: hidden\9;
}

.bg6c9cdd {
    background-color: #6c9cdd;
}

#networkPage {
    overflow: hidden;
}

.networkPage {
    position: relative;
    padding-top: 102px;
}

.networkPage .pageT2 {
    position: absolute;
    left: 0;
    top: 8%;
    z-index: 10;
}

.networkPage .pageT2 .zh,
.networkPage .pageT2 .en {
    color: #fff;
}

.network-box-map {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.network-box-map .map {
    max-width: 100% !important;
    margin: 0px auto;
    display: block;
}

.network-map-dian a:link,
.network-map-dian a:visited {
    color: #fff;
}

.network-map-dian a:active,
.network-map-dian a:hover {
    color: #fff;
}

.network-map-dian {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.mapitem {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.mapitem i {
    background: url(../images/map_dian2.png) no-repeat scroll center top;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0px auto;
    position: relative;
}

@keyframes bannerbuIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(2.2);
    }
}

.mapitem1 {
    left: 8.5%;
    top: 27.5%;
}

.mapitem1 i {
    float: left;
    display: block;
    margin-right: 5px;
}

.mapitem2 {
    left: 8%;
    top: 32%;
}

.mapitem2 i {
    float: left;
    display: block;
    margin-right: 5px;
}

.mapitem3 {
    left: 30%;
    top: 22%;
}

.mapitem4 {
    left: 34%;
    top: 40%;
}

.mapitem5 {
    right: 21%;
    top: 37%;
}

.md-content {
    background-color: #fff;
    margin: 0px auto;
    position: relative;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-show .md-modal {
    opacity: 1;
    visibility: visible;
}

.md-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    overflow-y: auto;
    right: 0px;
    bottom: 0px;
    z-index: 1200;
    opacity: 0;
    background: url(../images/black_25.png) repeat;
    background: none rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
}

.md-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.50);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ajax-map-box {
    width: 570px;
    padding: 36px 40px 50px;
    border-top: 3px solid #c86414;
    background: url(../images/map_list_bg.png) no-repeat scroll right bottom #fff;
    position: relative;
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
}

.ajax-map-box .t {
    font-size: 24px;
    line-height: 1.2;
    color: #c86414;
    margin-bottom: 5px;
}

.ajax-map-box .by {
    color: #d9d8d7;
    margin-bottom: 25px;
}

.form-box-close {
    z-index: 100;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.form-box-close i {
    background: url(../images/close.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.form-box-close:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.networkBox a:link,
.networkBox a:visited {
    color: #333;
}

.networkBox a:active,
.networkBox a:hover {
    color: #1b58ab;
}

.networkBox {
    width: 396px;
    padding: 22px;
    position: relative;
    margin: 0px auto;
    border: 1px solid #d5767c;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.networkBox .t {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
    font-family: "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif, "SimHei", "黑体";
}

.networkBox .c {
    color: #575757;
    font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif, "SimHei", "黑体";
    font-size: 12px;
    line-height: 1.8;
}

.networkBox a.btnMap {
    color: #fff;
    float: right;
    display: block;
    background: url(../images/zb.png) no-repeat scroll 8px center #006ee3;
    padding-left: 20px;
    width: 54px;
    height: 22px;
    line-height: 22px;
    margin-left: 20px;
}

.networkBox a.btnMap:hover {
    background-color: #CF1818;
    color: #fff;
}

.content-main {
    width: 90%;
    height: auto;
    margin: auto;
    padding: 40px 0 50px 0;
}

/*service style end*/