/*
 * LankeCMS (http://lankecms.com)
 * Copyright (c) 2013-2018 http://lankecms.com All rights reserved.
 * Author: 钟若天 <lankecms@163.com>
 */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(../font/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(../font/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(../font/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(../font/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(../font/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    font-family: 'Open Sans', sans-serif,Arial,'microsoft yahei',Helvetica;
    color: #2F2F2F;
}
a{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
ul{
    list-style:none;
}
.clear{
    clear: both;
}
.img-thumbnail{
    border-radius: 0px;
    border: 2px solid #f1f1f1;
    transition : border 0.5s;
}
.img-thumbnail:hover{
    border: 2px solid #ccc;
}
.opacity_img{
    transition : opacity 0.5s;
}
.opacity_img:hover{
    opacity: 0.7;
    border: 0px;
}


/*底部信息*/
footer{
    margin-top: 20px;
    color:#a4a4a4;
    padding:50px 0px 40px 0px;
    background-color: #1b2027;
}
.footer_logo{
    max-width: 196px;
    margin-bottom: 20px;
}
.footer_contact {
    line-height: 24px;
}
.footer_icon {
    padding-top: 10px;
}
.footer_icon a:hover{
    text-decoration: none;
}
.footer_icon img{
    width: 30px;
    height: 30px;
    margin: 0px 8px 8px 0px;
}
.footer_sitemap{
    color: #a4a4a4;
}
.footer_sitemap:hover,
.footer_sitemap:focus {
    color: #ffd200;
    text-decoration: none;
}
/*底部分类*/
.footer_menu a{
    color: #a4a4a4;
    line-height: 24px;
}
.footer_menu a:hover{
    color: #ffd200;
    text-decoration: none;
}
.footer_menu_first{
    margin-bottom: 18px;
}
.footer_menu_first a{
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}



@media screen and (max-width: 767px) {
    .copyright_p{display:none;}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
      float: left;
    }
    .col-mm-12 {
      width: 100%;
    }
    .col-mm-11 {
      width: 91.66666667%;
    }
    .col-mm-10 {
      width: 83.33333333%;
    }
    .col-mm-9 {
      width: 75%;
    }
    .col-mm-8 {
      width: 66.66666667%;
    }
    .col-mm-7 {
      width: 58.33333333%;
    }
    .col-mm-6 {
      width: 50%;
    }
    .col-mm-5 {
      width: 41.66666667%;
    }
    .col-mm-4 {
      width: 33.33333333%;
    }
    .col-mm-3 {
      width: 25%;
    }
    .col-mm-2 {
      width: 16.66666667%;
    }
    .col-mm-1 {
      width: 8.33333333%;
    }
}