﻿*{ margin:0px; padding:0px;   
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
body 
{ 
        color: #333;
    font-family: Arial;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5em;
    font-size: 13px;
}
a {
    color: #248cc8;
}
a:hover,
a:focus,
a:active {
  color: #f47e3c;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }


input[type="submit"] {
    padding: 12px 20px;
    border-top: solid 1px #d2d2d2;
    border-left: solid 1px #c3c3c3;
    border-right: solid 1px #c3c3c3;
    border-bottom: solid 1px #9f9f9f;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
    background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #646464;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


input {
    max-width: 100%;
}

input[type=text], input[type=email], input[type=password] {
    padding: 3px;
}

input[type=text], input[type=email], input[type=password], textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    }
    
#head { 
    padding: 0 35px 0 35px; 
    padding-top: 45px;
    padding-bottom: 45px;
}

.logo 
{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;  
}

.nav { 
    background: #343538;
    position: relative; 
    z-index: 9999;
}

.nav ul
{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;  
}
.nav ul li {
    display: inline-block;
    font-size: 13px;
    position: relative;
}

.nav ul li a {
    padding: 20px 35px;
    line-height: 1em;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    color: #e2e2e2;
    font-weight: bold;
}

.nav ul li a,
.nav ul li a > * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav ul li:hover > a {
  background: #00bcff;
  color: #ffffff;
}
#main{ padding: 35px; }

.indexflex  
{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
    justify-content: space-between;
    
}

.indexflex .index{ flex:1; }


.entry-content h1 {
    font-size: 30px;
    color: #444444;
    margin: 20px 0 50px;
    font-weight: 500;
}

.entry-content h5 {
    font-size: 16px;
    
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #444444;
    margin: 10px 0;
    font-weight: 500;
}
.entry-content h2 {
    font-size: 22px;
    color: #444444;
    margin: 20px 0;
    font-weight: 500;
}
.entry-content h3 {
    font-size: 22px;
    color: #444444;
    margin: 20px 0;
    font-weight: 500;
}
.entry-content h4 {
    font-size: 20px;
    color: #444444;
    margin: 20px 0;
    font-weight: 500;
}
.indexflex .form{ margin-left:20px; width:305px; }


.indexflex .form .form-title     
{
    font-size: 15px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 15px; 
 }
    
.indexflex .form .formbox h5{ 
    font-size: 13px;
    color: #5e5e5e; 
}


.indexflex .form p {
    margin-bottom: 16px;
}

.entry-content a:hover {
    color: #f47e3c;
}
.pflex{ display:flex; }
.pic {
    text-align: center;
    max-width: 100% !important;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    margin: 5px;
}
.pic a {
    display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}

.pagination {
    font-size: .9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 15px;
    padding-bottom: 3px;
    text-align: center;
}

.pagination a.next, .pagination a, .pagination a.prev, .pagination span.next, .pagination span.page-numbers, .pagination span.prev {
    border: 1px solid #DDD;
    margin-right: 3px;
    padding: 3px 8px;
    text-decoration: none;
}

.pagination span {
    font-weight: 700;
    margin: 0 6px;
    display:inline-block;
}

.dpics{ display:flex;     flex-wrap: wrap; }

.dpic {
    text-align: center;
    max-width: 100% !important;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    margin: 5px;
}
.dpic a {
    display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}

 

#foot { 
    background: #2f3033;
    padding: 30px;
    text-align:center;
}
#foot p{     color: #dddddd;
    text-decoration: none;
    font-weight: 500; }
    
    
    
    .menu {
    background: url(../images/toggle-open.png) no-repeat left transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 30px;
    position: relative;
}

.menu.act{
    background: url(../images/toggle-close.png) no-repeat left transparent; }
 
.list>li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #fbfbfb;
    clear: both;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 5px 10px;
}

.list>li ul{     margin-left: 10px;
    padding: 5px 20px; }
    
    
.list>li ul h5 {
    font-size: 1.1em;
      color: rgba(68,68,68,.7);
    margin: 1em 0;
    font-weight: 500;
} 
 

.logo img {
    vertical-align: bottom;
}

.logo h1.logo-title {
    display: inline-block;
    margin-left: 20px;
    
        color: #666666;
    font-weight: 100;
    font-size: 36px;
    line-height: 1em;
}
h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

.hmenu {
    position: fixed;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #222222; 
    z-index: 999999;
        -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display:none;
}
.hmenu h3 {
    padding: 14px 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1c1c1c;
    background: #161616; 
    text-align: center;
    color: white;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
    font-size:20px;
}
 
 
.hmenu .close {
    position: absolute;
    padding: 7px;
    font-size: 19px;
    font-weight: 200; 
    color: white;
    text-decoration: none;
    top: 7px;
    right: 12px;
}
.hmenu.rauto{ 
    right: 0px;}
.open{
    color:#fff;  
    float:right;
    line-height:53px; 
    padding:0px 30px;
    cursor:pointer;
}
    
.nav{ 
    clear:both; height:53px; } 
    
    
    
.mobile-nav-icon {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
}
.mobile-nav-icon:before {
    font-size: 14px;
    content: "\f00b";
}
.hmenu form.search {
    margin: 20px 12px;
    position: relative;
    background-color: transparent;
}

.hmenu form.search input[type=search] {
    display: block;
    width: 100%;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E0E0E0;
    border: none;
}

ul.mobile {
    margin: 0px 12px;
    background: #212121;
    border: 1px solid #111;
    padding: 4px 10px;
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2), 0px -1px 0px rgba(255, 255, 255, 0.075);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.mobile li {
    display: block;
    padding: 15px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

ul.mobile li:first-child {
    border-top: none;
}

ul.mobile li a.link {
    display: block;
    margin-right: 30px;
    text-decoration: none;
    color: #F3F3F3;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-weight: 300;
}
/* 手机 */
@media screen and (max-width: 768px) 
{
    .indexflex { 
    flex-direction: column;
}

.indexflex .form {
    margin-left: 0px;
    max-width: 305px;width: 100%;
}


.logo img {
    margin: 0 auto 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width:100px; 
    display:block;
}

.logo h1.logo-title {
    display: block;
    margin-left: 0px;
    color: #666666;
    font-weight: 100;
    font-size: 36px;
    line-height: 1em;
    text-align:center;
}


.pflex {
    display: flex;flex-wrap: wrap;
}
}

@media screen and (max-width: 568px) 
{
    .hmenu { 
        display:block;
    }
    
    .nav ul {
        display:none;
}
}