body{margin:0px auto;padding:0px;border:0px;font-family:"微软雅黑"; font-size:16px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; min-width:1260px;background: #fff;}
ul,li,ol{margin:0px; padding:0px; list-style:none;}
table,tr,td,h1,h2,h3,h4,h5,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
input{border: none;outline: none;background: none;}
a{text-decoration:none; cursor:pointer;color: #000;transition: 0.6s;}
a:hover{ text-decoration:none;transition: 0.6s;color:#00589c;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.width{width:1260px;margin: 0 auto;}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.images{
	transition: all 0.8s;
	-moz-transition: width 0.8s; /* Firefox 4 */
	-webkit-transition: width 0.8s; /* Safari 和 Chrome */
	-o-transition: width 0.8s; /* Opera */
	}
.images:hover{
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */
	}



/****************************************首页****************************************/
.header{
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
    bottom: auto;

    z-index: 999;
    width: 100%;
}

/* 头部 */
.top{width: 100%;height: 120px;background: #004a85;}
.logo{margin-top: 20px;}
.topr{color:#fff;}
.toprt{margin-top: 20px;text-align: right;}
.toprt a{font-size: 14px;color: #fff;}
.wzlj:hover{color: #eee;}
.search {width: 260px;height: 38px;line-height: 38px;color: #fff;border: 1px solid #fff;border-radius: 20px;margin-top: 15px;}
.sswz{padding-left: 15px;width: 210px;height: 38px;float: left;color: #fff;}
.sstp{margin-top: 11px;margin-right: 10px;float: left;}




/* 导航 */
.menu{width: 100%;background: #00589c;height: 50px;line-height: 50px;}
.nav{position:relative; z-index:1;}
.nav a{ color:#fff;}
.nav .nLi{ float:left;  position:relative; display:inline;width: 9.09%;text-align: center;}
.nav .nLi h3{ font-weight: normal;}
.nav .nLi h3 a{ display:block;font-size:16px;}
.nav .on h3 a{font-weight: bold;background:#004a85;}
.nav .nLi:hover h3 a{font-weight: bold;background:#004a85;}
.nav .sub{width:100%; left:0; top:50px;  position:absolute;background:#004a85;text-align: center;display: none;z-index: 999;}
.nav .sub li{ zoom:1; font-size: 16px;}
.nav .sub a{ display:block; color: #fff;padding: 10px 0;line-height: 22px;}
.nav .sub a:hover{ background: #00589c;}


/* 内容 */
.main{width: 100%;overflow: hidden;background:#f1f6f9 url(../img/bg.jpg) no-repeat center bottom;position: relative;z-index: 1;}
.main .width{background: rgba(255,255,255,.9);box-shadow: 0 0 3px #999;}
.title{overflow: hidden;position: relative;}
.line{position: absolute;width: 70%;height: 1px ;background: #00589c;top: 14px;left: 0;margin-left: 118px;}
.title h3{float: left;font-size: 24px;color: #000;line-height: 24px;font-weight: normal;}
.title h3::before {background: #00589c;display: inline-block;content: "";width: 4px;height: 24px;vertical-align: middle;margin: -5px 10px 0 0;}
.title a{float: right;font-size: 14px;color: #999;margin-top: 5px;}
.title a:hover{color: #00589c;}

/* banner */
.banner{width:100%; text-align:center;margin-top:170px;}
.slideBox{ height:auto; overflow:hidden; position:relative;}
.slideBox .hd ul{position: absolute;bottom:20px;left: 50%;margin-left: -40px;z-index: 999;}
.slideBox .hd ul li{width: 15px;height: 6px;background:#fff;margin-right: 10px;text-indent:-999px; cursor:pointer;float: left;border-radius: 5px;}
.slideBox .hd ul li.on{background: #f17b0a;width: 36px;}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;}
.slideBox .bd ul{width:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ width:100%; height:auto; display:block;  }


.top, .banner, .logo, search, .toprt { transition: all .4s; -ms-transition: all .4s;}
body.scroll .header {box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);}
body.scroll .toprt{ opacity: 0; height: 0; margin: 0; visibility: hidden;}
body.scroll .logo{margin-top:8px;}
body.scroll .top{height:95px;}
body.scroll .search{margin-top:30px;}
body.scroll .banner { margin-top: 145px;}

/* part1 */
.part1{padding: 0 30px;margin: 40px 0;}
.part1div{width: 580px;}
.part1lb{margin-top: 15px;}
.part1lb li{overflow: hidden;padding: 10px 0;border-bottom: 1px dashed #ddd;transition: 0.6s;}
.part1lb li .date{float: left;width: 58px;height: 50px;text-align: center;}
.part1lb li .date p:first-child{line-height: 28px;background: #00589c;font-size: 20px;color: #fff;font-weight: bold;}
.part1lb li .date p:last-child{line-height: 20px;border: 1px solid #00589c;color: #00589c;font-size: 12px;}
.lbnr{width: calc(100% - 80px);float: right;padding:10px 0;}
.lbnr b{font-size: 18px; color: #000;font-weight: normal;}
.lbnr p{font-size: 14px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 8px;}
.part1lb li:hover{transition: 0.6s;transform:translateX(10px);}
.part1lb li:hover b{color: #00589c;}
.part1lb li:last-child{border-bottom: none;}

/* adv */
.adv{padding: 0 30px;}
.adv a{display: block;width: 1200px;height: 120px;overflow: hidden;}
.adv img{transition: .6s;width: 1200px;height: 120px;}

/* part2 */
.part2{margin: 40px 0;padding: 0 30px;}
.part2div{width: 580px;}
.part2lb{margin-top: 15px;}
.part2lb li{border-bottom: 1px dashed #ddd;line-height: 50px;padding-left: 15px;background: url(../img/libg.png) no-repeat left center;transition: .6s;}
.part2lb li span{float: right;color: #999;font-size: 14px;}
.part2lb li:hover{background: url(../img/libg-on.png) no-repeat left center;padding-left: 20px;transition: .6s;}



/* 创业团队 */
.part3{padding: 0 30px;margin-bottom: 40px;}
.part4{padding: 0 30px 10px 30px;}
.picScroll-left,.picScroll-left1{ width:100%; position: relative;margin-top: 35px;}
.picScroll-left .bd ul,.picScroll-left1 .bd ul{  zoom:1;}
.picScroll-left .bd ul li,.picScroll-left1 .bd ul li{float:left; _display:inline;margin: 0 7.5px;width: 225px;transition: 0.6s;position: relative;}
.picScroll-left .bd ul li .pic,.picScroll-left1 .bd ul li .pic{ text-align:center;overflow: hidden;width:100%; height:140px;}
.picScroll-left .bd ul li .pic img,.picScroll-left1 .bd ul li .pic img{ width:100%; height:140px; display:block;transition: .6s;object-fit: cover;}
.picScroll-left .bd ul li .title a,.picScroll-left1 .bd ul li .title a{display: block;margin-top: 15px;color: #000;}
.picScroll-left .bd ul li:hover a,.picScroll-left1 .bd ul li:hover a{color: #00589c;font-weight: bold;}
.picScroll-left .hd,.picScroll-left1 .hd{ overflow:hidden;width: 18%;height: 50px;margin: 30px auto 0 auto;}
.picScroll-left .hd ul,.picScroll-left1 .hd ul{overflow:hidden; zoom:1;z-index: 999;float: left;margin: 13px 20px;}
.picScroll-left .hd ul li,.picScroll-left1 .hd ul li{ float:left;width:14px; height:6px; overflow:hidden; margin-right:8px; text-indent:-999px; cursor:pointer; background:#e1e1e1;border-radius: 5px;}
.picScroll-left .hd ul li.on,.picScroll-left1 .hd ul li.on{ background:#ec5b12;width: 36px;}
.picScroll-left .hd .prev,.picScroll-left1 .hd .prev{width: 40px;height: 37px;background: url(../img/left.png) no-repeat center;float: left;}
.picScroll-left .hd .next,.picScroll-left1 .hd .next{width: 40px;height: 37px;background: url(../img/right.png) no-repeat center;float: left;}


/* 快捷方式 */
.kjfs{width: 100%;background: #00589c;height: 100px;}
.kjfs ul li{width: 12.5%;border-right: 1px solid #2b72aa;float: left;padding-top: 13px;height: 87px; box-sizing: border-box; }
.kjfs ul li a{display: block;text-align: center;color: #fff;}
.ljtp{height: 40px;line-height: 40px;}
.ljtp img{vertical-align: middle;transition: .6s;}
.ljwz{margin-top: 12px;}
.kjfs ul li:hover img{transform: rotateY(180deg);transition: .6s;}

/* 底部 */
.footer{background:#004a85;overflow: hidden;color: #fff;width: 100%;padding: 20px 0;font-size: 14px;line-height: 28px;text-align: center;}
.footer .width{position: relative;}

.yqlj{position: absolute;right: 0;top: 30px;}
.yqlink{width: 80px;margin-left: 25px;;position: relative;display: inline-block;}
.yqlink p{background: url(../img/xia.png) no-repeat right center;padding-right: 20px;}
.yqlink ul{position: absolute;top: 100%;left: 50%;margin-left:-140px;height: 115px;background: #fff;z-index: 999;padding: 6px 0;overflow-y: auto;display: none;border: 1px solid #ddd;width: 190px;}
.yqlink ul li a{display: block;line-height: 18px;padding: 6px 6px 6px 10px;text-align: left;color: #494949;font-size: 14px;}
.yqlink ul li:hover a{color: #003c74;background: #ddd;}

/* 内页 */
.nybanner{height: 300px;overflow: hidden;}
.nynr{padding:40px 0; }
.nynrl{width: 240px;}
.nynrl h3{width: 100%;height: 60px;background: #004a85;line-height: 60px;text-align: center;font-size: 20px;color: #fff;margin-bottom: 20px;}
.nynrl li{position: relative;}
.nynrl li a.lanm{display: block;width: 100%;background: #f8f0f0;line-height: 40px;text-align: center;color: #333;margin-bottom: 15px;}
.nynrl li.on a.lanm,.nynrl li:hover a.lanm{color: #fff;background: #004a85;font-weight: bold;}
.nynrr{width: 980px;}
.location{border-bottom: 1px solid #ddd;overflow: hidden;}
.location h3{font-size: 20px;color: #004a85;float: left;margin: 0 0 -1px; border-bottom: 3px solid #004a85;line-height: 50px;}
.current{float: right;font-size: 14px;color: #999;margin-top: 20px;}
.current a{color: #999;}
.current a:hover{color: #004a85;}

/* dpzw */
.dpzw{padding: 30px 0;overflow: hidden;}
.dpzw p{font-size: 16px !important;line-height: 32px !important;text-indent: 32px !important;color: #000;margin-bottom: 20px;}

/* 内容页 */
.nryy{width: 80%;padding: 10px 10%;background: #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);}
.nry{padding: 30px 0;overflow: hidden;}
.nry h1{font-size: 18px;text-align: center;color: #004a85;line-height: 26px;padding: 0 25px;}
.xiab{text-align: center;font-size: 14px;color: #999;margin-top: 10px;}
.nrynr{overflow: hidden;border-bottom: 1px dashed #ddd;border-top: 1px dashed #ddd;padding: 25px 0;margin: 25px 0;}
.nrynr p{font-size: 16px;line-height: 32px;text-indent: 32px;color: #000;}
.nrynr p img{display: block;margin: 10px auto;}
.sxp p{font-size: 14px;color: #000;margin-bottom: 10px;}
.sxp p a{color: #999;}
.sxp p a:hover{color: #018b48;}


/* 列表页 */
.jxgllb{margin-top: 10px;}
.jxgllb li{line-height: 60px;border-bottom: 1px dashed #ddd;transition: 0.6s;}
.jxgllb li span{float: right;color: #999;font-size: 14px;}
.jxgllb li:last-child{border-bottom: none;}
.jxgllb li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}



.dqgz{margin-top: 30px;}
.dqst{border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.dqst .lbtp{float: left;width: 160px;overflow: hidden;height:100px;}
.dqst .lbtp img{width: 160px;height: 100px;transition: all 0.8s;}
.mtjj li:hover img{cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */}
.dqst .title{width: calc(100% - 175px);float: right;font-size: 16px;}
.dqst .title a{font-size: 16px;font-weight: bold;}
.dqst .title p.info{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;line-height: 1.5rem;height: 40px;color: #666;margin: 15px 0;}
.dqst .title p.date{color: #680034;font-weight: bold;}
.dqst .title span{font-size: 12px;font-weight:normal;}
.dqgz li{line-height: 1.5rem;border-bottom: 1px dashed #ddd;}
.dqgz li::before{content: "";display: inline-block;width: 6px;height: 6px;background: #680034;}
.dqgz li a{float: left;display: block;padding-left: 8px;font-size: 16px;width: calc(100% - 60px);}
.dqgz li span{float: right;width: 50px;font-size: 12px;color: #999;}
.dqgz li:hover{-webkit-transform: translateX(6px);-moz-transform: translateX(6px);-o-transform: translateX(6px);-ms-transform: translateX(6px);transform: translateX(6px);}


/* 图片列表 */
.piclist{overflow: hidden;padding-top: 10px;}
.piclist li{border-bottom: 1px dashed #ddd;padding: 20px 0;overflow: hidden;transition: 0.6s;}
.tplbtp{float: left;width: 160px;height: 100px;overflow: hidden;}
.tplbtp img{width: 160px;height: 100px;object-fit: cover;transition: 0.6s;}
.tplbwz{float: right;width: calc(100% - 180px);overflow: hidden;}
.tplbwz .tplbzy{font-size: 14px;color: #666;margin: 10px 0;}
.tplbwz .tplbrq{font-size: 14px;color: #ec5b12;}
.piclist li:hover{transition: 0.6s;transform:translateX(10px);}