/*全局样式*/

.wrapper{width:1200px;}
.wrap-white{width:100%; padding:60px 0; background:#fff;}
.wrap-gray{width:100%; padding:60px 0; background:#f3f3f5;}

/*头部样式*/

#header{left:0; top:0; width:100%; height:82px; background:rgba(255,255,255,.8); z-index:999;}
#header.white{background:#fff; box-shadow:0 0 10px #e1e1e1;}
#logo{left:0; top:16px;}
#logo img{width:210px; height:50px;}
#nav{right:280px; top:0;}
#nav ul li{position:relative; float:left; height:82px; line-height:82px; margin-left:50px; font-size:17px; text-align:center;}
#nav ul li:first-child{margin-left:0;}
#nav ul li a{display:block;}
#nav ul li:hover > a,#nav ul li.current > a{color:#015196;}
#nav ul li:hover ul{display:block;}
#nav ul li ul{position:absolute; left:-50px; right:-50px; top:82px; padding:14px 0; background:rgba(1,81,150,.8); display:none;}
#nav ul li ul li{float:none; height:44px; line-height:44px; margin-left:0; font-size:16px;}
#nav ul li ul li a{color:#fff;}
#nav ul li ul li:hover a{color:#fe8a00;}
#tel{right:0; top:18px; height:46px; padding-left:42px; background:url(img/tel.png) no-repeat left center; overflow:hidden;}
#tel h3{height:18px; line-height:18px; font-size:16px; overflow:hidden;}
#tel h2{height:28px; line-height:28px; font-size:26px; font-weight:bold; color:#e75f05; overflow:hidden;}

/*首页样式*/

#banner-img ul li{float:left;}
#banner-img ul li a{display:block;}
#banner-btn{position:absolute; left:0; bottom:30px; width:100%; height:12px; overflow:hidden;}
#banner-btn dl{display:flex; justify-content:center;}
#banner-btn dl dd{width:12px; height:12px; background:#fff; margin:0 6px; border-radius:6px; cursor:pointer;}
#banner-btn dl dd.on{width:36px;}
#prev,#next{top:50%; transform:translateY(-50%); width:26px; height:48px; background-repeat:no-repeat; background-position:center; cursor:pointer; opacity:.7; }
#prev{left:60px; background-image:url(img/prev.png);}
#next{right:60px; background-image:url(img/next.png);}
#prev:hover,#next:hover{opacity:1;}

#prev1,#next1{top:50%; transform:translateY(-50%); width:26px; height:48px; background-repeat:no-repeat; background-position:center; cursor:pointer; opacity:.4; }
#prev1{left:60px; background-image:url(img/prev1.png);}
#next1{right:60px; background-image:url(img/next1.png);}
#prev1:hover,#next1:hover{opacity:1;}


#about-img{width:626px; height:470px;}
#about-img-box ul li{position:relative; float:left; width:626px; height:470px; overflow:hidden;}
#about-img-box ul li img{width:626px; max-width:none; height:470px; animation-duration:1.2s;}
#about-img-box ul li h3{position:absolute; left:0; right:0; bottom:0; height:68px; line-height:68px; padding:0 20px; background:rgba(0,0,0,.5); font-size:16px; color:#fff; overflow:hidden;}
#about-img-btn{right:20px; bottom:29px; height:10px; overflow:hidden;}
#about-img-btn dl dd{float:left; width:10px; height:10px; margin-left:8px; background:#fff; border-radius:50%;}
#about-img-btn dl dd:first-child{margin-left:0;}
#about-img-btn dl dd.on{background:#fe8a00;}

#about-text{width:534px; height:416px; margin-top:26px; overflow:hidden;}
#about-text h2{height:26px; line-height:26px; font-size:24px; overflow:hidden;}
#about-text span{position:relative; display:block; width:100%; height:1px; margin-top:25px; background:#e1e1e1;}
#about-text span em{position:absolute; left:0; top:-1px; width:60px; height:3px; background:#015196;}
#about-text section{height:240px; line-height:32px; margin-top:36px; font-size:15px; color:#666; overflow:hidden;}
#about-text section p{margin-top:16px;}
#about-text section p:first-child{margin-top:0;}
#about-text h4{width:162px; height:52px; line-height:52px; margin-top:36px; background:#015196; border-radius:4px; font-size:15px; text-align:center; overflow:hidden;}
#about-text h4 a{display:block; color:#fff;}
#about-text h4:hover{background:#0159a5;}

.title h2{height:32px; line-height:32px; font-size:30px; overflow:hidden;}
.title h3{height:16px; line-height:16px; margin-top:8px; font-size:14px; text-transform:uppercase; color:#666; overflow:hidden;}
.title em{display:block; width:50px; height:3px; margin:15px auto 0 auto; background:#015196;}

#wrap-case{width:100%; max-height:818px; padding:60px 0; background:url(img/case-bg.jpg) no-repeat center; overflow:hidden;}
#wrap-case .title h2,#wrap-case .title h3{color:#fff;}

#case{margin-top:40px;}
#case ul{margin:-15px 0 0 -15px;}
#case ul li{position:relative; float:left; width:390px; height:288px; margin:15px 0 0 15px; overflow:hidden;}
#case ul li img{width:390px; max-width:none; height:288px; animation-duration:1.2s;}
#case ul li h3{position:absolute; left:0; right:0; top:0; background:rgba(0,0,0,.4); height:288px; padding:0 31px; font-size:18px; font-weight:bold; text-align:center; color:#fff; overflow:hidden; display:none;}
#case ul li h3 span{display:block; height:20px; line-height:20px; margin-top:80px; padding-top:108px; background:url(img/link.png) no-repeat top center;}
#case ul li em{position:absolute; left:15px; right:15px; top:15px; height:256px; border:1px solid rgba(255,255,255,.4); animation-duration:0.8s; display:none;}
#case ul li:hover h3,#case ul li:hover em{display:block;}

#case-more{width:182px; height:52px; line-height:52px; margin:40px auto 0 auto; background:#015196; border-radius:4px; font-size:15px; text-align:center; overflow:hidden;}
#case-more a{display:block; color:#fff;}
#case-more:hover{background:#0159a5;}

#news-tab{margin-top:30px;}
#news-tab dl{display:flex; justify-content:center;}
#news-tab dl dd{width:160px; height:50px; line-height:50px; margin:0 10px; border:1px solid #d6d6d6; border-radius:4px; font-size:16px; text-align:center; color:#666; cursor:pointer; overflow:hidden;}
#news-tab dl dd.current{background:#015196; border-color:#015196; color:#fff;}

#news{margin-top:40px;}
#news section{display:none;}

.news-rmd{width:592px; height:382px; overflow:hidden;}
.news-rmd-box ul li{position:relative; width:592px; height:382px; overflow:hidden;}
.news-rmd-box ul li img{width:592px; max-width:none; height:382px; animation-duration:1.2s;}
.news-rmd-box ul li figure{position:absolute; left:0; right:0; bottom:0; height:46px; padding:24px; background:url(img/gradual.png) repeat-x top; color:#fff; overflow:hidden;}
.news-rmd-box ul li figure figcaption{height:18px; line-height:18px; font-size:16px; font-weight:bold; overflow:hidden;}
.news-rmd-box ul li figure p{height:16px; line-height:16px; margin-top:12px; font-size:14px; overflow:hidden;}

.news-item{width:594px; height:382px; overflow:hidden;}
.news-item ul li{position:relative; height:94px; margin-bottom:14px; padding:12px; background:#f3f3f5;}
.news-item ul li:last-child{margin-bottom:0;}
.news-item ul li span{display:block; width:146px; height:94px; overflow:hidden;}
.news-item ul li img{width:152px; max-width:none; height:98px; margin:-2px -3px; animation-duration:1.2s;}
.news-item ul li figure{position:absolute; left:172px; right:14px; top:20px; height:74px; overflow:hidden;}
.news-item ul li figure figcaption{height:18px; line-height:18px; font-size:16px; overflow:hidden;}
.news-item ul li figure p{height:48px; line-height:24px; margin-top:8px; font-size:14px; color:#999; overflow:hidden;}
.news-item ul li:hover figure figcaption{color:#015196;}

.news-more{width:182px; height:52px; line-height:52px; margin:40px auto 0 auto; background:#abb0b7; border-radius:4px; font-size:15px; text-align:center; overflow:hidden;}
.news-more a{display:block; color:#fff;}
.news-more:hover{background:#015196;}

#partner{margin-top:40px;}
#partner ul{margin:-12px 0 0 -12px;}
#partner ul li{position:relative; float:left; width:190px; height:96px; margin:12px 0 0 12px; overflow:hidden;}
#partner ul li a{display:block; width:190px; height:96px;}
#partner ul li img{width:190px; height:96px;}
#partner ul li h3{position:absolute; left:0; top:0; width:190px; height:96px; line-height:96px; background:#015196; font-size:16px; text-align:center; color:#fff; overflow:hidden; display:none;}
#partner ul li:hover img{display:none;}
#partner ul li:hover h3{display:block;}

/*内页样式*/

/*#lm-banner{width:100%; height:540px; background:url(img/lm-banner.jpg) no-repeat center;}*/
#lm-banner{width:100%; height:285px; background:url(img/lm-banner.jpg) no-repeat center;}
#position{height:68px; line-height:68px; border-bottom:1px solid #e1e1e1; font-size:14px; color:#666;}
#position span{display:block; padding-left:24px; background:url(img/home.png) no-repeat left center;}
#position a{color:#666;}
#position a:hover{color:#015196;}

#menu{margin-top:30px;}
#menu dl{display:flex; justify-content:center;position: relative; padding-bottom: 40px;}
#menu dl dd{width:180px; height:50px; line-height:50px; margin:0 10px; border:1px solid #d6d6d6; border-radius:26px; font-size:16px; text-align:center; }
#menu dl dd a{display:block; color:#666;}
#menu dl dd:hover{border-color:#015196;background:#015196;}
#menu dl dd:hover a{color:#fff;}
#menu dl dd.current{background:#015196; border-color:#015196;}
#menu dl dd.current a{color:#fff;}
.sanji{position: absolute; top: 50px; left: 0; width: 100%; display: none; z-index: 50; padding: 15px 0; text-align: center;}
.sanji li{ display: inline-block; line-height: 40px; font-size: 16px; margin: 0 20px;}
.sanji li a{ color: #666 !important;}
.sanji li a:hover{color:#015196 !important;}
#menu dl dd:hover .sanji{ display: block;}

#case-list{margin-top:40px;}
#case-list ul{margin:-30px 0 0 -30px;}
#case-list ul li{float:left; width:380px; height:312px; margin:30px 0 0 30px; overflow:hidden;}
#case-list ul li span{display:block; width:380px; height:280px; overflow:hidden;}
#case-list ul li img{width:380px; max-width:none; height:280px; animation-duration:1.2s;}
#case-list ul li h3{height:18px; line-height:18px; margin-top:14px; font-size:16px; text-align:center; overflow:hidden;}
#case-list ul li:hover h3{color:#015196;}

#news-list{margin-top:40px;}
#news-list ul li{position:relative; height:292px; margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #e1e1e1; overflow:hidden;}
#news-list ul li:last-child{margin-bottom:0; padding-bottom:0; border-bottom:none;}
#news-list ul li span{display:block; width:452px; height:292px; overflow:hidden;}
#news-list ul li img{width:452px; max-width:none; height:292px; animation-duration:1.2s;}
#news-list ul li figure{position:absolute; left:482px; right:0; top:30px; height:232px; overflow:hidden;}
#news-list ul li figure figcaption{height:20px; line-height:20px; font-size:18px; font-weight:bold; overflow:hidden;}
#news-list ul li figure h3{height:16px; line-height:16px; margin-top:20px; font-size:14px; color:#888;}
#news-list ul li figure p{line-height:28px; margin-top:14px; font-size:14px; color:#666;}
#news-list ul li figure h4{width:146px; height:46px; line-height:46px; margin-top:30px; border:1px solid #d6d6d6; border-radius:24px; font-size:14px; text-align:center; color:#666; overflow:hidden;}
#news-list ul li figure h4:hover{background:#015196; border-color:#015196; color:#fff;}
#news-list ul li:hover figure figcaption{color:#015196;}

#pageinfo{margin-top:60px; font-size:0;}
#pageinfo a{display:inline-block; min-width:14px; height:46px; line-height:46px; margin:0 4px; padding:0 18px; background:#fff; border:1px solid #d6d6d6; border-radius:2px; font-size:14px; color:#666;}
#pageinfo a:hover{color:#015196;}
#pageinfo a.info{color:#999;}
#pageinfo a.current{background:#015196; border-color:#015196; color:#fff;}

#single{line-height:250%; margin-top:40px;}
#single img{display:inline-block; vertical-align:middle;}
#article-title{line-height:200%; font-size:18px; font-weight:bold; text-align:center; color:#333;}
#article-info{margin:12px 0; font-size:14px; text-align:center; color:#888;}

#prev-next{height:52px; margin-top:30px; padding-top:30px; border-top:1px solid #e1e1e1; overflow:hidden;}
#prev-next dl dd{height:16px; line-height:16px; margin-bottom:20px; font-size:14px; overflow:hidden;}
#prev-next dl dd:last-child{margin-bottom:0;}
#prev-next dl dd a:hover{color:#015196;}

/*底部样式*/

#footer{width:100%; padding:60px 0; background:#363738;}
#f-menu dl{float:left; margin-left:72px;}
#f-menu dl:first-child{margin-left:0;}
#f-menu dl dt{height:30px; line-height:30px; margin-bottom:10px; font-size:16px; color:#fff; overflow:hidden;}
#f-menu dl dd{height:30px; line-height:30px; font-size:14px; overflow:hidden;}
#f-menu dl dd a{display:block; color:#aeaeaf;}
#f-menu dl dd a:hover{color:#fff;}
#f-code{height:160px; margin-right:56px; padding:0 56px; border-left:1px solid #575757; border-right:1px solid #575757;}
#f-code dl dd{float:left; height:122px; margin-left:20px; overflow:hidden;}
#f-code dl dd:first-child{margin-left:0;}
#f-code dl dd img{width:94px; height:94px; margin:0 auto;}
#f-code dl dd h3{height:16px; line-height:16px; margin-top:12px; font-size:14px; text-align:center; color:#aeaeaf; overflow:hidden;}
#f-contact{text-align:right;}
#f-contact h3{height:16px; line-height:16px; font-size:14px; color:#aeaeaf; overflow:hidden;}
#f-contact h2{height:36px; line-height:36px; margin-top:6px; padding-left:46px; background:url(img/tel1.png) no-repeat left center; font-size:30px; font-weight:bold; color:#fff; overflow:hidden;}
#f-contact h4{height:16px; line-height:16px; margin-top:14px; font-size:14px; color:#aeaeaf; overflow:hidden;}
#f-contact dl{height:36px; margin-top:24px; font-size:0; overflow:hidden;}
#f-contact dl dd{display:inline-block; width:36px; height:36px; background-repeat:no-repeat; background-position:center; border-radius:50%;}
#f-contact dl dd.wechat{background-image:url(img/wechat.png); background-color:#a91427;}
#f-contact dl dd.qq{margin-left:12px; background-image:url(img/qq.png); background-color:#015196;}
#f-contact dl dd a{display:block; width:36px; height:36px;}

#copyright{height:90px;background:#2a2a2b; font-size:14px; color:#8c8c8e; overflow:hidden;}
#copyright a{color:#8c8c8e;}
#copyright a:hover{color:#fff;}

#footer .yqlj{ width: 1200px; margin: auto; padding: 20px; font-size: 16px; color: #fff; border-bottom: 1px solid #313036;}
#footer .yqlj a{ display: inline-block; font-size: 14px; color: #fff; margin: 0 8px;}

#copyright .yqlj{
	    width: 1200px;
    margin: auto;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #313036;
    text-align: center;
}
#copyright .yqlj p{
	color: #8c8c8e;
}
#copyright .yqlj a{ display: inline-block; font-size: 14px; color: #8c8c8e; margin: 0 8px;}