@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, "微软雅黑";
    font-size: 14px;
    color: #333333;
    line-height: 2;
    max-width: 640px;
    background: white;
}

* div, body, ul, dl, dt, a, h1, h2, h3, h4, h5, h6, img {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
}

a {
    text-decoration: none;
    color: black;
    border: none;
}

ul, h1, h2, h3, h4, h5, h6 {
    list-style: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    display: block;
    border: none;
}

.layout {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.w84 {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}
.w84 p {
	margin:0;	
}
/*导航*/
.logo {
    width: 70%;
    height: 60px;
    margin-left: 7%;
    float: left;
}

.logo img {
    /*width: calc(100% / 2.5);*/
    width: auto;
    max-width: 100%;
    height: 60px;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.sidenav a {
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.sidenav a:hover, a:focus {
    text-decoration: none;
}

.toggle {
    display: block;
    padding-right: 3%;
    padding-top: 21px;
    float: right;

}

.material-icons img {
    width: 80%;
}

.sidenav {
    display: block;
    width: 60%;
    height: 100%;
    padding-bottom: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    overflow: auto;
    font-size: 0.916em;
    font-weight: 400;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transform: translate(100%, 0);
    transition: transform .3s;
    background: #333333;
}

.sidenav.show {
    padding-top: 30px;
    transform: translate(0, 0);
}

.sidenav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenav-menu li {
    display: block;
    position: relative;
    border-bottom: solid 1px #222222;
}

.sidenav-menu a {
    display: block;
    padding: 16px 0;
    color: white;
    text-decoration: none;
    background: 0 0;
}

.sidenav-menu a:hover {
    background: #222222;
}

.sidenav-menu a.active, .sidenav-menu a.active .sidenav-menu a.active {
    color: #f2f2f2;
}

.sidenav-link-title {
    display: block;
    padding: 0 16px 0 10%;
}

.sidenav-dropdown {
    display: none;
    padding: 0;
    list-style: none;
}

.sidenav-dropdown li {
    border-bottom: solid 1px #4b4a5e;
}

.sidenav-dropdown a {
    padding-left: 8%;
    text-indent: 2.4em;
    font-weight: normal;
    background: #444444;
}

.sidenav-dropdown a:hover {
    background: #222222;
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.sidenav-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
}

.sidenav-no-scroll {
    overflow: hidden !important;
}
/* banner */
.train_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

.train_banner .banner_images {
    width: 1000%;
}

.train_banner .banner_images li {
    float: left;
    width: 10%
}

.train_banner .banner_images li a {
    display: block;
    width: 100%
}

.train_banner .banner_images li a img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.train_banner .banner_index {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.banner_index-frame {
    display: inline-block;
}

.train_banner .banner_index li {
    transition: all 0.3s;
    margin-right: 7px;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
}

.train_banner .banner_index li.current {
    transition: all 0.3s;
    background-color: #1998da;
    width: 40px;
    border-radius: 5px;
}

.train_banner .banner_index li:hover {
    transform: scale(1.5);
}

.train_banner .banner_index li.current:hover {
    transform: scale(1);
}

.train_banner_left {
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    left: 3%;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #FFFFFF;
}

.train_banner_right {
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    right: 3%;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #FFFFFF;
}

.banner .train_banner_li img{
    height: auto;
}

.train_banner_left:hover, .train_banner_right:hover {
    display: block;
    opacity: 0.5;
}

.train_banner_li {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

/*footer*/
/*友情链接*/
.link {
    padding-bottom: 16px;
    border-bottom: 1px solid #333333;
}

.link .in-title2 {
    margin-bottom: 4px;
    color: #cccccc;
    font-size: 1.2em;
    font-weight: bold;
}

.link li {
    display: inline;
    padding-right: 3%;
}

.footer li {
    color: #cccccc;
}

.footer {
    padding: 26px 2%;
    background: #222222;
}

/*.footer .footer-bottom {
    padding-top: 24px;
}*/

.footer .footer-bottom li {
    color: #cccccc;
}
.footer .footer-bottom p {
	padding:0;
	margin:0;	
}
.footer a {
    color: #cccccc;
}