@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0;
}
p {
    width: 10%;
}

a {
    text-decoration: none;
    color: #fff;
}
.nav {
    width: 70%;
    height: 6%;
    background-color: #00a0e4;
    display: block;
    position: fixed;
    left: 15%;
    border-radius: 11px;
    /* 设置圆角 */
    transform: perspective(8px)scale(1.1, 1.3) rotateX(-0.65deg);
    transform-origin: right top left;
    z-index: 11;
    top: 0;
}

.head {
    width: 71%;
    height: 7%;
    display: block;
    position: fixed;
    left: 14.5%;
    z-index: 999;
    top: 0;
}

.logo {
    width: 10%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.logo img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 15%;
    top: 0;
    display: block;
}

.menu ul {
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.menu ul li {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 7%;
    list-style: none;
    color: #ffffff;
    line-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    font-family: "microsoft yahei UI light";
}

.menu ul li a {
    line-height: 100%;
    font-size: 0.9vw;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.c-line {
    display: none;
    width: 7.3%;
    /*width: 6%;    
    text-align: center;*/
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    /*transition: width .5s;*/
}

.icon {
    width: 2.8vw;
    height: 2.8vh;
    fill: currentColor;
    overflow: hidden;
    line-height: 100%;
}

.c-line-1 {
    width: 7.3%;
    /*width: 6%;    
    text-align: center;*/
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
}

.menu ul li:hover .c-line {
    display: block;
    /*width: 13%*/
}

.icon-1 {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 76%;
    top: 30%;
    display: table-cell;
    vertical-align: middle;
}

.icon ul {
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
}

.icon-2{
    height: 100%;
    position: relative;
    top: -43%;
    right: -57%;
}

.icon-2:hover {
    opacity: .5;
}

.icon ul li {
    width: auto;
    height: 100%;
    margin-left: 12%;
    list-style: none;
    color: #ffffff;
    line-height: 100%;
    display: inline-block;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 12%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.icon:hover {
    opacity: .5;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', microsoft yahei, Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
    list-style-type: none;
}


/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
    position: fixed;
    width: 20%;
    top: 12%;
    margin-left: 6%;
    margin-top: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .current .link {
    background-color: #00a0e4;
    color: #FFF;
}

.link {
    cursor: pointer;
    display: block;
    padding: 2% 2% 2% 5%;
    color: #00a0e4;
    font-size: 0.9vw;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #ffffff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/**
 * Submenu
-----------------------------*/

.submenu {
    display: none;
    background: white;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #00a0e4;
}

.submenu a {
    display: block;
    color: #00a0e4;
    padding: 12px;
    padding-left: 42px;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #00a0e4;
    color: #FFF;
}

.cont {
    position: absolute;
    top: 12%;
    left: 30%;
    color: #00a0e4;
    font-weight: 500;
}

.cont-list {
    width: 90%;
}

.list-title {
    font-size: 0.9vw;
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: #00a0e4 1px solid;
}

.list-title-1 {
    font-size: 0.8vw;
    width: 90%;
    margin-top: 1%;
    margin-bottom: 5%;
}

.dowmlond {
    display: block;
    width: 10%;
}

.introduce {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}

.picture {
    width: 200px;
    height: 200px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 2%;
}

.picture img {
    max-width: 100%;
    max-height: 100%;
}

.text {
    line-height: 150%;
    margin-left: 10%;
}


/*http://www.jq22.com*/

.foot {
    width: 70%;
    height: 6%;
    background-color: #00a0e4;
    position: fixed;
    left: 15%;
    bottom: 0;
    border-radius: 11px;
    /* 设置圆角 */
    transform: perspective(8px)scale(1.1, 1.3) rotateX(0.65deg);
    transform-origin: right top left;
    display: inline-block;
}

.banquan {
    width: 71%;
    height: 7%;
    position: fixed;
    left: 14.5%;
    bottom: 1%;
    display: table-cell;
    vertical-align: middle;
}

.jilly {
    width: auto;
    height: 30%;
    font-size: 0.8vw;
    color: white;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "microsoft yahei UI light";
}

.beianhao {
    width: 100%;
    height: 30%;
    font-size: 0.8vw;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
    font-family: "microsoft yahei UI light";
}

.beianhao a {
    text-decoration: none;
    color: white;
}