/* CSS Document */

.top { height: 80px;}
.top a.logo {width: 380px; height: 80px; line-height: 80px; float: left; background: url(/img/top_logo.png) center center no-repeat;}
.nav {float: right; padding-top: 24px;}
.nav a {float: left; font-size: 16px; margin-left: 30px; display: block; line-height: 110%; background: url(../img/nav_bg1.png) -50px bottom no-repeat; color: #000;}
.nav a:hover {font-weight: bold; color: #f26f21; background: url(/img/nav_bg1.png) left bottom no-repeat;}
.in_ad {height: 300px; background:url(/img/in_ad.jpg) center top no-repeat;}
.in_ad1 {text-align: right; color: #fff; padding-top: 90px;}
.in_ad1 h2 {font-size: 30px;}
.in_ad1 h3 {font-size: 30px; font-weight: normal;}
.in_bg1 {background: url(/img/in_bg2.jpg) left bottom no-repeat; padding-bottom: 30px;}
.in_bg2 {background: url(/img/in_bg1.jpg) right top no-repeat; padding-top: 40px;}
.in_title {height: 50px;}
.in_title .more {color: #333; float: right;}
.in_title .more a {color: #333;}
.in_title .more a:hover {color: #ff0; text-decoration: underline;}
.in_title .f_l {float: left;}
.in_title .f_l a { line-height: 30px; height: 50px; float: left; display: block; padding: 0 30px; color: #999999;}
.in_title .f_l a:hover,.in_title .f_l a.on {color: #f26f21; background: url(/img/in_titlebg.png) center bottom no-repeat;}

.footer {background: #333;}
.footer1 {height: 170px; border-bottom: 1px solid #5b5b5b;}
.footer1_1 {float: left; height:170px; width:350px ; background: url(/img/tel_pic.png) left center no-repeat;}
.footer1_2 {float: right; padding-top: 68px;}
.footer1_2 a {transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out;-o-transition: All 0.3s ease-in-out;display: block; height: 34px; border-radius:20px; line-height: 34px; width: 34px; float: left; margin-left: 20px;}
.footer1_2 a.a1 {background: url(/img/icons/f1.png) center center no-repeat #f26f21;}
.footer1_2 a.a2 {background: url(/img/icons/f2.png) center center no-repeat #f26f21;}
.footer1_2 a.a3 {background: url(/img/icons/f3.png) center center no-repeat #f26f21;}
.footer1_2 a:hover {transform: translate(0,-5px);
            -webkit-transform: translate(0,-5px);
            -moz-transform: translate(0,-5px);
            -o-transform: translate(0,-5px);
            -ms-transform: translate(0,-5px);}
.footer2 {padding: 30px 0;}
.footer2_1 {float: left; color: #ccc; font-size: 13px; line-height: 30px;}
.footer2_2 { font-size: 16px;float: right; line-height: 60px; color: #ccc;}
.footer2_2 span {padding: 0 10px;}
.footer2_2 a {color: #ccc;}
.footer2_2 a:hover {color: #f26f21;}

.mask_full {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 999;}


/* 文章展示 */
.article {padding: 0 40px;}
.article h2 {padding: 25px 0 15px; text-align: center;font-size: 28px;font-weight: normal;line-height: 40px;}
.aritlce_info {height: 40px;border-bottom: 1px solid #E6E6E6;overflow: hidden;}
.aritlce_date {float: left;color: #999;line-height: 26px;}
.aritlce_zoom {float: right;}
.aritlce_zoom a {display: inline-block;margin-left: -1px;width: 26px;height: 24px;border: 1px solid #E0E0E0;background: #FAFAFA;line-height: 18px;text-align: center;overflow: hidden;}
.aritlce_zoom sup {font-size: 10px;-webkit-text-size-adjust: none;}
.article_content {padding: 20px 0;font-size: 16px;line-height: 180%;}
.article_content p {padding-bottom: 20px;}
.article_content p img {max-width: 100%; height: auto;}

.article_page_nav {margin: auto;padding-bottom: 20px;width: 600px;overflow: hidden;}
.article_page_nav li {float: left;margin: 0 -1px -1px 0;width: 298px;height: 38px;border: 1px solid #E6E6E6;}
.article_page_nav li a {display: block;padding: 0 15px;line-height: 38px;}
.article_page_nav li a.crt {color: #468C00;}

.article_page {margin: auto;padding-bottom: 40px;width: 600px;border-top: 1px solid #E6E6E6;text-align: center;}
.article_page a {display: inline-block;margin-left: -1px;padding: 5px 12px;height: 20px;border-left: 1px solid #E6E6E6;border-right: 1px solid #E6E6E6;border-bottom: 2px solid #E6E6E6;background: #FAFAFA;color: #333;line-height: 20px;vertical-align: middle;}
.article_page a:hover {background: #FFF;}
.article_page a.current {background: #FFF;border-bottom: 2px solid #8EC100;}


.news_links { text-align: center; }
.news_links a { height: 30px; line-height: 30px; display: inline-block; padding: 0 12px; margin: 0 5px; border-radius: 3px; _width: 2px; white-space: nowrap; }
.news_links a.no, .news_links a.no:hover { background: #fff; color: #999; border: 1px solid #dddddd; }
.news_links a:link, .news_links a:visited { background: #fafafa; border: 1px solid #dddddd; color: #333; }
.news_links a:hover { background: #f26f21; border: 1px solid #b94500; color: #fff; }
.news_links a.show:link, .news_links a.show:visited, .news_links a.show:hover { background: #f26f21; border: 1px solid #b94500; color: #fff; }


