html {
    overflow-y: scroll;
}

body {
    margin: 0 auto;
    color: #000;
    background-color: #fff;
    font: 1.11111rem/1.5 Microsoft Yahei, sans-serif;
    text-align: center;
}

p, dl, dt, dd, table, td, th, input, img, form, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, select, input {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img, iframe {
    border: none;
}

ul, li, ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: none;
}

em, b, i, strong, cite, sub, sup, font {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

.clearfix {
    zoom: 1;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

body {
    font-family: \5FAE\8F6F\96C5\9ED1;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("http://cdn.staticfile.org/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("http://cdn.staticfile.org/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("http://cdn.staticfile.org/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("http://cdn.staticfile.org/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("http://cdn.staticfile.org/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* CSS Document */
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

:focus {
    outline: 0;
}

/* Clear float */
.clear {
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

body {
    margin: 0 auto;
}

header {
    background: #012663;
    height: 56px;
    position: relative;
}

header img {
    width: 120px;
    margin-top: 15px;
    float: left;
    margin-left: 0.55556rem;
}
.nav  img {
	width:25px;
	margin-top: -2px;
}
.nav {
    float: right;
    padding-top: 15px;
    position: relative;
    z-index: 33;
}

.nav li {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    position: relative;
}

@media screen and (width: 360px) {
    .nav li {
        padding: 5px 12px;
    }
}

@media screen and (width: 414px) {
    .nav li {
        padding: 5px 12px;
    }
}

.nav li a {
    color: #fff;
}

.contion {
    margin: 0 auto;
}

.nav li .box {
    position: absolute;
    right: 0px;
    top: 40px;
    background: rgba(0, 0, 0, 0.85);
    display: none;
}

.nav li .box a {
	  display: block;
    font-size: 1.3rem;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    text-align: left;
    width: 100px;
}

.page_list li {
    padding: 0 1.38889rem;
}

.page_list li.page1 {
    background: url(../images/page1_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}

.page_list li.page25 {
    background: url(../images/m_page_dt_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 5.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}

/* m地铁.html的各种样式*/

.page_list li.mpage1 {
    background: url(../images/m_metro_bg1.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}

.mpage1 .detail {
    text-align: left;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.8rem;
}

.page_list li.mpage2 {
    background: #fff;
    color: #000;
}

.page_list li.mpage2 dd {
    margin-top: 2rem;
}

.page_list li.mpage2 dd:last-child {
    margin-bottom: 2rem;
}

.mpage2 .info {
    display: flex;
    align-items: center;
	
}

.mpage2 img {
    width: 5rem;
}

.mpage2 .info .text {
    flex-grow: 1;
    margin-left: 0.8rem;
    padding-left: 1.3rem;
    border-left: 1px solid #f0f0f0;
    text-align: left;
}

.mpage2 .info .text .title {
    font-size: 2rem;
}

.page_list li.mpage3 {
    background: url(../images/m_metro_bg3.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}

.mpage3 dd {
    width: 31%;
    display: inline-block;
    float: none;
}

.mpage3 dd:first-child {
    float: left;
}

.mpage3 dd:last-child {
    float: right;
}

.mpage3 dd img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 1rem;
}

.mpage3 dd span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    top: 1.55556rem;
}

.mpage3 dd span.detail {
    text-align: left;
    font-size: 0.9rem;
}

.page_list li.mpage4 {

    padding-bottom: 2rem;
    padding-top: 3.33333rem;
}

.page_list li.mpage5 {
    background: url(../images/m_metro_bg5.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}

.mpage5 .detail {
    text-align: left;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.8rem;
}

.mpage5 .info {
    margin: 1rem auto;
    position: relative;
}

.mpage5 .info .title {
    background: #8a7e71;
    width: 5rem;
    height: 5rem;
    line-height: 2.5rem;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 100%;
    display: inline-block;
}

.mpage5 .info .text {
    margin-left: 1rem;
    font-size: 1.1rem;
    display: inline-block;
    width: 20rem;
    text-align: left;
}

.page_list li.mpage6 {
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
}

.page_list li.mpage7 {
    background: url(../images/m_metro_bg7.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
    color: #fff;
}


.page1 img {
    margin: 0 auto;
    display: block;
    width: 20rem;
    margin-bottom: 1.11111rem;
}

.page1 .box {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    margin: 0 auto;
}

.page1 .box {
    padding: 0.83333rem 0;
    margin-bottom: 1.94444rem;
}

.page1 .box h2 {
    font-size: 2.22222rem;
    color: #fff;
}

.page1 .box h3 {
    font-size: 1.44444rem;
    color: #fff;
}

.page1 p, .page2 p, .page25 p, .page3 p, .page5 p, .page7 p, .page9 p, .page10 p, .page11 p {
    color: #fff;
    font-size: 1.11111rem;
    line-height: 165%;
    text-align: left;
}

.page_list li.page2 {
    background: #788ad6;
    padding-top: 2.5rem;
    /*padding-bottom: 2.5rem;*/
}

.page2 {
    overflow: hidden;
}

.page2 dl {
    overflow: hidden;
    text-align: center;
}

.page2 dd {
    border-radius: 100%;
    width: 6.66667rem;
    height: 6.66667rem;
    display: inline-block;
    border: solid 2px #fff;
    float: none;
    margin: 0 0.3rem;
}

.page25 dd {
    width: 31%;
    display: inline-block;
    float: none;
}

.page25 dd:first-child {
    float: left;
}

.page25 dd:last-child {
    float: right;
}

.page25 dd img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 1rem;
}

.page25 dd span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1rem;
    position: relative;
    top: 1.55556rem;
}

.page25 dd span.detail {
    text-align: left;
    font-size: 0.9rem;
}

.page2 dd img {
    width: 4.44444rem;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 1rem;
}

.page2 dd span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1rem;
    position: relative;
    top: 0.55556rem;
}

.page2 h2, .page25 h2 {
    color: #fff;
    font-size: 2.22222rem;
    text-align: center;
    padding: 1.38889rem 0;
}

.page_list li.page3 {
    background: url(../images/page2_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page3 h2, .page5 h2, .page7 h2, .page9 h2, .page11 h2 {
    color: #fff;
    font-size: 2.33333rem;
    text-align: center;
    margin-top: 1.11111rem;
    margin-bottom: 0.83333rem;
}

.page25 h3, .page3 h3, .page5 h3, .page7 h3 {
    color: #fff;
    font-size: 1.22222rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2.5rem;
    margin-bottom: 1.38889rem;
    padding: 0.55556rem 0;
}

.page3 .box {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.83333rem;
    border-radius: 5px;
}

.page3 dl {
    margin-top: 0 auto;
    padding-left: 0.55556rem;
    overflow: hidden;
    margin-bottom: 0.83333rem;
    margin-top: 0.83333rem;
    display: inline-block;
}

.page3 dd {
    float: left;
    margin-right: 0.44444rem;
}

.page3 dd img {
    width: 4.44444rem;
}

.page3 dd span {
    color: #e78d01;
    margin-top: 0.83333rem;
    text-align: center;
    width: rem-clac(80);
    display: block;
}

.page_list li.page3 {
    padding-bottom: 1.94444rem;
}

.page4 {
    background: #e78d01;
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
}

.page4 dl {
    overflow: hidden;
    padding-top: 1.38889rem;
    padding-bottom: 1.38889rem;
}

.page4 dl dd {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 0.83333rem;
    margin-bottom: 0.83333rem;
}

.page4 dl dd img {
    width: 6.11111rem;
    margin-bottom: 0.83333rem;
}

.page4 dl dd span {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    display: block;
}

.page_list li.page5 {
    background: url(../images/page5_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page5 img {
    width: 24.44444rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.83333rem;
}

.page6 {
    background: #79bb31;
}

.page6 dl {
    overflow: hidden;
    padding: 1.38889rem 0;
}

.page6 dl dd {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0.83333rem 0;
    margin-bottom: 1.11111rem;
}

.page6 dl dd span {
    color: #ffffff;
    font-size: 1rem;
}

.page6 dl dd img {
    width: 6.11111rem;
    display: block;
    margin: 0 auto;
}

.page6 dl dd:nth-child(4) {
    width: 45%;
}

.page6 dl dd:nth-child(5) {
    width: 45%;
}

.page_list li.page7 {
    background: url(../images/page7_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page7 dl {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.page_list li.page7 dl dd {
    display: inline-block;
    float: left;
}

.page_list li.page7 dl dd span {
    color: #ffffff;
    font-size: 0.88889rem;
    display: block;
    text-align: center;
}

.page_list li.page7 dl dd img {
    height: 5rem;
    margin-bottom: 0.83333rem;
    margin-top: 1.11111rem;
}

.page_list li.page7 dl dd:first-child {
    width: 28%;
}

.page_list li.page7 dl dd:nth-child(2) {
    width: 28%;
}

.page_list li.page7 dl dd:nth-child(3) {
    width: 10%;
}

.page_list li.page7 dl dd:nth-child(4) {
    width: 34%;
}

.page_list li.page8 {
    background: #b260ca;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.page8_top {
    overflow: hidden;
}

.page8_top span {
    border-radius: 100%;
    float: left;
    width: 8.88889rem;
    height: 8.88889rem;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 7.77778rem;
    margin-right: 0.83333rem;
}

.page8_top span img {
    width: 6.66667rem;
    margin-top: 1.11111rem;
}

.page8_top p {
    float: left;
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    line-height: 175%;
}

.page8_top p strong {
    color: #ffffff;
    font-size: 1.33333rem;
    margin-top: 1.94444rem;
    display: inline-block;
}

.page_list li.page8 p img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page_list li.page9 {
    background: url(../images/page9_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page10 {
    background: #d04a2a;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page10 img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.94444rem;
}

.page_list li.page11 {
    background: url(../images/page11_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 4.88889rem;
    padding-top: 2.22222rem;
}

.page_list li.page11 dl {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    padding: 1.38889rem 0;
    overflow: hidden;
    width: 100%;
    margin-top: 1.38889rem;
}

.page_list li.page11 dl dd {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 1.94444rem;
    margin-top: 1.38889rem;
}

.page_list li.page11 dl dd img {
    width: 6.11111rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.83333rem;
}

.page_list li.page11 dl dd span {
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}

.page_list li.page11 dl dd:nth-child(4) {
    width: 50%;
}

.page_list li.page11 dl dd:nth-child(5) {
    width: 50%;
}

.go_top {
    position: fixed;
    right: 1.38889rem;
    bottom: 4.72222rem;
    background: rgba(0, 0, 0, 0.4) url(../m_image/go_top.png) no-repeat center;
    background-size: 2.5rem auto;
    border-radius: 100%;
    height: 3.33333rem;
    width: 3.33333rem;
    display: none;
}

.page_list li.page1_1 {
    background: url(../images/page1_1_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 3.33333rem;
}

.page1_1 .box1 {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 0 auto;
    padding: 0.83333rem 0;
    margin-bottom: 1.94444rem;
}

.page1_1 .box1 p {
    color: #ffffff;
    font-size: 1.11111rem;
    padding: 0.27778rem 1.11111rem;
    text-align: left;
    line-height: 170%;
}

.page1_1 h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0.27778rem;
}

.page1_1 h3 {
    font-size: 2.22222rem;
    color: #fff;
    margin-bottom: 0.83333rem;
}

.page_list li.page2_2 {
    background: #d59313;
    padding: 1.38889rem 1.94444rem;
    padding-bottom: 2.5rem;
}

.page_list li.page2_2 p {
    color: #ffffff;
    font-size: 1.11111rem;
    text-align: left;
}

.page_list li.page2_2 div {
    overflow: hidden;
    padding-top: 1.38889rem;
    padding-bottom: 1.11111rem;
}

.page_list li.page2_2 div span {
    padding-left: 8.88889rem;
    color: #ffffff;
    font-size: 1.44444rem;
    text-align: left;
    display: block;
    margin-top: 0.83333rem;
}

.page_list li.page2_2 div strong {
    float: left;
    background: url(../images/j1.png) no-repeat center;
    background-size: 7.22222rem auto;
    width: 7.22222rem;
    height: 7.22222rem;
}

.page_list li.page2_2 div.last strong {
    background: url(../images/j2.png) no-repeat center;
    background-size: 7.22222rem auto;
    width: 7.22222rem;
    height: 7.22222rem;
}

.page_list li.page3_3 {
    background: url(../images/page3_3_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page3_3 h2 {
    color: #fff;
    font-size: 2.55556rem;
    margin-bottom: 1.38889rem;
}

.page_list li.page3_3 img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.page_list li.page4_4 {
    background: #ededed;
    padding-bottom: 3.55556rem;
    padding-top: 2.22222rem;
}

.page_list li.page4_4 h2 {
    color: #333333;
    font-size: 2.55556rem;
    margin-bottom: 1.38889rem;
}

.page_list li.page4_4 p {
    text-align: left;
    color: #666666;
    line-height: 170%;
    font-size: 1.11111rem;
}

.page_list li.page5_5 {
    background: #fff;
}

.page_list li.page5_5 dd {
    border-bottom: solid 1px #f1f1f1;
    padding: 1.94444rem 0;
    overflow: hidden;
}

.page_list li.page5_5 dd p {
    text-align: left;
    color: #666666;
    font-size: 1.11111rem;
    line-height: 170%;
}

.page_list li.page5_5 dd .item1 h2 {
    text-align: left;
    overflow: hidden;
    margin-bottom: 0.55556rem;
}

.page_list li.page5_5 dd .item1 h2 strong {
    color: #333333;
    font-size: 4rem;
    display: inline-block;
    margin-right: 0.44444rem;
    float: left;
}

.page_list li.page5_5 dd .item1 h2 span {
    color: #333333;
    font-size: 1.88889rem;
    display: block;
    padding-left: 2.88889rem;
}

.page_list li.page5_5 dd .item1 h2 span.mg {
    position: relative;
    top: 1.55556rem;
}

.page_list li.page5_5 dd .item1 img {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 1.11111rem;
}

.page_list li.page5_5 .box {
    float: left;
    width: 55%;
}

.page_list li.page5_5 .box h2 {
    text-align: left;
}

.page_list li.page5_5 .box h2 strong {
    color: #333333;
    font-size: 4rem;
    display: inline-block;
    margin-right: 0.44444rem;
}

.page_list li.page5_5 .box h2 span {
    color: #333333;
    font-size: 1.88889rem;
}

.page_list li.page5_5 .img_box {
    float: right;
    width: 43%;
    margin-top: 2.5rem;
}

.page_list li.page5_5 .img_box img {
    width: 100%;
}

.page_list li.page6_6 {
    padding-top: 2.88889rem;
    padding-bottom: 2.88889rem;
    background: #7a95d1;
}

.page_list li.page6_6 h2 {
    color: #ffffff;
    font-size: 2.88889rem;
    border-bottom: dashed 1px #fff;
    margin-bottom: 1.94444rem;
    padding-bottom: 1.11111rem;
}

.page_list li.page6_6 dl {
    overflow: hidden;
}

.page_list li.page6_6 dd {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 1.11111rem;
}

.page_list li.page6_6 dd:last-child {
    width: 100%;
    text-align: center;
}

.page_list li.page6_6 dd img {
    width: 7.77778rem;
    margin-bottom: 0.55556rem;
}

.page_list li.page6_6 dd span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}

.page_list li.page7_7 {
    background: #7ac597;
    padding-top: 1.94444rem;
    padding-bottom: 3.05556rem;
}

.page_list li.page7_7 h3 {
    color: #ffffff;
    font-size: 2.22222rem;
    text-align: left;
}

.page_list li.page7_7 h2 {
    color: #ffffff;
    font-size: 2.66667rem;
    padding-bottom: 1.11111rem;
    border-bottom: dashed 1px #fff;
}

.page_list li.page7_7 .box {
    border-bottom: dashed 1px #fff;
    padding-bottom: 1.11111rem;
    padding-top: 1.11111rem;
}

.page_list li.page7_7 p {
    font-size: 1.11111rem;
    color: #fff;
    line-height: 200%;
    text-align: left;
}

.service_box {
    padding: 1.38889rem 0 0;
    padding-bottom: 2.5rem;
}

.service_box p {
    text-align: left;
    color: #666666;
    font-size: 1.22222rem;
    margin-bottom: 1.11111rem;
}

.service_box p img {
    max-width: 100%;
}

.service_item {
    border-bottom: solid 1px #f1f1f1;
    padding: 0 1.38889rem;
}

.service_box h2 {
    font-size: 2.22222rem;
    color: #333333;
    margin-top: 0.83333rem;
    margin-bottom: -0.27778rem;
}

.service_top {
    text-align: left;
    margin-top: 1.94444rem;
    margin-bottom: 1.38889rem;
}

.service_top strong {
    color: #333333;
    font-size: 2.77778rem;
    margin-right: 0.27778rem;
}

.service_top span {
    color: #333333;
    font-size: 1.66667rem;
}

.service_top a {
    background: #ebebeb;
    color: #333333;
    font-size: 1.44444rem;
    border-radius: 1.11111rem;
    float: right;
    padding: 0.44444rem 1.66667rem;
    margin-top: 0.83333rem;
}

.shop {
    background: url(../images/shop.jpg) no-repeat center;
    background-size: cover;
    padding: 2.22222rem 1.11111rem 2.22222rem;
}

.shop h1 {
    color: #fff;
    font-size: 2.88889rem;
    margin-bottom: 0.83333rem;
}

.shop h2 {
    color: #fff;
    font-size: 1.88889rem;
    margin-bottom: 0.83333rem;
}

.shop p {
    color: #fff;
    font-size: 1.11111rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.38889rem 1.11111rem;
    border-radius: 8px;
    text-align: left;
    line-height: 170%;
    margin-bottom: 1.22222rem;
}

.shop a {
    display: block;
    color: #fff;
    font-size: 1.33333rem;
    padding: 0.83333rem 0;
    background-color: #ce3401;
    border-radius: 3px;
}

.shop_list {
    margin-bottom: 3.05556rem;
}

.shop_list li {
    border-bottom: solid 1px #f1f1f1;
    overflow: hidden;
    padding: 1.94444rem 1.11111rem;
    position: relative;
}

.shop_list li p {
    color: #666666;
    font-size: 1.11111rem;
    line-height: 160%;
    text-align: left;
}

.shop_list li h3 {
    text-align: left;
    color: #333333;
    font-size: 1.88889rem;
}

.shop_list li h3 span {
    color: #333333;
    font-size: 3.88889rem;
    margin-right: 0.27778rem;
}

.shop_list li .shop_left {
    float: left;
    width: 70%;
}

.shop_list li img {
    float: right;
    width: 25%;
    top: 50%;
    margin-top: -4.44444rem;
    position: absolute;
    right: 2%;
}

.customer_box h2 {
    color: #333333;
    font-size: 2.77778rem;
    text-align: left;
    margin-top: 2.5rem;
    padding-left: 2.5rem;
}

.customer_list {
    overflow: hidden;
    margin-bottom: 2.5rem;
    padding: 0 0.83333rem;
}

.customer_list li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 1.38889rem;
}

.customer_list li img {
    width: 11.11111rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.customer_list li span {
    display: inline-block;
    text-align: center;
    background-color: #efefef;
    border-radius: 1.11111rem;
    padding: 0.44444rem 1.94444rem;
    color: #333333;
    font-size: 1rem;
}

.case_box {
    text-align: center;
    padding: 1.11111rem 2.22222rem;
    text-align: center;
    padding-bottom: 3.33333rem;
}

.case_box h2 {
    text-align: left;
    color: #333333;
    font-size: 2rem;
    margin-bottom: 1.94444rem;
    margin-top: 0.83333rem;
}

.case_box p {
    text-align: left;
    color: #666666;
    font-size: 1.22222rem;
    margin-bottom: 1.94444rem;
}

.case_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.94444rem;
    width: 100%;
}

.case_box span {
    border-radius: 1.11111rem;
    background-color: #ebebeb;
    color: #666666;
    font-size: 1.11111rem;
    padding: 0.44444rem 1.94444rem;
    display: inline-block;
    margin-bottom: 1.94444rem;
}

.next {
    float: left;
    background: url(../images/next_bg.png) no-repeat center;
    background-size: 1.33333rem auto;
    width: 4.16667rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case_txt {
    color: #ffffff;
    font-size: 1.66667rem;
    display: inline-block;
    margin-top: 1.38889rem;
}

.not_found {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    margin-left: -47%;
    margin-top: -12.22222rem;
}

.not_found img {
    max-width: 100%;
    margin-bottom: 2.22222rem;
}

.not_found p {
    color: #666666;
    font-size: 1.22222rem;
    text-align: left;
    line-height: 175%;
    margin-bottom: 2.22222rem;
}

.not_found p a {
    color: #cc0000;
}

.not_found .btn {
    background: #fccd59;
    display: block;
    margin: 0 auto;
    width: 10.66667rem;
    height: 2.94444rem;
    text-align: center;
    color: #333333;
    border-radius: 5px;
    line-height: 2.94444rem;
    font-size: 1rem;
}

.footer {
    background: #666;
    position: static;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 10px;
}

.footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 155%;
}

.more_up {
    background: url(../images/more_up.png) no-repeat center center;
    background-size: 21px auto;
    bottom: 84px;
}

.cont_us {
    background: #7a8bd1;
    padding: 0 25px;
}

.cont_us p {
    color: #ffffff;
    font-size: 14px;
    line-height: 165%;
    text-align: left;
}

.about_title, .contact_title {
    background: url(../images/gywom.png) no-repeat left center;
    height: 40px;
    text-indent: -999em;
    background-size: 300px auto;
}

.contact_title {
    background: url(../images/lx.png) no-repeat left center;
    background-size: 300px auto;
}

.split_line {
    border-bottom: dashed 1px #ccc;
    margin-top: 25px;
    margin-bottom: 5px;
}

.hidden_cont {
    display: none;
}

.link {
    font-size: 14px;
    color: #666666;
    text-align: center;
    background: #e0e0e0;
    height: 36px;
    line-height: 36px;
    position: static;
    width: 100%;
    top: -36px;
    margin-bottom: 10px;
}

.link a {
    font-size: 14px;
    color: #666666;
    width: 48.5%;
    text-align: center;
    float: left;
}

.link a:last-child {
    float: right;
}

@media only screen {
    html {
        font-size: 9px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    html {
        font-size: 12.2px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (width: 320px) {
    html {
        font-size: 11.6px;
    }
}
