.flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}
@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}
.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.flex-pauseplay span {
    text-transform: capitalize
}
.flexslider {
    padding: 0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .flexslider .slides {
    display: block
}
* html .flexslider .slides {
    height: 1%
}
.no-js .flexslider .slides>li:first-child {
    display: block
}
.flexslider .slides {
    zoom: 1
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}
.flex-direction-nav a.flex-next:before {
    content: '\f002'
}
.flex-direction-nav .flex-prev {
    left: -50px
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-pauseplay a.flex-play:before {
    content: '\f003'
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px
}
}/*# sourceMappingURL=flexslider.min.css.map */
@font-face {
    font-family: "PFDinTextCompPro-Regular";
    src: url(../fonts/PFDinTextCompPro-Regular.woff2) format("woff2"),  url(../fonts/PFDinTextCompPro-Regular.woff) format("woff"),  url(../fonts/PFDinTextCompPro-Regular.ttf) format("truetype"),  url(../fonts/PFDinTextCompPro-Regular.eot) format("embedded-opentype"),  url(../fonts/PFDinTextCompPro-Regular.svg) format("svg");
}
html, body {
    color: #666;
    background-color: #fff;
    font-size: 14px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.w1160 {
    width: 1160px;
    margin: 0 auto;
}
.pt50 {
    padding-top: 50px;
}
a {
    color: #666;
    transition: color 0.3s ease 0s;
}
a:hover {
    color: #005ca1;
}
ul:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
/*.pro_l { width: 47px; height: 47px; display: inline-block; top: 136px; left: -40px; position: absolute; z-index: 5; }
    .pro_l a { width: 47px; height: 47px; background: url(../images/pro_l1.png) no-repeat; display: inline-block; }
        .pro_l a:hover { background: url(../images/pro_l2.png) no-repeat; }
.pro_r { width: 47px; height: 47px; display: inline-block; right: -40px; top: 136px; position: absolute; }
    .pro_r a { width: 47px; height: 47px; background: url(../images/pro_r1.png) no-repeat; display: inline-block; }
        .pro_r a:hover { background: url(../images/pro_r2.png) no-repeat; }*/
.header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: #fff;
    z-index: 100;
}
.header-top {
    height: 44px;
    border-bottom: 1px solid rgba(170, 170, 170, .2);
    padding: 22px 0;
}
.header-top .logo {
    display: inline-block;
}
.header-top .logo img {
    /* height: 44px; */
width:220px;
margin-top: -10px;
}
.header-top span {
    height: 32px;
    width: 260px;
    background: #005ca1;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin-top: 14px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
.t_text {
    height: 60px;
    line-height: 60px;
    color: #3e3e3f;
    font-size: 28px;
    font-weight: bold;
    padding-left: 22px;
    background: url(../images/h_l.gif) no-repeat left center;
}
.header-search {
    height: 42px;
    position: relative;
}
.header-search .text {
    width: 240px;
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
    color: #444;
    float: left;
    border: none;
    background: #f1f1f1;
}
.header-search .btn {
    width: 68px;
    height: 42px;
    background: #005ca1 url(../images/search_icon.png) center no-repeat;
    float: right;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
}
.header-bottom {
    background: #005ca1;
}
.header-bottom .header-nav {
    line-height: 62px;
    position: relative;
    z-index: 20;
}
.header-bottom .header-nav li {
    font-size: 14px;
    position: relative;
    float: left;
    height: 62px;
}
.header-bottom .header-nav a.tit {
    color: #fff;
    text-align: center;
    text-align: center;
    display: inline-block;
    height: 62px;
    line-height: 61px;
    padding: 0 39px;
    transition: all .16s cubic-bezier(.46, .03, .52, .96);
}
.header-bottom .header-nav a.tit.hnext {
    background: url(../images/ico_05.png) no-repeat right center;
}
/*.header-bottom .header-nav li:first-child a.tit { background: none; text-align:center; }*/
.header-bottom .header-nav li:hover a.tit {
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .12);
    color: #fff;
    border-top: 2px solid #fff;
}
.header-bottom .header-nav li.cur a.tit, .header-bottom .header-nav li.active a.tit {
    color: #005ca1;
    background: #fff;
    height: 61px;
}
.header-bottom .header-nav li.cur a.tit.hnext, .header-bottom .header-nav li.active a.tit.hnext {
    background: #fff url(../images/ico_05_h.png) no-repeat right center;
}
.header-bottom .header-nav .sub-box {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 180px;
    font-size: 14px;
    line-height: 48px;
    display: none;
    /*padding-top: 20px;*/
	/*padding-bottom: 36px;*/
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.header-bottom .header-nav .sub-box p {
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    transition: background 0.3s ease 0s;
    border-bottom: 1px solid rgba(170, 170, 170, .2);
}
.header-bottom .header-nav .sub-box p:hover {
    background-color: #f6f6f6;
}
.header-bottom .header-nav .sub-box p:hover a {
    color: #005ca1;
}
.header-bottom .header-nav .sub-box p:last-child a {
    border-bottom: none;
}
.header-bottom .header-nav .sub-box a {
    display: inline-block;
    color: #6e6e6e;
    text-align: center;
    display: block;
}
.header-bottom .header-nav .sub-box a:hover {
    color: #005ca1;
}
.iban-wrap {
    height: 574px;
    margin-top: 151px;
}
.iban-wrap.height0 {
    height: auto
}
.iban {
    height: 574px;
    background: url(../images/loadings.gif) no-repeat center;
}
.iban.height0 {
    height: auto
}
.iban .imglist li.active {
    animation: bannerIn 15s forwards;
}
.i-zero-wrap {
    position: relative;
    z-index: 10;
}
.i-zero-wrap .w1200 {
    background: #f8f8f8;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .09);
    height: 170px;
    margin-top: -85px;
}
.counter_list {
    padding-top: 47.5px;
}
.counter_list li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.counter_list li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: rgba(170, 170, 170, .2);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counter_list li p {
    text-align: left;
    margin-left: 90px;
}
.counter_list li p.number .counterDX {
    font-size: 50px;
    font-family: helveticaneuethn, Arial;
    text-align: center;
    margin-top: 15px;
    line-height: 52px;
    vertical-align: top;
    color: #3c3c3c;
}
.counter_list li p.number .unit {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 14px;
    vertical-align: top;
    color: #999;
}
.counter_list li .title {
    color: #999;
    font-size: 13px;
    line-height: 30px;
}
.tit-box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #555;
    margin-right: 10px;
    display: inline-block;
}
.tit-box .intr {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
    display: inline-block;
}
.tit-box .line {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #005ca1;
    margin-top: 6px;
    line-height: 2px;
}
.tit-box .more {
    display: inline-block;
    line-height: 32px;
    margin-top: 16px;
    padding-left: 25px;
    background: url(../images/ico_09.png) no-repeat left center;
    font-size: 12px;
}
.i-wrap {
    background: #fff;
    max-width: 1300px;
    margin: 0 auto;
}
.schW {
    width: 100%;
    height: 58px;
    overflow: hidden;
    background: #FFF;
}
.sch {
    width: 700px;
    height: 35px;
    color: #005ca1;
    clear: both;
    line-height: 35px;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.sch a {
    color: #005ca1;
    display: inline-block;
    padding: 0 6px;
}
.sch a:hover {
    color: #005ca1;
    text-decoration: underline;
}
.sou3 {
    width: 448px;
    height: 35px;
    margin-top: 20px;
}
.sou3 input {
    width: 400px;
    height: 34px;
    line-height: 34px;
    background: none;
    color: #999;
    border: 0;
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
}
.sou3 .ip01 {
    width: 35px;
    height: 35px;
    background: url(../images/sou2.gif) no-repeat center center;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
}
.i-fir-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.i-category a {
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    float: left;
}
.i-category a.active, .i-category a:hover {
    color: #fff;
    background: #005ca1;
}
.product_ct {
    position: relative;
    margin: 20px auto 40px;
}
.product_ct .pprev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #D6D6D6 url(../images/proprev.png) no-repeat center;
}
.product_ct .pnext {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #D6D6D6 url(../images/pronext.png) no-repeat center;
}
.product_ct .pprev:hover, .product_ct .pnext:hover {
    background-color: #005ca1;
}
.up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}
.up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}
.up-graybox .linet {
    top: 0;
}
.up-graybox .lineb {
    bottom: 0;
}
.up-graybox .out-ico {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product_ct ul {
    width: 1230px;
}
.product_ct li {
    width: 380px;
    transition: box-shadow 0.3s ease 0s;
    margin-right: 30px;
    float: left;
}
.product_ct .img {
    display: block;
    width: 378px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.product_ct .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.product_ct .up-graybox {
    z-index: 3;
}
.product_ct .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}
.product_ct .img:hover .up-graybox {
    opacity: 1;
    filter: alpha(opacity=1);
}
.product_ct .cont-wrap {
    width: 99%;
    border: 1px solid #f2f2f2;
    margin-top: -1px;
    text-align: center;
    padding: 5px 0;
}
.product_ct li:hover .cont-wrap {
    background: #184f98;
}
.product_ct .tit {
    line-height: 32px;
    font-size: 18px;
}
.product_ct .tit a {
    display: inline-block;
    display: inline-block;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.product_ct li:hover .tit a {
    color: #fff;
}
.product_ct .intr {
    display: block;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
}
.product_ct li:hover .intr {
    color: #fff;
}
.p_more {
    width: 185px;
    height: 35px;
    display: block;
    margin: 30px auto;
    background: url(../images/more.jpg) no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.p_more:hover {
    background: url(../images/more_hover.jpg) no-repeat;
}
.more {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/ico_08.png) no-repeat right center;
}
.more:hover {
    background: url(../images/ico_08_h.png) no-repeat right center;
}
.i-sec-wrap {
    background: #f7f7f7;
    padding: 40px 0 60px;
}
.i-video {
    width: 584px;
}
.i-video img {
    display: block
}
.i-about {
    width: 568px;
    margin-top: 55px;
}
.i-about-con {
    line-height: 26px;
    color: #999;
    padding-top: 20px;
    height: 232px;
    overflow: hidden;
}
.i-about .more {
    bottom: 10px;
    left: 0;
}
.i-thi-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.news-item {
    border: 1px solid #eee;
    padding: 20px;
    width: 1158px;
    margin-bottom: 30px;
    transition: all .32s ease;
}
.news-item .item_img {
    width: 260px;
    height: 158px;
    overflow: hidden;
    float: left;
}
.news-item .item_img img {
    transition: all .36s ease;
	width: 100%;
	height: 100%;
}
.news-item .date_wrap {
    transition: all .36s ease;
    font-size: 28px;
    line-height: 26px;
    color: #888;
    float: right;
    font-family: HELVETICANEUELTPRO-THEX;
}
.news-item .date_wrap .time-connect, .news-item .date_wrap .year {
    display: none;
}
.news-item .date_wrap .m {
    float: right;
    margin-left: 8px;
}
.news-item .item_wrapper {
    padding: 20px 20px 20px 28px;
    float: left;
    width: 850px;
}
.news-item .item_wrapper .item_info .title {
    transition: all .36s ease;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    transition: all .36s ease;
}
.news-item .item_wrapper .item_des {
    margin-top: 13px;
}
.news-item .item_wrapper .item_des .description {
    transition: all .36s ease;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999;
}
.news-item .item_wrapper .more {
    bottom: 10px;
    left: 28px;
}
.news-item:hover {
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .12);
    border: 1px solid #fff;
}
.news-item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.news-item:hover .item_wrapper .item_info .title {
    color: #00468c;
}
.i-fou-wrap {
    border-top: 1px solid #f2f2f2;
    padding-top: 222px;
    height: 448px;
    background: url(../images/brand_bg.png) no-repeat center top;
}
.brand_item {
    width: 258px;
    padding: 30px;
    text-align: right;
}
.brand_item::after {
    display: block;
    content: "";
    border-bottom: 1px solid #00468c;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    width: 0;
    opacity: 0;
    margin-top: 30px;
}
.brand_item .item_info .title {
    transition: all .36s ease;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}
.brand_item .item_info .item_des {
    transition: all .36s ease;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999;
    margin-top: 8px;
}
.brand_item:hover {
    background: #fff;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .12);
}
.brand_item:hover::after {
    opacity: 1;
    width: 100%;
}
.brand_item:hover::before {
    opacity: 1;
}
.item_1 {
    top: 20px;
    left: 20px;
}
.item_1::before {
    content: "01";
    opacity: 0;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    font-family: Gotham-Black;
    font-size: 68px;
    color: #00468c;
    z-index: 1;
    position: absolute;
    left: 40px;
    top: -40px;
}
.item_2 {
    top: 240px;
    left: 20px;
}
.item_2::before {
    content: "02";
    opacity: 0;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    font-family: Gotham-Black;
    font-size: 68px;
    color: #00468c;
    z-index: 1;
    position: absolute;
    left: 40px;
    top: -40px;
}
.item_3 {
    top: 20px;
    right: 20px;
}
.item_3::before {
    content: "03";
    opacity: 0;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    font-family: Gotham-Black;
    font-size: 68px;
    color: #00468c;
    z-index: 1;
    position: absolute;
    left: 40px;
    top: -40px;
}
.item_4 {
    top: 240px;
    right: 20px;
}
.item_4::before {
    content: "04";
    opacity: 0;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    font-family: Gotham-Black;
    font-size: 68px;
    color: #00468c;
    z-index: 1;
    position: absolute;
    left: 40px;
    top: -40px;
}
.link_bj {
    overflow: hidden;
}
.link {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}
.link h2 {
    width: 80px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
}
.link p {
    width: 820px;
    float: left;
    font-size: 14px;
    overflow: hidden;
    line-height: 40px;
}
.link p a {
    padding: 0 20px;
}
.footer-wrap {
    background-color: #005ca1;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.footer-wrap .top-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.footer-wrap .top-wrap .nav {
    line-height: 40px;
}
.footer-wrap .top-wrap .nav a {
    display: inline-block;
    font-size: 14px;
    float: left;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.3s ease 0s;
}
.footer-wrap .top-wrap .nav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer-wrap .top-wrap .nav .line {
    display: inline-block;
    float: left;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 16px 20px 14px;
}
.footer-wrap .top-wrap .call {
    line-height: 40px;
    margin-top: 2px;
    display: inline-block;
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.footer-wrap .bot-wrap {
    line-height: 42px;
    padding-top: 10px;
    font-size: 12px;
}
.footer-wrap .bot-wrap p {
    color: #fff;
    text-transform: uppercase;
}
.footer-wrap .bot-wrap p.fr img {
    height: 42px;
}
.footer-wrap .bot-wrap a {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.footer-wrap .bot-wrap a:hover {
    color: #fff;
}
.footer-wrap .bot-wrap .site-img {
    display: inline-block;
    margin-right: 8px;
}
.webcode {
    width: 100px;
}
.webcode span{
     display: block;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
color:#fff;
}
.webcode img {
    width: 100px;
    float: right
}
/*.contact-wrap { background-color: #f6f6f6; padding-top: 50px; padding-bottom: 50px; }
    .contact-wrap h4 { font-size: 18px; line-height: 30px; font-weight: bold; font-family: "Base-font"; padding-bottom: 13px; border-bottom: 1px solid #e3e3e3; color: #333; }
    .contact-wrap .address { margin-right: 90px; width: 600px; }
        .contact-wrap .address img { width: 150px; margin-top: 30px; }
        .contact-wrap .address .cont { padding-top: 25px; width: 400px; }
            .contact-wrap .address .cont .stt { font-weight: bold; }
            .contact-wrap .address .cont p { line-height: 24px; font-size: 14px; color: #666; }
    .contact-wrap .weixin { margin-right: 90px; width: 210px; }
        .contact-wrap .weixin .wx-img { padding-top: 26px; }
    .contact-wrap .mobile { width: 210px; }
        .contact-wrap .mobile .wx-img { padding-top: 26px; }

.footer-wrap { background-color: #222; padding-top: 20px; padding-bottom: 20px; }

    .footer-wrap .top-wrap { padding-bottom: 15px; border-bottom: 1px solid #393939; }
        .footer-wrap .top-wrap .nav { line-height: 40px; }
            .footer-wrap .top-wrap .nav a { display: inline-block; font-size: 14px; float: left; color: #fff; opacity: 0.4; filter: alpha(opacity=40); transition: opacity 0.3s ease 0s; }
                .footer-wrap .top-wrap .nav a:hover { opacity: 1; filter: alpha(opacity=100); }
            .footer-wrap .top-wrap .nav .line { display: inline-block; float: left; width: 1px; height: 10px; background-color: #fff; opacity: 0.4; filter: alpha(opacity=40); margin: 16px 20px 14px; }
        .footer-wrap .top-wrap .call { line-height: 40px; margin-top: 2px; display: inline-block; color: #fff; opacity: 0.4; filter: alpha(opacity=40); }
    .footer-wrap .bot-wrap { line-height: 42px; padding-top: 10px; font-size: 12px; }
        .footer-wrap .bot-wrap p { color: #7a7a7a; text-transform: uppercase; }
            .footer-wrap .bot-wrap p.fr img { height: 42px; }
        .footer-wrap .bot-wrap a { color: #7a7a7a; transition: all 0.3s ease 0s; }
            .footer-wrap .bot-wrap a:hover { color: #fff; }
        .footer-wrap .bot-wrap .site-img { display: inline-block; margin-right: 8px; }*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #005ca1 url(../images/rightbar.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #005ca1 url(../images/rightbar.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #005ca1 url(../images/rightbar.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    background: #005ca1 url(../images/rightbar.png) no-repeat 0 -169px;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}
/* 友情链接 */
.colistcnt li {
    float: left;
    padding: 1px;
    width: 242px;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 15px;
    border: 1px #eeeeee solid;
}
.colistcnt li p {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    display: block;
}
.colistcnt li div {
    line-height: 200%;
    padding: 0 5px;
}
.colistcnt li div a {
    color: #0066cc;
}
.colistcnt li div a:hover {
    color: #e61f2f;
}
.modern-box {
    position: relative;
    height: 100%;
}
.modernbg {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
}
.modernbg img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}
.modern {
    position: absolute;
    left: 50%;
    margin-left: -555px;
    top: 50%;
    margin-top: -278px;
}
.modernle {
    width: 29.729%;
    float: left;
    position: relative;
    overflow: hidden;
}
.modernle strong {
    display: block;
    color: #092e4d;
    font-size: 40px;
    margin-bottom: 13px;
    line-height: 1;
}
.modernle small {
    color: #005cac;
    font-size: 36px;
    line-height: 1;
    font-size: 14px;
    color: #bbb;
}
.modernle p {
    color: #8b8b8b;
    font-size: 16px;
    margin: 10px 0
}
.modernle span {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
    position: relative;
    display: block;
}
/*.modernle span:before{ content:""; width:18px; height:2px; background:#dcdcdc; position:absolute; left:0; top:0; }*/


.informate-box {
    position: relative;
    height: 100%;
    overflow: hidden
}
.informate {
    position: absolute;
    left: 50%;
    margin-left: -555px;
    top: 50%;
    margin-top: -263px;
}
.informatefix {
    width: 63.50%;
    float: right;
    padding-top: 14px;
    position: relative;
    overflow: hidden;
}
.informatebtn {
    margin-bottom: 35px;
    border-bottom: 1px solid #ededed;
}
.informatebtn span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0 4px 26px;
    line-height: 1;
    color: #383838;
    font-size: 16px;
    line-height: 1;
    float: left;
    margin-right: 22px;
    transition: 0.38s;
}
.informatebtn span:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #005cac;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.informatebtn span:hover, .informatebtn span.flex-active {
    color: #005cac;
}
.informatebtn span:hover:before, .informatebtn span.flex-active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.informatein {
    width: 46.24%;
    float: left;
}
.informatein:nth-child(2n+2) {
    float: right;
}
.informatein figure {
    display: block;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 34px;
}
.informatein figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transition: 0.52s;
}
.informatein h3 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    transition: 0.38s;
}
.informatein p {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin: 5px auto 10px;
}
.informatein time {
    display: block;
    line-height: 1;
    color: #757575;
}
.informatein:hover figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.informatein:hover h3 {
    color: #005cac;
}
#map {
    margin-top: 10px
}















