@charset "UTF-8"; * {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font-family: "Microsoft YaHei",sans-serif;
    font-size: 14px;
    _line-height: 1.125;
}

ul li {
    list-style: none
}

a,a:active,a:link,a:visited {
    text-decoration: none;
    color: #000;
}

.adv {
    margin: 80px auto 0;
    text-align: center;
}
.adv img {
    margin: 5px auto;
}
.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.cntl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cntl-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cntl-bar {
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    box-shadow: inset 0px 0px 7px -2px #000;
}

.cntl-bar-fill {
    background-color: #009ABB;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
}

.cntl-state {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
}

.cntl-state::after {
    display: block;
    content: ' ';
    clear: both;
}

.cntl-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #00313C;
    border: solid 3px #009ABB;
    box-shadow: 0px 0px 19px -9px #000;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
}

.cntl-content {
    width: 40%;
    padding: 2%;
    background-color: rgba(238, 238, 238, 0.25);
    border-radius: 8px;
    border-bottom: solid 3px #009ABB;
    float: left;
    opacity: 0;
    position: relative;
    margin-left: -40%;
}

.cntl-state:nth-child(2n+2) .cntl-content {
    float: right;
    margin-right: -40%;
}

.cntl-image {
    opacity: 0;
    width: 40%;
    padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
    float: right;
}

.cntl-image img {
    width: 100%;
}
.cntl-content h2 {
    margin-bottom: 10px;
}
.cntl-content h2 a{
    font-size: 20px;
    font-weight: normal;
}

/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
    margin-right: 0%;
}

.cntl-animate .cntl-content {
    opacity: 1;
    margin-left: 0%;
}

.cntl-animate .cntl-image {
    opacity: 1;
}

/*HEADER*/
.header {
    width: 100%;
    background-color: #fbfbfb;
    z-index: 999999;
    border-top: 4px solid #074ea2;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
	position: fixed;
    top: 0;
    left: 0;
}

.wrap, .headwrap {
    margin: 0 auto;
    width: 1200px;
}

.logo, .menu>ul>li {
    float: left;
    position: relative;
}

.logo {
    width: 260px;
}

.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 220px;
    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: 1200px;
    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;
}

.footer {
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: #999;
    line-height: 26px;
    font-size: 12px;
}

@media (min-width: 1024px) and (max-width:1199px) {
    .container {
        width:90%;
        margin: 0 5%;
        margin-top: 20px;
    }

    .wrap, .headwrap {
        width: 100%;
    }

    .footer-2016-content {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .container {
        width:90%;
        margin: 0 5%;
        margin-top: 20px;
    }

    .wrap, .headwrap {
        width: 100%;
    }

    .footer-2016-content {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
    }
}

/* mobile support */
@media (max-width: 768px) {
    .container {
        width:90%;
        margin: 0 5%;
        margin-top: 20px;
    }

    .cntl-bar {
        left: auto;
        right: 37px;
    }

    .cntl-content {
        width: 80%;
        float: none;
    }

    .cntl-state:nth-child(2n+2) .cntl-content {
        margi-right: 0%;
        float: none;
    }

    .cntl-image {
        width: 80%;
    }

    .cntl-state:nth-child(2n+1) .cntl-image {
        float: none;
    }

    .animate .cntl-content {
        margin-left: 2%;
    }

    .cntl-icon {
        left: auto;
        right: 0;
    }

    /*HEAD*/
    .header {
        position: relative;
        background: #fbfbfb;
        margin-bottom: 0;
    }

    .wrap, .headwrap {
        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: 50px;
        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: 5px 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;
    }

	.adv {
    width: 100%;
    margin: 0 auto;
	}
	.adv img {
		width: 100%;
	}
}
