@charset"utf-8";
.layout { margin: 0 auto; padding: 0 20px; }
a:hover { color: #0154A0; }
body { padding-top: 120px;}
#header { background: #FFF; box-shadow: 0 0 10px #CCC; width: 100%; position: fixed; top: 0; left: 0; z-index: 99999; }
.contact { font-size: 30px; font-weight: bold; line-height: 120px; text-align: right;}
/*导航*/
#nav { }
#nav>li { float: left; position: relative; }
#nav .home { background: none; }
#nav>li>a { display: block; height: 60px;  text-align: center; transition: all .5s ease 0s; margin-top: 30px; }
#nav>li .name { font-size: 18px; padding-top: 12px; font-weight: bold; }
#nav>li .aname { font-size: 12px;}
#nav>li>a:hover,#nav>li:hover>a,#nav>li a.current { text-decoration: none; color: #0279D4; }
#nav .sub { display: none; position: absolute; left: 0; background: #0E7FD5;  z-index: 99999; width: 150%; padding: 20px; }
#nav .sub li { height: 36px;}
#nav .sub li a { height: 36px; line-height: 36px; color: #FFF; display: block; text-align: center; border-bottom: 1px solid #99C6E8;}
#nav .sub li a:hover { color: #99C6E8; }

/*搜索部分*/
.search { background: #EEE; height: 60px; line-height: 60px; position: relative; }
.search span { background: #0170CC; color: #FFF; position: relative; line-height: 60px; display: inline-block; padding: 0 15px; margin-right: 10px; }
.search span:after { content: ""; position: absolute; top: 50%; left: 100%; margin-top: -8px; border: solid transparent; border-left-color: #0170CC; border-width: 8px; }
#search_text { border: 1px solid #0170CC; border-radius: 18px 0 0 18px; height: 36px; line-height: 36px; padding: 0 20px; width: 200px; position: absolute; right: 100px; top: 12px; }
#search_submit { background: #0170CC; height: 36px; border-radius: 0 18px 18px 0; width: 100px; position: absolute; right: 10px; top: 12px; color: #FFF; cursor: pointer; }

/* 幻灯 */
#slideshow { position: relative; margin-bottom: 10px; overflow: hidden; }
#slideshow img { width: 100%; }
#slideshow .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center; }
#slideshow .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 30px; height: 8px; margin-right: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#slideshow .hd ul .on { width: 60px; background: #0170CC; }

#slideshow .next, #slideshow .prev { position: absolute; top: 0; width: 68px; height: 100%; color: #FFF; text-align: center; cursor: pointer; }
#slideshow .next { right: 20px; background: url(images/next.png) center no-repeat;}
#slideshow .prev { left: 20px; background: url(images/prev.png) center no-repeat;}

/*主体*/
.hd1 { background: #EEE; height: 60px; line-height: 60px; padding: 0 14px; font-size: 16px; border-left: 10px solid #0170CC; }
.bd1 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd2 { background: #EEE; height: 60px; line-height: 60px; padding: 0 14px; font-size: 16px; border-left: 10px solid #0170CC; }
.bd2 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }

.cmore { float: right; }
.cmore a { background: #0170CC; display: block; padding: 0 10px; color: #FFF; font-size: 14px; }
.cmore a:hover { background: #000; }

.current_location { background: #EEE; border-radius: 5px; height: 40px; line-height: 40px; text-align: right; padding: 0 20px; margin-bottom: 20px; margin-top: 20px; }
.current_location a.current { font-weight: bold; }

/*底部*/
#bottom { background: #EEE; padding: 20px 0; margin-top: 10px; }
#bottom .main a { color: #242424; line-height: 36px; height: 36px; font-size: 16px; display: block; }
#bottom .sub a { color: #242424; line-height: 26px; font-size: 12px; }
#bottom_contact { background: #0170CC; padding: 20px;}
#bottom_contact li { margin-bottom: 4px; line-height: 36px; color: #FFF; font-size: 16px; }
#bottom_contact li span {width: 20px; display: inline-block; }
#footer { background: #FFF; padding: 10px 0; color: #242424; }
#footer a { color: #242424; }

/* 频道页相关 */
#channel_cover { text-align: center; }
#channel_cover img { min-width: 1200px; width: 100%; }
#channel_content { font-size: 16px; }
#channel_content p { line-height: 2; }

/*分页样式*/
.page_turner { margin: 20px 0; text-align: center; }
.page_turner a, .page_turner span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.current { background: #0170CC; color: #FFF; }

/*详情页面*/
#detail_title { font-size: 18px; line-height: 50px; }
#detail_intro { background: #EEE; color: #999; padding: 0 10px; line-height: 40px; font-size: 12px; background: linear-gradient(to right, #EEE, #FFF); }
#detail_content { padding: 20px 0; font-size: 16px; }
#detail_content p { line-height: 2; }
#detail_around { padding: 10px; line-height: 26px; border: 1px solid #EEE; margin-bottom: 20px; border-radius: 10px; }
#detail_picture { margin-top: 20px; }
#detail_picture img { padding: 10px; border: 1px solid #EEE; }
#detail_tab { margin: 20px 0;}
#detail_tab .hd li { float: left; display: block; cursor: pointer; height: 40px; line-height: 40px; padding: 0 40px; margin-right: 2px; background: #EEE; }
#detail_tab .hd li.on { background: #0170CC; color: #FFF; }
#detail_tab .bd { margin-top: 20px; }

/*多图展示*/
#detail_slideshow { margin-top: 20px;}
#detail_slideshow .bd img { }
#detail_slideshow .hd { margin-top: 10px; }
#detail_slideshow .hd li .img { border: 1px solid #EEE; padding: 3px; cursor: pointer; }
#detail_slideshow .hd .on .img { border: 1px solid #0170CC; padding: 3px; }
#detail_paremeter li { border-bottom: 1px solid #EEE; line-height: 40px;}

/*留言*/
.feedback_list { }
.feedback_list dt { padding: 10px; background: #CCC; }
.feedback_list dd { padding: 10px; background: #F1F1F1; margin-bottom: 10px; }

/* 漂浮的客服 */
#float { z-index: 9999; position: absolute; display: block; bottom: 0; right: 0; }
#float .wrap { margin-bottom: 2px; position: relative; cursor: pointer; background: #0170CC; z-index: 999;}
#float .wrap:hover { background: #3E3D42;}
#float .icon { padding: 15px 0; width: 60px; display: block; line-height: 60px; text-align: center;  color: #FFF; font-size: 30px;  }
#float .content { min-height: 60px; min-width: 200px; position: absolute; right: 60px; top: 0; display: none; background: #0170CC;}
#float .content a { color: #FFF; }
#float .qq .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .qrcode .content { padding: 5px; }
#float .phone .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .custom .content { padding: 20px; color: #FFF; }
#float .gotop .content { }


.cname { text-align: center; font-size: 36px; margin-top: -36px; color: #0170CC;}
.caname { text-align: center; font-size: 50px; color: #DDD; text-transform:uppercase;}
.cseoname { text-align: center; font-size: 16px; line-height: 60px;}
.alist {}
.alist li { line-height: 50px; font-size: 16px; border-bottom: 1px solid #EEE;}
.adlist{}
.adlist .wrap { padding: 20px; margin-bottom: 20px; border: 1px solid #EEE; border-radius: 10px; transition: all .5s ease 0s; }
.adlist .wrap:hover { box-shadow: 0 0 20px #DDD; }
.adlist .title { line-height: 50px; border-bottom: 1px solid #EEE; font-size: 16px;}
.adlist .content { color: #666; padding: 10px 0; }
.adlist .info { text-align: right; }
.plist {}
.plist .wrap { margin-bottom: 20px; padding: 15px; border: 1px solid #EEE; border-radius: 10px; transition: all .5s ease 0s; }
.plist .wrap:hover { box-shadow: 0 0 20px #DDD; }
.plist .title { text-align: center; height: 36px; line-height: 36px; font-size: 16px; }
.pdlist{}
.pdlist .wrap { padding: 20px; margin-bottom: 10px; border: 1px solid #EEE; border-radius: 10px; transition: all .5s ease 0s; }
.pdlist .wrap:hover { box-shadow: 0 0 20px #DDD; }
.pdlist .title { line-height: 50px; border-bottom: 1px solid #EEE; font-size: 16px;}
.pdlist .content { color: #666; padding: 10px 0; }
.pdlist .info { font-size: 12px; text-align: right; }
.channel_list li { margin-bottom: 2px; }
.channel_list li a { display: block; background: #EEE; line-height: 50px; padding: 0 10px; font-size: 16px; }
.channel_list li a:hover { background: #0170CC; color: #FFF; text-decoration: none; }
.channel_list li a.current { background: #0170CC; color: #FFF; text-decoration: none; }
.channel_wlist { overflow: hidden; margin-bottom: 10px; }
.channel_wlist li { float: left; margin-right: 10px; }
.channel_wlist li a { display: block; height: 40px; line-height: 40px; background: #EEE; padding: 0 30px; }
.channel_wlist li a:hover { background: #0170CC; color: #FFF; }
.channel_wlist li a.current { background: #0170CC; color: #FFF; }

#index-1 { padding: 20px 0; }
#index-2 { padding: 20px 0; background: #F5F5F5; }
#index-3 { padding: 20px 0;  }
#index-4 { padding: 20px 0; }
#index-5 { padding: 20px 0; }


#pclist {}
#pclist dt { background: #0170CC; text-align: center; line-height: 42px; height: 42px; margin-top: 20px; margin-bottom: 10px;}
#pclist dt a { color: #FFF; font-size: 16px; display: block; }
#pclist dd { border-bottom: 1px dotted #999; line-height: 32px; text-align: center; }
#pclist dd a { color: #0170CC; font-size: 14px; display: block; }
#index_products .hd li span { background: #EEE; display: block; height: 50px; line-height: 50px; text-align: center; cursor: pointer; font-size: 18px; }
#index_products .hd li.on span { background: #0170CC; color: #FFF; }
#index_products .bd { margin-top: 20px;  }
#index_honor { position: relative;}
#index_honor .wrap { padding: 10px; border: 1px solid #EEE;}
#index_honor .wrap .title { background: #EEE; line-height: 36px; height: 36px; text-align: center; }
#index_honor .prev { position: absolute; top: 180px; left: 20px;}
#index_honor .next { position: absolute; top: 180px; right: 20px;}
#case_list {}
#case_list .wrap { padding: 10px; border: 1px solid #EEE; margin-bottom: 2px;}
#case_list .wrap .hd { font-size: 16px;}
#case_list .wrap .bd { margin-top: 15px;}
#case_list .wrap .bd .scontent { color: #999; }
.hdi { font-size: 36px; font-weight: bold; margin-top: 40px; margin-bottom: 20px;}
.hdi .more { float: right;}
.hdi .more a { display: block; background: #727272; color: #FFF; font-size: 18px; padding: 5px 20px;}
.pclist .wrap { border: 1px solid #EEE; padding: 20px; margin-bottom: 20px;}
.pclist .wrap .content  { display: flex; }
.pclist .wrap .content .l { width: 100px;  }
.pclist .wrap .content .l img { border-radius: 50px; }
.pclist .wrap .content .r { flex: 1; padding-left: 20px; }
.pclist .wrap .title  { font-size: 18px; font-weight: bold; line-height: 38px; }
.pclist .wrap .scontent  { color: #666; }
.pclist .wrap .more  { display: inline-block; background: #FAFAFA; border: 1px solid #CCC; padding: 10px 50px; }

#areanews { display: flex;}
#area { width: 500px; background: #F5F5F5; padding: 20px;}
#news { flex:1; margin-left: 20px; background: #F5F5F5; padding: 20px;}

#index_news { }
#index_news .wrap { margin-bottom: 10px; display: flex; width: 100%; background: #FFF; padding: 20px; border-radius: 5px;}
#index_news .left { height: 100px; width: 100px; text-align: center; color: #686868; }
#index_news .day { font-size: 50px; }
#index_news .ym {  }
#index_news .right { height: 100px; flex: 1; padding: 0 30px; border-left: 1px solid #EEE; margin-left: 30px;}
#index_news .title { font-size: 18px; line-height: 32px; }
#index_news .content { line-height: 22px; }

.flist li { line-height: 36px;}

.pwlist {}
.pwlist .wrap { background: #F2F2F2; padding: 20px; margin-bottom: 20px;}
.pwlist .wrap .title { font-size: 18px; font-weight: bold; }
.pwlist .wrap .title a { color: #0156C1; }
.pwlist .wrap .xian { display: block; width: 100px; height: 5px; background: #58A1FF; margin-top: 20px; }
.pwlist .wrap .scontent { padding: 20px 0; }
.pwlist .wrap .more { height: 36px; border-radius: 18px; border: 3px solid #58A1FF; text-align: center; line-height: 30px; display: block; width: 160px; }
.pwlist .wrap .more a { color: #58A1FF; }

.service {}
.service .wrap { background: #039C63; height: 183px; line-height: 183px; text-align: center; color: #FFF; margin-bottom: 20px; font-size: 18px; font-weight: bold; border-radius: 91.5px; box-shadow: 0 0 10px #CCC;}
.servicelist li { border-radius: 5px; background: #EEE; padding: 22px; margin-bottom: 7px; font-size: 18px; font-weight: bold; transition: all .5s ease 0s; text-align: center;}
.servicelist li:hover { border-left: 30px solid #039C63; border-right: 30px solid #039C63;  }