/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}
.swiper-slide {
    /* Specify Slides's Size: */

    /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
    /* Specific active slide styling: */

}
.swiper-slide-visible {
    /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */

}
.swiper-active-switch {
    /* Specific active button style: */

}
.swiper-visible-switch {
    /* Specific visible button style: */

}




@charset "utf-8";

@font-face {
    font-family: "fe-icons";
    src: url('../fonts/fe-icons.eot');
    src: url('../fonts/fe-icons.eot?#iefix') format('eot'),
    url('../fonts/fe-icons.woff2') format('woff2'),
    url('../fonts/fe-icons.woff') format('woff'),
    url('../fonts/fe-icons.ttf') format('truetype'),
    url('../fonts/fe-icons.svg#fe-icons') format('svg');
}

.fe-icon:before {
    font-family: "fe-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
}


.fe-icon-github:before {
    content: "\E001";
}

.fe-icon-home:before {
    content: "\E002";
}

@charset "utf-8";

html { font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", Simsun, "宋体", Arial, Helvetica, sans-serif; color: #323641;; background-position: 116% 460px; background-repeat: no-repeat; background-color: #ffffff; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0;}
body { font-size: 16px; }

ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; list-style: none; }
input, select, button, textarea { font-family: "Hiragino Sans GB","微软雅黑","Microsoft Yahei"; color: #323641; }
a { text-decoration: none; color: #323641; transition: all 300ms ease-in-out; }
a:hover { color: #c5a775; }
img{
    display: block;
    width:100%;
}

.row { width: 100%; float: left; clear: both; }
.wrapper { width: 1400px; margin: 0 auto; }
.main { padding-bottom: 120px; overflow: hidden; }
.main-nobg { background: #ffffff; }
.bg-f8f8f8, .bg-f8f8f8 .main-nobg { background-color: #f8f8f8; }

/* header start */

.header { width: 100%; height: 640px; color: #ffffff; background-color: #222222; background-repeat: no-repeat; background-position: top center;  background-size: auto 100%; overflow: hidden; position: relative; }
.header a { color: #ffffff; }
.top-nav { height: 100%;  }
.top-nav .wrapper { position: relative; height: 100%; }
.logo { width: 80px; height: 100%; float: left; }
.logo a { width: 100%; height: 100%; }
.nav-list {   }
.nav-list li {
    float: left;
    position: relative;
    /*min-width: 120px;*/
    /*height: 30px;*/


}
.nav-list li a.top { display: block;  font-size: 14px;  height: 100%; }

.nav-list li a.parent { display: block;  font-size: 14px;  line-height: 64px;height: 64px }

.nav-list li a.parent:hover { color: #ffffff; font-size: 18px;line-height: 61px;height: 61px}

.nav-li-line{
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: none;

}

.nav-list li :hover > .nav-li-line {
    background-color: purple;
    display: none;
}


.nav-list li :hover > a {
    font-size: 18px;
}


.nav-list li:hover .header-sub-nav{
    display: block;
    /*margin-top: -50px;*/
}

.nav-list li:hover .nav_menut  p{
    display: block;
    /*margin-top: -50px;*/
    font-size:20px;
}


.nav-li a{
    text-decoration:none
}


.nav-list li.current a { color: #ffffff; }
.nav-list li .header-sub-nav{
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.5;
    margin-top: -2px;
}

/*.header-sub-nav{*/
    /*margin-top: 10px;*/
/*}*/










.nav-list li .header-sub-nav dd{
    padding: 8px 0;
    text-align: center;
}
.nav-list li .header-sub-nav dd:hover a{
    color: #ffffff;
    font-size: 20px;
}
.nav-list li .header-sub-nav dd a{
    color: #ffffff;
    font-size: 14px;
}

.nav-li-title{
    /*height: 30px;*/
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}


/*添加三角*/

.lang { width: 74px; height: auto; background: rgba(4,23,40, 0.42); border-radius: 14px; padding: 3px 6px; overflow: hidden; position: absolute; right: 0; top: 52px; z-index: 6; }
.lang li { width: 50%; float: left; }
.lang li a { font-size: 14px; color:white; display: block; text-align: center; line-height: 22px; border-radius: 11px; }
.lang li.current  a{ background: #0E6E2F;color: #0E6E2F ; }


.page-title { height: 265px; text-align: center; padding-top: 180px; }
.page-title h1 { font-size: 50px; font-weight: normal; }
.page-title h2 { font-size: 24px; font-weight: normal; }
.page-title .line { width: 40px; height: 2px; background: #c5a775; margin: 30px auto 0; }
.sub-nav { width: 100%; height: 60px; background: rgba(0,0,0,0.45); position: absolute; left: 0; bottom: 0; text-align: center; }
.sub-nav li { width: 170px; height: 60px; display: inline-block; }
.sub-nav li a { width: 100%; height: 100%; text-align: center; line-height: 60px; display: block; }
.sub-nav li a:hover { background: rgba(0,0,0,0.45); }
.sub-nav li.current a { background: #c5a775; }

.header-about { background-image: url(../images/banner/about.jpg); }
.header-news { background-image: url(../images/banner/news.jpg); }
.header-footer { background-image: url(../images/banner/footer.jpg); }
.header-human { background-image: url(../images/banner/human.jpg); }
.header-social { background-image: url(../images/banner/social.jpg); }
.header-relations { background-image: url(../images/banner/relations.jpg); }
.header-investment { background-image: url(../images/banner/investment.jpg); }
.header-index { height: 1080px; position: relative; }
.header-index .top-nav { width: 100%; position: absolute; left: 0; top: 0; z-index: 40; }

/* header end */

.crumbs {
    height: 26px;
    text-align: right;
    color: #999999;
    font-size: 14px;
    padding: 30px 0;
    position: relative;
    right:-1920px;
    opacity:0;
}



.page-item{
    overflow: hidden;margin: 0;padding: 0;
}
.crumbs a { color: #999999; }
.crumbs .current { color: #c5a775; }

.sub-page-title .hgroup { height: 194px; padding-left: 76px; }
.sub-page-title .hgroup h3 { font-size: 30px; font-weight: normal; padding-top: 20px; text-transform: uppercase; }
.sub-page-title .hgroup h4 { font-size: 40px; font-weight: normal; }
.sub-page-title .hgroup-intro { position: relative; height: 160px; }
.sub-page-title .hgroup-intro p { width: 790px; margin: 0; padding: 0; position: absolute; left: 260px; top: 68px; }
.sub-page-title .hgroup-intro-1 { position: relative; height: 160px; }
.sub-page-title .hgroup-intro-1 h3 { padding-top: 0; }
.sub-page-title .hgroup-intro-1 p { width: 650px; margin: 0; padding: 0; position: absolute; left: 320px; top: 44px; }

.hgroup-tabs { height: 100px; padding-bottom: 58px; }
.hgroup-tabs li { float: left; height: 96px; }
.hgroup-tabs li a { width: 160px; height: auto; display: block; background: #dcdcdc; padding: 10px 0 10px 30px; font-size: 18px; color: #666666; }
.hgroup-tabs li a .en { font-size: 14px; display: block; text-transform: uppercase; }
.hgroup-tabs li.current a { background: #c5a775; color: #323641; }
.hgroup-tabs li.current { background: url(../images/icon/arrow-down.gif) no-repeat center 63px; }

.sub-content .text { background: #f9f9f9; padding: 50px 50px; margin-bottom: 20px; color: #666666; line-height: 30px; }
.sub-content .text-f4f4f4 { background: #f4f4f4; }
.sub-content .text-line { width: 84px; height: 2px; display: block; background: #c5a775; margin-bottom: 30px; }
.sub-content .img { margin-bottom: 20px; }
.sub-content .img img { display: block; }

.leader-speech { padding: 90px 76px; background: #f9f9f9; color: #666666; line-height: 30px; position: relative; }
.leader-speech .speech { width: 620px; padding-left: 30px; }
.leader-speech .speech h2 { font-size: 24px; font-weight: normal; margin-bottom: 60px; }
.leader-speech .speech p { margin-bottom: 40px; }
.leader-speech .leader { width: 490px; position: absolute; right: 76px; top: -68px; }
.leader-speech .leader strong { font-weight: normal; font-size: 18px; float: right; position: relative; color: #333333; margin-top: 10px; }
.leader-speech .leader strong::before { width: 70px; height: 1px; display: block; position: absolute; left: -86px; top: 50%; background: #bfbfbf; overflow: hidden; content: ""; }

.member-list .item { background: #f4f4f4; padding: 60px 0; margin-bottom: 30px; }
.member-list .item .name { width: 22%; float: left; text-align: center; }
.member-list .item .name .p { width: auto; height: 28px; display: inline-block; padding: 0 30px;border-radius: 14px; margin: 0 auto 20px; background: #c5a775; color: #ffffff; line-height: 28px; }
.member-list .item .name .p-1 { width: 146px; }
.member-list .item .name .blue { background-color: #00629b; }
.member-list .item .name .n { color: #333333; font-size: 24px; padding-bottom: 20px; display: block; }
.member-list .item .info {
    width: 72%;
    float: left;
    /*padding-right: 80px; */
    color: #666666;
    line-height: 30px;

}


.culture-text { width: 980px; height: 500px; float: left; background: #f4f4f4; padding: 80px 30px 100px; margin-bottom: 90px; }
.culture-text dl { padding-bottom: 50px; }
.culture-text dt { font-size: 24px; font-weight: normal; color: #00629b; line-height: 50px; }
.culture-text dt .sp { padding: 0 15px; }
.culture-text dd { padding-left: 116px; }
.culture-text dd.desc, .culture-text .key { font-size: 18px; color: #c5a775; }
.culture-text dd.more, .culture-text .val { font-size: 16px; color: #666666; margin-top:10px;}
.culture-text .key { padding-right: 20px; }
.culture-text-left { width: 520px; float: left; }
.culture-text-right { width: 450px; float: right; }
.culture-text-right dd { padding: 10px 0 10px 116px; }
.culture-side { width: 316px; float: right; padding-top: 60px; }
.culture-side .mgz { width: 309px; height: 456px; background: url(../images/about/mgz-bg.gif) no-repeat; padding: 5px 0 0 7px; }
.culture-side .link-more { width: 134px; height: 40px; display: block; margin: 97px auto 0; border-radius: 20px; text-align: center; background: #c5a775; color: #ffffff; line-height: 40px; font-size: 14px; }
.culture-side .link-more:hover { background: #ae8751; }
.culture-pictures { position: relative; }
.culture-pictures img { display: block; }

.culture-pictures .arrow-right, .culture-pictures .arrow-left {
    display: inline-block;
    width: 64px; height: 64px; background-image: url(../images/icon/icon.png);
    background-repeat: no-repeat;
    margin-top: -32px;
    background-size: auto;
    outline: inherit;
    transition: none;
    position: absolute;
    top: 50%;
}
.culture-pictures .arrow-left { background-position: -64px 0; left: -104px; }
.culture-pictures .arrow-right { background-position: 0 0; right: -104px; }
.culture-pictures .arrow-right:hover { background-position: 0 -128px; }
.culture-pictures .arrow-left:hover { background-position: -64px -128px; }
.culture-pictures .arrow-left.swiper-button-disabled { background-position: -64px -64px; }
.culture-pictures .arrow-right.swiper-button-disabled { background-position: 0 -64px; }

.history-list { background-image: url(../images/icon/line.gif); background-repeat: repeat-y; background-position: center 0; position: relative; top: -60px; }
.history-list .first-mask {
    display: none;
    width: 10px; height: 36px; position: absolute;
    left: 50%; margin-left: -5px; top: 0;
    background: #ffffff; z-index: 6;
}
.history-list .item { position: relative; margin-bottom: 70px;
}
.history-list .item.show{
    display: block;}
.history-list .odd { width: 524px; float: right; padding-left: 176px; }
.history-list .even { width: 524px; float: left; padding-right: 176px; }
.history-list .even-first { margin-top: 134px; }
.history-list .odd .round { left: -8px; top: 36px; }
.history-list .odd .line { left: 10px; top: 45px; }
.history-list .odd .year { left: 90px; top: 15px; border-radius: 30px 0 0 30px; }
.history-list .odd .info { float: right; }
.history-list .odd .more-info { right: 0; }
.history-list .even .round { right: -9px; top: 36px; }
.history-list .even .line { right: 10px; top: 45px; }
.history-list .even .year { right: 90px; top: 15px; border-radius: 0 30px 30px 0; }
.history-list .even .info { float: left; }
.history-list .even .more-info { left: 0; }
.history-list .round { width: 14px; height: 14px; border: 2px #ffffff solid; border-radius: 100%; display: block; background-color: #00629b; position: absolute; }
.history-list .line { width: 67px; height: 1px; display: block; background-color: #00629b; position: absolute; }
.history-list .year { width: 75px; height: 60px; display: block; background-color: #00629b; position: absolute; color: #ffffff; text-align: center; line-height: 60px; font-size: 20px; }
.history-list .info {
    width: 454px;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 30px 40px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 140px;
}
.history-list .info:hover .more-info{
    opacity: 1;
    display: block;
    transition: all 200ms ease-in-out;
}
.history-list .info .more { padding: 15px 0; display:none;}
.history-list .info .more a { float: right; }
.history-list .info .more i { width: 24px; height: 24px; display: block; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; background-position: 0 -192px; }
.history-list .info .more a:hover i { background-position: -24px -192px; }
.history-list .more-link { position: absolute; left: 50%; bottom: -3px; padding-left: 50px; }
.history-list .more-link .round { left: -8px; }
.history-list .more-link a { color: #c5a775; }
.history-list .more-link a:hover { color: #a5711b; }
.history-list .more-info {
    width: 454px;
    padding: 30px 40px;
    position: absolute;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.13);
    z-index: 8;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: none;
    transition: all 200ms ease-in-out;
}
.history-list .more-info img { width: 100%; display: block; margin: 15px 0; }
.history-list .more-info .close-more { padding: 15px 0;
    display: none;}
.history-list .more-info .close-more a { float: right; }
.history-list .more-info .close-more i { width: 24px; height: 24px; display: block; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; background-position: -48px -192px; }
.history-list .more-info .close-more a:hover i { background-position: -72px -192px; }


.article-content { width: 992px; margin: 50px auto 0; }
.article-content .content-html img{ width: 100% !important;
    height: auto !important;}
.article-content h2 { border-top: 1px #e5e5e5 solid; font-size: 20px; color: #323641; padding-top: 20px; font-weight: normal; }
.article-content .date { color: #999999; padding: 15px 0 40px; }
.article-content .content-html { color: #333333; line-height: 30px; }
.article-content .content-html p {
    margin-bottom: 30px;
    /*text-indent: 32px; */
}
.article-content h2.p { padding-bottom: 30px; }
.article-content .content-html-1 { color: #666666; line-height: 24px; font-size: 14px; }
.article-content .content-html-1 strong { display: block; padding-top: 30px; font-size: 20px; color: #323641; padding-top: 20px; font-weight: normal; }

.corporate-honor .tabs { padding-bottom: 100px; }
.corporate-honor .tabs li { width: 25%; float: left; }
.corporate-honor .tabs li a { display: block; background: #dcdcdc; line-height: 90px; text-align: center; border-right: 1px #adacac solid; color: #666666; font-size: 24px; }
.corporate-honor .tabs li a:hover { background: #e5e5e5; }
.corporate-honor .tabs li.last a { border: 0; }
.corporate-honor .tabs li.current a { background: #c5a775; color: #333333; }
.corporate-honor .tabs-container { position: relative;
    display: none;}
.corporate-honor .tabs-container.on{
    display: block;}
.corporate-honor .tabs-container .title { width: 299px; position: absolute; left: 0; top: 0; font-size: 48px; color: #c5a775; }
.corporate-honor .tabs-container .title .round { width: 10px; height: 10px; border-radius: 100%; display: block; background-color: #c5a775; position: absolute; right: -6px; top: 50%; margin-top: -5px; }
.corporate-honor .tabs-container .items { margin-left: 299px; border-left: 2px #e4e4e4 solid; padding: 70px 0; }
.corporate-honor .tabs-container .year { position: relative; }
.corporate-honor .tabs-container .year .num { width: 100px; position: absolute; left: -100px; top: 50px; font-size: 24px; color: #c5a775; }
.corporate-honor .tabs-container .year li { padding: 50px 0 25px; font-size: 24px; line-height: 30px; border-bottom: 2px #cccccc dotted; padding-left: 70px; position: relative; }
.corporate-honor .tabs-container .year li .round { width: 6px; height: 6px; border-radius: 100%; display: block; background-color: #c5a775; position: absolute; left: 45px; top: 63px; }
.corporate-honor .tabs-container .year li .n { width: 480px; padding-right: 10px; display: inline-block; color: #999999; }
.corporate-honor .tabs-container .year li .m { width: 470px; display: inline-block; }

.video-list .item { position: relative; margin-bottom: 50px; }
.video-list .item img { display: block; }
.video-list .item .info { width: 100%; background: #00629b; color: #ffffff; height: 126px; line-height: 126px; position: absolute; left: 0; bottom: 0; font-size: 24px; overflow: hidden; }
.video-list .item .info .v { width: 64px; height: 64px; float: left; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; background-position: -64px -256px; margin: 32px 0 0 20px; }
.video-list .item .info .link { width: 126px; height: 126px; position: absolute; right: 0; top: 0; background: #c5a775; }
.video-list .item .info .link a { width: 100%; height: 100%; display: block; }
.video-list .item .info .p { width: 64px; height: 64px; float: left; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; background-position: 0 -256px; margin: 31px 0 0 31px; }
.video-list .item-1 {
    width: 100%;
    /*height: 756px; */
}
.video-list .item-2 { width: 800px; height: 517px; float: left; }
.video-list .item-3 { width: 560px;; height: 517px; float: right; }
.video-list .pager { margin-top: 50px; }

.pager { text-align: center; }
.pager li { height: 32px; overflow: hidden; display: inline-block; margin: 0 3px; }
.pager li a { height: 32px; line-height: 32px; background: #f3f3f3; display: block; color: #666666; padding: 0 12px; }
.pager li a:hover { background: #dddddd; }
.pager li.current a { color: #ffffff; background: #00629b; }
.pager li.disabled a, .pager li.disabled a:hover { background: #f5f5f5; cursor: not-allowed; }
.pager li.prev a, .pager li.next a { width: 32px; padding: 0; text-indent: -80px; overflow: hidden; }
.pager li .p, .pager li .n { width: 24px; height: 24px; display: block; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; margin: 4px; }
.pager li .p { background-position: -24px -216px; }
.pager li .n { background-position: 0 -216px; }
.pager li.disabled .p { background-position: -72px -216px; }
.pager li.disabled .n { background-position: -48px -216px; }


.news-list .focus { background: #f3f3f3; margin-bottom: 20px; }
.news-list .focus .img { float: left; padding: 0; margin: 0; }
.news-list .focus .info { width: 600px; float: left; padding: 70px 0 0 80px; }
.news-list .focus .info h2 { font-size: 24px; padding-bottom: 20px; font-weight: normal; color: #333333; }
.news-list .focus .info .desc { color: #666666; line-height: 30px; }
.news-list .focus .info .link-more { width: 134px; height: 40px; display: block; margin: 50px 0 0; border-radius: 20px; text-align: center; background: #c5a775; color: #ffffff; line-height: 40px; font-size: 14px; }
.news-list .focus .info .link-more:hover { background: #ae8751; }
.news-list .list li { width: 100%; min-height: 234px; float: left; clear: both; background: #f3f3f3; margin-bottom: 20px; }
.news-list .list li a { width: 100%; float: left; clear: both; display: block; color: #333333; }
.news-list .list .date { width: 279px; height: 184px; float: left; text-align: center; padding-top: 50px; transition: all 100ms ease-in-out; }
.news-list .list .date .day { font-size: 70px; display: block; }
.news-list .list .date .month { font-size: 20px; display: block; }
.news-list .list .info { width: 960px; float: right; border-left: 1px #d2d2d2 solid; padding: 0 80px; margin: 60px 0; transition: all 100ms ease-in-out; }
.news-list .list .info h2 { font-size: 24px; padding-bottom: 20px; font-weight: normal; }
.news-list .list .info .desc { color: #666666; line-height: 30px; }
.news-list .list li a:hover { background: #ffffff; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11); }
.news-list .list li a:hover .date { background: #c5a775; }
.news-list .list li a:hover .info { border-color: #f3f3f3; }
.news-list .pager-round { padding-top: 50px; }

.pager-round { text-align: center; }
.pager-round li { height: 32px; overflow: hidden; display: inline-block; margin: 0 3px; }
.pager-round li a { height: 32px; line-height: 32px; background: #ffffff; display: block; color: #666666; padding: 0 8px; }
.pager-round li a:hover { color: #000000; }
.pager-round li.current a { color: #c5a775; }
.pager-round li.disabled a, .pager-round li.disabled a:hover { cursor: not-allowed; }
.pager-round li.prev a, .pager-round li.next a { width: 30px; height: 30px; padding: 0; text-indent: -80px; overflow: hidden; border: 1px #c5a775 solid; border-radius: 100%; }
.pager-round li .p, .pager-round li .n { width: 24px; height: 24px; display: block; background-image: url(../images/icon/icon.png); background-repeat: no-repeat; margin: 4px; }
.pager-round li .p { background-position: -25px -321px; }
.pager-round li .n { background-position: 0 -321px; }
.pager-round li.prev a:hover, .pager-round li.next a:hover { background-color: #c5a775; }
.pager-round li.prev a:hover .p { background-position: -25px -345px;  }
.pager-round li.next a:hover .n { background-position: 0 -345px; }
.pager-round li.disabled.prev a, .pager-round li.disabled.next a { border-color: #cccccc; }
.pager-round li.disabled .p { background-position: -73px -217px; }
.pager-round li.disabled .n { background-position: -49px -217px; }
.pager-round li.prev.disabled a:hover, .pager-round li.next.disabled a:hover { background-color: #ffffff; }
.pager-round li.prev.disabled a:hover .p { background-position: -73px -217px; }
.pager-round li.next.disabled a:hover .n { background-position: -49px -217px; }
.pager-round input { width: 70px; height: 28px; border: 1px #d2d2d2 solid; border-radius: 2px; text-align: center; outline: inherit; }
.pager-round button { width: 40px; height: 32px; outline: inherit; background: #00629b; color: #ffffff; border: 0; border-radius: 2px; text-align: center; cursor: pointer; }
.pager-round .page-form { padding-left: 30px; }


.related-articles { border-top: 1px #eeeeee solid; color: #959595; padding-top: 30px; margin-top: 60px; line-height: 30px; }
.news-list .list-1 li { width: 76%; padding: 30px 12% 40px; background: #f3f3f3; position: relative; margin-bottom: 20px; }
.news-list .list-1 li strong { font-size: 24px; padding-bottom: 20px; font-weight: normal; }
.news-list .list-1 li .desc { color: #666666; line-height: 30px; }
.news-list .list-1 li .date { color: #666666; }
.news-list .list-1 li .link-more { width: 134px; height: 40px; display: block; border-radius: 20px; text-align: center; background: #c5a775; color: #ffffff; line-height: 40px; font-size: 14px; position: absolute; right: 12%; bottom: 30px; }
.news-list .list-1 li .link-more:hover { background: #ae8751; }

.contact-us .map { margin-bottom: 60px; }
.contact-us .map img { display: block; border: 6px #e5e5e5 solid; }
.contact-us .contact-list { line-height: 42px; }
.contact-us .contact-list li { padding-left: 20px; }
.contact-us .contact-list i { width: 42px; height: 42px; float: left; background-image: url(../images/contact/icon.png); background-repeat: no-repeat; margin-right: 10px; }
.contact-us .contact-list .i-1 { background-position: 0 0; }
.contact-us .contact-list .i-2 { background-position: 0 -42px; }
.contact-us .contact-list .i-3 { background-position: 0 -84px; }
.contact-us .contact-list .i-4 { background-position: 0 -126px; }
.contact-us .contact-list .i-5 { background-position: 0 -168px; }
.contact-us .contact-list .key { font-size: 18px; color: #333333; }
.contact-us .contact-list .val { font-size: 18px; color: #666666; }

.human-box .human-item {
    width: 100%; height: 426px; background: #00629b; color: #ffffff;
    overflow: hidden;
}
.human-box .human-item .texts {
    width: 38%;
    float: left;
    padding: 80px 4% 0;
}
.human-box .human-item .silder {
    width: 54%;
    float: right;
    position: relative;
}
.human-box .human-item .silder .arrow-left,.human-box .human-item .silder .arrow-right{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.4);
    background-size: 35% auto;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
}
.human-box .human-item .silder .arrow-left{
    left: 40px;
    background: rgba(0,0,0,0.4) url(../images/icon/banner-l.png) no-repeat center;
    background-size: 16px;
}
.human-box .human-item .silder .arrow-right{
    right: 40px;
    background: rgba(0,0,0,0.4) url(../images/icon/banner-r.png) no-repeat center;
    background-size: 16px;
}
@media screen and (max-width: 768px){
    .human-box .human-item .silder .arrow-left, .human-box .human-item .silder .arrow-right{
        width: 40px;
        height: 40px;
    }
    .human-box .human-item .silder .arrow-left{
        background-size: 10px;
    }
    .human-box .human-item .silder .arrow-right{
        background-size: 10px;
    }
}

.human-box .human-item .silder img { display: block; }
.human-box .human-item-r .texts { float: right; }
.human-box .human-item-r .silder { float: left; }
.human-box .human-item h2 { text-transform: uppercase; font-size: 30px; font-weight: normal; }
.human-box .human-item h3 { font-size: 40px; font-weight: normal; padding-bottom: 30px; }
.human-box .human-item .texts p { line-height: 36px; }
.human-box .human-item .swiper-button-white { width: 70px; height: 70px; border-radius: 100%; background-color: rgba(0,0,0,0.4); background-size: 35% auto; margin-top: -35px; }
.human-box .human-item .swiper-button-prev { left: 40px; }
.human-box .human-item .swiper-button-next { right: 40px; }

.human-work-list { padding: 100px 0 0 0; }
.human-work-list h2 { text-transform: uppercase; font-size: 30px; font-weight: normal; padding-left: 70px; }
.human-work-list h3 { font-size: 40px; font-weight: normal; padding-bottom: 30px; padding-left: 70px; }
.work-table table { width: 100%; border-collapse: separate; border-spacing: 0; background: #f7f7f7; }
.work-table table th { height: 60px; font-weight: normal; text-align: left; background: #00629b; color: #ffffff; }
.work-table table td { height: 90px; }
.work-table table th.title, .work-table table td.title { padding-left: 70px; }
.work-table table th.date, .work-table table td.date { width: 130px; text-align: right; padding-right: 70px; color: #666666; }
.work-table table th.date { color: #ffffff; }
.work-table table .outline { border-bottom: 1px #ffffff solid; height: 100%; line-height: 90px; }
.work-table table .date .outline { width: 126px; text-align: right; }
.work-table table .title .outline { background-image: url(../images/human/line.gif); background-repeat: repeat-x; background-position: 0 center; }
.work-table table .title .outline .t { background: #f7f7f7; padding-right: 30px; }
.human-work-list .pager-round { padding-top: 50px; }

.social-list { width: 100%; }
.social-list ul { width: 100%; }
.social-list li {
    width:32.33%;
    /*height: 392px; */
    float: left;
    margin-right: 1.5%;
    /*padding: 0 20px 20px 0; */
}
.social-list li:last-child{
    margin-right: 0;
}
.social-list li a { width: 100%; height: 100%; display: block; background: #f3f3f3; overflow: hidden; }
.social-list li a:hover { background-color: #ffffff; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11); }
.social-list li img { display: block; }
.social-list li .info { padding: 50px 40px; color: #333333; }
.social-list li .info .year { width: 110px; height: 60px; font-size: 36px; float: left; }
.social-list li .info .title {
    width: 230px;
    height: 78px;
    line-height: 26px;
    font-size: 18px; float: left;
    padding-left: 30px;
    border-left: 1px #d2d2d2 solid;
    overflow: hidden;
}

.valuation { height: 90px; position: relative; top: -20px; }
.valuation .inn { float: right; }
.valuation .code { font-size: 14px; color: #666666; border-top: 1px #cccccc solid; padding-top: 5px; }
.valuation .text { font-size: 40px; color: #009944; text-align: center; }
.valuation .text.up{
    color: #d93e2a;
}
.sub-hgroup-tabs { height: 100px; }
.sub-hgroup-tabs li { float: left; height: 70px; }
.sub-hgroup-tabs li a { width: 150px; height: 40px; display: block; background: #dcdcdc; line-height: 40px; font-size: 18px; color: #666666; text-align: center; }
.sub-hgroup-tabs li.current a { background: #c5a775; color: #323641; }
.sub-hgroup-tabs li.current { background: url(../images/icon/arrow-down-small.gif) no-repeat center 40px; }

.corporate-list li { width: 1075px; background: #f3f3f3; margin-bottom: 20px; padding: 50px 145px 40px 180px; transition: all 200ms ease-in-out; }
.corporate-list li:hover { background: #ffffff; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11); }
.corporate-list li .pdf { width: 85px; height: 70px; background: url(../images/icon/pdf.png) no-repeat 0 0; float: left; }
.corporate-list li .info { width: 990px; float: left; }
.corporate-list li .info h4 { font-size: 24px; font-weight: normal; }
.corporate-list li .info p { color: #666666; line-height: 30px; margin: 0; padding: 20px 0 40px; }
.corporate-list li .link-more { width: 134px; height: 40px; display: block; border-radius: 20px; text-align: center; background: #c5a775; color: #ffffff; line-height: 40px; font-size: 14px; }
.corporate-list li .link-more:hover { background: #ae8751; }

.information .hgroup { width: 340px; float: left; overflow: hidden; padding-left: 70px; }
.information .hgroup h3 { font-size: 30px; font-weight: normal; text-transform: uppercase; }
.information .hgroup h4 { font-size: 40px; font-weight: normal; }
.information-list { width: 990px; float: left; }
.information-list .sub-hgroup-tabs { height: 80px; }
.information-list .sub-hgroup-tabs li a { width: 150px; font-size: 18px; height: 40px; line-height: 40px; }
.information-list .sub-hgroup-tabs li.current { background-position: center 40px; }
.sub-hgroup-container { border-top: 1px #e5e5e5 solid; }
.sub-hgroup-container li { height: 88px; display: block; border-bottom: 1px #e5e5e5 solid; }
.sub-hgroup-container li a { width: 100%; height: 100%; display: block; line-height: 88px; color: #333333; }
.sub-hgroup-container li a:hover { color: #ffffff; background-color: #00629b; }
.sub-hgroup-container li .title {
    float: left;
    width:75%;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/

}
.sub-hgroup-container li .date { float: right; padding-right: 30px; }
.information .pager-round { padding-top: 60px; }

.financial-table-mobile{
    display: none;
}
.financial-table { margin-bottom: 30px; }
.financial-table table { width: 100%; border-collapse: separate; border-spacing: 0; background: #ffffff; }
.financial-table table thead th { height: 60px; background: #c5a775; color: #ffffff; font-size: 20px; font-weight: normal; }
.financial-table .w1 { width: 36%; }
.financial-table .w2, .financial-table .w3 { width: 21%; }
.financial-table tbody td { text-align: right; height: 96px; border-bottom: 1px #f8f8f8 solid; font-size: 16px; color: #333333; padding-right: 5%; }
.financial-table .first { padding-left: 70px; text-align: left; font-size: 18px; color: #666666; padding-right: 0; }

.visiting-box { position: relative; }
.visiting-box .hgroup { width: 340px; float: left; overflow: hidden; padding-left: 70px; }
.visiting-box .hgroup h3 { font-size: 30px; font-weight: normal; text-transform: uppercase; }
.visiting-box .hgroup h4 { font-size: 40px; font-weight: normal; }
.visiting-box img { float: right; }
.visiting-box .ways { width: 440px; height: 240px; position: absolute; left: 0; top: 250px; box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.13); background-color: #ffffff; padding: 70px 80px 0; }
.visiting-box .ways p { margin: 0; padding: 0; font-size: 20px; line-height: 30px; }
.visiting-box .ways ul { padding-top: 40px; }
.visiting-box .ways li { font-size: 24px; color: #666666; line-height: 42px; }
.visiting-box .ways li i { width: 42px; height: 42px; float: left; background-image: url(../images/visiting/icon.png); background-repeat: no-repeat; margin-right: 10px; }
.visiting-box .ways li .i-1 { background-position: 0 0; }
.visiting-box .ways li .i-2 { background-position: 0 -42px; }

.sub-page-title .hgroup-has-tab { position: relative; height: 154px; }
.small-hgroup-tabs { height: 50px; position: absolute; left: 450px; top: 60px; }
.small-hgroup-tabs li { float: left; height: 50px; }
.small-hgroup-tabs li a { width: 150px; height: 40px; display: block; background: #dcdcdc; line-height: 40px; font-size: 18px; color: #666666; text-align: center; }
.small-hgroup-tabs li.current a { background: #c5a775; color: #323641; }
.small-hgroup-tabs li.current { background: url(../images/icon/arrow-down-small.gif) no-repeat center 40px; }

.investment-map { position: relative; }
.investment-map .map-title { position: absolute; left: 72px; top: 95px; color: #333333; }
.investment-map .map-title i { float: left; margin-right: 10px; line-height: 21px; }
.investment-map .m { width: 21px; height: 21px; display: block; background: url(../images/investment/m.png) no-repeat; }
.investment-map .handle { position: absolute; display: block; }
.investment-map .handle .l { /*width: 132px;*/ width: 0; height: 25px; display: block; position: absolute; left: 18px; top: -25px; background: url(../images/investment/line.png) no-repeat; z-index: 3; overflow: hidden; transition: all 100ms ease-in-out; }
.investment-map .handle .t { float: left; line-height: 30px; border: 1px #e1d5c1 solid; border-radius: 3px; background: #f4f4f4; font-size: 14px; color: #333333; padding: 0 15px; position: absolute; white-space: nowrap; left: 147px; top: -39px; z-index: 2; display: none; transition: all 100ms ease-in-out; }
.investment-map .handle .t2 { float: left; line-height: 30px; border: 1px #e1d5c1 solid; border-radius: 3px; background: #f4f4f4; font-size: 14px; color: #333333; padding: 0 15px; position: absolute; white-space: nowrap; left: 147px; top: 0; z-index: 2; display: none; transition: all 100ms ease-in-out; }

.investment-map .handle-1 { left: 844px; top: 334px; }
.investment-map .handle-2 { left: 864px; top: 355px; }
.investment-map .handle-3 { left: 827px; top: 370px; z-index: 3; }
.investment-map .handle-4 { left: 875px; top: 493px; }
.investment-map .handle-5 { left: 932px; top: 553px; }
.investment-map .handle-6 { left: 858px; top: 592px; }
.investment-map .handle-7 { left: 738px; top: 667px; }
.investment-map .handle-8 { left: 708px; top: 605px; }
.investment-map .handle-9 { left: 715px; top: 548px; }
.investment-map .handle-10 { left: 812px; top: 530px; }

.investment-container { margin-bottom: 20px; }
.investment-sliders { width: 0; height: 0; overflow: hidden; position: relative; margin-top: 20px;}
.investment-sliders .items { width: 1340px; padding: 30px; background: #f9f9f9; position: absolute; left: 100%; top: 0; z-index: 9; }
.investment-sliders .items.show { z-index: 10; }
.investment-sliders .items img { display: block; }
.investment-sliders .slider {
    width: 800px;
    float: left;
    position: relative;
}
.investment-sliders .info { width: 480px; float: right; padding-top: 50px; }
.investment-sliders .info h3 { font-weight: normal; font-size: 24px; color: #333333; }
.investment-sliders .info p { font-weight: normal; font-size: 16px; color: #666666; line-height: 30px; margin: 0; padding: 30px 0 0; }
.investment-sliders .arrow-left,.investment-sliders .arrow-right{
    display: inline-block;
    width: 70px; height: 70px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.4);
    background-size: 35% auto;
    margin-top: -35px;
    position: absolute;
    top:50%;
    margin-top: -35px;
    z-index: 9;
}
.investment-sliders .arrow-left {
    left: 40px;
    background:rgba(0,0,0,0.4) url("../images/icon/banner-l.png") no-repeat center;
    background-size: 16px;
}
.investment-sliders .arrow-right {
    right: 40px;
    background:rgba(0,0,0,0.4) url("../images/icon/banner-r.png") no-repeat center;
    background-size: 16px;
}

.js-hgroup-tabs { position: relative; overflow: hidden; }
.small-hgroup-tab-item { position: relative;
    overflow: hidden;}
.small-hgroup-tab-item-1 { position: absolute; left: 100%; top: 0; }

.small-hgroup-tab-item .sb-maps .china-sb-maps .province img{
    width:100%;
}
.small-hgroup-tab-item .sb-maps .china-sb-maps>img{
    width:100%;
}
.hide { display: none; }

.index-banner img { height: 100%; display: block; opacity: 0; }
.index-banner-img { width: 100%; height: 100%; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.index-banner-img .texts { width: 1400px; position: absolute; top: 50%; left: 50%; margin: -140px 0 0 -700px; padding-left: 50px; }
.index-banner-img .texts h2 { width: 100%; float: left; clear: both; font-size: 72px; font-weight: normal; margin-bottom: 40px; }
.index-banner-img .texts h3 { width: 100%; float: left; clear: both; font-size: 34px; font-weight: normal; margin-bottom: 10px; }
.index-banner-img .texts .en { width: 100%; float: left; clear: both; font-size: 16px; font-weight: normal; }
.index-banner-img .texts .char { float: left; opacity: 0; }
.index-banner-img .texts h2 .char { margin-right: 6px; }
.index-banner-img .texts h3 .char { margin-right: 3px; }
.index-banner-img .texts .en .char { margin-right: 6px; }
.index-banner .new-banner-img{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.index-banner .swiper-slide{
    position: relative;
    cursor: default;
}
.index-banner .swiper-slide-active .new-text{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
    transition-delay: 1.5s;
}
.index-banner .swiper-slide-active .new-banner-img{

    /*transform: translateZ(0) scale3d(1.2,1.2,0);*/
    /*-moz-transform: translateZ(0) scale3d(1.2,1.2,0);  !* Firefox *!*/
    /*-webkit-transform: translateZ(0) scale3d(1.2,1.2,0); !* Safari 和 Chrome *!*/
    /*-o-transform: translateZ(0) scale3d(1.2,1.2,0);  !* Opera *!*/

    /*-webkit-transition: all 15s ease-in-out;*/
    /*-o-transition: all 15s ease-in-out;*/
    /*-moz-transition: all 15s ease-in-out;*/
    /*transition: all 15s ease-in-out;*/
    /*
    -webkit-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    */
}
.index-banner .swiper-slide-active .new-banner-img{

}
.index-banner .new-text{
    -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*margin: -140px 0 0 -700px;*/
    z-index: 9;
    width:100%;
    height:100%;
}
.index-banner .new-text .new-text-con{
    max-width:1400px;
    margin:18% auto 0;
}
.index-banner .new-text .t1{
    font-size: 72px;
    margin-bottom: 40px;
}
.index-banner .new-text .t2{
    font-size: 34px;
    margin-bottom: 10px;
}
.index-banner .new-text .t3{
    font-size: 16px;
}
@media screen and (max-width: 1400px){
    .index-banner .new-text .t1{
        font-size: 48px;
    }
    .index-banner .new-text .t2{
        font-size: 28px;
    }
    .index-banner .new-text .new-text-con{
        max-width:1200px;
    }
    .information .hgroup{
        width:24%;
        padding-left:0;
    }
    .information-list{
        width:72%;
        margin-left:4%;
    }
}
@media screen and (max-width: 1200px){
    .index-banner .new-text .new-text-con{
        padding:0 20px;
        margin:22% auto 0;
        font-size:12px;
    }
    .index-banner .new-text .t1{
        font-size:30px;
    }
    .index-banner .new-text .t2{
        font-size:18px;
    }
}
@media screen and (max-width: 768px){
    .investment-sliders .arrow-left, .investment-sliders .arrow-right{
        width: 40px;
        height: 40px;
    }
    .investment-sliders .arrow-left{
        background-size: 12px;
    }
    .investment-sliders .arrow-right{
        background-size: 12px;
    }
    .index-banner .new-text .t1{
        font-size:24px;
        margin-bottom: 20px;
    }
    .index-banner .new-text .t2{
        font-size:14px;
    }
    .index-banner .new-text .t3{
        font-size: 14px;
    }
}


/*.index-search {*/
    /*width: 100%;*/
    /*height:80px;*/
    /*height: 140px;*/
    /*overflow: hidden;*/
    /*background: rgba(0,0,0,0.4);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*z-index: 3;*/
/*}*/
/*.index-search .info {*/
    /*max-width: 740px;*/
    /*padding: 0 30px 0 30px;*/
    /*line-height: 80px;*/
    /*float: left;*/
    /*background-image: url(../images/index/arrow.png); */
    /*background-position: right center; */
    /*background-repeat: no-repeat; */
/*}*/
/*.index-search .info .up{*/
    /*display: inline-block;*/
    /*width:22px;*/
    /*height:22px;*/
    /*background: url("../images/index/arrow.png") no-repeat center;*/
    /*position: relative;*/
    /*top:4px;*/
/*}*/
/*.index-search .info .down{*/
    /*display: inline-block;*/
    /*width:22px;*/
    /*height:22px;*/
    /*background: url("../images/index/icon-stock-down.png") no-repeat center;*/
    /*position: relative;*/
    /*top:4px;*/
/*}*/
/*.index-search .info .t { padding-right: 50px; }*/
/*.index-search .info .i { padding-right: 20px; }*/
/*.index-search .search-form { height: 100%; float: right; background-color: #c5a775; color: #ffffff; position: absolute; right: 0; top: 0; padding-left: 70px; }*/
/*.index-search .link { float: right; padding-top: 32px; }*/
/*.index-search .link a { border-left: 1px #e2d3ba solid; padding: 0 70px 0 20px; }*/
/*.index-search .form { float: right; overflow: hidden; padding-top: 14px; position: relative; }*/
/*.index-search .form .search-icon { width: 18px; height: 17px; display: block; background: url(../images/index/search-icon.png) no-repeat 0 0; }*/
/*.index-search .form .search-icon-big { width: 25px; height: 24px; display: block; background: url(../images/index/search-icon.png) no-repeat 0 0; }*/
/*.index-search .form form { width: 310px; height: 64px; float: left; padding-right: 20px; display: none; }*/
/*.index-search .form input { width: 100%; height: 60px; border: 0; border-bottom: 1px #ffffff solid; background: none; outline: inherit; color: #dccaac; }*/
/*.index-search .form button { position: absolute; right: 10px; top: 36px; background: none; border: 0; outline: inherit; }*/
/*.index-search .form .show-form { display: block; padding: 22px 20px 0 0; }*/


.top-nav-wrapper { width: 100%; margin: 0 auto; position: relative; }
.index-sub-nav { width: 100%; /*height: 80px;*/ height: 0; position: absolute; left: 0; top: 133px; background: #deeffd; text-align: center; overflow: hidden; transition: all 300ms ease-in-out; }
.index-sub-nav ul { display: none; }
.index-sub-nav li { display: inline-block; padding: 20px 45px 0; }
.index-sub-nav li a { font-size: 14px; color: #333333; }
.index-sub-nav li a:hover { border-bottom: 1px #c5a775 solid; }

.homepage, .homepage body { width: 100%; height: 100%; overflow: hidden; }
.index-scroll-body { transition: all 300ms ease-in-out; }
.homepage .header-index .arrow-left,.homepage .header-index .arrow-right{
    display:inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 2px rgba(255,255,255, 0.5) solid;
    background-size: 12px 16px;
    position: absolute;
    right: 10%;
    left: auto;
    top: 50%;
    background-size: 12px;
}
.homepage .header-index .arrow-right {
    margin-top: 0;
    z-index:20;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c5a775'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}
.homepage .header-index .arrow-left {
    margin-top: -90px;
    z-index:20;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c5a775'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}

.index-about-us { overflow: hidden; background: #ffffff; }
.index-about-us .nav { width: 60%; float: left; height: 100%;}


.index-about-us .nav .texts {  padding-left: 200px; margin-top: 80px; z-index: 2; }
.index-about-us .nav .texts h2 { font-size: 35px; font-weight: normal; text-transform: uppercase;color: gray }
.index-about-us .nav .texts h3 { font-size: 35px; font-weight: normal; text-transform: uppercase; }
.index-about-us .nav .texts p { width: 700px; font-size: 13px; font-weight: normal;  margin-top: 40px;line-height: 20px;color: gray }


/*.index-about-us .nav .dls { width: 76%; height: 100%; padding: 60px 0 0 0; }*/
/*.index-about-us .nav .dls dl { width: 100%; height: 15%; margin-top: 15%; float: left; clear: both; border-bottom: 1px #1a71a5 solid; overflow: hidden; }*/
/*.index-about-us .nav .dls dl:last-child { border-bottom: 0; }*/
/*.index-about-us .nav .dls dt { width: 40%; float: left; font-size: 60px; font-weight: normal; }*/
/*.index-about-us .nav .dls dd { width: 60%; text-align: right; float: right; }*/
/*.index-about-us .nav .dls dd.f { padding-top: 20px; }*/




.index-about-us .about-info { width: 40%; height: 100%; float: right;  overflow: hidden; }
.index-about-us .about-info .imgs {
    /*width: 1218px; */
    /*height: 1070px; */
    /*position: absolute; */
    /*right: 0; */
    /*bottom: 0; */
    width:100%;
}
.index-about-us .about-info .img {
    width: 100%;
    /*display: block; */
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-about-us .about-info .line { position: absolute; z-index: 3; opacity: 1; }
.index-about-us .about-info .line .round { display: block; width: 30px; height: 30px; padding: 24px; border-radius: 100%; background-color: rgba(80, 201, 210, 0.38); position: absolute; }
.index-about-us .about-info .line .round i { display: block; width: 30px; height: 30px; background: #42e8ee; border-radius: 100%; opacity: 0.86; }
.index-about-us .about-info .line img { display: block; }
.index-about-us .about-info .line-1 { bottom: 52%; right: 8%; }
.index-about-us .about-info .line-1 .round { bottom: 0; right: -4%; }
.index-about-us .about-info .line-2 { bottom: 19%; left: 34%; }
.index-about-us .about-info .line-2 .round { bottom: -10%; left: -2%; }
.index-about-us .about-info .line-3 { bottom: -25%; right: 2%; }
.index-about-us .about-info .line-3 .round { top: 0; left: -3%; }
@media screen and (max-width: 768px){
    .index-about-us .about-info .line .round{
        width: 15px;
        height: 15px;
        padding: 15px;
    }
    .index-about-us .about-info .line-1 img{
        width: 50% !important;
        float: right !important;
    }
    .index-about-us .about-info .line-3 img{
        width: 68% !important;
    }
    .index-about-us .about-info .line .round i{
        width: 15px !important;
        height: 15px !important;
    }
    .index-about-us .about-info .line-1{
        bottom: 48% !important;
        right: 6% !important;
    }
    .index-about-us .about-info .line-2{
        bottom: 15% !important;
        left: 24% !important;
    }
    .index-about-us .about-info .line-3{
        bottom: -57% !important;
        right: -50% !important;
    }
}

.index-industrial { background: #ffffff; position: relative; overflow: hidden; }
.index-industrial .wrapper { height: 100%; position: absolute; left: 50%; top: 0; margin-left: -700px; }
.index-industrial .left { width: 74%; float: left; height: 100%; }
.index-industrial .right { width: 26%; float: right; height: 100%;  }
.index-industrial .hs { height: 25%; margin: 3% 0 0; padding-left: 3%; }
.index-industrial .sub { width: 100%; height: auto; position: absolute; left: 0; ;
}
.index-industrial .hs h2 { font-size: 36px; font-weight: normal; text-transform: uppercase; }
.index-industrial .hs h3 { font-size: 50px; font-weight: normal; text-transform: uppercase; float: left; }
.index-industrial .hs p { width: 680px; float: left; margin: 0; padding: 0; font-weight: normal; line-height: 30px; color: #666666; padding-left: 50px; }
.index-industrial .sub .nav {
    width: 150px;
    height: auto;
    position: absolute;
    background-color: #EEEEEE;

}



.index-industrial .index-industrial-maps {
    width: 75%;
    float: right;
    height: 100%;
    background: #f9f9f9;
    position:relative;

}
/*.maps-item{*/
    /*display: none;*/
/*}*/
/*.maps-item.on{*/
    /*display: block;*/
    /*transition: all 0.5s;*/
/*}*/
/*.maps-item-con{*/
    /*padding:3% 5%;*/
    /*width:94%;*/
    /*margin:0 auto;*/
    /*transition: all 0.5s;*/
/*}*/
/*.maps-item-con p{*/
    /*font-size:16px;*/
    /*color: #666666;*/
    /*line-height: 28px;*/
/*}*/
/*.maps-item-con img{*/
    /*display: block;*/
    /*max-width:100%;*/
    /*height:auto !important;*/
    /*margin-top:20px;*/
    /*transition: all 0.5s;*/
/*}*/
/*.index-industrial .index-industrial-maps .mapsTab{*/
    /*position: absolute;*/
    /*top:20px;*/
    /*top: 0;*/
    /*right:20px;*/
    /*z-index:99;*/
/*}*/
/*.mapsTab a{*/
    /*display: inline-block;*/
    /*font-size:14px;*/
    /*color: #fff;*/
    /*width:80px;*/
    /*height:30px;*/
    /*line-height:30px;*/
    /*text-align: center;*/
    /*background: #00629b;*/
    /*margin-bottom:10px;*/
/*}*/





/*.index-industrial .sub .nav ul { display: block; }*/
/*.index-industrial .sub .nav ul li { display: block;  }*/
/*.index-industrial .sub .nav ul li.current { height: 20%; }*/
/*.index-industrial .sub .nav ul a { color: #ffffff; }*/
/*.index-industrial .sub .nav ul a:hover,*/
/*.index-industrial .sub .nav ul li.current a { font-size: 26px; color: #c5a775; border-bottom: 1px #c5a775 solid; }*/
/*.index-industrial .sub .nav .more { display: block; width:100%; text-align: center; padding: 16% 0;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*bottom: 0;}*/





@media screen and (max-width: 1200px){
    .index-industrial .sub{
        width: 90%;
        left: 5%;
        bottom: 0;
    }
}

.index-industrial-maps img { display: block; height: 100%; margin: 0 auto; }


.index-news { background: #ffffff; }
.index-news .wrapper { height: 100%; position: relative; overflow: hidden; }
.index-news .title { width: 20%; height: 90%; float: left; padding-top: 10%; padding-left: 3%; }
.index-news .title h2 { font-size: 36px; font-weight: normal; text-transform: uppercase; }
.index-news .title h3 { font-size: 50px; font-weight: normal; text-transform: uppercase; }
.index-news .title ul { display: block; padding: 20% 0; }
.index-news .title ul li { height: 60px; }
.index-news .title ul a:hover,
.index-news .title ul li.current a { font-size: 26px; color: #c5a775; border-bottom: 1px #c5a775 solid; }
.index-news .index-news-box {
    width: 80%; height: 100%;
    position: absolute;
    left: 20%; top: 0;
    /*transition: all 300ms ease-in-out; */
}
.index-news-box-1 .swiper-wrapper{
    height: 100% !important;
}
.index-news-box-2 .swiper-wrapper{
    height: 100% !important;
}
.index-news .index-news-box-2 { top: 500%; }
.index-news .index-news-box > .swiper-container,
.index-news .index-news-box > .swiper-container > swiper-wrapper { height: 100%; }
.index-news-box .swiper-slide {
    height: 100% !important;
    transition: all 300ms ease-in-out;
}
.index-news-box .swiper-slide .swiper-slide-con{
    border-left: 1px #e5e5e5 solid;
    height: 100%;
    padding-top: 50%;
}
.index-news-box .swiper-slide:hover { background: #ffffff; }
.index-news-box .day { font-size: 60px; padding: 0 30px; font-weight: bold;color: green }
.index-news-box .month { font-size: 16px; padding: 0 30px; text-transform: capitalize; }
.index-news-box .name {
    font-size: 16px;
    padding: 0 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-news-box .desc { font-size: 16px; padding: 0 30px; line-height: 30px; }
.index-news-box .more {
    display: none; font-size: 16px; padding: 0 30px; padding-top: 30px; }
.index-news-box .img {
    padding: 20px;
}
.index-news-box .img img {
    max-width: 100%;
    width: auto;
    display: block;
    border: 0;
}
.index-news .title .btns { width: 42px; height: 130px; position: relative; left: 10%; margin-top: 30px}
.index-news .btns a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px #c5a775 solid;
    background-size: 12px 16px;
    position: absolute;
    left: 0;
    outline: inherit;
}
.index-news .arrow-left,.index-news .arrow-right {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px #c5a775 solid;
    background-size: 12px 16px;
    position: absolute;
    left: -120px;
    outline: inherit;
}

.index-news .arrow-left {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c5a775'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}
.index-news .arrow-left:hover {
    background-color: #c5a775;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}
.index-news .arrow-right {
    margin-left: 50px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c5a775'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}
.index-news .arrow-right:hover {
    background-color: #c5a775;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 12px;
}


.teq-map>a.handle{
    display:none !important;
}
.teq-data{
    display: block;
    position: absolute;
    top: 31.034%;
    left: 23.214%;
    margin:-10.5px 0 0 -10.5px;
}
.teq-data:hover .l{
    width:132px;
}
.teq-data:hover .t{
    opacity: 1;
    display: inline;
}
.teq-data i{
    width: 21px;
    height: 21px;
    display: block;
    background: url("../images/investment/m.png") no-repeat;
}
.teq-data .l{
    width: 0;
    height: 25px;
    display: block;
    position: absolute;
    left: 18px;
    top: -25px;
    background: url("../images/investment/line.png") no-repeat;
    z-index: 3;
    overflow: hidden;
    transition: all 100ms ease-in-out;
}
.teq-data .t{
    float: left;
    line-height: 30px;
    border: 1px #e1d5c1 solid;
    border-radius: 3px;
    background: #f4f4f4;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    position: absolute;
    white-space: nowrap;
    left: 147px;
    top: -39px;
    z-index: 2;
    display: none;
    transition: all 100ms ease-in-out;
}


.world-sb-maps{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:6;
    opacity: 0;
}
.world-sb-maps img{
    display: block;
    width:100%;
}
.world-sb-maps p{
    position: absolute;
    display: block;
    z-index: 6;
    cursor: pointer;
}
.world-sb-maps p:hover .l{
    width:132px;
}
.world-sb-maps p:hover .d{
    opacity:1;
    display: inline;
}
.world-sb-maps p i{
    width: 32px;
    height: 32px;
    display: block;
    background: url("../images/maps/world-icon.png") no-repeat;
    float: left;
}
.world-sb-maps p span.l{
    width: 0;
    height: 25px;
    display: block;
    position: absolute;
    left: 18px;
    top: -25px;
    background: url("../images/investment/line.png") no-repeat;
    z-index: 3;
    overflow: hidden;
    transition: all 100ms ease-in-out;
}
.world-sb-maps p span.d{
    float: left;
    line-height: 30px;
    border: 1px #e1d5c1 solid;
    border-radius: 3px;
    background: #f4f4f4;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    position: absolute;
    white-space: nowrap;
    left: 147px;
    top: -39px;
    display: none;
    opacity:0;
    transition: all 100ms ease-in-out;
}
.world-sb-maps p.china{
    top: 42.241%;
    right: 28.159%;
}
.world-sb-maps p.tuerqi{
    top: 39.241%;
    right: 45.268%;
}
.world-sb-maps.on{
    opacity:1;
    z-index:9;
}
.china-sb-maps.on{
    opacity:0;
}
.china-sb-maps { width: 988px; height: 660px; margin: 0 auto; position: relative; z-index:8;opacity:1;}
.china-sb-maps .province {
    position: absolute;
    z-index: 4;
    border: 0 !important;
}
.china-sb-maps .province img{
    border: 0 !important;
}
.china-sb-maps .map-name { position: absolute; left: 10px; top: 20px; line-height: 20px; }
.china-sb-maps i.m { width: 20px; height: 20px; display: block; background: url(../images/maps/m.png) no-repeat; float: left; }


.china-sb-maps .map-name i { margin-right: 10px; }
.china-sb-maps .handle {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin: -10px 0 0 -10px;
}
.china-sb-maps .handle .l { /*width: 132px;*/ width: 0; height: 25px; display: block; position: absolute; left: 18px; top: -25px; background: url(../images/investment/line.png) no-repeat; z-index: 3; overflow: hidden; transition: all 100ms ease-in-out; }
.china-sb-maps .handle .t {
    float: left;
    line-height: 16px;
    border: 1px #e1d5c1 solid;
    border-radius: 3px;
    background: #f4f4f4;
    font-size: 12px;
    color: #333333;
    padding: 3px 12px;
    position: absolute;
    white-space: nowrap;
    left: 147px;
    top: -100px;
    display: none;
    transition: all 100ms ease-in-out;
}
@media screen and (max-width: 800px){
    .china-sb-maps .handle .l { display:none;opacity:0;visibility: hidden;}
    .china-sb-maps .handle .t {
        left: -150px;
        top: -50px;
    }
}
.china-sb-maps .handle .t.t2 { float: left; line-height: 30px; border: 1px #e1d5c1 solid; border-radius: 3px; background: #f4f4f4; font-size: 14px; color: #333333; padding: 0 15px; position: absolute; white-space: nowrap; left: 147px; top: 0; display: none; transition: all 100ms ease-in-out; }
.china-sb-maps .province-27 .handle { top: 60%; left: 30%; }

.china-sb-maps .province-20 .handle { top: 40%; left: 40%; }
/***.china-sb-maps .province-28, .china-sb-maps .province-29 { z-index: 5; }***/
.china-sb-maps .province img { opacity: 1; transition: all 300ms ease-in-out; }
.china-sb-maps .province:hover { z-index: 5; }
.china-sb-maps .province:hover img { opacity: 0.8; }



















@charset "utf-8";

.footer { background: #00629b; color: #80b1cd; padding: 130px 0; overflow:hidden;}
.footer a { font-size: 14px; color: #80b1cd; }
.footer a:hover { color: #ffffff; }

.footer-groups { float: left; line-height: 30px; }
.footer-groups>span{
    font-size: 20px;
    color: #ffffff;
    margin-top: -32px;
    display: block;
    margin-bottom: 10px;
}
.footer-groups h2 { color: #ffffff; font-size: 20px; font-weight: normal; padding-bottom: 50px; }
.footer-groups h2 a{
    font-size: 20px;
    color: #ffffff;
}
.footer-groups-1 { width: 700px; padding-left: 40px; }
.footer-groups-1 ul.first { width: 120px; height: 190px; float: left; border-right: 1px solid #1a72a5; }
.footer-groups-1 ul.last { width: 500px; height: 190px; float: left; border-right: 1px solid #1a72a5; padding-left: 40px; }
.footer-groups-1 ul.last li { width: 50%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.footer .copyright { width: 500px; float: right; text-align: right; padding-right: 40px; font-size: 14px; }
.footer-logo { width: 100%; height: 43px; }
.footer-logo i { width: 468px; height: 100%; display: block; background: url(../images/logo/logo-footer.png) no-repeat 0 0; float: right; }

.footer-qrcode { width: 100%; height: 137px; padding: 60px 0 20px; }
.footer-qrcode i {
    width: 137px;
    height: 137px;
    display: block;
    background: url("../images/footer/qrcode.png") no-repeat 0 0;
    float: right;
}

.footer .notice { padding-bottom: 20px; }
.footer .notice .sp { width: 29px; display: inline-block; height: 14px; position: relative; }
.footer .notice .sp::before { width: 1px; height: 14px; background: #1a72a5; content: " "; position: absolute; left: 14px; top: 2px; display: block; overflow: hidden; }

/*# sourceMappingURL=../../maps/assets/styles/vendor.css.map */

@media screen and (max-width: 1200px){
    .index-about-us .about-info .texts h2{
        font-size: 32px;
    }
    .index-about-us .about-info .texts h3{
        font-size: 42px;
    }
    .index-about-us .about-info .texts p{
        font-size: 16px;
        margin-top:40px;
    }
}


/*响应式 代码  2018-9-5*/
/*手机端导航*/
.mobile-header{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #1788ce;
}
.mobile-header-con{
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.m-logo{
    width: 410px;
    height: 40px;
    margin-left: 10px;
}
.m-logo a{
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/logo/logo.png) no-repeat 0 0;
    background-size: 100%;
}
.m-menu{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.m-menu a{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/icon/menu.png") no-repeat center;
    background-size: 100%;
}
.m-menu a.on{
    background: url("../images/icon/close.png") no-repeat center;
    background-size: 100%;
}
.m-nav-list{
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.m-nav-list{
    padding: 20px 0;
}
.m-nav-list ul{
    padding: 0 10px;
}
.m-nav-list ul li{
    margin: 10px 0;
}
.m-nav-list ul li a{
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.m-lang p {
    padding: 0 10px;
}
.m-lang p a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

@media screen and (max-height: 900px){
    .index-industrial .hs{
        margin: 1% 0 0;
    }
}




/*关于我们*/
@media screen and (max-width: 768px){
    .hgroup-tabs{
        height:86px;
        padding-bottom: 60px;
    }
    .hgroup-tabs li.current{
        background: url("../images/icon/arrow-down.gif") no-repeat center 78px;
    }
    .hgroup-tabs li a{
        width: 210px;
        height: 50px;
        font-size: 24px;
        padding: 14px 0 14px 40px;
    }
    .member-list .item .name{
        width:210px;
    }
    .member-list .item .info{
        width:910px;
    }
}
@media screen and (max-width: 768px){
    .member-list .item{
        width:96%;
        padding:40px 4% 40px 0;
    }
    .member-list .item .name{
        width:25%;
    }
    .member-list .item .info{
        width:75%;
        padding-right:0;
    }
}

@media screen and (max-width: 480px){
    .m-logo{
        width:260px;
        height:30px;
    }
    .culture-text-left{
        width: 100%;
        margin-right: 0%;
    }
    .culture-text dl{
        padding-bottom: 10px;
    }
    .culture-text-right{
        width: 100%;
    }
    .culture-text-right dd{
        padding: 5px 0 5px 0;
    }
    .culture-side{
        padding-top: 0;
    }
    .culture-side .mgz{
        width: 100%;
    }
}


/*产业布局*/
.clearfix { /* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */ *zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after { clear: both; }
.traffic-con{
    background: #f4f4f4;
    padding: 5%;
}
.tra-txt{
    float: left;
    font-size:16px;
    color: #7B7B7B;
    line-height:26px;
    width: 35%;
    margin-right: 3%;
}
.tra-txt p{
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.tra-img{
    float: left;
    width: 62%;
    margin-top: -12%;
}
.tra-img img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px){
    .tra-txt{
        width: 100%;
        margin-right: 0;
    }
    .tra-txt p{
        font-size: 14px;
        line-height: 26px;
    }
    .tra-img{
        width: 100%;
        margin-top: 20px;
    }
}


/*首页地图模块*/
.china-sb-maps .province-1 {
    width:30.060%;
    height:34.242%;
}
.china-sb-maps .province-2 {
    width:29.048%;
    height:26.666%;
}
.china-sb-maps .province-3 {
    width:18.825%;
    height:20.303%;
}
.china-sb-maps .province-4 {
    width:16.295%;
    height:21.515%;
}
.china-sb-maps .province-5 {
    width:13.259%;
    height:20.757%;
}
.china-sb-maps .province-6 {
    width:21.052%;
    height:26.818%;
}
.china-sb-maps .province-7 {
    width:8.906%;
    height:11.666%;
}
.china-sb-maps .province-8 {
    width:11.639%;
    height:13.333%;
}
.china-sb-maps .province-9 {
    width:11.740%;
    height:14.090%;
}
.china-sb-maps .province-10 {
    width:3.744%;
    height:4.848%;
}
.china-sb-maps .province-11 {
    width:8.097%;
    height:13.939%;
}
.china-sb-maps .province-12 {
    width:6.680%;
    height:10.151%;
}
.china-sb-maps .province-13 {
    width:11.336%;
    height:10.606%;
}
.china-sb-maps .province-14 {
    width:32.995%;
    height:42.424%;
}
.china-sb-maps .province-15 {
    width:4.352%;
    height:10.757%;
}
.china-sb-maps .province-16 {
    width:7.591%;
    height:20.151%;
}
.china-sb-maps .province-17 {
    width:5.060%;
    height:16.515%;
}
.china-sb-maps .province-18 {
    width:8.603%;
    height:12.878%;
}
.china-sb-maps .province-19 {
    width:7.186%;
    height:13.030%;
}
.china-sb-maps .province-20 {
    width:7.186%;
    height:14.393%;
}
.china-sb-maps .province-21 {
    width:6.578%;
    height:11.969%;
}
.china-sb-maps .province-22 {
    width:5.668%;
    height:9.848%;
}

.china-sb-maps .province-23 {
    width:1.619%;
    height:2.272%;
}
.china-sb-maps .province-24 {
    width:2.530%;
    height:8.939%;
}
.china-sb-maps .province-25 {
    width:8.805%;
    height:10.151%;
}
.china-sb-maps .province-26 {
    width:10.121%;
    height:9.545%;
}
.china-sb-maps .province-27 {
    width:8.097%;
    height:17.575%;
}
.china-sb-maps .province-28 {
    width:2.530%;
    height:4.090%;
}
.china-sb-maps .province-29 {
    width:1.923%;
    height:4.090%;

}
.china-sb-maps .province-30 {
    width:8.704%;
    height:12.575%;
}
.china-sb-maps .province-31 {
    width:12.449%;
    height:12.727%;
}
.china-sb-maps .province-32{
    width:16.599%;
    height:22.727%;
}

.china-sb-maps .province-32 .handle .m{
    opacity:0;
}
.china-sb-maps .province-31 .handle .m{
    opacity:0;
}
.china-sb-maps .province-26 .handle .m{
    opacity:0;
}
.china-sb-maps .province-25 .handle .m{
    opacity:0;
}
.china-sb-maps .province-21 .handle .m{
    opacity:0;
}
.china-sb-maps .province-18 .handle .m{
    opacity:0;
}
.china-sb-maps .province-11 .handle .m{
    opacity:0;
}
.china-sb-maps .province-9 .handle .m{
    opacity:0;
}
.china-sb-maps .province-4 .handle .m{
    opacity:0;
}

.china-sb-maps .province-27 .handle span{
    /**display: none !important;**/
}


/*联系我们  百度地图*/
#allmap{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.BMap_cpyCtrl,.BMap_noprint,.anchorBL{
    display: none;
}
.investment-sliders-tab{
    text-align: center;
}
.investment-sliders-tab .ist{
    width: 150px;
    height: 40px;
    background: #dcdcdc;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}
.investment-sliders-tab .ist.on{
    background: #c5a775;
}

.sb-maps{
    background: #f9f9f9;
    padding: 30px 0;
}


@media screen and (max-width: 1400px){
    .leader-speech{
        padding: 40px 30px;
    }
    .leader-speech .leader{
        width:42%;
        right:40px;
    }
    .leader-speech .speech{
        width:50%;
        padding-left:0;
    }
    .sub-nav li{
        width:144px;
    }
    .culture-text{
        width:66%;
        padding: 40px 3% 40px;
    }
    .culture-text-left{
        width:48%;
        margin-right:4%;
    }
    .culture-text-right{
        width:48%;
    }
    .culture-text dl{
        padding-bottom:30px;
    }
    .culture-text dd{
        padding-left:0;
    }
    .culture-side{
        width:26%;
        padding-top:20px;
    }
    .culture-side .mgz{
        width:100%;
        height:auto;
    }
    .culture-side .link-more{
        margin: 30px auto 0;
    }

    .history-list .line{
        width:30px;
    }
    .history-list .odd,.history-list .even{
        width:424px;
    }
    .history-list .odd .year{
        left:42px;
    }
    .history-list .even .year{
        right:42px;
    }
    .history-list .info{
        width:443px;
        padding:20px 20px;
    }
    .history-list .more-info{
        width:443px;
        padding:20px 20px;
    }
    .video-list .item-1{
        height:auto;
    }
    .video-list .item .info{
        height:80px;
        line-height:80px;
    }
    .video-list .item .info .v{
        margin: 12px 0 0 20px;
    }
    .video-list .item .info .link{
        width:80px;
        height:80px;
    }
    .video-list .item .info .p{
        margin: 8px 0 0 8px;
    }
    .video-list .item-2{
        width:640px;
        height:auto;
    }
    .video-list .item-3{
        width:535px;
        height:auto;
    }
    .news-list .focus .img{
        width:25%;
    }
    .news-list .focus .info{
        width:71%;
        margin-top:20px;
        padding:0 2%;
    }
    .news-list .list .date{
        width:16%;
        height: 150px;
        padding-top: 30px;
    }
    .news-list .list li{
        min-height:inherit;
    }
    .news-list .list .info{
        width: 75%;
        padding: 0 4%;
        margin: 30px 0;
    }
    /*.social-list li{
      width:32.33%;
      height:auto;
      margin-right: 1.5%;
      padding: 0;
    }
    .social-list li:last-child{
      margin-right: 0;
    }*/
    .social-list li .info{
        padding:20px;
    }
    .social-list li .info .year{
        width:22%;
        /*height:94px;*/
        font-size:28px;
    }
    .social-list li .info .title{
        width: 73%;
        height: 78px;
        font-size: 16px;
        padding-left: 4%;
        overflow: hidden;
    }

    .human-box .human-item{
        height:375px;
    }
    .human-box .human-item h2{
        font-size:24px;
    }
    .human-box .human-item h3{
        font-size:28px;
        padding-bottom:10px;
    }
    /*.human-box .human-item .texts{
      width:460px;
      padding: 40px 40px 0;
    }
    .human-box .human-item .silder{
      width:650px;
    }*/

    .investment-sliders{
        width:100% !important;
    }
    .investment-sliders .items{
        width:100%;
        padding:20px 20px 0 20px;
    }

    .investment-sliders .slider{
        width: 60%;
    }
    .investment-sliders .info{
        width:32%;
        padding: 60px 4% 0;
    }
}
@media screen and (max-width: 1024px){
    .investment-sliders .items{
        max-height: 488px;
        overflow: hidden;
    }
    .investment-sliders .items .ii{
        padding-bottom: 20px;
        /*max-height: 470px;
        overflow: hidden;*/
    }
}
@media screen and (max-width: 768px){
    .culture-text{
        width: 94% !important;
        margin-bottom: 40px;
        padding: 20px 3% 20px !important;
        margin-right: inherit;
    }
    .culture-side{
        width: 100% !important;
        padding-top: 20px;
    }
    .culture-side .mgz{
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
    .culture-side .link-more{
        margin: 20px auto 0;
    }
    .culture-pictures{
        margin-top: 40px;
    }

    .investment-sliders{
        width:100% !important;
        /*height:780px !important;*/
    }
    .investment-sliders .items{
        width:inherit !important;
        height:100%;
        padding:20px 0;
    }
    /*.investment-sliders .items .i1{
      display: none;
    }
    .investment-sliders .items .i2{
      display: none;
    }
    .investment-sliders .items .i3{
      display: none;
    }
    .investment-sliders .items .i4{
      display: none;
    }
    .investment-sliders .items .i5{
      display: none;
    }*/
    .investment-sliders-tab .ist{
        width:95px !important;
    }
    .investment-sliders .slider{
        width:100% !important;
        float: none;
    }
    .investment-sliders .info{
        width:100% !important;
        float: none;
        padding-top:30px;
        padding-left:15px;
        padding-right:15px;
    }
    .investment-sliders .info p{
        font-size:14px;
        line-height:24px;
        padding: 20px 0 0;
    }
}
/*企业文化*/
@media screen and (max-width: 768px){
    .sub-page-title .hgroup{
        height: auto;
        margin-bottom: 60px;
    }
    .sub-page-title .hgroup h3{
        font-size: 26px;
    }
    .sub-page-title .hgroup h4{
        font-size: 36px;
    }
    .culture-text{
        width: 65%;
        padding: 60px 3% 80px;
        margin-right: 4%;
    }
    .culture-text-left{
        width: 100% !important;
        margin-right: 2%;
    }
    .culture-text-right{
        width: 100% !important;
    }
    .culture-side{
        width: 25%;
        padding-top: 40px;
    }
    .culture-side .link-more{
        margin: 50px auto 0;
    }
    .culture-side .mgz{
        width: 100%;
        padding: 5px 0 0 0;
        background-size: 100%;
    }
    .culture-side .mgz img{
        width: 100%;
    }
    .culture-text dl{
        padding-bottom: 20px;
    }
    .culture-text dt{
        font-size: 20px;
    }
    .culture-text dd{
        padding-left: 0;
    }
    .culture-text dd.desc, .culture-text .key{
        font-size: 16px;
    }
    .culture-text dd.more, .culture-text .val{
        font-size: 14px;
    }
    .culture-pictures .swiper-button-next{
        float: right;
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: inherit;
        margin-right: 30%;
    }
    .culture-pictures .swiper-button-prev{
        float: left;
        position: inherit;
        top: inherit;
        left: inherit;
        margin-top: inherit;
        margin-left: 30%;
    }
}
@media screen and (max-width: 768px){
    .sub-page-title .hgroup{
        padding-left: 0;
        margin-bottom: 40px;
    }
    .sub-page-title .hgroup h3{
        font-size: 22px;
    }
    .sub-page-title .hgroup h4{
        font-size: 30px;
    }
    .culture-text{
        padding: 40px 3% 40px;
        height: auto;
    }
}
@media screen and (max-width: 768px){
    .top-nav{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .header-footer{
        background-size: 1024px;
    }
    .header{
        height: 340px;
    }
    .page-title{
        height: auto;
        padding-top: 140px;
    }
    .page-title h1{
        font-size: 28px;
    }
    .page-title h2{
        font-size: 20px;
    }

    .sub-nav{
        height: auto;
    }
    .sub-nav li{
        width: 20% !important;
        height: 40px;
        float: left;
    }
    .sub-nav li a{
        font-size: 14px;
        line-height: 40px;
    }


    .sub-hgroup-tabs li a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .sub-hgroup-tabs li{
        /*width: 24%;*/
        height: 50px;
    }
    .sub-hgroup-tabs li.current{
        background: url(../images/icon/arrow-down-small.gif) no-repeat center 40px;
    }
    .sub-hgroup-tabs li a{
        width: 100%;
        text-align: center;
    }
    .corporate-list li .pdf{
        height: 60px;
    }
    .corporate-list li .info h4{
        font-size: 18px;
    }
    .corporate-list li .info p{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px){
    .china-sb-maps .province-22 .t{
        top:-150px;
    }
    .china-sb-maps .province-8 .t{
        top:-140px;
    }
    .china-sb-maps .province-25 .t{
        top:-100px;
    }
    .china-sb-maps .province-29 .t{
        visibility: hidden;
        display: none !important;
    }
    .mobile-header-con{
        padding: 10px 0;
    }
    .m-menu{
        top: 0px;
    }
    .m-logo{
        width: 300px;
    }
    .m-nav-list{
        top: 60px;

    }

    .main{
        padding-bottom: 40px;
    }
    .contact-us .map{
        overflow: hidden;
        margin-bottom: 20px;
    }
    .contact-us .map img{
        width: 768px;
        position: relative;
        left: 50%;
        margin-left: -384px;
    }
    .contact-us .contact-list{
        line-height: 34px;
    }
    .contact-us .contact-list li{
        padding-left: 0;
    }
    .contact-us .contact-list i{
        width: 34px;
        height: 34px;
    }

    .footer .copyright{
        margin-top: 20px;
    }
    .footer-logo i{
        width: 100%;
        background-size: 100%;
    }
    .footer-groups-1{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .footer-groups-1 ul.last{
        border-right: none;
    }
    .footer-groups{
        width: 100%;
    }
    .footer-groups h2{
        padding-bottom: 10px;
    }

    .sub-hgroup-tabs{
        margin-bottom: 20px;
    }
    .sub-hgroup-tabs li{
        /*width: 50%;*/
    }
}
@media screen and (max-width: 480px){
    .m-nav-list{
        top:50px;
    }
}


.popup{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/bg03.png") repeat;
    z-index: 999;
}
.popup .btn-close{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 350px;
    margin-top: -310px;
    width: 50px;
    height: 50px;
    background: url("../images/icon/close-btn.png") center no-repeat;
    -webkit-background-size:100%;
    background-size:100%;
    z-index: 3;
}
.popup .video-box{
    width: 800px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    background: #000;
    z-index: 2;
    overflow: hidden;
}
.popup .video-box .video-img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:2;
}
.popup .video-box .video-img a{
    display: inline-block;
    width:50px;
    height:50px;
    background: url("../images/icon/bfBtn.png") no-repeat center;
    -webkit-background-size:100%;
    background-size:100%;
    position: absolute;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
}
.popup .video-box video{
    width:100%;
    height:100%;
}


/*12-23 首页图片弹出*/
.indexWin{
    /*display: none;*/
    width:100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.indexWin .opacityBg{
    width:100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
}
.indexWin .win_img{
    max-width: 1200px;
    margin: 120px auto 0;
    position: relative;
    top: inherit;
    text-align: center;
}
.indexWin .win_img a{
    display: inline-block;
    width: 63px;
    height: 63px;
    background: url("../images/index/close.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -63px;
    right: 0;
}
.indexWin .win_img img{
    display: inline-block;
    height: 90%;
    width:auto;
}
@media screen and (max-width: 768px){
    .indexWin .win_img img{
        display: inline-block;
        height: auto;
        width:80%;
    }
}
.province-31 .t{
    top: -50px !important;
}
.province-32 .t{
    top: -50px !important;
}
.province-26 .t{
    top: -50px !important;
}
.province-26 .t{
    top: -50px !important;
}
.province-27 .t{
    top: -30px !important;
}
.province-28 .t{
    top: -42px !important;
}
.province-29 .t{
    top: -43px !important;
}
.province-20 .t{
    top: -50px !important;
}
.province-18 .t{
    top: -50px !important;
}
.province-11 .t{
    top: -50px !important;
}
.province-4 .t{
    top: -50px !important;
}
.province-7 .t{
    top: -50px !important;
}
.province-21 .t{
    top: -50px !important;
}
.province-9 .t{
    top: -50px !important;
}

@media screen and (max-width: 1600px){
    .china-sb-maps{
        width: 647px;
        height: auto;
    }
    .maps-item-con{
        width: 84%;
    }
    .index-about-us .about-info .texts h2,
    .index-industrial .hs h2,
    .index-news .title h2{
        font-size: 28px;
    }
    .index-about-us .about-info .texts h3,
    .index-industrial .hs h3,
    .index-news .title h3{
        font-size: 38px;
    }
}