﻿@charset "utf-8";
/* @顶部 */
.head-wrap {
    position: relative;
    width: 100%;
    height: 97px;
    background: #fff;
    box-sizing: border-box;
}
.logo-wrap{
    width: 570px;
    height: 97px;
    padding: 11px 0 0 28px;
    background: url(../images/logo_bg.jpg) no-repeat right center/80px;
    box-sizing: border-box;
}
.logo-wrap img{
    display: block;
    width: 354px;
    height: 75px;
}
.head-nav{
    width: calc(100% - 570px);
    height: 97px;
    padding: 27px 36px 0 0;
    background-color: #00aeef;
    box-sizing: border-box;
}
.head-nav>ul{
    width: calc(100% - 210px);
}
.head-nav>ul li{
    float: left;
    height: 44px;
    padding: 0 1.6%;
    line-height: 44px;
}
.head-nav>ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.head-nav>ul li a:hover{
    color: #052132;
}
.master-station{
    width: 172px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #676767;
    text-align: center;
    font-size: 14px;
}
.master-station:hover{
    color: #00aeef;
}
/* @banner */
.idx-vd-s1 img{
    display: block;
    width: 100%;
}
.idx-vd-s1 a{
    display: block;
}
.idx-vd-s1 b{
    position: absolute;
    top:-45px;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 816px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 56px;
    text-align: center;
    text-shadow: 4px 4px 5px rgba(62,27,8,.44);
}
.idx-vd-s1 a span{
    position: absolute;
    top:180px;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 148px;
    height: 47px;
    line-height: 47px;
    background-color: #743d0c;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #ffeba4;
    text-align: center;
    font-size: 18px;
}
.idx-vd-s1 a span:hover{
    opacity: .9;
}
.idx-vd-s1 .swiper-pagination-bullet{
    width: 36px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,.6);
    opacity: .8;
}
.idx-vd-s1 .swiper-pagination-bullet:after {
	content: "";
	width: 0;
	opacity: 0;
	-webkit-transition: width 0s liner;
	-moz-transition: width 0s liner;
	-ms-transition: width 0s liner;
	transition: width 0s liner;
}
.idx-vd-s1 .swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,.4);
}
.idx-vd-s1 .swiper-pagination-bullet-active:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 5px;
	background-color: #00aeef;
	opacity: 1;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	transition: width 5s linear;
}
/* @资讯动态 */
.public-tit{
    text-align: center;
}
.public-tit>p{
    height: 32px;
    color: #00b3e6;
    font-size: 14px;
    font-family: Arial;
    line-height: 32px;
    text-transform: uppercase;
}
.public-tit>h2{
    height: 42px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
}
.idx-news{
    position: relative;
    margin-bottom: 50px;
}
.idx-news::before{
   content: '';
   position: absolute; 
   top:0;
   bottom:0;
   left:0;
   right: 0;
   margin: auto;
   width: 1px;
   height: 90%;
   background: #ccc;
}
.idx-news li{
    float: left;
    width: 50%;
    padding-right: 65px;
    margin-bottom: 75px;
    box-sizing: border-box;
}
.idx-news li>a{
    display: block;
}
.idx-news li:nth-child(2n){
    padding-right: 0;
    padding-left: 65px;
}
.idx-news li:nth-child(5),
.idx-news li:nth-child(6){
    margin-bottom: 0;
}
.idx-news .timer{
    width: 102px;
    height: 105px;
    padding: 10px 0 8px;
    background-color: #eee;
    text-align: center;
    box-sizing: border-box;
}
.idx-news .timer b{
    display: block;
    height: 36px;
    margin-bottom: 2px;
    line-height: 36px;
    color: #00b3e6;
    font-size: 36px;
    overflow: hidden;
}
.idx-news .timer span{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #5c5c5c;
    text-transform: uppercase;
    overflow: hidden;
}
.idx-news .detail{
    width: 440px;
}
.idx-news .detail h3{
    height: 34px;
    margin-bottom: 15px;
    line-height: 34px;
    font-size: 18px;
    color: #00b3e6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.idx-news .detail p{
    height: 60px;
    line-height: 30px;
    color: #7b7b7b;
    /*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/
}
.idx-news li>a:hover p{
    color: #00b3e6;
}
.look-more{
    display: block;
    width: 200px;
    height: 44px;
    border: 2px solid #ff9922;
    margin: 0 auto;
    text-indent: -25px;
    background: url(../images/icon_arrowr.png) no-repeat 148px center/14px;
    line-height: 44px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #7d7d7d;
    text-align: center;
    font-size: 16px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.look-more:hover{
    background-color: #ff9922;
    background-position: 158px center;
    color: #fff;
}
/* @项目工作 */
.idx-work li{
    position: relative;
    float: left;
    width:25%;
    height: 435px;
    overflow: hidden;
}
.idx-work li::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.idx-work li>div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 88%;
    height: 125px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.idx-work li h3{
    height: 26px;
    margin-bottom: 21px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.idx-work li p{
    height: 52px;
    margin-bottom: 32px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    /*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 3;
    /*用来限制在一个块元素显示的文本的行数。*/

}
.idx-work li:nth-child(1){
    background: url(../images/work_bg1.jpg) no-repeat center center/cover;
}
.idx-work li:nth-child(2){
    background: url(../images/work_bg2.jpg) no-repeat center center/cover;
}
.idx-work li:nth-child(3){
    background: url(../images/work_bg3.jpg) no-repeat center center/cover;
}
.idx-work li:nth-child(4){
    background: url(../images/work_bg4.jpg) no-repeat center center/cover;
}
.idx-work li a{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}
.idx-work li:hover::before{
    background-color: rgba(0,0,0,.8);
}
.idx-work li:hover>div{
    height: 240px;
}
.idx-work li:hover p{
    height: 84px;
}
/* @专题产品 */
.btn-wrap{
    position: relative;
    text-align: right;
    margin-top: -30px;
}
.btn-wrap .swiper-button-prev,
.btn-wrap .swiper-button-next,
.btn-wrap .more{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #f1f1f1;
    position: relative;
    right: inherit;
    top: 0;
    left: 0;
    margin: auto;
    margin-right: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../images/icon_btn.png);
    background-repeat: no-repeat;
    background-size: 50px;
    user-select: none;
}
.btn-wrap .swiper-button-prev{
    background-position: 0 21px;
}
.btn-wrap .swiper-button-next{
    background-position: 0 -29px;
}
.btn-wrap .more{
    background-position: 0 -77px;
}
.btn-wrap .swiper-button-prev:hover,
.btn-wrap .swiper-button-next:hover,
.btn-wrap .more:hover{
    border-color: #ddd;
}
.idx-vd-s2-page{
    position: relative;
    width: 100%;
    text-align: center;
    user-select: none;
    box-sizing: border-box;
}
.idx-vd-s2-page span{
    position: relative;
    display: inline-block;
    width: 138px;
    height: 38px;
    border-bottom: 4px solid #eaeaea;
    margin-right: 20px;
    line-height: 36px;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    font-size: 16px;
    color: #555;
}
.idx-vd-s2-page .swiper-pagination-bullet-active{
    border-color: #ff950c;
}
.idx-vd-s2 li{
    position: relative;
    float: left;
    width: 32.66%;
    margin-right: 0.5%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    overflow: hidden;
}
.idx-vd-s2 li>div{
    position: absolute;
    top: 523px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.idx-vd-s2 li:hover>div{
    top: 0;
    background-color: rgba(0,0,0,.7);
}
.idx-vd-s2 li img{
    display: block;
    width: 100%;
    height: 523px;
}
.idx-vd-s2 li b{
    display: block;
    height: 24px;
    margin-top: 216px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.idx-vd-s2 li p{
    height: 70px;
    margin-top: 70px;
    text-align: center;
}
.idx-vd-s2 li p a{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #ff950c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/icon_pro.png);
}
.idx-vd-s2 li p a:nth-child(1){
    margin-right: 45px;
    background-position: center 19px;
}
.idx-vd-s2 li p a:nth-child(2){
    background-position: center -51px;
}
/* @投资环境 */
.idx-vd-s3 ul li:nth-child(1){
    padding-bottom: 50px;
    border-bottom: 1px solid #c6c6c6;
}
.idx-vd-s3 ul li:nth-child(2){
    padding-top: 48px;
}
.idx-vd-s3 li>a{
    display: block;
}
.idx-vd-s3 .detail{
    width: calc(100% - 178px);
}
.idx-vd-s3 .detail h3{
    height: 24px;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #4e4e4e;
    overflow: hidden;
}
.idx-vd-s3 .detail  p{
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    color: #484848;
    /*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/

}
.idx-vd-s3 .img{
    width: 161px;
    height: 110px;
}
/* @项目推荐 */
.idx-vd-s4 .tit{
    position: relative;
    margin-bottom: 27px;
}
.idx-vd-s4 .tit img{
    display: block;
    width: 100%;
    height: 104px;
}
.idx-vd-s4 .tit h3{
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 104px;
    padding: 50px 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    box-sizing: border-box;
    background: rgba(0,0,0,.2);
}
.idx-vd-s4 .detail{
    position: relative;
    padding: 16px 24px 18px 30px;
    margin-bottom: 27px;
    background-color: #f6f6f6;
}
.idx-vd-s4 .detail dt{
    width: 70%;
    height: 26px;
    margin-bottom: 15px;
    line-height: 26px;
    overflow: hidden;
}
.idx-vd-s4 .detail dt b{
    font-size: 18px;
    font-weight: bold;
}
.idx-vd-s4 .detail dd{
    width: 70%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #c2c2c2;
}
.idx-vd-s4 .detail dd b{
    color: #383838;
}
.idx-vd-s4 .detail .more{
    position: absolute;
    right: 24px;
    bottom: 18px;
    width: 166px;
    height: 37px;
    line-height: 37px;
    background-color: #e9e9e9;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #00b3e6;
    text-align: center;
    font-size: 16px;
}
.idx-vd-s4 .detail .more:hover{
    background-color: #00b3e6;
    color: #fff;
}
/* @中心概况 */
.idx-central .detail{
    width: 802px;
    height: 415px;
    overflow:hidden;
}
.idx-central .detail .txt{
    width: 802px;
    height: 360px;
    overflow:hidden;
}
.idx-central .detail p{
    margin-bottom: 25px;
    line-height: 28px;
    font-size:16px;
    color: #434343;
    letter-spacing: 1px;
}
.idx-central .detail p:first-of-type{
    line-height: 32px;
    font-size: 18px;
    color: #000;
}
.idx-central .fr{
    width: 440px;
    height: 378px;
}
.idx-central .look-more{
    margin-right: 90px;
}
/* @相关链接 */
.idx-geological li{
    position: relative;
    float: left;
    width: 310px;
    height: 73px;
    margin-right:4px;
    border: 1px solid #bdbdbd;
    background-color: #fffaf3;
    overflow: hidden;
}
.idx-geological li>a{
    display: block;
}
.idx-geological li img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}
.idx-geological li:last-of-type::after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width:51px;
    height:73px;
    background: url(../images/icon_arrowd.jpg) no-repeat center center/51px;
}
.select-t{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    color: #b6ac99;
}
/* @侧边栏 */
.side-nav{
    position: fixed;
    top: inherit;
    right:36px;
    bottom:0;
    margin:auto;
    z-index:99;
    width:69px;
    height:350px;
    border:1px solid #e0e6f7;
    box-shadow: 0 0 4px 2px rgba(180,196,237,.53);
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.side-nav li{
    position: relative;
    width:69px;
    height:69px;
    padding-top:6px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.qr-code{
    position: absolute;
    left:-104px;
    top: -14px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.side-nav li:hover .qr-code{
    left:-104px;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.qr-code>img{
    display: block;
    width:104px;
    height:99px
}
.side-nav li:hover{
    background-color: #ff8400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: visible;
}
.side-nav li:hover i{
    background-image: url(../images/icon_sidebtn2.png);
}
.side-nav li:hover span{
    color: #fff;
}
.side-nav li i{
    display: block;
    width:69px;
    height:43px;
    background-image: url(../images/icon_sidebtn.png);
    background-repeat: no-repeat;
}
.side-nav li span{
    display:block;
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#ff8400;
    text-align: center;
    user-select: none;
    overflow: hidden;
}
.side-nav .icon-wchat i{
    height:34px;
    background-position: center 3px;
}
.side-nav .icon-subscribe i{
    height:34px;
    background-position:center -66px;
}
.side-nav .icon-qq i{
    height:34px;
    background-position: center -139px;
}
.side-nav .icon-email i{
    height:34px;
    background-position: center -210px;
}
.side-nav .icon-apply i{
    background-position: center -269px;
}
.side-nav .icon-region i{
    background-position: center -343px;
}
.side-nav .icon-apply,
.side-nav .icon-region{
    height:74px;
}
.side-nav .icon-region dl{
    position: absolute;
    left:-104px;
    top: -40px;
    width:153px;
    height:164px;
    /* padding: 10px;
    background-color: #ff8400; */
    background: url(../images/piao6_orange.png) no-repeat center top;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.side-nav .icon-region dl dt{
    width: 133px;
    height:24px;
    padding: 3px 0 0 10px;
    line-height:24px;
    overflow: hidden;
}
.side-nav .icon-region dl a{
    display: block;
    color:#fff;
}
.side-nav .icon-region:hover dl{
    left:-153px;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/* @底部 */
.foot-wrap{
    background-color: #3d3d3d;
}
.rel-message-wrap{
    position: relative;
    width:493px;
}
.rel-message-wrap::after{
    content:'';
    position: absolute;
    right:0;
    top:18px;
    width:1px;
    height: 176px;
    background-color: #636363;
}
.public-tit2{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.public-tit2 b{
    margin-right:6px;
    color:#fff;
    font-weight: bold;
    font-size: 20px;
}
.public-tit2 span{
    color:#0272db;
    font-size: 12px;
    text-transform: uppercase;
}
.text-orange{
    color:#0272db !important;
}
.rel-message li{
    height:42px;
    padding-left:28px;
    line-height:42px;
    color:#fff;
    font-size: 16px;
    background-image: url(../images/icon_rel1.png);
    background-size: 19px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.rel-message li:nth-child(1){
    background-position: 4px 11px;
}
.rel-message li:nth-child(2){
    background-position: 4px -30px;
}
.rel-message li:nth-child(3){
    background-position: 4px -71px;
}
.rel-message li:nth-child(4){
    background-position: 4px -113px;
}
.inform-wrap{
    width: 640px;
    padding-left:96px;
}
.inform-message li{
    height:42px;
    line-height:42px;
    color:#fff;
    font-size: 16px;
    overflow: hidden;
}
@media screen and (max-width:1679px){
    .logo-wrap{
        width: 478px;
    }
    .head-nav {
        width: calc(100% - 478px);
    }
    .head-nav>ul{
        width: calc(100% - 145px);
    }
    .head-nav>ul li{
        padding: 0 2%;
    }
    .master-station{
        width: 140px;
    }
}
@media (max-width: 1595px) {
    .head-nav>ul li {
        padding: 0 1.6%;
    }
}
@media (max-width: 1500px) {
    .logo-wrap {
        width: 430px;
        padding: 16px 0 0 28px;
    }
    .logo-wrap img {
        display: block;
        width: 310px;
        height: 66px;
    }
    .head-nav {
        width: calc(100% - 430px);
    }
    .head-nav>ul li {
        padding: 0 11px;
    }
}
@media (max-width: 1440px) {
    .head-nav>ul {
        width: calc(100% - 95px);
    }
    .head-nav>ul li {
        padding: 0 10px;
    }
    .master-station {
        width: 92px;
    }
}
@media (max-width: 1380px) {
    
    .head-nav>ul li {
        padding: 0 8px;
    }
    
}
@media (max-width: 1300px) {
    .head-nav>ul li {
        padding: 0 7px;
    }
}







/* @关于我们页 */
.publict-long{
    width: 100%;
    height: 213px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 213px;
    text-align: center;
}
.contactus-long{
    background-image: url(../images/insidepage_bg1.jpg);
}
.center-long{
    background-image: url(../images/insidepage_bg2.jpg);
}
.message-long{
    background-image: url(../images/insidepage_bg3.jpg);
}
.jobs-long{
    background-image: url(../images/insidepage_bg4.jpg);
}
.special-long{
    background-image: url(../images/insidepage_bg5.jpg);
}
.investmentenv-long{
    background-image: url(../images/insidepage_bg6.jpg);
}
.recommend-long{
    background-image: url(../images/insidepage_bg7.jpg);
}
.crumbs{
    height: 50px;
    line-height: 50px;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%);  
}
.crumbs img{
    margin-right: 4px;
}
.crumbs a,
.crumbs span{
    font-size: 16px;
    color: #6c6d6d;
}
.public-tit3{
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.public-tit3::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 186px;
    height: 5px;
    background-color: #0272db;
}
.public-tit3 h2{
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #080808;
}
.public-tit3 p{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #878787;
    text-transform: uppercase;
}
.public-tit4{
    height: 32px;
    margin-bottom: 80px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #252525;
    text-align: center;
}
.contact-wrap {
    margin-bottom: 80px;
}
.contact-wrap li{
    float: left;
    width: 391px;
    margin-right: 45px;
}
.contact-wrap li h4{
    height: 56px;
    margin-bottom: 8px;
    border-bottom: 1px solid #b3b3b3;
    line-height: 56px;
    overflow: hidden;
    font-size: 18px;
    color: #2c2c2c;
    text-align: center;
    letter-spacing: 1px;
}
.contact-wrap li p{
    height: 48px;
    padding-left: 32px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    color: #6b6b6b;
}
.contact-wrap li .location,
.contact-wrap li .tel{
    background-image: url(../images/icon_rel2.png);
    background-repeat: no-repeat;
}
.contact-wrap li .location{
    background-position: 0 15px;
}
.contact-wrap li .tel{
    background-position: 0 -35px;
}
.contact-wrap li .ewm-wrap{
    height: auto;
    padding-left: 0;
    padding-top: 14px;
}
.contact-wrap li .ewm-wrap img{
    display: block;
    width: 84px;
    margin: 0 auto;
}
.map{
    width: 100%;
    height: 390px;
}
/* @中心概况页 */
.center-wrap p{
    margin-bottom: 30px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
/* @资讯动态 */

.message-list li{
    padding-right: 65px;
    margin-bottom: 42px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.message-list li>a{
    display: block;
}
.message-list .timer{
    width: 170px;
    height: 138px;
    padding: 26px 0 8px;
    background-color: #eee;
    text-align: center;
    box-sizing: border-box;
}
.message-list .timer b{
    display: block;
    height: 36px;
    margin-bottom: 8px;
    line-height: 36px;
    color: #0098ef;
    font-size: 50px;
    overflow: hidden;
}
.message-list .timer span{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #2a2a2a;
    text-transform: uppercase;
    overflow: hidden;
}
.message-list .detail{
    width: calc(100% - 200px);
}
.message-list .detail h3{
    height: 34px;
    padding-top: 12px;
    margin-bottom: 12px;
    line-height: 34px;
    font-size: 20px;
    color: #2d2d2d;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.message-list .detail p{
    height: 64px;
    line-height: 32px;
    font-size: 18px;
    color: #8d8d8d;
    /*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/
}
.message-list li>a:hover p{
    color: #0098ef;
}
/* @翻页 */
.return-page{
    height: 28px;
    line-height: 28px;
    text-align: right;
}
.return-page>a,
.return-page>span{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 7px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    background-color: #f4f4f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #666;
    cursor: pointer;
    user-select: none;
}
.return-page>a:hover,
.return-page>span:hover,
.return-page>.cur{
    color: #fff;
    background-color: #409eff;
}
.return-page>.disabled{
    color: #ddd1cf;
    cursor: not-allowed;
}
.return-page>.disabled:hover{
    background: #f4f4f5;
    color: #666;
}
.return-page>p{
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.return-page input{
    width: 46px;
    height: 28px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
}
/* 资讯内页 */
.message-detail .tit{
    line-height: 45px;
    overflow: hidden;
    font-size: 30px;
    color: #080808;
    text-align: center;
    letter-spacing: 2px;
}
.message-detail .de{
    height: 70px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 70px;
    overflow: hidden;
    font-size: 14px;
    color: #878787;
    text-align: center;
}
.message-detail .de span{
    margin-right: 12px;
}
.message-detail .con{
    padding: 60px 0;
}
.message-detail .con p{
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
    font-size: 18px;
    color: #222;
}
.english-detail .tit{
    line-height: 35px;
}
/* @项目工作 */
.jobs-l{
    position: relative;
    width: 275px;
}
.jobs-l::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 202px;
    background: #00adef;
}
.jobs-tit{
    height: 28px;
    margin-bottom: 60px;
    padding-left: 7px;
    border-left: 10px solid #00adef;
    line-height: 28px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #777;
    overflow: hidden;
}
.jobs-xmul{
    padding-right: 34px;
}
.jobs-xmul li{
    height: 30px;
    margin-bottom: 45px;
    line-height: 30px;
    font-size: 22px;
    color:#1b1b1b;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}
.jobs-xmul li span{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 30px;
    padding-right: 18px;
    line-height: 30px;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
}
.jobs-xmul .active{
    color:#00adef;
}
.jobs-xmul .active span::after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #00adef;
}
.job-btn-wrap{
    margin-top: -45px;
}
/* @两个轮播关联 */
.jobs-page{
    position: relative;
    width: 75%;
    height: 38px;
    white-space: nowrap;
    text-align: center;
    user-select: none;
    box-sizing: border-box;
}
.jobs-page .swiper-wrapper{
    display: block;
    font-size: 0;
}
.jobs-page .swiper-slide{
    position: relative;
    display: inline-block;
    width: auto;
    height: 38px;
    padding: 0 25px;
    line-height: 36px;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    font-size: 18px;
    text-align: center;
    color: #2c2b2b;
    cursor: pointer;
}
.jobs-page .swiper-slide::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background-color: #969696;
}
.jobs-page .swiper-slide:last-of-type::after{
    background-color: #fff;
}
.jobs-page .active-nav{
    color: #0098ef;
}
.remen-tab{
    overflow: hidden;
}
.remen-con .xm {
    display: none;
}
.remen-con .xm:first-of-type {
    display: block;
}
.jobs-r{
    width: 910px;
}
.jobs-detail{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
    color: #393939;
}
.icon-shrink{
    position: absolute;
    right: 0;
    top: -6px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_up2.png) no-repeat center center/11px;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform-origin: center center;
}
.is-open{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    background-image: url(../images/icon_up.png);
}
.jobs-detail dt{
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    overflow: hidden;
}
.jobs-detail dd{
    height: 0;
    overflow: hidden;
}
.jobs-detail dd p{
    margin-bottom: 36px;
    line-height: 36px;
    font-size: 18px;
    text-indent: 2em;
    letter-spacing: 1.5px;
    text-align: justify;
}
.jobs-detail dd img{
    display: block;
    max-width: 100%;
    margin: 0 auto 36px;
}
.jobs-detail .open{
    height: auto;
    padding-top: 40px;
}
.jobs-xm li{
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #d4d4d4;
}
.jobs-xm li:hover{
    border-bottom-color: #a0a0a0;
}
.jobs-xm li i{
    float: left;
    width: 42px;
    height: 64px;
    margin-right: 10px;
    background: url(../images/icon_pdf.png) no-repeat center center/34px;
}
.jobs-xm li p{
    float: left;
    width: calc(100% - 110px);
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.jobs-xm li p a{
    font-size: 18px;
    color: #3480b0;
    text-decoration: underline;
}
.jobs-xm li>a{
    float: right;
    width: 52px;
    height: 64px;
    font-size: 16px;
    color: #737373;
}
/* @专题产品页 */

.special-form{
    padding-bottom: 50px;
    border-bottom: 1px solid #7f7f7f;
}
.special-form .bgebf3f4{
    padding: 27px 18px;
    background: #ebf3f4;
}
.special-form .mb27{
    margin-bottom: 27px;
}
.special-form select,
.special-form input{
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #bbb;
    color: #929191;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #fff;
}
.special-form input{
    outline: none;
    background: #fff url(../images/icon_search.png) no-repeat 256px center/16px;
}
.special-form .two select{
    width: 49%;
    margin-right: 2%;
}
.special-form .two select{
    margin-right: 0;
}
.special-form div p{
    float: left;
    width: 276px;
    margin-right: 40px;
}
.special-form div p:last-of-type{
    margin-right: 0;
}
.special-form button{
    width: 125px;
    height: 40px;
    border: 1px solid #00adef;
    margin-top: 16px;
    line-height: 40px;
    font-size: 18px;
    background-color: #00adef;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    letter-spacing: 3px;
}
.special-list>li{
    padding: 50px 0 18px;
    border-bottom: 1px solid #ccc;
}
.special-list>li:hover,
.investmentenv-list li:hover{
    border-bottom-color: #7f7f7f;
}
.special-list>li a{
    display: block;
}
.special-list .timer,
.special-list .timer img{
    display: block;
    width: 127px;
    height: 127px;
}
.special-list .detail{
    width: 580px;
    margin-left: 30px;
}
.special-list .detail h3{
    height: 20px;
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 20px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.special-list .detail li{
    float: left;
    width: 50%;
    height: 24px;
    padding-right: 10px;
    line-height: 24px;
    font-size:14px;
    color: #6f6f6f;
    overflow: hidden;
    box-sizing: border-box;
}
.special-list .detail li:nth-child(2n){
    padding-right: 0;
}
.special-list .see{
    width: 170px;
    height: 28px;
    padding-top: 68px;
    font-size:14px;
    color:#6f6f6f;
    text-align: right;
    overflow: hidden;
}
.public-tit5{
    height: 29px;
    border-left: 8px solid #0098ef;
    padding-left: 12px;
    line-height: 29px;
    font-size: 20px;
    color: #000;
}
.special-xm li:first-of-type{
    border-top: 1px solid #d4d4d4;
}

.special-tb-wrap tr{
    background: #f6f9fa;
}
.special-tb-wrap tr:nth-child(2n){
    background-color: #fff;
}
.special-tb-wrap td{
    border: 1px solid #d6d6d6;
}
.special-tb-wrap td span{
    display: block;
    width: 180px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.special-tb-wrap td p{
    width: 400px;
    padding: 15px;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
}
.special-tb-wrap td p.limit-width{
    width: 1025px;
}
/* @投资环境页 */
.investmentenv-list li{
    float: left;
    width: 606px;
    margin-right: 51px;
    padding: 42px 0;
    border-bottom: 1px solid #c6c6c6;
}
.investmentenv-list li:nth-child(2n){
    margin-right: 0;
}
.investmentenv-detail{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.investmentenv-detail dt{
    font-size: 20px;
    
}
.investmentenv-detail .is-open+dt{
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}
.investmentenv-detail .open {
    padding-top: 25px;
}
.investmentenv-detail dd p,
.investmentenv-detail dd img {
    margin-bottom: 25px;
}



.idx-vd-s3 .detail,
.investmentenv-list .detail{
    width: calc(100% - 178px);
}
.idx-vd-s3 .detail h3,
.investmentenv-list .detail h3{
    height: 24px;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #4e4e4e;
    overflow: hidden;
}
.idx-vd-s3 .detail h3:hover, 
.investmentenv-list .detail h3:hover{
    color: #0098ef;
}

.idx-vd-s3 .detail p,
.investmentenv-list .detail p{
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    color: #484848;
    /*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/

}
.idx-vd-s3 .img,
.investmentenv-list .img{
    width: 161px;
    height: 110px;
}


/* @项目推荐页 */
.recommend-lb-wrap>.fl{
    width: 890px;
}
.recommend-lb-wrap .jobs-page{
    width: 80%;
    margin: 0;
    text-align: left;
}
.recommend-lb-wrap .jobs-page .swiper-slide{
    padding: 0 19px;
}
.recommend-lb-wrap .jobs-page .swiper-slide:first-of-type{
    padding-left: 0;
}
.recommend-lb-wrap>.fr{
    width: 280px;
    text-align: right;
    font-size: 16px;
    color: #5f5f5f;
}
.recommend-lb-wrap>.fr select{
    max-width: 158px;
    height: 32px;
    margin-left: 15px;
    border: 1px solid #d5d5d5;
    line-height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: none;
}
.recommend-dl{
    position: relative;
    padding: 0 8px 20px 8px;
    margin-bottom: 35px;
    background-color: #f6f6f6;
}
.recommend-dl dt{
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a6a6a6;
    line-height: 55px;
    overflow: hidden;
}
.recommend-dl dt b{
    width: 1000px;
    height: 55px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.recommend-dl dd{
    width: 100%;
    margin-bottom: 6px;
    line-height: 24px;
    overflow: hidden;
    color: #c2c2c2;
    font-size: 16px;
}
.recommend-dl dd:last-of-type{
    margin-bottom: 0;
}
.recommend-dl dd p{
    width: calc(100% - 115px);
}
.recommend-dl dd em,
.recommend-dl dd p{
    color: #383838;
    overflow: hidden;
}
.recommend-dl dd em{
    width: 85px;
    height: 24px;
}
.recommend-dl dt span,
.recommend-dl dd span{
    margin-left: 5px;
}
.recommend-dl .more{
    height: 55px;
    line-height: 55px;
    color: #129dff;
    text-align: right;
    font-size: 14px;
}
.recommend-dl .more:hover{
    color: #0098ef;
}
.recommend-article .tit{
    margin-bottom: 45px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 24px;
    color: #1c1c1c;
    overflow: hidden;
}
.recommend-article .detail {
    padding: 6px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.recommend-article .detail li{
    line-height: 36px;
    color: #252525;
    font-size: 16px;
}
.recommend-article .detail li span{
    color: #989898;
}
.recommend-article .con li{
    margin-bottom: 25px;
    line-height: 30px;
    color: #1c1c1c;
}
.recommend-article .con li h3{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.recommend-article .con li p{
    font-size: 18px;
    text-indent: 2em;
    letter-spacing: .9px;
}

.pb78 {
    padding-bottom: 78px;}

.pt78 {
    padding-top: 78px;}