﻿@charset "UTF-8";
*{padding: 0;margin: 0;box-sizing: border-box;}
/*初始化样式*/
body{min-width: 320px; margin:0; padding:0; zoom:1;
    /*设置字体*/
    font-size:14px;
    line-height:24px;
    font-family:Regular, "微软雅黑";
    color:#666;height: 100%;}

ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;list-style: none;}
.ul,.ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}

/*强制去除表单自带的样式*/
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*/}

/*强制去除textarea自带的样式*/
textarea{resize:none;/*-webkit-appearance:none;*/}

textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*html5设置*/
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;}
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
em{font-style: normal;}
img{ border:none; border:0; vertical-align:bottom; font-size: 0;max-width: 100%;}
a{ color:#666; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none;color: #4073d2;}
*{transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;}

/*页面框架结构*/
.Contain{width: 1200px;margin: 0 auto;}
.SinglePage{ /*单片*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;}
.SinglePage img{ max-width:1200px;width: 100%;}
.fl{float: left;}
.fr{float: right;}
.clearfix{*zoom: 1}
.clearfix:after,.clearfix after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.por{position: relative;}
.SubPage{ padding:0px 0px 40px;height:auto !important; height:280px; min-height:280px; background:#fff;}
.scale:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}


/*head-Center*/

.head-Center{display: block;background: #fff;color: #333;width: 100%;height: 100px;line-height: 100px;vertical-align: middle;}
.Logo img{vertical-align: middle;}

/*NavsBox*/
.NavsBox{display: inline-block;vertical-align: middle;margin-top: 26px;}
.NavsBox li{float: left;height: 48px;line-height: 48px;position: relative;margin-left: 40px;}
.NavsBox li a{font-size: 16px;display: block;}
.NavsBox li:first-child{margin-left: 0;}
.NavsBox li.on a,.NavsBox li:hover > a{height: 48px ;color: #4073d2;background-image: url("../images/nav-xian.jpg");background-repeat: no-repeat;background-position: center bottom;}
.navDL{width: 160px;background:#fff;;text-align: center;padding: 10px 25px;border: 1px solid #c2c2c0;background: rgba(255,255,255,.8);position: absolute;left: 50%;margin-left: -80px;display: none;transition: all 0s;-webkit-transition: all 0s;-moz-transition: all 0s;-ms-transition: all 0s;z-index: 99;}
.navDL dd{height: 44px;line-height: 44px;border-bottom: 1px solid #cfd1d1;}
.navDL dd:hover a{color: #4073d2;}



/*banner*/
.IndexBanner{background: #e8e8e8;}
.Banner{ width:100%;min-width: 1200px; overflow:hidden; position:relative;}
.Banner .hd{  overflow:hidden; position:absolute; bottom:30px; z-index:1;width: 100%; }
.Banner .hd ul{ overflow:hidden; zoom:1;text-align: center;height: auto;line-height: 1; }
.Banner .hd ul li{ display: inline-block;margin:0 5px;  width:12px; height:12px;border: 2px solid #fff; border-radius: 6px;}
.Banner .hd ul li.on{ background: #4073d2;border: 2px solid #4073d2; }
.Banner .bd{ position:relative; height:100%; z-index:0;   }
.bd ul{transition: all 0s;-webkit-transition: all 0s;-moz-transition: all 0s;-ms-transition: all 0s;}
.Banner .bd li{ zoom:1; vertical-align:middle; }
.Banner .bd img{ width:100%;min-width: 1200px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.slideBox .prev,*/
/*.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }*/
/*.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }*/
/*.slideBox .prev:hover,*/
/*.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }*/
/*.slideBox .prevStop{ display:none;  }*/
/*.slideBox .nextStop{ display:none;  }*/



.Index-MainBox{padding: 60px 0;}

/*公司介绍*/
.Box-1{height: 460px;background-image: url("../uploadfiles/images/bg1.jpg");background-repeat: no-repeat;background-position: center;}
.Index-H2{font-size: 28px;color: #000;text-transform: uppercase;text-align: center;}
.Index-H3{font-size: 22px;color: #000;text-transform: uppercase;text-align: center;font-weight: normal;margin-top: 15px;}
.GSJS-Box{margin-top: 60px;}
.GSJS-Text{width: 750px;text-indent: 2em;font-size: 16px;line-height: 35px;color: #666;}
.GSJS-video{width: 393px;height: 238px;position: relative;}
.GSJS-video video { width: 391px;height: 236px;}
.GSJS-video img{position: absolute;left: 0px;right: 0px;top: 2px;bottom: 0px;z-index: 1;opacity: .7;}

/*新闻中心*/
.News-UL{margin-top: 45px;margin-left:-30px;}
.News-UL li{width: 380px;border: 1px solid #e5e5e5;padding: 20px;margin-left: 30px;float: left;}
/*.News-UL li:nth-child(3n){margin-right: 0;}*/
.News-Txt{font-size: 18px;color: #333;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;height: 24px;}
.New-Img{display: block;margin-top: 20px;width: 100%;height: 173px;line-height: 173px;vertical-align: middle;text-align: center;}
.New-Img img{max-width: 100%;max-height: 173px;vertical-align: middle;}
.News-p{margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;height: 48px;color: #555;}
.News-UL li:hover .News-Txt{color: #4073d2;}
.more{width: 100%;text-align: center;margin: 30px 0px;}
.more a{display: inline-block; height: 40px;width: 120px; background-color: #4f81d8;color: white;border: 0px;line-height: 40px;text-align: center;}

/*业务板块*/
.YW-Box{width: 100%;min-width: 1200px;height: 430px;background-image: url("../uploadfiles/images/bg2.jpg");color: #fff;background-repeat: no-repeat;background-position: center;}
.YW-Box .Index-H2,.YW-Box .Index-H3{color: #fff;}
.YW-UL{margin-top: 60px;}
.YW-UL li{width: 140px;margin: 0 50px;float: left;}
.YW-span{display: block;width: 140px;height: 140px;border: 1px solid #fff;border-radius: 50%;background-repeat: no-repeat;background-position: center;}
.YW-UL li:hover .YW-span{background-color: #fff;}
.YW-p{margin-top: 25px;text-align: center;font-size: 16px;color: #fff;}
.YW-UL li:hover .YW-p{font-weight: bold;}
.YW-sp1{background-image: url("../images/yw1.png");}
.YW-sp2{background-image: url("../images/yw2.png");}
.YW-sp3{background-image: url("../images/yw3.png");}
.YW-sp4{background-image: url("../images/yw4.png");}
.YW-sp5{background-image: url("../images/yw5.png");}

.YW-UL li:hover .YW-sp1{background-image: url("../images/yw12.png");}
.YW-UL li:hover .YW-sp2{background-image: url("../images/yw22.png");}
.YW-UL li:hover .YW-sp3{background-image: url("../images/yw32.png");}
.YW-UL li:hover .YW-sp4{background-image: url("../images/yw42.png");}
.YW-UL li:hover .YW-sp5{background-image: url("../images/yw52.png");}


/*精品工程*/
.JPGC-UL{margin-top: 50px;}
/* .JPGC-UL {width:100%;margin-right: 30px;height: 290px;background: url("../images/imgbg_03.jpg")no-repeat right bottom;padding-right: 10px;padding-bottom: 10px;} */
.JPGC-UL .owl-item{width:100%;background-image: url("../images/imgbg_03.jpg");background-repeat: no-repeat;background-position: right bottom;padding-bottom:15px;}
.JPGC-UL .item{margin-right: 20px;}
.JPGC-UL li:nth-child(3n){margin-right: 0;}
.GC-Bg{display: block;width: 100%;height: 280px;overflow: hidden;position: relative;}
.GC-Img{display: block;width: 100%;height: 280px;line-height: 280px;vertical-align: middle;text-align: center;}
.GC-Img img{max-width: 100%;max-height: 280px;vertical-align: middle;width: 100%;height: 100%;}
.JPGC-Text{position: absolute;width: 100%;height: 100%;background:#000;background: rgba(0,0,0,.6);color: #fff;z-index: 9;top: 230px;left: 0;padding-left: 30px;}
.JPGC-Text span{display: block;height: 50px;line-height: 50px;font-size: 16px;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.JPGC-Text p{height: 96px;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.JPGC-Text a{display: inline-block;margin-top: 30px;font-weight: bold;color: #fff;padding-right: 30px;background-image: url("../images/gd_03.png");background-repeat: no-repeat;background-position: center right;}
.JPGC-UL .item:hover .JPGC-Text{top: 0;padding: 30px;}













/*footer*/
.footer{background: #f7faff;}
.foot-Top{width: 100%;min-width: 1200px;margin: 0 auto;padding-top: 40px;padding-bottom: 40px;}
.foot-DL{margin-left:-135px;}
.foot-Top dl{width: 130px;margin-left: 135px;float: left;}
.foot-Top dl:last-child{margin-right: 0;}
.foot-Top dl dt{padding-bottom: 15px;background-image: url("../images/index1_56.jpg");background-repeat: no-repeat;background-position: bottom;}
.foot-Top dl dt a{font-size: 16px;color: #000;font-weight: bold;}
.foot-Top dl dd{margin-top: 10px;}
.foot-Top dl dd a{color: #999;}
.foot-Top dl dd a:hover{color: #3c73da;}
.foot-But{color: #fff;padding: 18px 0;background: #000;}
.foot-But a{color: #fff;}
.FX-Box{float: right;}
.FX-Box a{display: inline-block;width: 30px;height: 30px;line-height: 30px;border-radius: 50%;background: #2f333a;vertical-align: middle;text-align: center;}
.FX-Box a img{vertical-align: middle;}
.FX-Box a:hover{background: #3c73da;}



/*党建*/
.Bg-gay{background: #f7faff;display: block;overflow: hidden;}
.Banner2{width: 100%;min-width: 1200px;}
.Banner2 img{width: 100%;}
.Tittle-Top{width: 100%;min-width: 1200px;height: 70px;line-height: 70px;border-bottom: 1px solid #e3e3e3;}
.Title-Home{display: block;width: 60px;height: 70px;border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;background-image: url("../images/dj-home.png");background-repeat: no-repeat;background-position: center;}
.Top-Left{margin-left: 15px;}
.Top-Left a{display: inline-block;margin: 0 10px;}
.Top-Left a:last-child{color: #3c73da;}
.TittleNavs li{display: inline-block;float: left;margin-left: 60px;}
.TittleNavs li.on a,.TittleNavs li:hover a{display: block;border-bottom: 1px solid #4073d2;color: #4073d2;font-weight: bold;height: 69px;}
.DJGZ-Box{margin-top: 20px;padding-bottom: 10px;border-bottom: 1px solid #e9e9e9;}
.DJGZ-Box li{height: 160px;width: 100%;padding: 40px 0;border-bottom: 1px dashed #e9e9e9;}
.Times{width: 72px;height: 82px;border: 1px solid #d0d0d0;border-radius: 5px;text-align: center;}
.DJGZ-Box li:last-child{border-bottom: none;}
.Times span{display: block;height: 45px;line-height: 45px;background: #fff;border-radius: 5px 5px 0 0;font-size: 24px;color: #333;}
.Times p{height: 35px;line-height: 35px;color: #919191;background: #f2f2f2;border-radius: 0 0 5px 5px;}
.DJGZ-Text{width: 1110px;float: right;}
.DJGZ-Text a{font-size: 16px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;height: 24px;}
.DJGZ-Text p{margin-top: 14px;color: #888;height: 48px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}



/*Pages*/
.Pages{width: 100%;margin: 65px 0;text-align: center;}
.Pages a{display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align: center;background: #eeeeee;color: #666;margin: 0 5px;}
.Pages > a{width: 70px;}
.Pages a:hover{background: #4073d2;color: #fff;}


/*发展历程*/
.FZLC-Box{width: 100%;padding: 60px 0 0;}
.FZLC-Top{height: 49px;width: 100%;background-image: url("../images/fz_05.png");background-repeat: no-repeat;background-position: center;}
.FZLC-UL{width: 100%;background: url("../images/fz_09.jpg")repeat-y center;padding-bottom: 50px;}
.FZLC-UL li{width: 550px;padding-right: 90px;background-image: url("../images/fz_13.png");margin-left: 58px;text-align: right;background-repeat: no-repeat;background-position: center right;}
.FZLC-UL li span{font-size: 24px;color: #0d4c8f;font-weight: bold;text-align: right;display: block;}
.FZLC-UL li p{margin-top: 15px;}
.FZLC-UL li:nth-child(2n){margin-right: 58px;padding-left: 90px;text-align: left;background-image: url("../images/fz_13.png");margin-left: 591px;background-repeat: no-repeat;background-position: center left;}
.FZLC-UL li:nth-child(2n) span{text-align: left;}



/*岗位招聘*/
.RCLN-Box{margin-top: 65px;}
.RCLN-Img{width: 660px;height: 380px;line-height: 380px;display: block;text-align: center;vertical-align: middle;}
.RCLN-Img img{max-width: 660px;max-height: 380px;vertical-align: middle;}
.RCLN-Txt{width: 540px;height: 380px;padding: 30px;background: #4073d2;color: #fff;}
.RCLN-Txt span{display: block;height: 60px;line-height: 60px;background-image: url("../images/zp_08.png");font-size: 22px;background-repeat: no-repeat;background-position: left bottom;}
.RCLN-Txt p{margin-top: 20px;line-height: 28px;text-indent: 2em;}



.ZhaoPinBox{width: 100%;margin: 40px auto;}
.ZhaoPinBox li{margin-bottom: 20px;}
.Top-tabList{line-height: 50px;padding: 0 20px;background-image: url("../images/zp_16.png");background-color: #e6e3e3;color: #222222;font-size: 18px;font-family: "Bold", "微软雅黑";background-repeat: no-repeat;background-position: right 40px center;}
.But-BoxList{display: none;transition: all 0s;-webkit-transition: all 0s;-moz-transition: all 0s;-ms-transition: all 0s;color: #222;padding-bottom: 40px;}
.GWZP-Box{padding: 25px;background: #fff;position: relative;}
.But-BoxList h5{color: #222;font-size: 14px;}
.ZhaoPinBox li.on > p{background-image: url("../images/zp_13.png"); background-repeat: no-repeat;background-position: right 40px center;   background-color: #666666;color: #fff;}
.WYYP-a{position: absolute;bottom: -40px;left: 25px;width: 170px;height: 45px;line-height: 45px;text-align: center;background: #4073d2;color: #fff;}
.mat50{margin-top: 50px;}



/*关于湘安*/
.GYXA-Box{padding: 60px 0;background: #f7faff;}
.GYXA-H2{text-align: center;font-size: 26px;color: #333;padding-bottom: 20px;background-image: url("../images/nav-xian.jpg");background-repeat: no-repeat;background-position: center bottom;}
.GYXA-Box1{margin-top: 60px;}
.Img-Left{width: 516px;float: left;}
.Img-Box2{/*width: 499px;height: 550px;*/border: 4px solid #4073d2;border-radius: 10px 0 10px 0;display: block;margin-left: 13px;margin-top: 20px;}
.Img-Box2 img{/*width: 499px;height: 550px;*/order-radius: 10px 0 10px 0;margin-left: -13px;margin-top: -20px;}

.Video-Box2{width: 515px;height: 274px;margin-top: 30px;display: block;}
.Video-Box2 video {width: 513px;height: 272px;} 
.Text-GY{width: 600px;float: right;}
.GY-H3{color: #4073d2;font-size: 30px;text-align: left;padding-bottom: 10px;background-image: url("../images/nav-xian.jpg");margin-top: 80px;background-repeat: no-repeat;background-position: center left;}
.GY-H3 span{font-size: 16px;color: #cecece;display: block;line-height: 45px;height: 35px;}
.Text-GY > p{line-height: 40px;text-indent: 2em;font-size: 16px;margin-top: 40px;}


.QYWH-Box{background: #f6f6f6;}
.WH-Box img{margin-right: 20px;}
.WH-Left{width: 810px;float: left;position: relative;}
.GY-H3 b{color: #333;}
.WH-Left .GY-H3{padding-left: 25px;margin-left: -25px;background-image: url("../images/xian2_03.jpg");padding-bottom: 30px;background-repeat: no-repeat;background-position: left bottom;}
.WH-Left > p{width: 560px;margin-top: 50px;line-height: 40px;color: #333;font-size: 16px;}

.WH-UL{margin-top: 70px;}
.WH-UL li{width: 160px;float: left;margin-right: 140px;}
.WH-UL li:last-child{margin-right: 0;}
.WH-UL li b{font-size: 18px;color: #4073d2;}
.WH-UL li p{font-size: 16px;color: #333;margin-top: 20px;}
.GY-Img2{width: 376px;height: 420px;display: block;position: absolute;right: -140px;top: 70px;}
.WH-Right{width: 320px;float: right;}
.WH-Right img{width: 320px;margin-bottom: 15px;}



/*.LD-Box{margin-top: 70px;}
.LD-Img{width: 290px;height: 400px;float: left;display: block;}
.LD-Img img{width: 290px;height: 400px;}
.LD-Txt{padding: 80px 0;width: 860px;float: right;}
.LD-Txt h3{font-size: 30px;color: #4073d2;}
.LD-Txt p{line-height: 35px;color: #333;text-indent: 2em;margin-top: 40px;}
.LD-UL {margin-top: 55px;}
.LD-UL li{width: 210px;margin-right: 37px;float: left;margin-bottom: 20px;}
.LD-UL li:nth-child(5n){margin-right: 0;}
.LD-UL li p{line-height: 50px;height: 50px;text-align: center;}*/



/*公司领导*/
.GSLD-Box{width: 100%;margin-top: 40px;padding: 20px 40px 50px;background: #fff;}
.LD-UL li{padding: 20px;border-bottom: 1px dashed #cccccc;}

.GSLD-Img{display: block;float: left;width: 140px;}
.GSLD-Img img{width: 100%;}
.LD-Text{float: left;margin-left: 35px;font-size: 14px;color: #606060;line-height: 30px;}
.LD-Name{line-height: 50px;margin-bottom: 20px;}
.LD-Name b{display: inline-block;font-size: 17px;color: #4a7ed4;margin-right: 20px;}






/*技术研发*/
.JSYF-Box{padding: 55px 0;}
.JS-p1{text-indent: 2em;line-height: 40px;font-size: 16px;color: #333;}
.JS-Box{margin-top: 60px;}
.JS-Box h4{font-size: 18px;color: #222;}
.JS-Box h4 span{display: inline-block;margin-left: 40px;font-size: 16px;color: #222;font-weight: normal;}
.JS-Box ul li{margin-top: 20px;font-size: 16px;color: #222;}
.JS-Box ul li span{display: inline-block;margin-left: 30px;}
.JS-DL{margin-top: 45px;}
.JS-DL dd{text-align: center;width: 208px;float: left;margin: 0 46px;}
.JS-ImgBox{width: 208px;height: 208px;border: 8px solid #f7faff;border-radius: 50%;display: block;}
.JS-ImgBox img{width: 100%;height: 100%;border-radius: 50%;}
.JS-DL dd p{font-size: 16px;color: #222;margin-top: 20px;}
.JS-DL dd:hover .JS-ImgBox{border: 8px solid #b9ccf0;padding: 5px;}
.JS-ImgBoxs1{margin: 20px auto;width: 720px;}
.JS-ImgBoxs1 img{float: left;width: 271px;height: 403px;-moz-box-shadow:0px 0px 10px #DEE1E5; -webkit-box-shadow:0px 0px 10px #DEE1E5; box-shadow:0px 0px 10px #DEE1E5;}
.JS-ImgBoxs1 img:last-child{float: right;}
.JS-ImgBoxs2{width: 720px;margin: 0 auto;}
.JS-ImgBoxs2 img{width: 720px;height: 400px;border-radius: 10px 0 10px 0;margin-bottom: 30px;}


/*联系我们*/
.LXWM-Box{padding: 60px 0;}
.LXWM-Box >p{width: 60%;float: left;}
.LXWM-Box > img{width: 700px;height: 576px;}
.LXWM-Txt{width: 450px;padding: 50px 0;}
.LXWM-Txt h3{font-size: 30px;color: #4073d2;padding-bottom: 35px;background-image: url("../images/nav-xian.jpg");display: inline-block;background-repeat: no-repeat;background-position: center bottom;}
.LXWM-Txt ul{margin-top: 40px;}
.LXWM-Txt ul li{font-size: 16px;line-height: 35px;}
.LXWM-Txt img{display: block;width: 170px;height: 170px;margin: 20px auto;}

.ZXLY-Box{margin-top: 80px;}
.ZXLY-Box h2{font-size: 30px;color: #000;padding-top: 30px;background-image: url("../images/lx_11.jpg");text-align: center;text-transform: uppercase;background-repeat: no-repeat;background-position: center top;}
.ZXLY-Box h3{font-size: 22px;color: #000;font-weight: normal;margin-top: 15px;text-align: center;}
.ZXLY-Form{margin-top: 65px;}
.ZXLY-Form ul li{width: 325px;float: left;margin-right: 112px;margin-bottom: 40px;}
.ZXLY-Form ul li:nth-child(3n){margin-right: 0;}
.ZXLY-Form span{display: inline-block;width: 60px;}
.ZXLY-Form input{width: 260px;height: 40px;line-height: 40px;border: 1px solid #dcdcdc;padding-left: 10px;}
.ZXLY-Form textarea{float: left;width: 1135px;height: 190px;border: 1px solid #dcdcdc;padding: 10px;}
.ZXLY-Form p span{height: 190px;float: left;}
.LXWM-Sub{text-align: center;margin: 45px 0;}
.LXWM-Sub input{width: 120px;height: 40px;line-height: 40px;text-align: center;margin: 0 20px;padding: 0;font-size: 16px;}
.LXWM-Sub input[type="submit"]{background: #4073d2;color: #fff;}



/*金融资本*/
.FL-B{display: block;font-size: 18px;color: #222;margin: 40px 0 30px;}
.JRZB-FL{height: 60px;line-height: 60px;background: #e3e3e3;}
.JRZB-FL li{float: left;min-width: 180px;padding: 0 20px;text-align: center;background: #1d4fab;color: #fff;font-size: 18px;margin-right: 2px;opacity: .8;}
.JRZB-FL li.on{font-weight: bold;opacity: 1;}
.JR-Img{text-align: center;margin: 50px 0;display: none;}
.JR-Img img{max-width: 100%;}

/*精品工程*/
.JPGC-Box{padding: 70px 0;background: #f6f6f6;}
.JPGC-UL2{margin-top: 50px;}
.JPGC-UL2 li{width: 384px;margin-right: 24px;float: left;}
.JPGC-UL2 li:nth-child(3n){margin-right: 0;}
.JPGC-Img{display: block;width: 384px ;height: 314px;padding: 5px;border: 1px solid #cfcfcf;}
.JPGC-P2{padding: 25px 0;text-align: center;font-size: 16px;color: #333;}
.JPGC-UL2 li:hover .JPGC-Img{border: 1px solid #4073d2;}
.JPGC-UL2 li:hover .JPGC-P2{color: #4073d2;}
.JPGC-CK{display: block;margin: 50px auto 0;width: 370px;height: 55px;text-align: center;color: #959595;font-size: 16px;background: #efefef;line-height: 55px;}



/*视频中心*/
.SPZX-Top{margin-top: 55px;padding: 40px;background: #f4f4f4;}
.SP-Video1{width: 420px;height: 260px;display: block;}
.SP-Txt{width: 660px;padding-top: 40px;}
.SP-Txt h3{font-size: 18px;color: #333;}
.SP-Txt p{margin-top: 30px;line-height: 26px;}

.SPZX-Bottom{margin-top: 10px;padding-top: 30px;background: #f4f4f4;}
.SPZX-Bottom li{width: 359px;margin-right: 60px;float: left;}
.SPZX-Bottom li:nth-child(3n){margin-right: 0;}
.SP-Video2{display: block;width: 359px;height: 230px;}
.SPZX-Bottom li p{height: 50px;line-height: 50px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;font-size: 16px;}


/*投资开发*/
.TZKF-Box{margin-bottom: 60px;}
.DW-B{margin-top: 50px;font-size: 18px;color: #222;display: block;}
.DW-P{margin-top: 15px;font-size: 16px;line-height: 38px;}
.QYDW-Box{width: 960px;margin: 100px auto 20px;}
.QYDW-Box p{margin: 30px 0 70px;text-align: center;font-size: 16px;}


/*项目建设*/
.XM-B{display: block;font-size: 18px;color:#222;}
.XM-P{line-height: 38px;font-size: 16px;margin-top: 15px;}
.XM-MA{margin: 50px 0;}

#certify {position: relative;width: 1200px;margin: 0 auto;display: none;}

#certify .swiper-container {padding-bottom: 190px;}

#certify  .swiper-slide {width: 730px;height: 520px;background: #fff;box-shadow: 0 8px 30px #ddd;}
#certify  .swiper-slide img{display:block;}
#certify  .swiper-slide h3{text-align: center;margin-top: 30px;display: none;color: #333;}
#certify  .swiper-slide p {display: none;line-height: 24px;padding-top: 0; text-align: center;color: #636363;font-size: 14px;margin-top: 10px;}
#certify  .swiper-slide.swiper-slide-active h3{display: block;}
#certify  .swiper-slide.swiper-slide-active p{display: block;}

#certify .swiper-pagination {width: 100%;bottom: 20px;}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;background-color: #cccccc;width: 10px;height: 10px;opacity: 1;}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: #4073d2;}

.swiper-button-next, .swiper-button-prev{top: 245px;margin-top: 0;}

#certify .swiper-button-prev {left: 30px;width: 27px;height: 45px;background-image: url(../images/xm_03.png);background-repeat: no-repeat;}

#certify .swiper-button-next {right: 30px;width: 27px;height: 45px;background-image: url(../images/xm_05.png);background-repeat: no-repeat;}


/*业务板块*/
.YWBK-Gyxa{width: 100%;min-width: 1200px;height: 658px;background-image: url("../uploadfiles/images/ywbg_02.jpg");padding: 70px 0;background-repeat: no-repeat;background-position: center;}
.Box-gyxa{height: 100%;background: #4073d2;color: #fff;padding: 55px 80px;}
.Box-gyxa .GYXA-H2{color: #fff;background-image: url("../images/ywxian_03.jpg");background-repeat: no-repeat;background-position: center bottom;}
.YW-p1{line-height: 40px;color: #fff;text-align: center;margin-top: 65px;font-size: 16px;height: 140px;}

.YW-UL2{width: 1000px;margin: 0 auto;border-top: 1px solid #5f91ef;padding-top: 50px;}
.YW-UL2 li{width: 300px;margin-right: 50px;text-align: center;color: #fff;float: left;}
.YW-UL2 li:last-child{margin-right: 0;}
.YW-P2{font-size: 48px;}
.YW-P2 span{font-size: 16px;font-weight: bold;}
.YW-P3{font-size: 16px;margin-top: 20px;}


.YWBK-Box2{padding: 75px 0 65px;}
.YW-BKbox{margin-top: 65px;}
.YW-BKbox li{width: 140px;margin: 0 50px;float: left;}
.Yw-sp{display: block;width: 140px;height: 140px;border: 1px solid #e6e7e8;border-radius: 50%;background-repeat: no-repeat;background-position: center;}
.YW-BKbox li:hover .Yw-sp{background-color: #fff;-moz-box-shadow:3px 3px 6px #D1E0F8; -webkit-box-shadow:3px 3px 6px #D1E0F8; box-shadow:3px 3px 6px #D1E0F8;}
.YW-BKbox li .YW-p{margin-top: 25px;text-align: center;font-size: 16px;color: #777777;}
.YW-BKbox li:hover .YW-p{font-weight: bold;color: #4073d2}
.YW-span1{background-image: url("../images/yw13.png");}
.YW-span2{background-image: url("../images/yw23.png");}
.YW-span3{background-image: url("../images/yw33.png");}
.YW-span4{background-image: url("../images/yw43.png");}
.YW-span5{background-image: url("../images/yw53.png");}

.YW-BKbox li:hover .YW-span1{background-image: url("../images/yw12.png");}
.YW-BKbox li:hover .YW-span2{background-image: url("../images/yw22.png");}
.YW-BKbox li:hover .YW-span3{background-image: url("../images/yw32.png");}
.YW-BKbox li:hover .YW-span4{background-image: url("../images/yw42.png");}
.YW-BKbox li:hover .YW-span5{background-image: url("../images/yw52.png");}


/*资产运营*/
.ZCYY-Box{padding: 50px 0;}
.ZC-P{text-indent: 2em;line-height: 40px;font-size: 16px;color: #333;}
.ZC-Img{display: block;max-width: 100%;margin: 30px auto;}
.AL-Boxs{height: 700px;width: 100%;background: #f6f6f6;}

.AL-Box{height: 700px;width: 100%;}
.AL-Box .bd{width: 770px;height: 700px;float: left;background-image: url("../uploadfiles/images/al.png");position: relative;background-repeat: no-repeat;background-position: center;}
.AL-Box .bd ul li{width: 18px;height: 18px;position: absolute;display: block!important;}

.AL-Box .bd ul li span{width: 18px;height: 18px;background-image: url("../images/dian_07.png");display:block;background-repeat: no-repeat;background-position: center;}

.AL6{top: 336px;left: 422px;}/*福建*/
.AL5{top: 345px;left: 573px;}/*江西*/
.AL4{top: 388px;left: 603px;}/*湖南*/
.AL3{top: 461px;left: 505px;}/*江苏*/
.AL2{top: 483px;left: 562px;}/*山东*/
.AL1{top: 506px;left: 599px;}/*宁夏*/

.AL-Box .bd ul li.cur span{background-image: url("../images/dian_03.png");-webkit-animation: scaleout 1s infinite ease-in-out;animation: scaleout 1s infinite ease-in-out;background-repeat: no-repeat;background-position: center;}

.JS-Div {position: absolute;top: 20px;left: 20px;background: #fff;border-radius: 5px;height: 60px;width: 300px;overflow-y: scroll;display:none;z-index: 9;}
.AL-Box .bd ul li.cur .JS-Div{display:block;}

.map{position: relative; background-image: url(../uploadfiles/images/map.png);width: 700px;margin: 20px auto;height: 750px;background-repeat: no-repeat;background-position: center;}
.map .xj{position: absolute;top: 291px;left: 128px;}
.map div{position: absolute;}
.map .nmg{top: 312px;left: 399px;;}
.map .nx{top: 367px;left: 369px;}
.map .sx{top: 322px;left: 448px;}
.map .sd{top: 373px;left: 515px;}
.map .henan{top: 397px;left: 445px;}
.map .jiangsu{top: 412px;left: 543px;}
.map .ah{top: 420px;left: 514px;}
.map .sh{top: 435px;left: 532px;}
.map .jx{top: 508px;left: 508px;}
.map .fj{top: 529px;left: 545px;}
.map .gd{top: 546px;left: 475px;}
.map .hunan{top: 480px;left: 452px;transform: scale(1.4);}
.map .yn{top: 538px;left: 300px;}
.map .hn{top: 622px;left: 433px;}





@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(1.0) }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0.4;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    } 100% {
          transform: scale(1.1);
          -webkit-transform: scale(1.3);
          opacity: 0.4;
      }
}




.AL-Box .hd{width: 350px;float: right;}
.AL-Box .hd ul{width: 350px;height: 622px;overflow-y: scroll;margin-top: 39px;}
.AL-Box .hd ul li .item{width: 290px;}
.AL-Img{display: block;width: 290px;height: 237px;border: 1px solid #d2d2d2;padding: 4px;}
.AL-Img img{max-width: 100%;max-height: 100%;}
.AL-p{padding: 20px 0 30px;text-align: center;font-size: 16px;}
.AL-Box .hd .curre .AL-Img{border: 1px solid #4073d2;}
.AL-Box .hd ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.AL-Box .hd ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4073d2;
}
.AL-Box .hd ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: #EDEDED;
}



.ZCYY-JP{background: #fff;}



/*组织架构*/
.ZZJG-Box{padding: 60px 0 70px;}
.ZZJG-Box img{max-width: 100%;}


/*荣誉资质*/
.RYZZ-Box{padding: 60px 0 70px;}
.RYZZ-UL .JPGC-Img{display: block;width: 384px ;height: 314px;line-height:302px;padding: 5px;border: 1px solid #cfcfcf;text-align: center;vertical-align: middle;}
.RYZZ-UL .JPGC-Img img{max-width: 372px;max-height: 302px;display: inline-block;vertical-align: middle;}


/*新闻*/
.FMJ-Cont{margin-top: 40px;padding: 0 30px;background: #fff;margin-bottom: 40px;overflow: hidden;}
.FMJ-Cont ul li{padding: 30px 0;border-bottom: 1px dashed #efefef;}
.FMJ-ImgBox{display: block;width: 177px;height: 122px;text-align: center;vertical-align: middle;line-height: 122px;}
.FMJ-ImgBox img{display: inline-block;max-width: 177px;max-height: 122px;vertical-align: middle;}
.FMJ-Text{margin-left: 30px;width: 690px;}
.FMJ-Text a{display: block;height: 35px;line-height: 35px;font-size: 16px;color: #404040;}
.FMJ-Cont ul li:hover .FMJ-Text a{color: #4073d2;}
.FMJ-Text p{height: 48px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.FMJ-Text span{display: block;margin-top: 18px;}
.FMJ-a{display: block;width: 24px;height: 122px;background-color: #f3f3f3;background-image: url("../images/fmj_15.png");background-position: center;background-repeat: no-repeat;}
.FMJ-Cont ul li:hover .FMJ-a{background-color: #4073d2;background-image: url("../images/fmj_10.png");}




/*新闻详情*/
.JJ-Box{margin-top: 70px;}
.XWXQ-H3{font-size: 30px;color:#444;text-align: center;line-height:1.2;}
.XWXQ-P{font-size: 16px;text-align: center;padding: 30px 0;border-bottom: 1px solid #e5e5e5;}
.XWXQ-PBox p{margin-top: 25px;font-size: 16px;line-height: 35px;}
.XWXQ-PBox img{display: block;max-width: 100%;margin: 30px auto;}
.XWXQ-PBox {margin-bottom:80px;}
.XWXQ-FY{margin-bottom: 50px;font-size: 18px;}
.XWXQ-FY a:hover{color: #4073d2;}


/*招聘表单*/
.alert{position: fixed;left: 28%;top:0;background: #fff;box-shadow: 0 0 15px #ddd;display: none;z-index: 9999;height:100%;}
.alert .mation{position: relative;height:100%;overflow: auto;}
.alert .close{position: absolute;right: 15px;z-index: 9999;cursor: pointer;top: 15px;width: 25px;height: 25px;background-image: url(../images/close.png);background-repeat: no-repeat;background-position: center;}
.alert h1{font-size: 40px;text-align: center;color: #7596cd;font-weight: bold;padding-top: 25px;}
.alert .ul{padding: 0 45px 45px 45px;}
.alert .ul li{line-height: 65px;border-bottom: 1px solid #DEDEDE;position: relative;}
.alert .ul li label{display: inline-block;font-size: 18px;color: #221815;width:90px;text-align: right;}
.alert .ul li input.text{border: none;width: 78%;height: 40px;margin: 0px auto;padding: 0 10px;font-size: 18px;}
/*.alert .ul li select{border: none;width: 80%;height: 40px;margin: 0px auto;padding: 0 10px;font-size: 18px;}*/
/*.alert .ul li.down{background: url(../images/down.png) 25% center no-repeat;}*/
/*.alert .ul li.down input.text{opacity: 0;margin-top: -10px;}*/
.alert .ul li.jy section{color: #c01920;font-family: "微软雅黑";}
.alert .ul li.btn{border: none;}
.alert .ul li.btn .sub{width: 100%;text-align: center;color:#FFFFFF;background: #c01920;font-size: 16px;padding: 15px 0;cursor: pointer;margin-top: 35px;}

































