@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #222; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1200px; margin: auto; overflow: hidden; }
/*header*/
header { }
.logo { float: left; margin: 36px 26px 0 0; background: url(../images/xuxian.png) no-repeat right; padding-right: 20px; }
.logo img { }
img { }
.top_info { margin: 40px 0 15px; float: left; }
.top_info h2 { color: #0069c1; margin: 5px 0; }
.top_info p { color: #6a6a6a; font-size: 19px; height: 25px; line-height: 25px; }
.top_tell { color: #feb622; font-family: "impact", "arial"; font-size: 31px; height: 27px; line-height: 27px; padding-left: 34px; float: right; margin: 30px 0 10px; background: url(../images/tel_08.png) no-repeat; }
.search { width: 300px; border: #206baf solid 2px; background: #fff; position: relative; overflow: hidden; line-height: 36px; float: right; }
.search input.input_text { width: 60%; float: left; z-index: 9; line-height: 36px; border: none; outline: none; position: relative; text-indent: .5em; }
.search input.input_submit { width: 20%; float: right; border: none; line-height: 36px; background: linear-gradient( 185deg, #206baf 0%, #0255a5 100%); color: #fff; font-size: 16px; }
nav { line-height: 52px; background: url(../images/nav_17.jpg) repeat-x bottom; overflow: hidden; margin: 20px auto 0; font-size: 16px; }
#starlist { width: 1200px; margin: auto; height: 52px; padding-top: 5px; overflow: hidden; }
#starlist li { display: inline-block; float: left; margin: 0 24px; }
#starlist li a { display: block; padding: 0 26px; color: #fff; position: relative; }
#starlist li a#selected:before, #starlist li a:hover:before { content: ""; background: #000; width: 14px; height: 14px; position: absolute; left: -7px; top: 3px; transform: rotate( 45deg); z-index: -1; }
#starlist li a#selected:after, #starlist li a:hover:after { content: ""; background: #000; width: 14px; height: 14px; position: absolute; right: -7px; top: 3px; transform: rotate(45deg); z-index: -1; }
#starlist li:hover a, a#selected { background: url(../images/nav_hover.png) repeat; top: 0; left: 0; }
/*mnav*/
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #333; margin-top: 23px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #333; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #333; }
.banner { margin-bottom: 30px }
.banner img { width: 100% }
.left_box { width: 20%; float: left; }
.right_box { width: 78%; float: right; }
.home_product { }
.pro_nav { background: #015aae; color: #fff; }
.pro_nav section { }
.pro_nav h3 { color: #fff; text-align: center; font-size: 31px; padding: 30px 0; background: linear-gradient( 180deg, #0960b0 0%, #0180d1 100%); position: relative; overflow: hidden; z-index: 0; }
.pro_nav h3 span { display: block; text-transform: uppercase; font-size: 18px; font-weight: normal; margin: 5px 0; }
.pro_nav h3:after { background: radial-gradient(circle at bottom, #09b4e8, transparent 50%); content: ""; position: absolute; width: 100%; height: 256px; left: 0; bottom: -70px; z-index: -1; }
.pro_nav ul { padding: 24px 0; overflow: hidden; border-bottom: #004f9c 1px solid; }
.pro_nav li { line-height: 50px; position: relative; }
.pro_nav li:before { content: ""; position: absolute; width: 10px; height: 10px; background: transparent; border: #fff 1px solid; border-radius: 100%; left: 27px; top: 20px; }
.pro_nav li:after { content: ""; position: absolute; width: 4px; height: 4px; background: #fff; border-radius: 100%; left: 31px; top: 24px; }
.pro_nav li a { color: #fff; display: block; padding-left: 62px; font-size: 16px; }
.pro_nav li a:hover { background: #4888c5; }
.pro_tell { background: url(../images/protel.png) no-repeat top 35px left 10px; height: 66px; line-height: 26px; color: #fff; font-size: 20px; font-weight: bold; padding: 26px 0 20px 54px; border-top: #166bba 1px solid; }
.pro_tell span { display: block; font-size: 15px; font-weight: normal; }
.pro_pic_list { }
.pro_pic_list ul { overflow: hidden; padding: 22px 0 0; display: inline-flex; flex-wrap: wrap; justify-content: space-between; }
.pro_pic_list li { overflow: hidden; width: 300px; text-align: center; margin-bottom: 20px; }
.pro_pic_list li a { display: block; }
.pro_pic_list li img { width: 100%; min-height: 100%; transition: .5s; }
.pro_pic_list li:hover img { transform: scale(1.1) }
.pro_pic_list li i { display: block; overflow: hidden; height: 240px; }
.pro_pic_list li p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 10px 0; background: #f0f0f0; }
h3.f_title { background: linear-gradient( 90deg, #0960b0 0%, #0180d1 100%); color: #fff; font-size: 20px; line-height: 46px; padding: 0 20px 0 30px; }
h3.f_title a { color: #fff; }
h3.f_title span { float: right; font-size: 15px; font-weight: normal; }
.about { background: #015aae; margin: 10px 0 30px; padding: 80px 0; line-height: 30px; color: #fff; }
.about i { float: left; margin: 0 51px 0 0; width: 325px; position: relative; z-index: 0; padding: 30px; }
.about i:after { position: absolute; width: 321px; height: 233px; background: #2674be; content: ""; right: 3px; top: 15px; z-index: -1; }
.about i img { width: 325px; border: #d4e7f8 6px solid; }
.about h3 { font-size: 28px; line-height: 40px; margin: 30px 0; background: url(../images/kuai.jpg) no-repeat right; }
.about h3 span { color: #4573af; font-size: 47px; height: 40px; line-height: 47px; margin-left: 20px; vertical-align: bottom; }
.about a { background: url(../images/bottom_56.png) no-repeat; width: 92px; height: 32px; float: right; margin-top: 43px; text-align: center; color: #fff; font-size: 15px; }
.news ul { margin: 30px 0 0; }
.news li { overflow: hidden; margin-bottom: 8px; border-bottom: #ddd 1px dashed; padding-bottom: 10px; position: relative; }
.news li:after { position: absolute; content: "+"; text-align: center; color: #fff; line-height: 18px; width: 20px; height: 20px; background: #feb622; right: 5px; top: 20px; transition: .5s; }
.news li:hover:after { transform: rotate(-180deg); background: #0475c6 }
.news_date { background: #b4b4b4; width: 55px; height: 48px; text-align: center; overflow: hidden; color: #fff; float: left; padding: 5px; margin: 0 18px 0 0; }
.news_date em { display: block; font-size: 16px; font-weight: bold; padding-top: 4px; font-style: normal; }
.news p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 4px 90px 10px 0; font-size: 16px; font-weight: bold; color: #333; }
.news li span { color: #888; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; line-height: 24px; font-size: 14px; margin-right: 90px; }
.news li:hover .news_date { background: #0570c1 }
.news li:hover p { color: #0570c1 }
.fl_box { width: 65%; float: left; }
.fr_box { width: 32%; float: right; }
.ft_nav { background: url(../images/bnav_bj.jpg) repeat-x; width: 100%; height: 48px; margin: 30px auto; }
.ft_nav ul { position: relative; }
a.ig-top { position: absolute; right: 0; top: 0; display: block; width: 50px; height: 48px; background: #00407d; }
a.ig-top img { margin: 5px auto }
.ft_nav li { color: #fff; height: 48px; line-height: 48px; font-size: 14px; display: inline-block; text-align: center; margin: 0 50px 0 0; }
.ft_nav li a { color: #fff; display: block; }
.ft_nav li a:hover { text-decoration: underline; color: #add7ff; height: 48px; line-height: 48px; font-weight: bold; }
.copyright { text-align: center; line-height: 30px; padding-bottom: 20px; font-size: 14px; color: #666; }
.copyright a { color: #666; }
.copyright a:hover { color: #0068cb; }
.copyright span { margin: 0 5px; }
.links { color: #666; margin: 0 0 30px 0; }
.links li { display: inline-block; margin: 0 10px; }
.links p { float: left; }
.con_tell { margin: 30px 20px 50px; padding-left: 70px; background: url(../images/con_tel.png) left center no-repeat; }
.con_tell span { color: #606060; margin-bottom: 20px; display: block; }
.con_tell p { color: #feb622; font-size: 35px; height: 28px; line-height: 28px; font-weight: bold; }
.home_contact { background: url(../images/icon_bj.jpg) no-repeat bottom center; padding-bottom: 120px }
.home_contact ul { position: relative; padding: 40px 0 0 40px; }
.home_contact ul li { line-height: 38px; border-bottom: 1px solid #e2e0e0; padding: 5px 0; }
.home_contact ul li:first-child { font-weight: bold; font-size: 18px }
.home_contact ul:before { background-image: linear-gradient(90deg, rgba(237,240,244,0.00) 11%, #0867b7 35%, #017fd0 64%, rgba(238,241,243,0.00) 86%); width: 100%; height: 3px; content: ""; position: absolute; top: 0; left: 0 }
.news_list { }
.news_list ul { margin: 30px 0 0; }
.news_list li { overflow: hidden; margin-bottom: 20px; border-bottom: #ddd 1px dashed; padding: 0 20px 20px; position: relative; }
.news_list p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 4px 0 10px 0; font-size: 16px; font-weight: bold; color: #333; }
.news_list li span { color: #888; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; line-height: 24px; font-size: 14px; }
.news_list li:hover .news_date { background: #0570c1 }
.news_list li:hover p { color: #0570c1 }
.pager { text-align: center; margin: 30px 0; color: #666; }
.pager a { color: #666; border: #ccc 1px solid; padding: 2px 8px; }
.pager a:hover { color: #015aae }
.list_contact { margin: 30px 0; background: #f8f8f8; }
.list_contact ul { padding: 20px }
.list_contact ul li { line-height: 30px; font-size: 14px }
.list_contact ul li:first-child { font-weight: bold; font-size: 15px; margin-bottom: 10px }
.news_page { margin-left: 10px }
.content_box h1 { font-size: 22px; padding: 30px 0; text-align: center; }
.news_info { color: #999; font-size: 14px; line-height: 34px; margin-bottom: 30px; overflow: hidden; text-align: center; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.news_info p { display: inline-block; margin: 0 10px; }
.news_content { line-height: 30px; font-size: 17px; }
.news_content h2 { margin: 40px 0 20px 0; }
.news_content h2:before { top: 7px }
.news_content img { max-width: 100% !important; height: auto !important; margin: 20px auto; }
.news_content p { margin: 20px 0 }
.news_content p em { font-size: 16px; padding-bottom: 10px; border-bottom: solid 1px #eee; position: relative; padding-left: 13px; margin-bottom: 20px; font-style: normal; font-weight: bold; display: block; }
.news_content p em:before { background: #015aae; width: 3px; height: 18px; content: ""; position: absolute; left: 0; top: 6px; }
.news_content p u { background: #e5f4ff; display: block; word-break: break-all; white-space: pre-wrap; padding: 10px 10px 20px; border: #b7d5ff 1px solid; margin: 20px 0; line-height: 26px; text-decoration: none; font-family: monospace; }
.news_content p u:before { content: "Tips:"; color: #0379ca; font-weight: bold; font-size: 18px; display: block; margin-bottom: 10px; }
.news_content a { color: #399be6; }
.news_content a:hover { color: #ef5c59; }
.news_content ul, .news_content ol { margin: 20px 0 20px 35px; }
.news_content ul li { margin-top: 3px; line-height: 30px; list-style-type: disc; }
.news_content ol li { margin-top: 3px; line-height: 30px; list-style-type: decimal; }
.news_content table { margin: 15px 0; border-collapse: collapse; border: 1px solid #dcdcdc; width: 100%; }
.news_content table t { background-color: #fff; }
.news_content table p { margin: 0 0 2px 0; }
.news_content table th { vertical-align: baseline; padding: 5px; background: #f5f5f5; border: 1px solid #dcdcdc; font-size: 16px; }
.news_content table td { text-align: center; padding: 6px; border: 1px solid #dcdcdc; font-size: 16px; }
.news_next { overflow: hidden; margin: 30px 0; border: #eceaea 1px solid; padding: 10px; }
.news_next li { width: 45%; float: left; text-overflow: ellipsis; white-space: nowrap; color: #666; overflow: hidden; }
.news_next li:nth-child(2) { float: right; text-align: right; }
.news_next li a { color: #222; }
.news_next li a:hover { color: #015aae; }
.xgtj { }
.xgtj h3 { border-bottom: #eceaea 1px solid; padding: 0 0 15px 0; margin-bottom: 15px; font-size: 22px; }
.xgtj ul { overflow: hidden; margin-bottom: 30px; display: inline-flex; flex-wrap: wrap; justify-content: space-between; }
.xgtj li { width: 32%; float: left; border: #eceaea 1px solid; }
.xgtj li section { margin: 15px; }
.xgtj li h4 { width: 70%; font-weight: normal; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; line-height: 30px; margin-bottom: 10px; }
.xgtj li i { height: 180px; overflow: hidden; display: block; margin-bottom: 10px; }
.xgtj li i img { width: 100%; min-height: 100%; transition: .5s }
.xgtj li:hover h4 { color: #0068cb }
.xgtj li:hover img { transform: scale(1.1) }
.xgtj li span { float: right; background: #0068cb; font-size: 12px; padding: 5px 10px; color: #fff; }
.phone_show { display: none }
/* CSS Phone */
@media only screen and (max-width: 768px) {
.box { width: 96% }
.left_box, .right_box, .fl_box, .fr_box, #starlist { width: 100%; float: none }
nav { position: fixed; width: 100%; top: 0; height: auto; z-index: 9; padding-top: 46px; background: #fff; margin: 0; border-bottom: #efecec 1px solid; }
#starlist { display: none; height: auto; }
#mnavh { display: block; top: 0; position: fixed; right: 0; z-index: 9999; }
#starlist li { width: 100%; margin: 0; background: #fff; position: relative; border-bottom: #eee 10px solid; float: left; }
#starlist li a { color: #000; }
#starlist li:hover a, a#selected { color: #fff !important; }
#starlist li:nth-child(1) { border-top: #eee 1px solid; }
#starlist li:last-child { padding-bottom: 100%; }
a#selected:after, #starlist li a:after { display: none }
.logo { position: fixed; top: 0; left: 0; margin: 5px 0; z-index: 99; background: no-repeat; width: 100%; }
.logo img { height: 35px; margin: auto; }
.top_info { margin: 60px auto 0; float: none; text-align: center; }
.top_info p { font-size: 16px; }
.top_tell { width: 100%; float: none; text-align: center; padding: inherit; margin: 20px auto; background: url(../images/tel_08.png) no-repeat 14%; }
.search { margin: 20px auto; float: none; }
.pro_nav li { width: 50%; float: left; }
.pro_tell { padding: 10px 0 0px 54px; background: url(../images/protel.png) no-repeat top 20px left 10px; margin-bottom: 15px; }
.pro_nav h3 { padding: 10px 0; font-size: 24px; }
.pro_nav h3 span { font-size: 16px; }
.pro_nav ul { padding: 10px 0; }
.pro_nav li { line-height: 40x; }
.banner { margin-bottom: 15px; }
.pro_pic_list ul { display: inherit; }
.pro_pic_list li { width: 48%; float: left; }
.pro_pic_list li:nth-child(even) { float: right }
.pro_pic_list li i { height: 120px; }
.pro_pic_list li p { font-size: 12px; }
h3.f_title { padding: 0 10px; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
h3.f_title span { margin-left: 40px; display: none; }
.about { padding: 30px 15px; }
.about i { width: 100%; padding: 0; margin-bottom: 50px; }
.about i img { width: 90%; }
.about i:after { width: 90%; height: 220px; }
.about a { margin: 20px auto 0; float: none; display: block; }
.news p { margin: 4px 0 10px 0; }
.news li:after { display: none; }
.news li span { margin: 0; }
.con_tell p { font-size: 26px; }
.con_tell span { margin-bottom: 10px }
.con_tell { margin: 30px 30px 10px; }
.home_contact { background: no-repeat; padding-bottom: 20px; }
.home_contact ul { padding: 20px 0 0; margin: 20px 20px 0; }
.ft_nav { height: auto; background: #0570c0; margin: 20px auto; }
.ft_nav li { height: inherit; line-height: 30px; margin: 0 10px; }
a.ig-top { display: none; }
.links { margin: 0 0 20px 0 }
.links li { margin: 0 5px 5px; font-size: 14px; }
.home_contact ul li { line-height: 30px }
.copyright { line-height: 24px; font-size: 12px; background: #f8f8f8; padding: 20px 20px 10px; }
.list_contact { display: none; }
.pager { line-height: 30px; font-size: 12px; }
.news_page { margin: 0; }
.news_next { border: none; background: #f6f6f6; font-size: 14px; }
.news_next li { width: 100%; margin: 5px 0; }
.xgtj li { width: 90%; margin: 0 0 15px; }
.news_info { font-size: 12px; }
.news_info p { margin: 0 5px; }
.news_list li { padding: 0 10px 10px; margin-bottom: 10px; }
/*phone_show*/
.pc_show { display: none }
.phone_show { display: block; }
.phone_box { background: url(../images/bg.png) no-repeat top #fff; padding: 0 15px; overflow: hidden; position: relative; background-size: contain; }
.topnav { position: relative; }
.mlogo img {height: 35px;margin: 12px auto 0;filter: grayscale(100%) brightness(300%);}
.m_search {clear: both;width: 100%;margin: 20px auto 0;background: #fff;position: relative;overflow: hidden;line-height: 36px;border-radius: 40px;}
.m_search input.input_text { width: 80%; float: left; z-index: 9; line-height: 36px; border: none; outline: none; position: relative; text-indent: 1.5em; font-size: 16px; }
.m_search input.input_submit { width: 20%; float: right; border: none; background: url(../images/search.png) no-repeat center; background-size: 20px; line-height: inherit; }
.white_bg { border-radius: 10px; overflow: hidden; background: #fff; margin: 10px 0; box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%); }
.m_banner { height: auto; width: 96%; margin: 10px auto; border-radius: 10px; overflow: hidden; }
.m_banner img { width: 100% }
.m_nav { overflow: hidden; }
.m_nav li {width: 33.3333%;float: left;margin-bottom: 20px;text-align: center;}
.m_nav p { font-size: 14px; color: #666; }
.m_nav li img { margin: 0 auto 10px; height: 60px; }
.m_nav ul { overflow: hidden; padding: 10px 10px 0; }
.pic_nav { margin: 20px 0 0; overflow: hidden; padding-bottom: 20px; }
.pic_nav li { float: left; }
.pic_nav li:nth-child(1) { width: 49%; }
.pic_nav a { box-shadow: 0px 0.14rem 0.42rem 0px rgb(0 0 0 / 12%); border-radius: 10px; display: block; overflow: hidden; margin-right: 5px; }
.pic_nav li:nth-child(1) img { width: 100%; height: 140px; }
.pic_nav li:nth-child(2), .pic_nav li:nth-child(3) { width: 49%; }
.pic_nav li:nth-child(2) { margin-bottom: 10px; }
.pic_nav li:nth-child(n+2) { float: right; }
.pic_nav li:nth-child(2) img, .pic_nav li:nth-child(3) img { height: 65px; width: 100%; }
.m_news { margin-bottom: 15px; }
.m_news h3 {font-size: 16px;margin-bottom: 10px;line-height: 40px;padding-left: 15px;position: relative;}
.m_news h3:before {content: "";display: block;width: 5px;height: 20px;background: linear-gradient( 45deg, #0961b1, #017fd0);border-radius: 5px;position: absolute;left: 0;top: 10px;}
.m_news ul { box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%); padding: 10px; border-radius: 10px; overflow: hidden; }
.m_news li {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 30px;padding-left: 10px;font-size: 14px;position: relative;}
.m_news li:before { background: #B99450; content: " "; width: 4px; height: 4px; margin-right: 10px; position: absolute; left: 0; top: 46%; }
.m_other { box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%); border-radius: 10px; overflow: hidden; margin: 20px auto; padding: 10px; }
.m_other li {float: left;width: 25%;font-size: 14px;text-align: center;}
.m_other li a { display: block; }
.m_other li i { margin: 10px 0; height: 44px; display: block; }
.m_other li img { height: 40px; margin: auto; }
.m_footer {color: #8f8f94;text-align: center;background-size: 100%;font-size: 12px;padding: 20px 25px 50px;line-height: 30px;}
.m_footer a { color: #8f8f94; }
.m_footer span{margin:0 6px}
.m_contact {background: linear-gradient( 
90deg, #0960b0 0%, #0180d1 100%);overflow: hidden;position: fixed;bottom: 0;z-index: 9999;width: 100%;left: 0;font-size: 14px;padding: 5px 0;}
.m_contact li { float: left; width: 33.333%; line-height: 30px; text-align: center; overflow: hidden; text-indent: 2em; }
.m_contact li a { color: #fff; display: block; overflow: hidden; position: relative; border-right: #ccc 1px solid; }
.m_contact li i { display: block; overflow: hidden; position: absolute; width: 24px; height: 24px; left: 15px; top: 3px; }
.m_contact li i img { width: 100%; }
.m_contact li:last-child a { border-right: none; }
#mnav {width: 80px;height: 40px;text-align: center;position: absolute;right: -10px;top: 5px;z-index: 99999;}
.m_navicon { display: block; position: relative; width: 30px; height: 3px; background-color: #f8f8f8; margin-top: 10px; float: right; margin-right: 10px; }
.m_navicon:before, .m_navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fff; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.m_navicon:before { margin-top: -8px; }
.m_navicon:after { margin-top: 8px; }
.open .m_navicon { background: none }
.open .m_navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .m_navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .m_navicon:before, .open .m_navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #ffffff; }
#nav {display: none;background: linear-gradient( 
90deg, #0960b0 0%, #0180d1 100%);overflow: hidden;padding: 10px;border-radius: 10px;box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);margin-top: 10px;}
#nav li {width: 33.333%;float: left;text-align: center;overflow: hidden;}
#nav li a { display: block; overflow: hidden; margin: 10px 0 30px; }
#nav li i { height: 45px; display: block; }
#nav p { font-size: 15px; color: #fff; }
#nav li img { margin: 0 auto 10px; height: 32px; }
#nav ul { overflow: hidden; padding-bottom: 30px; }
}
