/* 一键变灰代码 */
/*body{filter: grayscale(100%) !important;}*/

iframe:-webkit-full-screen{
    transform: translate(0,0)
}
.vidoeBoxGF {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:100;

}
.boxTan {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #000;
}

.hide {
    display: none;
}


/* 手机端导航 */

#searchicon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #222;
    z-index: 15;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 2%;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 40px 0 20px;
    line-height: 40px;
    background-color: rgba(1, 69, 142, 1);
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    font-size: 16px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-dropdown-content li:first-of-type{
    position: relative;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    background-color: #333333;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown .cd-close {
    top: 5px;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    padding-top: 60px;
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #272727;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    color: #333;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #fd9025;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 60px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 90px;
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    color: #333333;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.cd-dropdown-content .icon-Icon_Magnifier {
    position: absolute;
    font-size: 30px;
    color: #333333;
    z-index: 99;
    right: 4px;
    padding: 8px;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #333333;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #333333;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #333333;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #333333;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.has-children>a,
.go-back a {
    position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-children>a {
    padding-right: 40px;
}

.has-children>a::before,
.has-children>a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.mobileNav {
    display: none;
    padding: 10px 5px;
}
/* 左侧浮动 */
.fixedFloat{
    position: fixed;
    top:300px;
    left: 0;
    z-index: 100000;
}
.fixedFloat img{
    display: block;
    width: 100%;
}

/* ERROR页面 */
.error {
    width: 100%;
    padding: 200px 0 300px;
    background: url(/templates/pc/d/images/404bg.png) no-repeat center center;
    box-sizing: border-box;
}

.jq22-container {
    padding-bottom: 60px;
}

.errorLeft,
.errorRight {
    width: 50%;
}

.errorLeft {
    padding: 0 60px;
}

.errorLeft>div {
    width: 100%;
    text-align: center;
}

.errorLeft>div img {
    display: block;
    margin: 0 auto;
}

.errorLeft input {
    border: none;
}

.errorLeft form {
    margin: 0 auto;
    margin-top: 43px;
}

.errorLeft .txt {
    width: 350px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
}

.c1 {
    background: rgba(61, 91, 152, 1);
}

.c2 {
    background: rgba(31, 161, 242, 1);
}

.c3 {
    background: rgba(57, 71, 94, 1);
}

.c4 {
    background: rgba(2, 119, 181, 1);
}

.c5 {
    background: rgba(220, 80, 67, 1);
}

.c6 {
    background: rgba(203, 34, 41, 1);
}

.c7 {
    background: rgba(255, 103, 82, 1);
}

.submit {
    width: 130px;
    height: 50px;
    /* margin-left: 1px; */
    color: #fff;
    background: rgba(1, 69, 142, 1);
    ;
}

.errorRight {
    text-align: left;
}

.errorRight h2 {
    margin-top: 22px;
    font-size: 30px;
    font-family: Rubik-Regular;
    font-weight: 400;
    color: rgba(61, 61, 61, 1);
    line-height: 48px;
}

.errorRight p {
    margin: 10px 0;
    font-size: 16px;
    font-family: Rubik-Light;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.errorRight h3 {
    font-size: 20px;
    font-family: Rubik-Medium;
    font-weight: 500;
    color: rgba(61, 61, 61, 1);
    line-height: 35px;
}

.errorNav li {
    float: left;
    width: calc((100% / 3));
}

.errorNav li a {
    font-size: 18px;
    font-family: Rubik-Light;
    font-weight: 300;
    color: rgba(85, 85, 85, 1);
    line-height: 48px;
}

.errorNav li a span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(1, 69, 142, 1);
    border-radius: 50%;
    margin-right: 10px;
}

.error_con {
    margin-top: 35px;
}

.erroriconList li {
    float: left;
    padding: 5px 10px;
    line-height: 25px;
    text-align: center;
    margin: 0 10px;
}

.erroriconList li a {
    color: #fff;
}

.error_con span {
    font-size: 20px;
    font-family: Rubik-Light;
    font-weight: 300;
    color: rgba(74, 180, 173, 1);
}

.c1 {
    background: rgba(61, 91, 152, 1);
}

.c2 {
    background: rgba(31, 161, 242, 1);
}

.c3 {
    background: rgba(57, 71, 94, 1);
}

.c4 {
    background: rgba(2, 119, 181, 1);
}

.c5 {
    background: rgba(220, 80, 67, 1);
}

.c6 {
    background: rgba(203, 34, 41, 1);
}

.c7 {
    background: rgba(255, 103, 82, 1);
}

/*留言成功页面*/

.success {
    width: 100%;
    padding: 300px 0 400px;
    /* height: 980px; */
    text-align: center;
    background: url(/templates/pc/d/images/404bg.png) no-repeat center center;
    box-sizing: border-box;
}

.success h2 {
    font-size: 36px;
    font-family: Graphik-SemiBold;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    margin: 56px 0 23px;
}

.success p {
    font-size: 24px;
    font-family: Graphik-Medium;
    font-weight: 500;
    color: rgba(85, 85, 85, 1);
    line-height: 36px;
}

.success a {
    display: inline-block;
    width: 240px;
    height: 46px;
    margin-top: 60px;
    background: rgba(1, 69, 142, 1);
    border-radius: 23px;
    font-size: 24px;
    font-family: "Graphik-Regular";
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.success a:last-of-type {
    margin-left: 111px;
}

.headTop {
    height: 100px;
    padding: 30px 0 20px;
    position: relative;
}

.ulLeft a {
    height: 40px;
    font-size: 18px;
    font-family: Graphik-Regular;
    font-weight: 400;
    color: rgba(1, 69, 142, 1);
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    background: rgba(239, 239, 239, 1);
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.wBox {
    position: relative;
}

.weibo,
.weixin {
    display: none;
    position: absolute;
    bottom: -131px;
    left: -30px;
    width: 100px;
    height: 109px;
    text-align: center;
    z-index: 3;
    background: url(/templates/pc/d/images/01bg.png) no-repeat center;
}

.wBox:hover .weibo {
    display: block;
}

.wxBox:hover .weixin {
    display: block;
}

.weibo img,
.weixin img {
    margin-top: 29px;
}

.ulLeft a i {
    font-size: 21px;
}

.topRight {
    margin-right: 70px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(1, 69, 142, 1);
    line-height: 40px;
}

.topRight a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(1, 69, 142, 1);
    line-height: 40px;
    padding: 0 5px;
}

.headTop>.w {
    position: relative;
}

.searchBox {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
}

.searchBox #keyword {

    display: none;
    width: 330px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #d4d4d4;
    border: none;
    /* opacity: 0; */
}

#btn {
    position: absolute;
    right: 10px;
    color: rgba(1, 69, 142, 1);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
    margin-top: -20px;
}

.logo {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.logo img {
    width: 100%;
}

.navTop {
    position: relative;
    border-top: 1px solid transparent;
    height: 100px;
    background: url(/templates/pc/d/images/a26.png) no-repeat top center;
}

.navTopList>a {
    display: inline-block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    padding: 20px 24px;
}

.navTopList>a:hover {
    border-bottom: 2px solid #fff;
}

.navTopList {
    margin-top: 33px;
}

.gaikuang,
.dongtai,
.jiaoxue,
.deyu,
.zhaosheng,
.jiaoliu,
.gonghui,
.jineng,
.xibu {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -200px;
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.94);
    
}

.jineng .rightBox,
.xibu .rightBox {
    display: none;
}

.rightBoxShow {
    display: block !important;
}

.leftBox {
    width: 20%;
    padding: 15px 0;
    height: 200px;
    border-right: 1px  solid #ccc;
}

.leftBox ul {
    overflow: hidden;
}

.leftBox li {
    float: left;
    width: 50%;
}

.leftBox a {
    display: block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    padding: 3px;

}

.leftBox a:hover,
.leftBox a:hover i {
    color: rgba(1, 69, 142, 1);
}

.leftBox a i {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 24px;
    margin-left: 30px;
    margin-right: 30px;
}

.rightBox {
    width: 80%;
    text-align: left;
    padding: 10px 0;
    height: 200px;
    box-sizing: border-box;
}

.rightBoxA{
    width: 60%;
    box-sizing: border-box;
}
.rightBoxB {
    width: 40%;
    box-sizing: border-box;
}

.rightBoxA {
    padding: 0 40px 0 60px;

}

.rightBoxA p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

.rightBoxA ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.rightBoxA ul li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #555;
    line-height: 40px;
}

.rightBoxADe {
    display: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: #0091db;
    border: 1px solid #0091db;
    border-radius: 20px;
}

.rightBoxADe i {
    margin-left: 15px;
}

.rightBoxB img {
    display: block;
}




.flexslider {
    border: none !important;
    margin-bottom: 0 !important;
}

.indexBanner .flex-direction-nav {
    display: none;
}

.indexBanner .flex-control-nav {
    bottom: 10px !important;
    z-index: 2;
}

.indexBanner .flex-control-nav li a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
}

.indexBanner .flex-control-paging li a.flex-active {
    border: 2px solid #fff;
    background-color: transparent !important;
}

.indexBanner .flex-control-paging li a:hover {
    border: 2px solid #fff;
    background-color: transparent !important;
}

.indexBanner img {
    display: block;
    width: 100% !important;
}

.sActive {
    padding: 50px 0;
}

.sActive>h2 {
    text-align: center;
}

.biaoti {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
}

.bgLine {
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 20px;
    width: 100%;
    height: 7px;
    line-height: 7px;
    background: url(/templates/pc/d/images/line.png) no-repeat center;
}

.sPart .bgLine {
    background: url(/templates/pc/d/images/a211.png) no-repeat center;
}

.sActiveCont {
    margin-top: 32px;
}

.activeItem {
    float: left;
    width: calc((100% - 40px) / 2);
}

.activeItem a>div:first-of-type {
    position: relative;
}

.activeItemT {
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #fff;
    /* background: rgba(1, 69, 142, 0); */
    transition: all 0.5s ease-in;
}

.activeItem a:hover .activeItemT {
    background: rgba(1, 69, 142, 0.8);
    bottom: 0;
}

.activeItem:nth-of-type(2n + 1) {
    margin-right: 40px;
}

.itemImage img {
    display: block;
    width: 100%;
}

.itemContent {
    width: 100%;
    padding-top: 25px;
}

.itemContent h3 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
}

.itemDate {
    margin: 20px 0;
}

.itemDate i {
    margin-right: 10px;
    font-size: 20px;
}

.itemCon {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.viewMore {
    position: relative;
    display: block;
    width: 130px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(1, 69, 142, 1);
    border-radius: 4px;
    font-size: 16px;
    font-family: Graphik-Regular;
    font-weight: 400;
    color: rgba(1, 69, 142, 1);
    margin-top: 32px;
    -webkit-background: linear-gradient(to left, transparent 50%, #01458e 50%) no-repeat right 0;
    background: linear-gradient(to left, transparent 50%, #01458e 50%) no-repeat right 0;
    -webkit-background-size: 200% 36px;
    background-size: 200% 36px;
}


.viewMore:hover {
    background: rgba(1, 69, 142, 1);
    /* background-position: left 0; */
    color: #fff;
}

.activeItemLi {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.activeList {
    display: block;
}

.activeListA {
    width: calc(100% / 6);
}

.activeListB {
    width: calc((100% / 6) * 5);
}

.activeListA>p {
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 48px;
}

.activeListA>span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.activeListB h2 {
    margin-top: 6px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.activeListB p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.activeItemLi:hover {
    background: rgba(1, 69, 142, 1);
}

.activeItemLi:hover .activeListA>p,
.activeItemLi:hover .activeListB h2,
.activeItemLi:hover .activeListA>span,
.activeItemLi:hover .activeListB p {
    color: #fff;
}

.bgC {
    background: rgba(239, 239, 239, 1);
}

.bgF {
    background: rgba(255, 255, 255, 1);
}

.sHot {
    padding: 40px 0 50px;
}

.sHotItem {}

.sHotA {
    width: calc((100% / 3) *2);
}

.sHotB {
    width: calc(100% / 3);
    padding-left: 20px;
}

.sHotALunBo {
    margin-top: 30px;
}

.sHotALunBo .flexslider {
    background: rgba(239, 239, 239, 1);
}

.liWidth {
    float: left;
    width: calc((100% - 60px) / 2);
    margin-right: 30px;
    background-color: #fff;

}

.sHotItemLi .itemContent {
    padding: 23px 25px 37px 20px;
}

.sHotALunBo .flexslider ol {
    display: none;
}

.sHotALunBo .flex-direction-nav {
    position: relative;
    top: -555px;
    right: 0;
}

.sHotALunBo .flex-prev {
    left: 720px !important;
    opacity: 1 !important;
    background: url(/templates/pc/d/images/sLeft.png) no-repeat center center;
}

.sHotALunBo .flex-next {
    opacity: 1 !important;
    right: 30px !important;
    background: url(/templates/pc/d/images/sRight.png) no-repeat center center;
}

.sHotALunBo .flex-prev:hover,
.sHotALunBo .flex-next:hover {
    opacity: 1;
}

.sHotALunBo .flex-direction-nav a {
    width: 22px;
    height: 22px;
    font-size: 0;
    margin: 0;
}

.sHotALunBo .flex-direction-nav a:before {
    font-size: 0;

}


.more {
    display: block;
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: rgba(1, 69, 142, 1);
    border-radius: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.sHotBList {
    margin-top: 30px;
}

.activeListB {
    line-height: 60px;
}

.sHotBListItem {
    padding: 27px 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

/* zhuanyexobu */
.xibuGK {
    padding: 30px 0;
}

.xibuGK p {

    line-height: 32px;
    margin-top: 10px;
}

.sIndro p {
    line-height: 36px;
    margin-top: 10px;
}
.lingdaobanzi_content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sHotBListItem .activeListA {
    width: 65px;
    height: 65px;
    text-align: center;
    background: rgba(1, 69, 142, 1);
    margin-right: 20px;
}

.sHotBListItem .activeListA p {
    font-size: 30px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin-top: 5px;

}

.sHotBListItem .activeListA span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.sHotBListItem .activeListB {
    width: calc((100% / 6) * 4.5);
}

.sHotBListItem .activeListB p {
    width: 85%;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sHotBListItem .activeListB i {
    color: rgba(1, 69, 142, 1);
    margin-left: 13px;
    font-size: 25px;
}

.sPart {
    padding: 40px 0;
    background: url(/templates/pc/d/images/a25.jpg) no-repeat center center;
}

.sPart h2 {
    color: #fff;
    text-align: center;
}

.sPart .bgLine {
    color: #fff;
}

.sPartTit {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
    margin: 20px 0 40px;
}

.sPartItem {
    float: left;
    width: calc(100% / 5);
    text-align: center;
    padding: 0 20px;
}

.sPartItemBox {
    border-top: 1px solid transparent;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    text-align: center;
}

.sPartItemBox>div {
    margin: 8px;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.sPartItemBox>div i {
    font-size: 50px;
    color: rgba(1, 69, 142, 1);
}

.sPartItem h4 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 22px;
}

.sPartItem p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.sVideoALeft {
    width: calc(((100% - 20px) / 3) * 2);
    margin-right: 10px;
}

.sVideoARight {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

.sVideoARightT {
    margin-bottom: 10px;
}

.sVideoALeftA img,
.sVideoARightT img,
.sVideoARightB img {
    width: 100%;
    display: block;
}

.sVideoALeftA,
.sVideoARightT,
.sVideoARightB {
    position: relative;
}

.sVideo,
.sVideoB {
    margin-top: 30px;
}

.videoP {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.sVideoBItem {
    position: relative;
    float: left;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
}

.sVideoBItem:nth-of-type(2n) {
    margin-right: 0;
}

.sVideoBItem img {
    width: 100%;
    display: block;
}

.sVideoBItem:last-of-type {
    width: 100%;
    margin: 0;
}

.videoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoBtn i {
    font-size: 80px;
    color: rgba(255, 255, 255, 1)
}

.sVideoARight .videoBtn i {
    font-size: 60px;
}

.sVideoBItemTit {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.sLibary {
    padding: 50px 0;
}

.sLibary h2 {
    text-align: center;
}

.sLibaryLunBo {
    margin-top: 35px;
}

.libaryItems {
    background: rgba(239, 239, 239, 1);
}

.libaryItems li {
    float: left;
    width: calc((100% - 96px) / 4);
    margin-right: 32px;
    text-align: center;
    background: rgba(239, 239, 239, 1);
}

.libaryItems li:nth-of-type(4n) {
    margin-right: 0;
}

.libaryItems li:hover p {
    color: rgba(1, 69, 142, 1)
}

.libaryItems li p {
    margin-top: 15px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

#sLibaryLBT ol {
    display: none;

}

#sLibaryLBT .flex-direction-nav {
    position: relative;
    top: -150px;
    right: 0;
}

#sLibaryLBT .flex-prev {
    left: 0;
    opacity: 1 !important;
    background: url(/templates/pc/d/images/lLeft.png) no-repeat center center;
}

#sLibaryLBT .flex-next {
    opacity: 1 !important;
    right: 0px !important;
    background: url(/templates/pc/d/images/lRight.png) no-repeat center center;
}

#sLibaryLBT .flex-prev:hover,
#sLibaryLBT .flex-next:hover {
    opacity: 1;
}

#sLibaryLBT .flex-direction-nav a {
    width: 30px;
    height: 50px;
    font-size: 0;
    margin: 0;
}

#sLibaryLBT .flex-direction-nav a:before {
    font-size: 0;

}

.footerTop {
    padding: 50px 0 60px;
    background: rgba(1, 69, 142, 1);
}

.footerCR {
    padding: 6px 0;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: rgba(2, 60, 123, 1);
    overflow: hidden;

}
.footerCR a {
    display: inline-block;
    vertical-align: top;
}

.footerCR span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    /* line-height: 30px; */
    vertical-align: middle;
    margin-left: 20px;
}

.footerLeft {
    width: 26%;
}

.footerLeft img {
    width: 100%;
    display: block;
}

.footerLeft p {
    margin-top: 29px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.mediaList {
    margin-top: 38px;

}

.mediaList li {
    float: left;
    border: 1px solid rgba(239, 239, 239, 1);
    padding: 10px;
    text-align: center;
    margin-right: 20px;

}

.mediaList li a i {
    color: #fff;
    font-size: 26px;
}

.footerRight {
    width: 74%;
    padding-left: 70px;
}

.footerRight h2 {
    margin-top: 15px;
    margin-bottom: 29px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.fRightA {
    width: 30%;
}

.fRightA ul li {
    float: left;
    width: 50%;
}

.fRightA ul li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

.fRightA ul li a i {
    margin-right: 10px;
}

.fRightB {
    width: 50%;
    padding: 0 30px 0 40px;
}

.fRightB ul li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

.fRightB ul li a i {
    margin-right: 10px;
    font-size: 16px;
}

.fRightC {
    width: 20%;

}

.fRightC ul {
    padding-top: 13px;
}

.fRightC li {
    background: #fff;
    margin-bottom: 16px;
    padding: 7px;
}

.fRightCTit {
    margin-left: 15px;
}

.fRightCTit p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 30px;
}

/* 学电子游戏app网址大全概况 */
.GFbanner {
    /* position: relative; */
}

.GFbanner img {
    width: 100%;
    display: block;
}

.tabBar {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
}

.barList {
    width: 100%;
    height: 80px;

}

.barList li {
    float: left;

}

.barList li a {
    display: block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 29px 20px;
    border-bottom: 2px solid transparent;
}

.barList li a:hover {
    color: rgba(2, 60, 123, 1);
    border-bottom: 2px solid rgba(2, 60, 123, 1);
}

.Aactive {
    color: rgba(2, 60, 123, 1);
    border-bottom: 2px solid rgba(2, 60, 123, 1);
}

#crumbs {
    text-align: left;
    padding: 34px 0;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
}

#crumbs>i {
    font-size: 18px;
    margin-right: 10px;
}

#crumbs a {
    padding: 0 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
}

.PIndro {
    text-indent: 2em;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 30px;
    margin-bottom: 20px;
}

.marR0 {
    margin-right: 0 !important;
}

.sIndroImgA {
    float: left;
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
}

.sIndroImgAl,
.sIndroImgAr {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
}

.sIndroImgA img {
    display: block;
    width: 100%;
}

.sIndroImgAr ul li {
    margin-bottom: 8px;
}

.sIndroImgAr ul li:last-of-type {
    margin-bottom: 0;
}

.sIndro .sIndroConh2 {
    margin: 50px 0 33px;
}

.sIndroCon span {
    text-indent: 2em;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(197, 15, 36, 1);
    line-height: 30px;
    margin-bottom: 20px;
}

.sIndro1 {
    padding-bottom: 60px;
}

.sIndro1 {
    display: block;
    width: 100%;
}

.xiaogeConB {
    padding: 60px;
    text-align: center;
    font-size: 60px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.xiaogeConC img {
    display: block;
    margin: 0 auto;
}

.leaderGList>li {
    position: relative;
    float: left;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 50px;
    border-bottom: 3px solid rgba(238, 238, 238, 1);
    overflow: hidden;
}

.leaderGList li:nth-of-type(3n) {
    margin-right: 0;
}


.leaderItemT {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -50%;
    padding: 40px 20px;
    left: 0;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    background: rgba(1, 69, 142, 0.9);
    transition: all 0.3s ease-in;
}

/* 
.leaderGList>li:hover .leaderItemT {
    transform: translateY(-100%);
}

.leaderGList>li:hover .leaderGItem,
.leaderGList>li:hover .leaderGItem p {
    color: #fff;
} */

.leaderGItem {
    padding: 28px 0 20px;
}

.leaderGItem h2 {

    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.leaderGItem p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
}

.hConList li {
    float: left;
    width: calc((100% - 84px) / 3);
    margin-right: 42px;
    margin-bottom: 40px;
}

.hConList li:nth-of-type(3n) {
    margin-right: 0;
}

.hConList li img {
    width: 100%;
    display: block;
    height: 248px;
}

.hConList li p {
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.vConList li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 20px;
}

.vConList li:nth-of-type(3n) {
    margin-right: 0;
}

.vConList li img {
    width: 100%;
    display: block;
}

.vConList li p {
    /* padding-top: 23px; */
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page {
    /* margin-top: 30px; */
    text-align: center;
    font-size: 16px;
    background: #fff;
    padding: 10px 0 0;
    margin-bottom: 60px;
}

.page a {
    display: inline-block;
    margin: 0 2px 10px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 28px;
    background: rgba(244, 244, 244, 1);
    color: rgba(85, 85, 85, 1);
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.page .next,
.page .prev {
    width: 100px;
}

.page a.on,
.page a:hover {
    background: rgba(1, 69, 142, 1);
    color: #fff;
}

.newsList {
    width: 100%;
    background-color: #fff;

}

.newsList>ul {
    margin-bottom: 40px;
}

.newsListItem {
    padding: 50px 0 0px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.newsListItem a {

    display: block;
}

.newsListItemhd {
    width: calc((100% / 8));
}

.newsListItemhd>div:first-of-type {
    padding: 67px 0;
}

.newsListItemhd>div:last-of-type {
    width: 1px;
    height: 200px;
    background: rgba(1, 69, 142, 1);
    margin-left: 45px;
}

.newsListItemhd p {
    font-size: 18px;
    font-family: D-DINExp;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.newsListItemhd p:first-of-type {
    font-size: 52px;
    font-family: D-DINExp;
    font-weight: 400;
    color: rgba(1, 69, 142, 1);
    line-height: 60px;
}

.newsListItemcd {
    width: calc((100% / 8) * 5);
}

.newsListItemcd h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.newsListItemcd span:first-of-type {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.newsListItemcd span i {
    font-size: 16px;
    margin-right: 10px;
}

.newsListItemcd p {
    margin-top: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
}



.newsListItembd {
    width: calc((100% / 8) * 2);
    text-align: right;
}

.newsListItembd img {
    display: inline-block;
    width: 100%;
}

.newsListItem:hover {
    background: rgba(244, 245, 250, 1);
}

.newsListItem:hover .newsListItemhd p,
.newsListItem:hover .newsListItemcd h2 {
    color: rgba(1, 69, 142, 1);

}

.tongzhiCon .sHotBListItem {
    float: left;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 30px;
    padding: 30px 20px 10px;

}

.tongzhiCon .sHotBListItem:nth-of-type(2n) {
    margin-right: 0;
}

.tongzhiCon .activeListA p,
.tongzhiCon .activeListA span {
    color: #fff;
}

.tongzhiCon .activeListA {
    background-color: rgba(1, 69, 142, 1);
}

.tongzhiCon .activeListB {
    width: calc((100% / 6) * 5);
}

.tongzhiCon .activeListB {
    padding: 10px 0;
}

.tongzhiCon .activeListB i {
    margin-left: 25px;
}

.tongzhiCon .sHotBListItem:hover {
    background-color: rgba(1, 69, 142, 1);
}

.tongzhiCon .sHotBListItem:hover .activeListA {
    background: #fff;
}

.tongzhiCon .sHotBListItem:hover .activeListA p,
.tongzhiCon .sHotBListItem:hover .activeListA span {
    color: rgba(1, 69, 142, 1);
}

.tongzhiCon .sHotBListItem:hover .activeListB p,
.tongzhiCon .sHotBListItem:hover .activeListB i {
    color: #fff !important;

}

.fileConList li {
    position: relative;
    float: left;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    background: rgba(244, 244, 244, 1);
    border-radius: 6px;
    padding: 65px 30px 30px;
    margin-bottom: 60px;
}

.fileConList li:nth-of-type(2n) {
    margin-right: 0;
}

.fileConList a>h2 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.fileConList a p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 28px;
    margin-top: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 24px;
}

.fileBox {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    background: rgba(1, 69, 142, 1);
}

.fileBox i {
    font-size: 46px;
    color: #fff;
}

.fileConList li:hover {
    background: rgba(1, 69, 142, 1);
}

.fileConList li:hover h2,
.fileConList li:hover p {
    color: #fff;
}

.fileConList li:hover .fileBox {
    background: rgba(2, 60, 123, 1);
}

.detailCon h2 {
    /* margin-top:40px; */
    text-align: center;
    font-size: 30px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.detailCon p:first-of-type {
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    margin: 35px 35px 24px 0;
}

.detailCon p:first-of-type span {
    margin-right: 35px;

}

.detailCon p:first-of-type span i {
    margin-right: 10px;
}

.detailConImg {
    margin: 37px 0 54px;
}

.detailConImg ul>li {
    float: left;
    width: calc((100% - 20px) /2);
    margin-right: 20px;
    text-align: center;
}

.detailConImg ul>li:nth-of-type(2n) {
    margin-right: 0;
}

.detailConImg ul>li p {
    margin-top: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.detailConImg ul>li img {
    display: block;
    width: 100%;
}

.qiehuanBox {
    padding: 0 20px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(246, 246, 246, 1);
    margin-bottom: 60px;

}

.qiehuanBox a {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);


}

.qiehuanBox a:hover {
    color: rgba(1, 69, 142, 1);
}

.qiehuanBox>span i {
    font-size: 20px;
    color: #ccc;
    margin: 0 15px;

}

.fencaiConList li {
    float: left;
    width: calc((100% - 120px) / 4);
    border-bottom: 2px solid rgba(238, 238, 238, 0.95);
    margin-right: 40px;
    margin-bottom: 20px;

}

.fencaiConList li:nth-of-type(4n) {
    margin-right: 0;

}

.fencaiConList li img {
    width: 100%;
    display: block;

}

.fencaiConList li:hover {
    border-bottom: 2px solid rgba(1, 69, 142, 0.95);
}

.fencaiConList li:hover h3 {
    color: rgba(1, 69, 142, 0.95);
}

.jiaoyanConList li {
    float: left;
    width: calc((100% - 60px) / 3);
    border-bottom: 2px solid rgba(238, 238, 238, 0.95);
    margin-right: 30px;
    margin-bottom: 30px;

}

.jiaoyanConList li:nth-of-type(3n) {
    margin-right: 0;

}

.jiaoyanConList li img {
    width: 100%;
    display: block;

}

.jiaoYGItem {
    padding: 20px;
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(244, 244, 244, 1);
}

.jiaoYGItem h3 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.jiaoYGItem p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listP {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
    margin: 25px 0 20px;
}

li.zizhuConItem:hover {
    background: rgba(244, 244, 244, 1);
}

.zizhuConItem:hover .zizhuConItemB h4 {
    color: rgba(1, 69, 142, 1);
}

.zizhuConItem:hover .zizhuConItemA span {
    color: rgba(1, 69, 142, 1);
}

.W100 {
    width: 100%;
    display: block;
}

.jiaoYGItem span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.jiaoyanConList li:hover .jiaoYGItem {
    background-color: rgba(1, 69, 142, 1);
    color: #fff !important;
    border: 1px solid rgba(1, 69, 142, 1);
}

.jiaoyanConList li:hover .listP,
.jiaoyanConList li:hover .jiaoYGItem h3,
.jiaoyanConList li:hover .jiaoYGItem span {
    color: #fff !important;
}

#qiehuanBox {
    width: 100%;
    height: 70px;
    padding: 15px 0;
    text-align: center;
    background: rgba(244, 244, 244, 1);
    margin-bottom: 30px;

}

#qiehuanBox>a {
    display: inline-block !important;
    width: 120px;
    height: 40px;
    line-height: 40px !important;
    background: transparent;
    border-radius: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: center;
}

#qiehuanBox>a:hover {
    background: rgba(1, 69, 142, 1);
    color: #fff;
}

.cSBox {
    text-align: center;
}

.cansaiPCon li {
    margin-bottom: 40px;
}

.cSBox h2 {
    margin-top: 30px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.cSBox p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 30px;
}

#lookAll {
    display: block;
    margin-bottom: 66px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    background: rgba(1, 69, 142, 1);
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
}

.zizhuCon>ul {
    margin-bottom: 60px;
}

.zizhuConItem {
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 40px;
}

.zizhuConItemA {
    width: 12.5%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.zizhuConItemB {
    width: 87.5%;
    padding-left: 35px;
}

.zizhuConItemA p {
    font-size: 52px;
    font-family: D-DINExp;
    font-weight: 400;
    color: rgba(2, 60, 123, 1);
    line-height: 60px;
}

.zizhuConItemA span {
    font-size: 18px;
    font-family: D-DINExp;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.zizhuConItemB h4 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.zizhuConItemB p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
}


.shetuanCon h2 {
    /* margin-top:40px; */
    text-align: center;
    font-size: 30px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.shetuanCon p:first-of-type {
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    margin: 35px 35px 24px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.shetuanCon p:first-of-type span {
    margin-right: 35px;

}

.shetuanCon p:first-of-type span i {
    margin-right: 10px;
}

.shetuanTit {
    margin: 20px 0 50px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
}

#crumbs a:hover {
    color: rgba(1, 69, 142, 1);

}

.carIndroList li {
    position: relative;
    float: left;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    border-bottom: 3px solid rgba(238, 238, 238, 1);
    margin-bottom: 60px;
    overflow: hidden;
}


.carIndroList li:nth-of-type(3n) {
    margin-right: 0;
}

.carIndroList li h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin: 30px 0;
}

/*.carIndroList li :hover {
    border: none;
}*/

/*.carIndroList li:hover .carIndroListT {
    bottom: 0;
}*/

/*.carIndroListT {
    position: absolute;

    bottom: -100%;
    width: 100%;
    height: 300px;
    background: rgba(1, 69, 142, 0.9);
    transition: all 0.5s ease-in;
    padding: 40px 20px;
}

.carIndroListT>h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.carIndroListT>p,
.carIndroListT>span {
    display: block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    margin-top: 20px;
}*/


li.xibuAllItem {
    /* height: 500px; */
    box-sizing: border-box;
    background: rgba(244, 244, 244, 1);
}

.xibuAllItemA,
.xibuAllItemB {
    width: 50%;
}

.xibuAllItemA>img {
    display: block !important;
    width: 100%;
}

.xibuAllItemB {
    padding: 100px 30px 0;

    text-align: center;
    box-sizing: border-box;

}

.xibuAllItemB h2 {
    font-size: 36px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.xibuAllItemB p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 30px;
    margin: 32px 0 40px;
}

.xibuAllItemB .viewMore {
    margin: 40px auto 0;
}

.xibuGKCon h2 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.xibuGKCon h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.mar35 {
    margin-top: 35px;
}

.xibuQKItem {
    float: left;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
}

.xibuQKItem:nth-of-type(2n) {
    margin-right: 0px;
}

.xibuQKItem .jiaoYGItem {
    padding: 30px 0 0;
    border: none;
    background: #fff !important;
}

.xibuQKItem .jiaoYGItem h3 {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.bmForm select,
.bmForm input {
    float: left;
    width: calc((100% - 20px) / 2);
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

.bmForm select::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 1) !important;
}

.bmForm textarea {
    height: 180px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.bmForm textarea {
    padding: 15px;
}

#sendBtn {
    display: block;
    margin: 40px auto 60px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    background: rgba(1, 69, 142, 1);
    float: none;
    border: none;
}

.jZBox {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(1, 69, 142, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin: 30px 0 23px;
}

.jianzhangCon {
    padding-bottom: 60px;
}

.jianzhangCon h2 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.jianzhangCon h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 20px;
}

.jianzhangCon p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 30px;
}

.jnStudioCon {
    padding-bottom: 60px;
}

.jnStudioCon .PIndro {
    text-indent: 0;

}

.jnStudioCon>h2 {
    margin-bottom: 30px;
}

.hConBox .hConList li a>div:first-of-type {
    padding: 20px;
    background-color: #fff;
    background: rgba(244, 244, 244, 1);
}

.graduateConItemA img {
    display: block;
    width: 100%;
}

.graduateConItem {
    float: left;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    background: rgba(246, 246, 246, 1);
}

.graduateConItem:nth-of-type(2n) {
    margin-right: 0;
}

.graduateConItemA {
    width: calc((100% / 3));
    padding: 15px;
    box-sizing: border-box;
}

.graduateConItemB {
    width: calc((100% / 3) * 2);
    padding: 15px 5px;
}

.graduateConItemB h2 {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(0, 145, 219, 1);
    line-height: 30px;
}

.graduateConItemB span {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.graduateConItemB p {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lineTwo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.xiaogeConA {
    width: 460px;
    margin: 0 auto;
}



/* 弹出效果 */


.zhezhao {
    display: none;
    position:fixed;
    top:100px;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

#contentBox {
    position: absolute;
    width: 70%;
    height: auto;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
}

#contentBox .BoxLeft img {
    display: block;
    width: 100%;
}

#contentBox {
    padding: 40px 20px;
}

#contentBox .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: rgba(16, 132, 210, 1);
    color: #fff
}

#contentBox .BoxLeft {
    width: 30%;
}

#contentBox .BoxRight {
    width: 70%;
    padding: 0 20px;
}

#contentBox .BoxRight h2 {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(13, 151, 221, 1);
    line-height: 30px;
}

#contentBox .BoxRight h3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
    margin-top: 20px;
}

#contentBox .BoxRight p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 24px;
    margin-top: 20px;
}
.zhezhaoShow{
    display: block;
}
/* 响应式 */
@media screen and (max-width: 1200px) {

    .gaikuang,
    .dongtai,
    .jiaoxue,
    .deyu,
    .zhaosheng,
    .jiaoliu,
    .gonghui,
    .jineng,
    .xibu {
        padding: 0 60px;
    }

    .w {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 16px;
    }


    .navTopList>a {
        padding: 20px 24px;
    }

    .sHotBListItem {
        padding: 27px 10px;
    }

    .rightBoxADe {
        margin-top: 30px;
    }

    .leftBox {

        padding: 20px 0;
    }

    .xibuAllItemB {
        padding-top: 20px;
    }

    .xibuAllItemB .viewMore {
        margin-top: 20px;
    }

    .xibuAllItemB p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .w {
        width: 100%;
    }

    .rightBoxA p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .leftBox a i {
        margin-left: 10px;
    }

    .navTopList>a {
        padding: 19px 15px;
    }

    .activeItemLi {
        padding: 2px 20px;
    }

    .sHotALunBo .flex-direction-nav {
        top: -505px;
    }

    .sHotALunBo .flex-prev {
        left: 580px !important;
    }

    .sHotBListItem .activeListB p {
        width: 82%;
    }

    .sHotBListItem .activeListA {
        margin-right: 5px;
    }

    .sHotBListItem {
        padding: 23px 10px;
    }

    .mediaList li {
        margin-right: 15px;
    }

    .fRightC {
        width: 15%;
    }

    .fRightCTit {
        margin-left: 5px;
    }

    .fRightC li {
        margin-bottom: 5px;
    }

    .vConList li {
        margin-bottom: 20px;
    }

    .vConList li p {
        padding: 10px 0 0;
    }

    .hConList li p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: normal;
    }

    .newsListItemcd {
        padding: 0 10px;
    }

    .newsListItem {
        padding: 40px 0 0px;
    }

    .jiaoYGItem h3 {
        line-height: normal;
    }

    .logo {
        left: 53%;
    }

    .logo img {
        width: 90%;

    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    body {
        font-size: 14px;
    }

    .w {
        width: 100%;
    }

    .gaikuang,
    .dongtai,
    .jiaoxue,
    .deyu,
    .zhaosheng,
    .jiaoliu,
    .gonghui,
    .jineng,
    .xibu {
        padding: 0 10px;
    }

    .topLeft,
    .topRight,
    .searchBox {
        display: none;
    }

    .navTopList>a {
        padding: 3px 20px;
    }

    .rightBoxA p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .navTopList>a:hover .rightBox {
        display: none;
    }

    .activeItemLi {
        padding: 7px;
    }

    .leftBox a i {
        margin: 0;
    }


    .sHotBListItem .activeListB p {
        width: 82%;
    }

    .sHotBListItem .activeListA {
        margin-right: 5px;
    }

    .sHotBListItem {
        padding: 23px 10px;
    }

    .sHotItemLi .itemContent {
        padding: 8px;
    }

    .sHotALunBo .flex-direction-nav {
        display: none;
    }

    .activeListB p {
        display: none;
    }

    .sHotALunBo .flex-prev {
        left: 660px !important;
    }

    .sHotA,
    .sHotB {
        width: 100%;

    }

    .sHotB {
        margin-top: 20px;
    }

    .sPartItem p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .xiaogeConC img {
        width: 100%;
    }

    .fRightA {
        width: 45%;
    }

    .fRightC {
        display: none;
    }

    .fRightB {
        padding: 0;
    }

    .mediaList li a i {
        font-size: 20px;
    }

    .mediaList li {
        margin-right: 10px;
        padding: 5px;
    }

    .newsListItemhd>div:last-of-type {
        margin-left: 10px;
        height: 130px;
    }

    .newsListItemhd>div:first-of-type {
        padding: 20px 0;

    }

    .newsListItemcd p {
        margin-top: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsListItemcd h2 {
        margin-bottom: 0;
    }

    .newsListItem {
        padding: 20px 5px;
    }

    .tongzhiCon .sHotBListItem {
        padding: 10px 5px;
    }

    .tongzhiCon .activeListB {
        width: calc((100% / 6) * 4);
        padding: 0;
    }

    .tongzhiCon .activeListB i {
        margin-left: 16px;
    }

    .fileConList a p {
        margin-top: 0;
    }

    .fencaiConList li {
        width: calc((100% - 120px) / 2);
    }

    .fencaiConList li:nth-of-type(2n) {
        margin-right: 0;
    }

    #wrapper {
        width: 600px !important;
    }

    .imgnav {
        width: 600px !important;
    }

    #img img {
        width: 100% !important;
        height: auto !important;
    }

    #img {
        width: 600px !important;
    }

    #cSlideUl {
        width: 590px !important;
    }

    .qiehuanBox {
        margin-bottom: 30px;
        line-height: 34px;
    }

    .detailConImg {
        margin: 20px 0;
    }

    .xibuAllItemB {
        padding: 10px 15px;
    }

    .xibuAllItemB p {
        margin: 15px 0;
    }

    .xibuAllItemB h2 {
        font-size: 28px;
    }

    .sIndro p img {
        width: 100%;
        display: block;
    }

    .xiaogeConB {
        font-size: 54px;
    }

    .leaderGList>li {
        width: calc((100% - 60px) / 2);
    }

    .leaderGList li:nth-of-type(3n) {
        margin-right: 60px;
    }

    .leaderGList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .hConList li p {
        padding: 0;
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .hConList li {
        margin-bottom: 20px;
    }

    .zizhuConItemB p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}

@media screen and (max-width: 768px) and (min-width: 580px) {
    body {
        font-size: 14px;
    }
    .fixedFloat{
        display: none;
    }
    .w {
        width: 100%;
    }

    .mobileNav {
        display: block;
    }

    .mobileNav {
        display: block;
    }

    .headTop,
    .logo,
    .navTop {
        display: none;
    }

   
    .GFbanner {
        display: none;
    }

    .footerLeft {
        width: 50%;
    }

    .footerRight {
        width: 50%;
        padding-left: 0;
    }

    .fRightB {
        width: 100%;
        padding: 0 15px;
    }

    .fRightA,
    .fRightC {
        display: none;
    }

    /* #crumbs {
        display: none;
    } */

    .leaderGList>li {
        width: 100%;
    }

    .leaderG {
        text-align: center;
        padding: 0 15px;
    }

    .sActive {
        padding: 20px 10px;
    }

    .activeItem {
        margin-bottom: 20px;
        width: 100%;
    }

    .sHotALunBo .flex-direction-nav {
        display: none;
    }

    .sHotALunBo .flex-prev {
        left: 455px !important;
    }

    .sHotALunBo {
        margin-top: 15px;
    }

    .sHotA {
        width: 100%;
    }

    .sHotB {
        width: 100%;
        padding: 25px 0 0;
    }

    .sHot {
        padding: 20px 15px;
    }

    .sHotItemLi .itemContent {
        padding: 10px;
    }

    .viewMore {
        margin-top: 10px;
    }

    .itemDate {
        margin: 5px 0;
    }

    .sPartTit {
        margin: 0;
        height: 54px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .sPartItem {
        width: 33%;
        padding: 0px 5px;
        margin-top: 10px;
    }

    .sPartItem h4 {
        font-size: 16px;
        margin: 0;
    }

    .sPartItem p {
        height: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #sLibaryLBT .flex-direction-nav {
        display: none;
    }

    .sLibary {
        padding: 20px 0;
    }

    .activeListB h2 {
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #crumbs {
        padding: 0;
        display: none;
    }

    .sIndro1 {
        padding-bottom: 20px;
    }

    .sIndro1 p img {
        display: block;
        width: 100%;
    }

    .footerTop {
        padding: 10px 5px;
    }

    .xiaogeConB {
        padding: 20px;
        font-size: 40px;
    }

    .xiaogeConC img {
        width: 100%;
    }

    .sIndro {
        padding: 0 15px;
        /* overflow-x: scroll; */
    }

    .hConList li {
        width: 100%;
        margin-bottom: 20px;
    }

    .hConList li p {
        padding: 0;
    }

    .hConList li img {
        height: auto !important;
    }

    .vConList li {
        width: 100%;
    }

    .newsListItemhd {
        width: calc((100% / 8) * 2);
    }

    .newsListItem {
        padding: 10px 0;
    }

    .newsListItemcd {
        width: calc((100% / 8) * 6);
    }

    .newsListItembd {
        display: none;
    }

    .newsListItemhd>div:first-of-type {
        padding: 0;
    }

    .newsListItemcd h2 {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newsListItemcd p {
        margin-top: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsListItemhd>div:last-of-type {
        height: 120px;
        margin-left: 30px;
    }

    .newsList>ul {
        margin-bottom: 20px;
    }

    .page {
        margin-bottom: 20px;
    }

    .tongzhiCon .sHotBListItem {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .sHotBListItem .activeListA {
        margin-top: 10px;
    }

    .detailCon h2 {
        font-size: 22px;
    }

    .fileConList li {
        width: 100%;
        margin-bottom: 30px;
        padding: 60px 20px 20px;
    }

    .fileCon {
        padding: 20px 0;
    }

    .fencaiConList li {
        width: calc((100% - 60px) / 2);
        margin-right: 30px;
    }

    .fencaiConList li:nth-of-type(4n) {
        margin-right: 0;
    }

    .jiaoyanConList li {
        width: 100%;
    }

    .qiehuanBox {
        padding: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .detailConImg {
        margin: 20px 0;
    }

    .detailCon p:first-of-type {
        margin: 15px 0;
        font-size: 14px
    }

    #qiehuanBox {
        margin-bottom: 15px;
        height: 50px;
        padding: 5px 0;
        text-align: left;
        height: auto;
    }

    .leaderGItem p {
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .zizhuConItem {
        padding: 15px;
    }

    .zizhuConItemB p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .zizhuConItemA span {
        font-size: 14px;
    }

    .zizhuConItemA p {
        font-size: 32px;
    }

    .zizhuCon>ul {
        margin-bottom: 20px;
    }

    .zizhuConItemB h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .detailConImg ul>li p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .shetuanCon p:first-of-type {
        margin: 20px 5px;
    }

    #cSlideUl {
        width: 480px !important;
    }

    .imgnav,
    #wrapper,
    #img {
        width: 500px !important;
    }

    .shetuanCon h2 {
        margin-top: 10px;
        font-size: 24px;
    }

    .tabBar {
        margin-bottom: 10px;
        border: none;
    }

    .tabBar,
    .barList {
        height: auto !important;
    }

    .barList li a {
        padding: 5px;
    }

    .xibuGK {
        padding: 10px 0;
    }

    #searchform,
    .errorRight {
        display: none;
    }

    .carIndroList li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .carIndroList li:nth-of-type(2n) {
        margin-right: 0
    }

    .carIndroList img {
        display: block;
        width: 100%;
    }

    .graduateConItem {
        width: 100%;
    }

    .leaderGItem {
        padding: 10px 0;
    }
}

@media screen and (max-width: 580px) {
    body {
        font-size: 12px;
    }

    .w {
        width: 100%;
    }
    .fixedFloat{
        display: none;
    }
    .mobileNav {
        display: block;
    }

    #searchform,
    .errorRight {
        display: none;
    }

    .headTop,
    .logo,
    .navTop {
        display: none;

    }

    .m_nav1 {
        display: none;
    }

    .GFbanner {
        display: none;
    }

    #logoimg {
        width: 70%;
    }

    #logoimg img {
        display: block;
        width: 100%;
    }

    .mobileNav {
        display: block;
    }

    .mobileNav {
        display: block;
    }

    .m_nav1 {
        display: none;
    }

    .GFbanner {
        display: none;
    }

    .footerLeft {
        width: 50%;
    }

    .footerRight {
        width: 50%;
        padding-left: 0;
    }

    .fRightB ul li a {
        line-height: 35px;
    }

    .fRightB {
        width: 100%;
        padding: 0px 10px;
    }

    .fRightA,
    .fRightC {
        display: none;
    }

    /* #crumbs {
        display: none;
    } */

    .leaderGList>li {
        width: 100%;
    }

    .leaderG {
        text-align: center;
        padding: 0 15px;
    }

    .sActive {
        padding: 10px;
    }

    .bgLine {
        margin-top: 10px;
    }

    .sActiveCont {
        margin-top: 15px;
    }

    .activeItem {
        margin-bottom: 20px;
        width: 100%;
    }

    .sHotALunBo .flex-direction-nav {
        display: none;
    }

    .sHotALunBo .flex-prev {
        left: 455px !important;
    }

    .sHotALunBo {
        margin-top: 15px;
    }

    .sHotA {
        width: 100%;
    }

    .sHotB {
        width: 100%;
        padding: 25px 0 0;
    }

    .sHot {
        padding: 10px 5px;
    }

    .sHotItemLi .itemContent {
        padding: 10px;
    }

    .activeItemLi {
        padding: 10px 0px;
    }

    .sHotBListItem .activeListB p {
        margin-top: 10px;
        height: auto;
    }

    .videoP {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }

    .sVideo,
    .sVideoB {
        margin-top: 15px;
    }

    .sLibaryLunBo {
        margin-top: 15px;
    }

    .libaryItems li p {
        margin-top: 0;
        font-size: 14px;
    }

    .libaryItems li {
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
    }

    .videoBtn i {
        font-size: 50px;
    }

    .sVideoARight .videoBtn i {
        font-size: 30px;
    }

    .viewMore {
        margin-top: 10px;
    }

    .itemDate {
        margin: 5px 0;
    }

    .sHotBListItem {
        padding: 10px;
    }

    .sPartTit {
        margin: 0;
        height: 54px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .sPartItem {
        width: 50%;
        padding: 0px 5px;
        margin-top: 10px;
    }

    .sPartItem h4 {
        font-size: 16px;
        margin: 0;
    }

    .sPartItem p {
        height: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #sLibaryLBT .flex-direction-nav {
        display: none;
    }

    .liWidth {
        width: 100%;
    }

    .sLibary {
        padding: 20px 0;
    }

    .activeListB h2 {
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #crumbs {
        padding: 0;
        display: none;
    }

    .sIndro1 {
        padding-bottom: 20px;
    }

    .sIndro1 p img {
        display: block;
        width: 100%;
    }

    .footerTop {
        padding: 10px 5px;
    }

    .xiaogeConB {
        padding: 10px;
        font-size: 26px;
    }

    .aplayer-narrow .aplayer-info {
        width: 280px;
    }

    .xiaogeConC img {
        width: 100%;
    }

    .sIndro {
        padding: 0 15px;
        /* overflow-x: scroll; */
    }

    .hConList li {
        width: 100%;
        margin-bottom: 20px;
    }

    .hConList li p {
        padding: 0;
    }

    .hConList li img {
        height: auto !important;
    }

    .vConList li {
        width: 100%;
    }

    .newsListItemhd {
        width: calc((100% / 8) * 2);
    }

    .newsListItem {
        padding: 10px 0;
    }

    .newsListItemcd {
        width: calc((100% / 8) * 6);
    }

    .newsListItembd {
        display: none;
    }

    .newsListItemhd>div:first-of-type {
        padding: 0;
    }

    .newsListItemcd h2 {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .newsListItemcd p {
        margin-top: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsListItemhd>div:last-of-type {
        height: 100px;
        margin-left: 5px;
    }

    .newsList>ul {
        margin-bottom: 20px;
    }

    .page {
        margin-bottom: 20px;
    }

    .tongzhiCon .sHotBListItem {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .sHotBListItem .activeListA {
        margin-top: 10px;
        margin-right: 10px;
    }

    .fileConList a p {
        margin-top: 0;
    }

    .fileBox {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .detailCon h2 {
        font-size: 22px;
    }

    .newsListItemhd p {
        font-size: 16px;
        line-height: 10px;
    }

    .page .next,
    .page .prev {
        width: 50px;
    }

    .newsListItemhd p:first-of-type {
        font-size: 46px;
    }

    .tongzhiCon .activeListB {
        width: calc((100% / 6) * 4.5);
    }

    .tongzhiCon .activeListB i {
        margin-left: 10px;
    }

    .page a {
        padding: 5px 10px;
    }

    .fileConList li {
        width: 100%;
        margin-bottom: 30px;
        padding: 40px 20px 20px;
    }
    .errorLeft{
        width: 100%;
    }
    .fileCon {
        padding: 20px 0;
    }
    .zizhuConItemA{
        width: 20%;
    }
    .zizhuConItemB.zizhuConItemB{
        width: 80%;
        padding-left:15px;
    }
    .fencaiConList li {
        width: calc((100% - 60px) / 2);
        margin-right: 30px;
    }

    .fencaiConList li:nth-of-type(4n) {
        margin-right: 0;
    }

    .jiaoyanConList li {
        width: 100%;
    }

    .qiehuanBox {
        display: none;
    }

    .mediaList li {
        margin-right: 5px;
        padding: 5px;
    }

    .mediaList {
        margin-top: 20px;
    }

    .detailConImg {
        margin: 20px 0;
    }

    .detailCon p:first-of-type {
        margin: 15px 0;
        font-size: 14px
    }

    #qiehuanBox {
        margin-bottom: 15px;
        height: 50px;
        padding: 5px 0;
        text-align: left;
        height: auto;
    }

    .footerRight h2 {
        margin-top: 0;
    }

    .leaderGItem p {
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .zizhuConItem {
        padding: 15px;
    }

    .zizhuConItemB p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .zizhuConItemA span {
        font-size: 14px;
    }

    .zizhuConItemA p {
        font-size: 32px;
    }

    .zizhuCon>ul {
        margin-bottom: 20px;
    }

    .zizhuConItemB h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .detailConImg ul>li p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .shetuanCon p:first-of-type {
        margin: 20px 5px;
    }

    #cSlideUl {
        width: 300px !important;
    }

    .imgnav,
    #wrapper,
    #img {
        width: 350px !important;
    }

    .shetuanCon h2 {
        margin-top: 10px;
        font-size: 24px;
    }

    .tabBar {
        margin-bottom: 10px;
        border: none;
    }

    .tabBar,
    .barList {
        height: auto !important;
    }

    .barList li a {
        padding: 5px;
    }

    .xibuGK {
        padding: 10px 0;
    }

    #searchform,
    .errorRight {
        display: none;
    }
    
    .carIndroList li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .carIndroList li:nth-of-type(3n){
        margin-right: 20px;
    }
    .carIndroList li:nth-of-type(2n) {
        margin-right: 0
    }
    .carIndroList{
        padding: 0 10px;
    }
    .carIndroList li h2{
        margin: 10px 0;
        font-size: 14px;
    }
    .carIndroList img {
        display: block;
        width: 100%;
    }

    .graduateConItem {
        width: 100%;
    }

    .leaderGItem {
        padding: 10px 0;
    }
    .graduateConItemA,
    .graduateConItemB{
        width: 100%;
    }
    .graduateConItemA img{
        width: auto;
    }
    .zhezhao {
        display: none!important;
    }
    .footerCR span:last-of-type{
        display: none;
    }
}