@charset "UTF-8";
/*全局样式*/
* { padding: 0; margin: 0; line-height: 1; box-sizing: border-box; }

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a { border: 0; }

img { border: none; vertical-align: middle; display: inline-block; max-width: 100%; }

body { font-family: Arial,"微软雅黑"; font-size: 14px; background: #FFF; color: #000; max-width: 1100px; margin: 0 auto; padding-left: 10px; padding-right: 10px; }

html { overflow-y: scroll; }

ul, ol { list-style-type: none; }

th, td, input { font-size: 14px; }

h3 { font-size: 14px; }

button { border: none; cursor: pointer; font-size: 14px; background-color: transparent; }

select { border-width: 1px; _zoom: 1; border-style: solid; padding-top: 2px; font-size: 14px; }

.clear { clear: both; font-size: 1px; height: 0; visibility: hidden; line-height: 0; }

.clearfix { zoom: 1; }

a { text-decoration: none; }

a:hover { opacity: 0.8; filter: Alpha(opacity=80); color: #FA6604 !important; }

a:link, a:visited { text-decoration: none; color: #333; }

.fl { float: left; }

.fr { float: right; }

hr { display: block; border: none; }

.bk { border: 1px red solid; }

/*头部*/
.head { height: auto; overflow: hidden; margin-top: 20px; border-bottom: 1px #a1a1a1 solid; }
.head h1 { float: left; max-width: 193px; height: 100px; line-height: 100px; font-size: 0; }
.head .en-ch { float: right; margin-top: 60px; font-size: 0; }
.head .en-ch a { font-size: 13px; color: #a1a1a1; border-right: 1px #a1a1a1 solid; padding: 0 3px; font-weight: 100; }
.head .en-ch a:last-child { border: none; }

/*导航*/
.nav { margin-top: 40px; }
.nav ul li { width: 25%; float: left; text-align: center; }
.nav ul li a { display: inline-block; position: relative; font-size: 20px; font-weight: bold; height: 25px; line-height: 25px; }
.nav ul li a:before { content: ''; display: inline-block; position: absolute; left: -40px; top: 0; width: 25px; height: 25px; background-image: url(../img/nav-icon.png); background-repeat: no-repeat; background-position: 0px 0px; }
.nav ul li a:hover { text-decoration: none; }
.nav ul li a:hover:before { background-position: 0px -25px; }
.nav ul li:nth-of-type(2) a:before { background-position: -25px 0px; }
.nav ul li:nth-of-type(2) a:hover:before { background-position: -25px -25px; }
.nav ul li:nth-of-type(3) a:before { background-position: -50px 0px; }
.nav ul li:nth-of-type(3) a:hover:before { background-position: -50px -25px; }
.nav ul li:nth-of-type(4) a:before { background-position: -75px 0px; }
.nav ul li:nth-of-type(4) a:hover:before { background-position: -75px -25px; }

/*banner  用的bootstrap的插件*/
.banner { margin-top: 30px; }

/*我们的作品 our work*/
.box-title { position: relative; height: auto; overflow: hidden; }
.box-title i, .box-title b { display: block; float: left; font-size: 30px; line-height: 30px; text-transform: uppercase; background: #fff; padding-right: 10px; }
.box-title i { font-style: normal; font-family: 'ArialMT'; }
.box-title b { font-family: 'Arial-Black'; }
.box-title hr { position: absolute; z-index: -1; width: 100%; height: 1px; margin-top: 15px; background: #eee; }

.iwork { margin-top: 55px; overflow: hidden; }
.iwork ul { margin: 30px -18px 0; }
.iwork ul li { width: 33.33%; padding: 0 18px; float: left; }
.iwork ul li span { display: block; width: 100%; height: 190px; line-height: 190px; background: #000; text-align: center; overflow: hidden; font-size: 0; }
.iwork ul li strong { display: block; height: 62px; line-height: 62px; }
.iwork ul li strong a { font-size: 13px; color: #a1a1a1; font-weight: 100; }

/*关于我们------------------------------*/
.about-main { width: 100%; margin: 30px auto 70px; }
.about-main .about-con p { line-height: 30px; text-shadow: 1px 1px 1px #000; font-size: 15px; color: #fff; }

.service { margin-top: 50px; }
.service ul { overflow: hidden; }
.service ul li { width: 12.5%; float: left; position: relative; text-align: center; }
.service ul li hr { position: absolute; z-index: -1; top: 40px; width: 100%; height: 1px; background: #e5e5e5; }
.service ul li span { display: block; margin: 0 auto; width: 80px; height: 80px; line-height: 80px; text-align: center; border: 1px #bebebe solid; border-radius: 50%; -webkit-border-radius: 50%; font-size: 47px; font-weight: 200; color: #bdbdbd; background: #fff; }
.service ul li strong { display: block; width: 70px; line-height: 20px; margin: 20px auto 0; font-size: 15px; font-weight: normal; }

/*内页---------------------*/
.inside-pic { text-align: center; margin-top: 30px; }

.inside-menu { overflow: hidden; margin-top: 30px; }
.inside-menu ul li { width: 11.11%; padding: 15px 0 0; float: left; border-right: 1px #F6F6F6 solid; }
.inside-menu ul li a:hover { text-decoration: none; }
.inside-menu ul li span { display: block; width: 100%; height: 55px; line-height: 55px; text-align: center; }
.inside-menu ul li strong { display: block; height: 55px; line-height: 55px; text-align: center; font-weight: normal; }
.inside-menu ul li:last-child { border: none; }
.inside-menu ul li.act strong { color: #FA6604; text-decoration: none; }

.inside-list { margin-top: 45px; }
.inside-list ul { margin: 0 -15px; overflow: hidden; }
.inside-list ul li { width: 33.33%; float: left; padding: 0 20px; }
.inside-list ul li span { display: block; width: 100%; text-align: center; height: 190px; line-height: 190px; background: #000; font-size: 0; overflow: hidden; }
.inside-list ul li strong { display: block; height: 70px; line-height: 70px; overflow: hidden; }
.inside-list ul li strong a { font-weight: normal; font-size: 14px; color: #a1a1a1; }

/*分页*/
.paging { width: 100%; height: auto; text-align: center; margin-top: 20px; font-size: 0; padding: 35px 0 50px; }
.paging a { display: inline-block; font-size: 16px; color: #333; margin: 0 20px; }

/*底部*/
.footer { overflow: hidden; margin-top: 35px; border-top: 1px #F2F2F2 solid; padding: 235px 0 60px; }
.footer .foot-left .foot-logo { max-width: 142px; }
.footer .foot-left h2, .footer .foot-left ul li { font-size: 14px; color: #bdbdbd; font-weight: 100; }
.footer .foot-left h2 { padding-top: 30px; }
.footer .foot-left ul { margin-top: 25px; }
.footer .foot-left ul li { padding-bottom: 10px; }
.footer .foot-right { max-width: 100px; margin-top: 10px; padding: 10px; background: #fff; }

/*# sourceMappingURL=css.css.map */
