@charset "UTF-8";

*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body {
	background: url(../img/body-bg-4.jpg) repeat-x #fff;
	color: #333;
	font-family: Microsoft YaHei,Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:1.125;
}
pre ,code{
	direction:ltr;
	background:url(../images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

h1, h2, h3,h4, h5, h6 { font-weight:normal;}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover { color: #000;}
.clear {clear: both;}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}
.f {
    float: left;
}
.r {
    float: right;
}
.fx {
    margin-bottom: 10px;
}
.dr {
    clear: right;
}
/*HEADER*/
.header {
    width: 100%;
    background-color: #fbfbfb;
    z-index: 999999;
    border-top: 4px solid #dc2221;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
}

.wrap, .headwrap {
    margin: 0 auto;
    width: 1024px;
}

.logo, .menu>ul>li {
    float: left;
    position: relative;
}

.logo {
    width: 180px;
	margin:0 10px;
}

.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 180px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}

.menu {
    float: left;
}

.menu ul li a {
    display: block;
    line-height: 60px;
    width: 110px;
    text-align: center;
}
.menu ul li a .sub-indicator{
	right: 7px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #ddd;
}
.menu ul li .child_navs {
    display: none;
    padding: 0 0 5px 0;
    position: absolute;
    top: 60px;
    z-index: 10;
    background-color: #fbfbfb;
    min-width: 200px;
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.menu ul li .child_navs li{
    float:left;
	width:50%;
}
.menu ul li .child_navs li:hover a{
    color:#dc2221;
}
.menu ul li:hover ul{
	display:block;
}
.menu ul li ul li a {
    line-height: 40px;
    height: 40px;
}

/*FOOTER*/
#footer-2016-links-wrapper {
    width: 100%;
    background-color: #222;
    border-top: 1px solid #3c3b3b;
}

.footer-2016-content {
    width: 984px;
    margin: 0 auto;
    padding: 10px 20px;
}

.footer-2016-content h5, .footer-2016-content h6 {
    color: #fff;
    font-size: 16px;
	margin: 10px 0;
}

#footer-2016-links-wrapper ul {
    padding: 0 0 20px;
    border-bottom: 0 solid #013e00;
}

#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}

#footer-2016-links-wrapper ul li a {
    color: #fff;
    display: block;
    margin-top: 7px;
    padding-top: 2px;
    height: 18px;
    background-size: 20px 20px;
}

#footer-2016-links-wrapper ul.more-links li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 13px;
}

#footer-2016-links-wrapper ul.more-links li a {
    color: #727272;
    height: auto;
    background-size: auto;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 0;
    padding-left: 0;
}

.footer-2016-content p {
    margin: 10px 0;
    font-size: 12px;
    color: #727272;
}

.footer-2016-content p a {
    padding-right: 10px;
    color: #49cc08;
}

.about {
    width: 1024px;
    margin: 80px auto;
    background: #efefef;
    border-radius: 10px;
}
.about .aboutnav {
    margin: 10px 20px;
    float: left;
    border-right: 1px dashed #d3d3d3;
    padding-right: 20px;
	width:80px;
	overflow: hidden;
}
.about .aboutnav ul li {
    padding-bottom: 10px;
}
.about .aboutnav ul li a {
    font-size: 16px;
    padding-left: 10px;
    color: #2a2a2a;
    border-left: 3px solid #fff;
}
.about .aboutnav ul .selfpagecss a {
    border-left: 3px solid #048f1b;
}
.about .aboutcontent {
    float: left;
	width: 800px;
}
.about .aboutcontent p {
	line-height:24px;
}
@media (min-width:768px) and (max-width:1023px) {

/*HEAD*/
.wrap, .headwrap {
    margin: 0 auto;
    width: 768px;
}
.logo {
    width: 180px;
    border: 0;
    overflow: hidden;
    text-align: center;
}
.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 180px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}
.menu ul li a {
    width: 90px;
}
/*FOOTER*/
.footer-2016-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-2016-content h5, .footer-2016-content h6 {
    margin: 10px 20px;
}
#footer-2016-links-wrapper ul {
    padding: 0 0 20px 20px;
    border-bottom: 0 solid #013e00;
}
#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}
.footer-2016-content p {
    margin: 10px 20px;
    font-size: 12px;
    color: #727272;
}

#sidebar {
    display:none;
}

#main-content {
    padding: 80px 20px 20px;
    width: 728px;
}
.content {
    float:none;
	width:auto;
}
.cat-box.column2 {
    width: 354px;
}

}

@media (max-width: 767px) {
/*HEAD*/
.header {
    position: relative;
    background: #fbfbfb;
}
.wrap, .headwrap, .play, .left, .right, .sbox, .lbox, .list {
    width: 100%;
}
.mico {
    left: 0;
    background: url(../img/menu_ico.png) 16px no-repeat;
}
.mico, .sico {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
	border-right: 1px solid #ccc;
    text-indent: -9999px;
}
.logo {
    width: 220px;
    border: 0;
    overflow: hidden;
    float: none;
    text-align: center;
    margin-left: 60px;
}
.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 220px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}
.menu {
    display:none;
}

/*FOOTER*/
.footer-2016-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-2016-content h5, .footer-2016-content h6 {
    margin: 10px 20px;
}
#footer-2016-links-wrapper ul {
    padding: 0 0 20px 20px;
    border-bottom: 0 solid #013e00;
}
#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}
.footer-2016-content p {
    margin: 10px 20px;
    font-size: 12px;
    color: #727272;
}

.about {
    width: 100%;
    margin: 10px auto;
    background: none;
}
.about .aboutnav {
    width: 100%;
	float:none;
	margin:0;
}
.about .aboutnav ul li {
    float:left;
	margin-right: 10px;
}
.about .aboutcontent {
    width: 90%;
	padding: 0 5%;
	float:none;
}
.about .aboutcontent img{
    width: 100%;
	height:auto;
}
}