/*头部*/
.tops-sc{
    height: 40px;
    background: #F3F3F3;
    width: 100%;
    min-width: 1400px;
}
.tops-sc .tops-mc{
    width: 1400px;
    margin: 0 auto;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.tops-sc .tops-mc .mc-left{
    width: 300px;
    float: left;
}
.tops-sc .tops-mc .mc-right{
    width: 500px;
    float: right;
    text-align: right;
}
.tops-sc .tops-mc .mc-right a{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.tops-logo-ws{
    width: 100%;
    position: fixed;
    top: 40px;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
}
.tops-logo-w{
    width: 1400px;
    margin:auto;
}
.tops-logo-w .tlogo{
    width: 250px;
    float: left;
    height: 50px;
    margin-top: 18px;
}
.tops-logo-w .tlogo img{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}
.tops-logo-w .tlogo h2{
    font-size: 30px;
}
.tops-logo-w .tlogo h4{
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.topheadw{
    top: 0;
    background-color: rgba(255,255,255,0.95);
    transition:300ms;
    border-bottom: #CCC 1px solid;
}
.topheadw .tops-logo-w{
    margin: 0 auto;
}
/*导航部*/
.navBar {
    width:946px;
    margin:0 auto;
    height:90px;
    line-height:90px;
    color:#333;
    float: right;
}
.nav {
    position:relative;
    width:946px;
    margin:0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size:14px;
}
.nav a {
    color:#2d2d2d;
}
.nav .on h3 a {
}
.nav h3 a:hover {
    color:#054269;
}
.nav h3 {
    font-size:16px;
    font-weight:normal;
}
.nav .m {
    float:left;
    position:relative;
    z-index:1;
}
.nav .s {
    float:left;
    width:3px;
    text-align:center;
    color:transparent;
}
.nav h3 a {
    display:block;
    width:102px;
    text-align:center;
}
.nav .sub {
    display:none;
    position:absolute;
    left:-3px;
    top:90px;
    z-index:1;
    width:106px;
    border:1px solid #E6E4E3;
    border-top:0;
    background:rgba(255,255,255,0.85);
}
.nav .sub li {
    text-align:center;
    padding:0 8px;
    margin-bottom:-1px;
}
.nav .sub li a {
    display:block;
    border-bottom:1px solid #CCC;
    padding:8px 0;
    height:28px;
    line-height:28px;
    color:#000;
    font-size:14px;
    font-weight:bold;
}
.nav .sub li:last-child a{
    border-bottom: none;
}
.nav .sub li a:hover {
    color:#0088de;
    border-bottom:1px solid #0088de;
}
.nav .sub li:last-child a:hover{
    border-bottom: none;
}
.nav .block {
    height:2px;
    width:120px;
    background:#054269;
    position:absolute;
    left:0;
    top:88px;
    overflow:hidden;
}



.nav h3.active-a a{
    color: #00aaff;
    border-bottom: #00aaff 2px solid;
    height: 88px;
}
.nav h3 a{
    display:block;
    color:#333;
    position:relative;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.nav h3 a:after{
    content:'';
    position:absolute;
    left:50%;
    right:50%;
    bottom:0;
    height:2px;
    background-color:#00aaff;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.nav h3 a,.nav h3:hover a{

}
.nav h3 a .active-a a:after,.nav h3:hover a:after{
    left:0;
    right:0;
}


.indtop .indtophead {
    height: 80px;
    background: #0e0e0e;
    opacity: 0.8;
    background-color: rgba(255,255,255,0.7);
}
/*轮播图*/
.slide{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
    min-width: 1400px;
}
.slide ul{
    width: 10000%;
    list-style-type: none;
}
.next_btn{
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0,0,0);
    right: 5px;
    top: 50%;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-family: "宋体";
}
.prev_btn{
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0,0,0,.1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.slide ul:after{
    content: '';
    clear: both;
    display: block;
}
.slide ul li{
    float: left;
    text-align: center;
}
.slide ul li img{
    vertical-align: middle;
    max-width: 100%;
    min-width: 1400px;
}
.slide .circle_btn{
    position: absolute;
    bottom: 115px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.slide .circle_btn button{
    box-sizing: content-box;
    opacity: .8;
    outline: none;
    border: none;
    padding: 3px 10px;
    background: rgba(255,255,255,1.0);
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}
.slide .circle_btn button.active{
    background: rgba(222,22,22,1.0);
    width: 50px;
}
.shilis{
    position: absolute;
    top:-100px ;
    height: 100px;
    background-color: rgba(0,0,0,.6);;
    width: 100%;
    z-index: 999;
    color: #FFF;
    font-size: 14px;
}
.shilis dl{
    width: 1400px;
    margin: 0 auto;
}
.shilis dl dd{
    float:left;
    width: 279px;
    height: 90px;
    padding-top: 10px;
    margin-left: 70px;
    border-right: #F3F3F3 1px solid;
}
.shilis dl dd:last-child{
    border-right: none;
}
.shilis dl dd p{
    line-height: 22px;
    margin: 0;
    font-size: 16px;
}
.shilis dl dd span{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: #FFF 1px solid;
    float: left;
    margin-top: 18px;
    margin-right: 20px;
}
.shilis dl dd strong{
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
}
.shilis dl dd i{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: 11px;
    margin-left: 9px;
}

/*6个快链*/
.parts{
    width: 100%;
    margin: auto;
}
.part01{
    width: 1400px;
    margin:auto;
}
.part01 ul li{
    width: 16.66%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.part01 ul li strong{
    font-size: 16px;
}
.part01 .iconcolors1-p{
    padding: 0 30px;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    max-height: 95px;
    overflow-y: hidden;
}
.part01 ul li span{
    width: 30px;
    height: 3px;
    background: #2d2d2d;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.part01 .iconcolors1{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: #ff9900 3px solid;
    display: inline-block;
}
.part01 ul li i{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.part01 ul li i img{
    position: absolute;
    top: 20%;
    left: 20%;
}
.part01 .iconcolors1{
    border: #ff9900 3px solid;
}
.part01 .iconcolors2{
    border: #ffcc00 3px solid;
}
.part01 .iconcolors3{
    border: #00cccc 3px solid;
}
.part01 .iconcolors4{
    border: #0099cc 3px solid;
}
.part01 .iconcolors5{
    border: #cc9966 3px solid;
}
.part01 .iconcolors6{
    border: #66cc99 3px solid;
}
.part01 ul li:hover{
    background-color: #f9f9f9;
}
.part01 ul li:hover strong{
     color: #f10330;
}
.part01 ul li:hover span{
    background: #f10330;
}
.part01 ul li:hover i{
    -moz-box-shadow: 2px 2px 10px #999;/*firefox*/
    -webkit-box-shadow: 2px 2px 10px #999;/*safari或chrome*/
    box-shadow:2px 2px 10px #999;/*opera或ie9*/
}
.part01 ul li:hover{
    -moz-box-shadow: 2px 2px 10px #dedede;/*firefox*/
    -webkit-box-shadow: 2px 2px 10px #dedede;/*safari或chrome*/
    box-shadow:2px 2px 10px #dedede;/*opera或ie9*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.part01 ul li:hover img{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg); /* Safari和Chrome浏览器 */
    -moz-transform:rotate(360deg); /* Firefox浏览器 */
    -ms-transform:rotate(360deg); /* IE浏览器 */
    -o-transform:rotate(360deg); /* Opera浏览器 */
    transition:transform 0.5s; /* 过渡效果 */
}

/*招商中心*/
.titles-t{
    width: 1400px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
}
.titles-t .bt-eng{
    color: #DDD;
    font-size: 16px;
    text-transform:uppercase;
    line-height: 26px;
    font-family: Arial;
    font-weight: bolder;
}
.titles-t .bt-cha{
    color: #064666;
    font-size: 28px;
    text-transform:uppercase;
    font-weight: bolder;
}
.titles-t a{
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 3px 10px;
    margin-top: 10px;
    border: #F3F3F3 1px solid;
    display: inline-block;
}
.titles-t a:hover{
    background-color: #2b373d;
    color: #FFF;
}
.titles-zs{
    width: 200px;
    float: left;
    position: relative;
    border-left: #0086de 3px solid;
    padding-left: 15px;
}
.titles-zs a{
    position: absolute;
    right: -1180px;
    top: 20px;
    font-weight: bolder;
    width: 100px;
    height: 32px;
    font-size: 14px;
    color: #646464;
    line-height: 32px;
    text-align: center;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.titles-zs a:hover{
    background: #0086de;
    color: #FFF;
    border:#0086de 1px solid;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.titles-zs .bt-cha-1{
    color: #0086de;
    font-size: 28px;
    text-transform:uppercase;
    font-weight: bolder;
    line-height: 30px;
}
.titles-zs .bt-eng-1{
    color: #DDD;
    font-size: 16px;
    text-transform:uppercase;
    line-height: 20px;
    font-family: Arial;
    font-weight: bolder;
}
#menu {
    width:1400px;
    overflow:hidden;
    margin:20px auto;
}
#menu #nav {
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    padding-top: 35px;
}
#menu #nav li {
    float:left;
    width:100px;
    border-right: #000 1px solid;
    font-size: 15px;
}
#menu #nav li:last-child{
    border-right: none;
}
#menu #nav li a {
    display:block;
    line-height:12px;
    text-decoration:none;
    padding:0 0 0 5px;
    text-align:center;
    color:#333;
}
#menu_con {
    width:1400px;
    border-top:#F1F1F1 1px solid;
}
.tag {
    width: 1400px;
    margin: 0 auto;
    padding:20px 0;
    overflow:hidden;
}
.tag ul li{
    float: left;
    width: 264px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
}
.tag ul li:nth-child(5n){
    margin-right: 0;
}
.tag ul li span{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #FFF;
    background: #df2f30;
    border-radius: 0 5px 0 0;
    text-align: center;
}
.tag .imgwid{
    border-radius: 5px;
    width: 264px;
    height: 180px;
}
.tag .zslistjs{
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}
.tag .zslistjg{
    margin-top: 20px;
    color: #999;
}
.tag .zslistjg i{
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
.tag .zslistjg strong{
    color: #ff9900;
    font-size: 22px;
    float: right;
    margin-top: -8px;
}
.selected {
    color:#ff9900!important;
    font-weight: bolder;
}


/*产品中心*/
.cp-wrap{
    width: 100%;
    min-width: 1400px;
    margin: auto;
    background:url(../images/bg-title-8.jpg) top center no-repeat;
    height: 800px;
    background-attachment: fixed;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.bais-cpind{
    color: #FFF!important;
    border-color: #FFF;
}
.bais-cpind a{
    color: #D9D9D9;
}
.bais-cpind .bt-cha-1{ color: #FFF}
.cp-main{
    width: 100%;
    margin: 100px auto;
    display: flex;
}
.cp-main .img-cp-cs2{
    display: none;
}
.cp-main ul li{
    width: 15%;
    height: 100%;
    max-height: 550px;
    float: left;
   /* border-right: 1px solid rgba(9,89,159,.2);
    border-bottom: 1px solid rgba(9,89,159,.2); */
    overflow: hidden;
    margin-left: 1.4%;
    background: #FFF;
    color: #FFF;
}
.cp-main ul li:nth-child(3n){
    border-right: none;
}
.cp-main ul li:hover{
     background: rgba(0,134,222);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #FFF;
}
.cp-main ul li:hover h4, .cp-main ul li:hover p{
    color: #FFF;
}
.cp-main ul li:hover .img-cp-cs{
    display: none;
}
.cp-main ul li:hover .img-cp-cs2{
    display: block;
}
.cp-main .cpli-t{
    margin: 0 30px;
    border-bottom: #DDD 1px solid;
    height: 70px;
    padding-top: 25px;
}
.cp-main .cpli-t img{
    float: right;
}
.cp-main .cpli-t h4{
    font-size: 20px;
    font-weight: normal;
}
.cp-main .cpli-t h4 p{
   /* color: #0086de;*/
    color: #FFF;
    font-size: 13px;
    margin-top: 5px;
}
.cp-main strong{
    line-height: 24px;
    padding: 15px 30px;
    display: inline-block;
}
.cp-main .cp-txts{
    padding: 0 30px 20px 30px;
    line-height: 24px;
}
.cp-main .cp-lists-1{
    background:url(../images/cp-sylist-1.jpg) top center no-repeat ;
}
.cp-main .cp-lists-2{
    background:url(../images/cp-sylist-2.jpg) top center no-repeat ;
}
.cp-main .cp-lists-3{
    background:url(../images/cp-sylist-3.jpg) top center no-repeat ;
}
.cp-main .cp-lists-4{
    background:url(../images/cp-sylist-4.jpg) top center no-repeat ;
}
.cp-main .cp-lists-5{
    background:url(../images/cp-sylist-5.jpg) top center no-repeat ;
}
.cp-main .cp-lists-6{
    background:url(../images/cp-sylist-6.jpg) top center no-repeat ;
}

/*解决方案*/
.fangan{
    width: 1400px;
    margin: 0 auto;
    height: 380px;
    overflow-y: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fangan-hgh2{
    height: 580px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.zkgd{
    margin: auto;
    text-align: center;
    width: 128px;
    margin-top: 10px;
}
.zkgd button{
    width: 128px;
    height: 39px;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background: #0086de;
    border: 1px solid transparent;
}
.fangan ul li{
    width: 444px;
    float: left;
    margin-right: 30px;
    border: #f5f5f5 1px solid;
    background: #0086de;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    color: #FFF;
}
.fangan .img-fa-cs{
    margin: auto;
}
.fangan .img-fa-cs2{
    display: none;
    margin: auto;
    margin-bottom: 5px;
}
.fangan ul li:hover img{
	transform:rotate(360deg);
    -webkit-transform:rotate(360deg); /* Safari和Chrome浏览器 */
    -moz-transform:rotate(360deg); /* Firefox浏览器 */
    -ms-transform:rotate(360deg); /* IE浏览器 */
    -o-transform:rotate(360deg); /* Opera浏览器 */
    transition:transform 1s; /* 过渡效果 */
	}
.fangan ul li:hover .img-fa-cs2{
    display: block;
}
.fangan ul li:hover .img-fa-cs{
    display: none;
}
.fangan ul li:hover{
    color: #0086de;
    background: #FFF;
    border: #0086de 1px solid;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fangan ul li:nth-child(3n){
    margin-right: 0;
}

.fangan .souls-1{
    background: url(../images/souls-1.jpg) top center no-repeat;
}
.fangan .souls-2{
    background: url(../images/souls-2.jpg) top center no-repeat;
}
.fangan .souls-3{
    background: url(../images/souls-3.jpg) top center no-repeat;
}
.fangan .souls-4{
    background: url(../images/souls-4.jpg) top center no-repeat;
}
.fangan .souls-5{
    background: url(../images/souls-5.jpg) top center no-repeat;
}
.fangan .souls-6{
    background: url(../images/souls-6.jpg) top center no-repeat;
}
.fangan .souls-7{
    background: url(../images/souls-7.jpg) top center no-repeat;
}
.fangan .souls-8{
    background: url(../images/souls-8.jpg) top center no-repeat;
}
.fangan .souls-9{
    background: url(../images/souls-9.jpg) top center no-repeat;
}
/*合作客户*/
.hezuo{
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    background: url(../images/bg-title-5.jpg) top center no-repeat;
    height: 500px;
    z-index: 999;
    background-attachment: fixed;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.hezuo .logolist{
    width: 1400px;
    margin: 0 auto;
}
.hezuo .logolist ul li{
    width: 192px;
    height: 108px;
    float: left;
    border: #DEDEDE 1px solid;
    margin-right: 46px;
    margin-bottom: 46px;
    position: relative;
}
.hezuo .logolist ul li:nth-child(6n){
    margin-right: 0;
}
.hezuo .logolist ul li img{
    width: 192px;
    height: 108px;
}
.hezuo .logolist ul li span{
    display: none;
    background-color: rgba(0,170,255);
    height: 28px;
    width: 172px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 16px;
	padding:40px 10px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  强制显示一行*/
}
.hezuo .logolist ul li:hover span{

    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s;
    display: block;
}
/*右侧悬浮*/
.toolbar-item,.toolbar-layer {
    background:url(../images/toolbar.png) no-repeat;
}
.toolbar {
    position:fixed;
    right:10px;
    bottom:50px;
    z-index: 9999
}  /*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
    display:block;
    width:62px!important;
    height:62px;
    padding:0!important;
    margin-top:5px;
    position:relative;
    -moz-transition:background-position 1s;
    -ms-transition:background-position 1s;
    -o-moz-transition:background-position 1s;
    -webkit-moz-transition:background-position 1s;
    transition:background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
    opacity:1;
    filter:alpha(opacity=100);
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.toolbar-item-weixin {
    background-position:0 -858px;
}
.toolbar-item-weixin:hover {
    background-position:0 -928px;
}
.toolbar-item-weixin .toolbar-layer {
    height:212px;
    background-position:0 0;
}
.toolbar-item-feedback {
    background-position:0 -426px;
}
.toolbar-item-feedback:hover {
    background-position:0 -498px;
}
.toolbar-item-app {
    background-position:0 -568px;
}
.toolbar-item-app:hover {
    background-position:0 -642px;
}
.toolbar-item-app .toolbar-layer {
    height:190px;
    background-position:0 -230px;
}
.toolbar-item-top {
    background-position:0 -713px;
}
.toolbar-item-top:hover {
    background-position:0 -784px;
}
.toolbar-layer {
    position:absolute;
    right:66px;
    bottom:-10px;
    width:172px;
    opacity:0;
    filter:alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform:scale(0.01);
    -moz-transform:scale(0.01);
    -ms-transform:scale(0.01);
    -o-transform:scale(0.01);
    -webkit-transform:scale(0.01);
    transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
    -webkit-transition:all 1s;
}
/*底部*/

/*租售需求弹窗*/
.showdiv {
    color:#fff;
    padding:3px 15px;
    text-align:center;
    display:block;
    width:150px;
}
.showbox {
    width:0px;
    height:0px;
    display:none;
    position:fixed;
    right:0;
    top:30%!important;
    z-index:10001;
    background:#00aaff;
}
.showbox h3 {
    height:80px;
    font-size:26px;
    background-color:#00aaff;
    position:relative;
    padding-left:40px;
    line-height:80px;
    color:#FFF;
    border-bottom: #03557e 1px solid;
}
.showbox h3 a {
    position:absolute;
    right:15px;
    top:0;
    font-size:40px;
    color:#fff;
}
.showbox h4 {
    font-size: 32px;
    color: #FFF;
    height:90px;
    line-height:90px;
    padding-top: 10px;
    text-align: center;
    border-top: #6ecfff 1px solid;
}
.showbox .mainlist {
    padding:10px 0;
}
.showbox .mainlist ul li {
    float: left;
    width: 340px;
    padding:15px 40px
}
.showbox .mainlist ul li:last-child {
    padding-right: 0;
    padding-left: 0;
}
.showbox .mainlist ul li span {
    font-size: 18px;
    color: #FFF;
}
.showbox .mainlist ul li input {
    height: 36px;
    line-height: 36px;
    background: #FFF;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 250px;
    padding: 0 15px;
}
.showbox .mainlist p {
    font:normal 12px/2 'microsoft yahei';
    text-indent:2em;
    color:#a3e0ff;
    padding-top:5px;
}
.showbox .yygw {
    width: 450px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.showbox .yygw a {
    color: #FFF;
    width: 450px;
    background: #0880bc;
    border-radius: 20px;
    display: inline-block;
}
.showbox .yygw a:hover {
    background: #03557e;
}
#zhezhao {
    background-color:#333;
    position:absolute;
    z-index:999;
    left:0;
    top:0;
    display:none;
    width:100%;
    height:100%;
    opacity:0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/*新闻样式*/
.news-s{
    width: 1400px;
    margin: 0 auto;
    display: grid;
}
.news-s .newsimg-b{
    margin-bottom: 20px;
}
.news-s .newsimg-b img{
    width: 415px;
    height: 210px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.news-s ul li{
    float: left;
    width: 415px;
    margin-right: 47px;
    margin-bottom: 30px;
    padding: 10px;
}
.news-s ul li:nth-child(3n){
    margin-right: 0;
}
.news-s .news-times{
    line-height: 18px;
    margin-bottom: 15px;
}
.news-s .news-times img{
    float: left;
    margin-right: 10px;
}
.news-s .news-times span{
    float: right;
    background: #DEDEDE;
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
    margin-top: -5px;
}
.news-s h3{
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-s .news-txts{
    color: #999;
    height: 50px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap; */ /*强制显示一行*/
    display: -webkit-box; /*显示方式*/
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-s ul li:hover{
    -moz-box-shadow: 2px 2px 10px #dedede;/*firefox*/
    -webkit-box-shadow: 2px 2px 10px #dedede;/*safari或chrome*/
    box-shadow:2px 2px 10px #dedede;/*opera或ie9*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-s ul li:hover img{
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.links{
    width: 1400px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #819199;
}
.links span{
    float: left;
}
.links a{
    float: left;
    color: #819199;
    margin-right: 20px;
}
.links a:hover{
    color: #FFF;
}
/* 必要布局样式css */
.cloud-banner {
    position: relative;
    min-width: 1400px;
    background: #0af url(../images/cloud-back.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.cloud-bubble-one {
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../images/cloud-back-bule1.png);
    animation: bubble-animate-1 linear 10s infinite;
}

.cloud-bubble-two {
    position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../images/cloud-back-bule2.png);
    animation: bubble-animate-2 linear 12s infinite;
}

.cloud-bubble-three {
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../images/cloud-back-bule3.png);
    animation: bubble-animate-3 linear 11s infinite;
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }

    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%;
    }

    50% {
        top: 80px;
        left: 58%
    }

    to {
        top: 50px;
        left: 48%
    }
}

.cloud-bubble-text {
    position: relative;
    padding-top: 46px;
    z-index: 20;
    font-size: 24px;
}

.cloud-bubble-link {
    position: relative;
    z-index: 20;
}

.cloud-bubble-link a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
}

.cloud-bubble-link a:hover {
    color: #333;
    background-color: #fff;
}

.cloud-footer {
    min-width: 1400px;
    background-color: #2b373d;
    font-family: "Microsoft Yahei";
}

.cloud-footer-box {
    width: 1400px;
    margin: 0 auto;
}

.cloud-footer-feature {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #414b51
}

.cloud-footer-feature ul li {
    float: left;
    width: 25%;
    height: 120px;
}

.cloud-footer-feature ul li a {
    white-space: nowrap;
    display: block;
    line-height: 120px;
    padding-left: 130px;
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 18px;
    color: #fff;
}

.feature-item001 a {
    background-image: url("../images/icon-item001.png")
}

.feature-item002 a {
    background-image: url("../images/icon-item002.png")
}

.feature-item003 a {
    background-image: url("../images/icon-item003.png")
}

.feature-item004 a {
    background-image: url("../images/icon-item004.png")
}

.cloud-footer-nav {
    width: 100%;
    padding: 40px 0 62px;
}

.cloud-footer-nav-logo {
    width: 20%;
    float: left;
}

.cloud-comm {
    padding-left: 20px;
}

.cloud-comm-logo {
    height: 40px;
    background: url(../images/logo-footer.png) no-repeat left;
    margin-left: 40px;
}

.cloud-info {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.cloud-footer-nav-list {
    width: 70%;
    height: 100%;
    border-left: 1px solid #414b51;
    padding-left: 8%;
    float: left;
}

.cloud-footer-nav-list ul {
    float: left;
    width: 20%;
}

.list-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}

.cloud-footer-nav-list ul li {
    line-height: 30px;
}

.cloud-footer-nav-list ul li a {
    color: #819199;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cloud-footer-nav-list ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.cloud-copyright {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.cloud-copyright p {
    text-align: center;
    color: #819199;
    font-size: 12px;
    line-height: 25px;
}

.cloud-copyright p a {
    color: #819199;
	margin-right:15px;
}

.cloud-copyright p a:hover {
    text-decoration: underline;
}

/*内页关于我们*/
.ins-banner{
    width: 100%;
    height: 500px;
    margin: auto;
	min-width:1400px;
}
.ins-banner-ab{
    background:url(../images/about-banner.jpg) top center no-repeat;
}
.ins-banner-ab2{
    background:url(../images/about-banner2.jpg) top center no-repeat;
}
.ins-banner-ab3{
    background:url(../images/about-banner3.jpg) top center no-repeat;
}
.ins-banner-ab4{
    background:url(../images/about-banner4.jpg) top center no-repeat;
}
.ins-banner-ab5{
    background:url(../images/about-banner5.jpg) top center no-repeat;
}
.ins-banner-ab6{
    background:url(../images/about-banner6.jpg) top center no-repeat;
}
.ins-banner-ab7{
    background:url(../images/about-banner7.jpg) top center no-repeat;
}
.ins-banner-ab8{
    background:url(../images/about-banner8.jpg) top center no-repeat;
}
.ins-nav{
    background: #FFF;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.ins-nav .nav-lines{
    width: 1400px;
    margin: auto;
}
.ins-nav .nav-lines .nav-lileft{
    float: left;
    width: 1050px;
    font-size: 16px;
}
.ins-nav .nav-lines .nav-lileft ul li{
    float: left;
    margin-right: 30px;
}
.ins-nav .nav-lileft .active-a{

}
.ins-nav .nav-lileft li a{
    display:block;
    font-size:18px;
    padding: 0 5px;
    color:#333;
    position:relative;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.ins-nav .nav-lileft li a:after{
    content:'';
    position:absolute;
    left:50%;
    right:50%;
    bottom:0;
    height:2px;
    background-color:#00aaff;
    transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.ins-nav .nav-lileft li.active-a a,.ins-nav .nav-lileft li:hover a{
    color:#00aaff;
}
.ins-nav .nav-lileft li.active-a a:after,.ins-nav .nav-lileft ul li:hover a:after{
    left:0;
    right:0;
}

.ins-nav .nav-lines .nav-liright{
    width: 340px;
    float: right;
    text-align: right;
    color: #888888;
    font-size: 15px;
}
.ins-nav .nav-lines .nav-liright a{
    color: #888888;
}
.ins-nav .nav-lines .nav-liright i{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFF;
    border: #00aaff 3px solid;
    display: inline-block;
    margin-right: 5px;
}

.ins-hbt{
    width: 1400px;
    margin:auto;
    font-size: 32px;
    text-align: center;
    position: relative;
    font-weight:700;
}
.ins-hbt span{
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    top: -60px;
    font-size: 60px;
    color: #DEDEDE;
    text-transform: uppercase;
    z-index: -1;
    font-family: "Arial Black";
    font-weight: normal;
}
.ins-hbt-x{
    width: 1400px;
    margin: 0 auto;
}
.ins-hbt-x h3{
    width: 100px;
    height: 50px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 50px;
    font-size: 24px;
}
.ins-hbt-x h3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 25px;
    background-color: #00aaff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ins-hbt-x h3:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 800px;
    background-color: #ccc;
}
.ins-hbt-x .img-abr{
    width: 400px;
    float: right;
    border-radius: 10px;
}
.ins-hbt-x .img-abr2{
    width: 360px;
    float: right;
}
.ins-hbt-x .img-abr3{
    width: 360px;
    float: right;
}
.ins-abtxt{
    width: 900px;
    font-size: 16px;
    line-height: 30px;
}
.ins-abtxt p{
    margin-bottom: 10px;
    margin-top: 20px;
}
.ins-hbt-x .img-3{
    width: 1400px;
    height: 280px;
    margin: 50px auto;
}
.ins-hbt-x .img-3 img{
    float: left;
    margin-right: 25px;
    border-radius: 5px;
    width: 450px;
    height: 280px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ins-hbt-x .img-3 img:last-child{
    margin-right: 0;
}
.ins-hbt-x .img-3 img:hover{
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.ins-title-x{
    width: 1400px;
    margin: 0 auto;
}
.ins-title-x h3{
    width: 100px;
    height: 50px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 50px;
    font-size: 24px;
}
.ins-title-x h3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 25px;
    background-color: #00aaff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ins-title-x h3:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 1250px;
    background-color: #ccc;
}
.ins-title-x .wenhua{
    line-height: 36px;
    font-size: 16px;
}
.ins-title-x .wenhua .wenhuabt{
    margin: 20px auto;
    padding: 15px 30px;
    border: #DDD 2px dashed;
}
.ins-title-x .wenhua strong{
    color: #00aaff;
}
.ins-title-x .wenhua i{
    width: 12px;
    height: 12px;
    border: #00aaff 1px solid;
    display: inline-block;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
	border-radius:50px;
}
.ins-title-x .ryimg{
    margin: 30px auto;
}
.ins-title-x .ryimg ul li{
    width: 244px;
    height: 170px;
    float: left;
    margin-right:20px;
    margin-bottom: 30px;
	border:#efefef 10px solid;
}
.ins-title-x .ryimg ul li img{
    width: 244px;
    height: 170px;
}
.ins-title-x .ryimg ul li:nth-child(5n){
    margin-right: 0;
}
.ins-title-x .ryimg2{
    margin: 30px auto;
}
.ins-title-x .ryimg2 img{
    width: 264px;
    height: 180px;
	float: left;
    margin-right:20px;
}
.ins-title-x .ryimg2 img:nth-child(5n){
    margin-right: 0;
}
.ins-news-dat{
    width: 1400px;
    margin: 0 auto;
}
.ins-news-dat .datleft{
    width: 910px;
    float: left;
    background: #FFF;
    padding: 30px 45px;
}
.ins-news-dat .datleft h2{

}
.ins-news-dat .datleft .datfabu{
    line-height: 80px;
    color: #999;
    font-size: 16px;
    border-bottom: #DEDEDE 1px solid;
}
.ins-news-dat .datleft .fenx{
    float: left;
    width: 70px;
    color: #999;
    padding-top: 20px;
    border-right: #DEDEDE 1px solid;
}
.ins-news-dat .datleft .main-txts{
    position: relative;
    width: 910px;
    float: left;
    margin-top: 30px;
    line-height: 40px;
    font-size: 16px;
}
.ins-news-dat .datleft .main-txts img{
    max-width: 800px;
}
.ins-news-dat .datright{
    width: 300px;
    float: right;
    background: #FFF;
    padding: 0 25px 25px 25px;
    border-top: #00aaff 5px solid;
}
.ins-news-dat .datright h4{
    font-size: 20px;
    line-height: 70px;
}
.ins-news-dat .datright ul li{
    border-top: #DFDFDF 1px solid;
    padding-top: 20px;
    padding-bottom: 25px;
}
.ins-news-dat .datright .datrt1{
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 15px;
}
.ins-news-dat .datright .datrt1 img{
    width: 120px;
    height: 80px;
}
.ins-news-dat .datright .datrt2{
    line-height: 16px;
    margin-top: 10px;
    color: #999;
}
.ins-news-dat .datright .datrt2 img{
    float: left;
    margin-right: 5px;
}
.ins-news-dat .datright .datrt3{
    font-size: 15px;
    height: 50px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */ /*强制显示一行*/
    display: -webkit-box; /*显示方式*/
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.icon-medium-plus a{
    margin-top: 15px;
    margin-left: 6px;
}
.newspre{
    border-top: #dfdfdf 1px solid;
    margin-top: 30px;
    padding-top: 20px;
    color: #999;
}
.newspre a{
    color: #999;
}
.newspre a:hover{
    color: #232323;
}
.newspre p{
    line-height: 40px;
    font-size: 16px;
}
.cases-xm{
    width: 1400px;
    margin: 0 auto;
}
.cases-xm img{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.cases-xm img:hover{
    opacity: .7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cases-xm .cases-xm-big{
    width: 1000px;
    height: 640px;
    float: left;
    position: relative;
}
.cases-xm .cases-xm-big p{
    position: absolute;
    width: 960px;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 20px;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  /*强制显示一行*/
}
.cases-xm .cases-xm-big img{
    width: 1000px;
}
.cases-xm .cases-xm-small{
    width: 360px;
    height: 200px;
    float: right;
}
.cases-xm .cases-xm-small ul li{
    position: relative;
    height: 200px;
    margin-bottom: 20px;
}
.cases-xm .cases-xm-small img{
    width: 360px;
    height: 200px;
}
.cases-xm .cases-xm-small ul li p{
    position: absolute;
    bottom: 0;
    width: 330px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #FFF;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  /*强制显示一行*/
}
.xmtxtjs{
    font-size: 16px;
    margin: 30px 0;
    line-height: 40px;
}
.xmimgtj{
    margin: 30px 0;
    min-height: 200px;
	height:auto;
	display:inline-block;
}
.xmimgtj ul li{
    width: 264px;
    height: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.xmimgtj img{
    width: 244px;
    height: 170px;
	border:#EFEFEF 10px solid;
}
.xmimgtj ul li:nth-child(5n){
    margin-right: 0;
}
/*contact.html start*/
.contact_banner {
    background:url(../images/contact_banner.jpg) no-repeat center top;
    height:350px;
}
.contact {
    padding:0px;
    font-family:"微软雅黑";
}
.contact_type {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.contact_type_ul {
    width:1300px;
    margin:0 auto;
    padding:40px 0;
}
.contact_type_ul ul li {
    width:305px;
    height:360px;
    text-align:center;
    float:left;
}
.contact_type_ad {
    background:url(../images/contact_item_bg.gif) no-repeat 0px 0px;
}
.contact_type_tel {
    background:url(../images/contact_item_bg.gif) no-repeat -450px 0px;
    margin:0 143px;
    _display:inline;
}
.contact_type_mail {
    background:url(../images/contact_item_bg.gif) no-repeat -899px 0px;
}
.contact_type_ad_title {
    padding-top:140px;
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
}
.contact_type_ad_int {
    line-height:24px;
    font-size:14px;
}
.contact_type_ad_button {
    width:95px;
    height:35px;
    background:#333;
    margin:0 auto;
    display:block;
    color:#fff;
    text-align:center;
    line-height:35px;
    font-size:14px;
    font-family:Arial;
    margin-top:20px;
}
.contact_arrive {
    width:1200px;
    margin:0 auto;
    padding:40px 0;
    border-top:1px dotted #ccc;
}
.contact_arrive h2 {
    height:42px;
    line-height:42px;
    font-size:18px;
    color:#333;
    font-weight:normal;
}
.contact_arrive_left {
    width:100%;
    float:left;
}
.contact_arrive_left dt {
    font-size:14px;
    color:#333;
    height:24px;
    line-height:24px;
    margin:13px 0px;
    padding-left:24px;
    font-family:"微软雅黑";
}
.contact_arrive_left dl {
    float:left;
}
.contact_arrive_left .bus dt {
    background:url(../images/contact_icon_bg.gif) no-repeat 0px 5px;
}
.contact_arrive_left .car dt {
    background:url(../images/contact_icon_bg.gif) no-repeat 0px -24px;
}
.contact_arrive_left .train dt {
    background:url(../images/contact_icon_bg.gif) no-repeat 0px -53px;
}
.contact_arrive_left dd {
    font-size:14px;
    color:#666666;
    line-height:24px;
}
.contact_arrive_right {
    float:left;
    padding-left:30px;
}
.contact_table table {
    border-collapse:collapse;
    padding:0px;
    margin:0px;
}
.contact_table td {
    padding:9px 0px;
}
.contact_table input {
    width:230px;
    height:36px;
    line-height:36px;
    border:1px solid #dddddd;
    font-size:12px;
    color:#999999;
    margin-right:7px;
    padding:0px 6px;
}
.contact_table textarea {
    width:420px;
    height:120px;
    border:1px solid #dddddd;
    font-size:12px;
    color:#999999;
    padding:5px;
    line-height:24px;
}
.contact_table .btn_submit {
    border:none;
    background:url(../images/contact_icon_bg.gif) no-repeat 0px -88px;
    width:133px;
    height:36px;
    cursor:pointer;
}
.general_title_new {
    height:44px;
    margin:0px auto;
    width:380px;
}
.general_title_new h1 {
    font-size:33px;
    color:#333;
    font-family:"微软雅黑";
    float:left;
    font-weight:normal;
    padding:0px 10px;
}
.general_title_new .dian_bg {
    float:left;
    background:url(../images/dian_title_bg.gif) no-repeat 0px 0px;
    width:113px;
    height:10px;
    margin-top:18px;
}
#container {
    min-height:500px ;
}
#myPageTop{
    position: absolute;
    z-index:10;
    top:150px;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    width:480px;
    margin-left: -560px;
    padding:20px;
}
#myPageTop a{
    display: inline-block;
    text-align: center;
    padding:6px 15px;
    color:#fff;
    background: #00aaff;
    background: #00aaff;
    text-decoration:none;
}
#myPageTop #show{
    display: block;
}
#myPageTop input{
    font-size:14px;
    padding:6px;
    border:1px solid #ccc;
    outline:none;
}
.pageShow h3{
    margin:20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.infowindow-content{
    padding:12px 8px;
    color:#fff;
    background:#ccc;
}
.pageShow{
    display:none;
}

.cooperate-ys{
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 40px;
    font-size: 18px;
}
.cooperate-ys h4{
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.cooperate-lists{
    margin: 20px auto;
    display: inline-block;
}
.cooperate-lists ul li{
    width: 254px;
    float: left;
    margin-right: 30px;
    border: #DDD 1px solid;
    height: 485px;
    overflow-y: hidden;
    background: #FFF;
}
.cooperate-lists ul li h5{
    background: #00aaff;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
}
.cooperate-lists ul li p{
    line-height: 28px;
    font-size: 15px;
    padding: 10px 20px;
}

.cooperate-lists ul li:last-child{
    margin-right: 0;
}
.cooperate-threes{
    width: 1400px;
    margin: 0 auto;
}
.cooperate-threes h3{
    width: 100px;
    height: 50px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 50px;
    font-size: 24px;
}
.cooperate-threes h3:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 25px;
    background-color: #00aaff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cooperate-threes h3:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 800px;
    background-color: #ccc;
}
.cooperate-threes .img-abr2{
    width: 360px;
    float: right;
    margin-bottom: 100px;
}

.cooperate-threes .img-abr3{
    width: 360px;
    float: left;
    margin-bottom: 100px;
}
.cooperate-threes .marleft{
    margin-left: 90px;
}
.cooperate-threes .marleft2{
    margin-left: 30px;
}
.jion_title {
    border-bottom:solid 1px #eee;
    margin-bottom:10px;
    margin-top: 30px;
}
.jion_title_en {
    color:#4bcdd9;
    font-family:Impact;
    font-size:18px;
    text-transform:uppercase;
}
.jion_title_ch {
    font-family: "微软雅黑";
    font-size:24px;
    padding:5px 0 8px 0;
}
.skill {
    width:860px;
    height:5px;
    background:#F1F1F1;
    padding:5px 20px;
    margin-top:20px;
}
.skill_word {
    font-family:Arial;
    text-transform:uppercase;
}
.skill ul li {
    float:left;
    margin-right:5px;
}

/*项目详情页轮播图*/
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    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-transition-timing-function:ease;
    -o-transform:translate(0px,0);
    -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
}
.swiper-wp8-horizontal {
    -ms-touch-action:pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action:pan-x
}
.swiper-box {
    margin: 20px auto;
    width: 830px
}
.pic_page {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #FF5909;
    font-weight: bold
}
.swiper-box img {
    display: block;
    width: 100%;
    height: 100%
}
.view {
    position: relative
}
.view .swiper-container {
    width: 100%;
    height: 490px
}
.view .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_l.png') no-repeat center;
    background-size: 100%;
    z-index: 10
}
.view .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_r.png') no-repeat center;
    z-index: 10
}
.view .swiper-slide div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.preview {
    width: 100%;
    margin-top: 18px;
    position: relative
}
.preview .swiper-container {
    margin-left: 45px;
    margin-right: 45px
}
.preview .swiper-slide {
    width: 148px;
    height: 90px;
    cursor: pointer;
    overflow: hidden
}
.preview .swiper-slide img {
    width: 135px;
    height: 80px;
    margin: 0 auto;
    border: 2px solid #edeef5
}
.preview .arrow-left {
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    margin-top: -9px;
    width: 44px;
    height: 85px;
    background: #353535;
    text-align: center;
    z-index: 10
}
.preview .arrow-left span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('../images/arrow_l1x.png') no-repeat center;
    background-size: 100% 100%;
    /*transform: rotate(180deg);*/
    margin-top: 34px
}
.preview .arrow-right {
    position: absolute;
    right: 0px;
    top: 10px;
    margin-top: -10px;
    width: 44px;
    height: 85px;
    background: #353535;
    text-align: center;
    z-index: 10
}
.preview .arrow-right span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('../images/arrow_r1x.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 34px
}
.preview .active-nav img {
    padding: 0;
    border-color: #00aaff;
    opacity: .9
}
.bsStyle999{
    background:url('../images/fxpng.png')!important;
}
.inv-tail-ws{
    width: 100%;
    border-top: #DDD 1px solid;
}
.inv-tail-w{
    width: 1400px;
    margin: 0 auto;
}
.inv-tail-w h3{
    width: 1000px;
    float: left;
    line-height: 50px;
    padding-top: 30px;
    font-size: 24px;
}
.inv-tail-w .spans{
    width: 1000px;
    float: left;
    margin-top: 15px;
}
.inv-tail-w .spans span{
    float: left;
    background: #f9e8e8;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 20px;
    color: #fd9800;
}
.inv-tail-w .hetongs{
    float: right;
    margin-top: 20px;
}
.inv-tail-w .hetongs a{
    margin-right: 32px;
    color: #999;
}
.inv-tail-w .fright{
    margin-top: 50px;
}
.inv-tail-m{
    width: 1400px;
    margin: 0 auto;
}
.inv-tail-m .swiper-tab{
    height: 100px!important;
}
.inv-tailrt{
    width: 500px;
    float: left;
    margin-left: 40px;
    height: 490px;
}
.inv-tailrt h4{
    font-weight: normal;
    font-size: 14px;
    line-height: 70px;
    border-bottom: #F1F1F1 1px solid;
}
.inv-tailrt h4 strong{
    font-size: 32px;
    color:#ff9900 ;
    margin-right: 5px;
}
.inv-tailrt h4 span{
    color: #999;
    margin-left: 20px;
}
.inv-tailrt .not01{
    border-bottom: #F1F1F1 1px solid;
    margin: 30px auto 0 auto;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}
.inv-tailrt .not01 ul li{
    float: left;
    width: 136px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 30px;
    border-right: #F1F1F1 1px solid;
}
.inv-tailrt .not01 ul li:nth-child(3n){
    border-right: 0;
}
.inv-tailrt .not01 ul li span{
    color: #999;
    font-size: 14px;
}
.inv-tailrt .not02{
    border-bottom: #F1F1F1 1px solid;
    margin: 20px auto 0 auto;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}
.inv-tailrt .not02 ul li{
    float: left;
    width: 250px;
    line-height: 36px;
}
.inv-tailrt .not02 ul li span{
    color: #999;
}
.inv-tailrt .not03{
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.inv-tailrt .not03 .not-tx1{
    width: 130px;
    float: left;
}
.inv-tailrt .not03 .not-tx1 img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.inv-tailrt .not03 .not-tx2{
    float: left;
    width: 200px;
    margin-right: 30px;
}
.inv-tailrt .not03 .not-tx2 p{
    margin-top: 15px;
}
.inv-tailrt .not03 .not-tx2 strong{
    font-size: 16px;
    display: inline-block;
}
.inv-tailrt .not03 .not-tx3{
    width: 100px;
    float: left;
}
.inv-tailrt .not03 .not-tx3 p{
    margin-top: 10px;
    display: inline-block;
}
.inv-tailrt .not04{
    margin-top: 18px;
}
.inv-tailrt .not04 ul li{
    float: left;
}
.inv-tailrt .not04 ul li a{
    background: rgba(200,32,30,.1);
    border: 1px solid #ff9900;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 13px;
    width: 60px!important;
}
.inv-tailrt .not04 ul li span{
    padding: 8px 20px;
    background: #ff9900;
    color: #FFF;
    border-radius: 4px;
    margin: 0px 20px;
    display: inline-block;
}
.inv-tail-m .xxqd{
    width: 1000px;
    line-height: 28px;
}
.inv-tail-m .xxqd p{
    border-bottom: #ddd 1px solid;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 15px;
}
.inv-tail-m .xxqd ul{
    width: 800px;
    clear: both;
    display: inline-block;
}
.inv-tail-m .xxqd ul li{
    width: 400px ;
    float: left;
    line-height: 50px;
}
.inv-tail-m .xxqd ul li span{
    color: #999;
}
.w-bg-100{
    width: 100%;
    background: #f5f5f5;
    display: inline-block;
}
.solus-txt{
    margin: 20px 0;
    font-size: 16px;
    line-height: 40px;
}

.solus-wrap{
    width: 100%;
    margin: auto;
    background:url(../images/ins-bg7.jpg) top center no-repeat;
    height: 800px;
    background-attachment: fixed;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#btnPost{background:#2fb9d4!important; color:#FFF; border:none!important; padding:0 15px;}
#Button1{background:#2fb9d4!important; color:#FFF; border:none!important; padding:0 15px; width:auto!important}
#jumpPage{ height: 24px!important; line-height: 24px; margin: 0 5px; border-color: #CCC!important; border-style: solid; border-width: 1px;}
.pg{ margin: 10px auto;}
.pg b{ background: #2fb9d4; color: #FFF!important; padding: 7px 10px; border-radius: 2px;}
.pg b font{color: #FFF!important;}
.pg a{ padding: 7px;}

.showImg{cursor: zoom-in;}
#bigImg{cursor: zoom-out;}