body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

html {
    position: relative;
    width: 100%;
}

body {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    transition: all 0.4s ease-in-out;
    left: 0;
    min-width: 640px
}

.container {
    position: relative;
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #666;
    line-height: 30px;
    -webkit-text-size-adjust: none;
}

input {
    outline: none;
}

input[type=submit],
input[type=button] {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold
}

 .zixun{
  width: 120px;
}
 .zixun img{
  height: 16px;
  margig-right:20px;
}

.clearfix {
    *zoom: 1;
}
.btnhover:hover {
    background-color: #004398 !important;
    color: white !important;
}
.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clearfix {
    clear: both;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.block-nor-title img,
.block-spc-title img {
    display: none;
}

.block {
    /*    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;*/
}

.page-cen {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.hearder {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
}

.bblank {
    width: 100%;
    height: 100px;
}

.hearder-con {}

.hearder-con .logo {
    float: left;
    margin-top: 25px;
    width: 270px;
}

.hearder-con .logo img {
    width: 100%;
}

.hearder-con .logo a {
    display: block;
}

.hearder-con .hearder-nav {
    float: right;
}

.hearder-nav .nav ul li {
    float: left;
    margin-right: 0px;
    position: relative;
    background: url(../images/nav_shu.png) left center no-repeat;
}

.hearder-nav .nav ul li.home {
    background: url(../images/nav_home.png) left center no-repeat;
}

.hearder-nav .nav ul li a {
    font-size: 16px;
    padding: 0px 23px;
    color: #525252;
    font-weight: bold;
    transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -webkit-transition: background .1s ease-in;
}

.hearder-nav .nav ul li:hover>a,
.hearder-nav .nav ul li.active>a {
    color: #0b499d;
}

.hearder-nav .nav ul li.last a {
    padding-right: 0;
}

.hearder-nav .nav ul li .sub-nav {
    position: absolute;
    top: 45px;
    left: 0;
    width: 160px;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #fff;
    display: none;
}

.hearder-nav .nav .sub-nav-list .list {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.hearder-nav .nav .sub-nav-list .list:hover {
    background: #024886;
}

.hearder-nav .sub-nav-list .list a {
    color: #999;
}

.hearder-nav .nav .sub-nav-list .list:hover a {
    color: #fff;
}

.hearder-more {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hearder-more .more-icon li {
    float: left;
    height: 24px;
    margin-left: 10px;
    background: url(../images/nav_shu2.png) left center no-repeat;
}

.hearder-more .more-icon li.li01 {
    background: none;
}

.hearder-more .more-icon li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 25px;
    line-height: 25px;
    margin-left: 10px;
}

.hearder-more .more-icon li.li01 a {
    background: url(../images/more_icon02.png) left center no-repeat;
}

.hearder-more .more-icon li.li02 a {
    background: url(../images/more_icon01.png) left center no-repeat;
}

.hearder-more .more-icon li.li03 a {
    background: url(../images/more_icon03.png) left center no-repeat;
}

.hearder-more .more-icon li a:hover {
    color: #0b499d;
}

.hbanner {
    width: 100%;
    height: 128px;
    position: relative;
    overflow: hidden;
}

.hbanner .hbanner-img {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: -1;
}

.hbanner .hbanner-img .hb-img {
    width: 100%;
    margin: 0 auto;
}

.hbanner .hbanner-img .hb-img img {
    width: 100%;
    display: inherit;
}

.hbanner-con {
    width: 100%;
    z-index: 2;
}

.hbanner-title {
    float: left;
    width: 100%;
    margin-top: 52px;
    text-transform: uppercase;
}

.hbanner-title h2 {
    font-size: 24px;
    line-height: 1;
    color: #004398;
}

.navigation {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.navigation .navigation-item {
    color: #888;
    margin: 22px 0;
}

.navigation .navigation-item a {
    color: #888;
    margin: 0px 12px;
}

.navigation .navigation-item a.active,
.navigation .navigation-item a:hover {
    color: #024886;
}

.navigation .navigation-left {
    float: left;
    margin-left: -10px;
}

.navigation .navigation-right {
    float: right;
    margin-right: -10px;
}

.banners {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner-slider {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -540px;
    overflow: hidden;
}

.banner-slider li {
    width: 1920px;
    height: 1080px;
    float: left;
}

.banner-slider li img {
    display: block;
    /*width: 100%;*/
    height: 100%;
}

.pagination {
    z-index: 999;
    width: 30px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    right: 60px;
    z-index: 30;
    text-align: center;
}

.pagination a {
    display: inline-block;
    background: url(../images/quan.png) no-repeat center;
    width: 30px;
    height: 30px;
    margin: 0px 0;
    text-indent: -999px;
    overflow: hidden;
}

.pagination a.selected {
    background: url(../images/quan2.png) no-repeat center;
}

.banner-tag {
    position: absolute;
    left: 0;
    width: 1200px;
    /* height: 204px; */
    padding: 40px;
    top: 185px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
    text-align: center;
    background: url('../images/bg-01.png');
    z-index: 3;
}

.banner-tag h2 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    /* padding-bottom: 20px; */
}

.banner-tag h1 {
    font-size: 50px;
    line-height: 72px;
    color: #fff;
}

.banner-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/bann_bt.png) repeat;
    height: 50%;
    z-index: 6;
}

.banner-bottom ul {
    padding: 120px 0 0;
}

.banner-bottom li {
    width: 400px;
    /* width: 33.33%; */
    float: left;
    position: relative;
    text-align: center;
}

.banner-bottom li a {
    display: block;
    text-align: center;
}

.banner-bottom li .pic {
    font-size: 0;
    margin-bottom: 40px;
}

.banner-bottom li .text h2 {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
}

.banner-bottom li .text p {
    font-size: 30px;
    line-height: 1.5;
    color: #004398;
}

.banner-bottom li .popup-hover {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -155px;
    padding-bottom: 30px;
    display: none;
}

.banner-bottom li .popup-hover .triangle {
    width: 68px;
    height: 30px;
    background: url('../images/bg-02.png') top center no-repeat;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -34px;
}

/* 2019-3-18 */

@keyframes popup-animation {
    from {
        transform: scale(1)
    }
    to {
        /* background: cornflowerblue; */
        transform: scale(1.1)
    }
}

.popup-child-hover:hover {
    /* border: 1px solid black; */
    background: #005bbb;
    animation: popup-animation 1s
}


/* 2019-3-18 */


.banner-bottom li .popup-hover .des {
    width: 310px;
    padding: 30px 20px;
    background: #004398;
    border-radius: 10px;
    box-sizing: border-box;
}

.banner-bottom li .popup-hover p {
    width: 32%;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.banner-bottom li .popup-hover p a {
    color: #fff;
}

.section2 {
    background: url(../images/index_02.jpg) top center no-repeat;
}

.section3 {
    background: url(../images/index_03.jpg) top center no-repeat;
}

.index-news-title,
.index-video-title,
.index-about-title {
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}

.index-news-title h2,
.index-video-title h2 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
}

.index-news-title p,
.index-video-title p {
    font-size: 21px;
    color: #004398;
    line-height: 30px;
    font-family: "arial";
    text-transform: uppercase;
}

.index-about-title h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.index-about-title p {
    font-size: 21px;
    color: #fff;
    line-height: 30px;
    font-family: "arial";
    text-transform: uppercase;
}

.index-news-con {
    position: relative;
}

.index-news-con ul {
    margin: 0 0px;
}

.index-news-con li {
    width: 280px;
    float: left;
    height: 425px;
    margin: 0 10px;
    /*opacity: 0.3;*/
}

.index-news-con li a {
    display: block;
    height: 380px;
    position: relative;
    background: #f5f5f5;
}

.index-news-con .li-pic {
    width: 280px;
    height: 150px;
    overflow: hidden;
}

.index-news-con .li-pic img {
    width: 100%;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

.index-news-con li:hover .li-pic img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index-news-con .li-con {
    /*position: relative;*/
}

.index-news-con .li-con .li-top {
    position: absolute;
    top: -14px;
    left: -15px;
    width: 604px;
    height: 345px;
    display: none;
}

.index-news-con .li-text {
    margin: 0 15px;
}

.index-news-con .li-text .title {
    min-height: 120px;
}

.index-news-con .li-text .title h2 {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
}

.index-news-con .li-text .line {
    width: 100%;
    height: 20px;
    background: url(../images/news_line.png) left center no-repeat;
    display: none;
}

.index-news-con .li-text .time p {
    font-size: 14px;
    color: #0b499d;
}

.index-news-con .li-text .text {
    display: none;
}

.index-news-con .li-text .text p {
    font-size: 14px;
    color: #666;
}

.index-news-con .more {
    position: absolute;
    right: 20px;
    bottom: -48px;
    width: 95px;
    height: 95px;
    background: url(../images/yuan_more.png) no-repeat;
}

.index-news-con .more:hover {
    background: url(../images/yuan_more2.png) no-repeat;
}

.index-more {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 0px;
}

.index-more a {
    font-size: 14px;
    color: #fff;
    padding: 5px 50px;
    background: #004398;
    display: inline-block;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.index-more a:hover {
    background: #f07b14;
}

.index-about-more a {
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.index-about-text p {
    color: #fff;
}

.index-about-list {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

.index-about-list li {
    width: 255px;
    display: inline-block;
    text-align: left;
    margin: 0 20px;
    opacity: 0.3;
}

.index-about-list li .title {
    padding: 20px 0;
    background: url(../images/change01.png) top left no-repeat;
}

.index-about-list li .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.index-about-list li .text {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.index-about-list li .text p {
    font-size: 15px;
    color: #fff;
}

.index-video-list ul {
    /*margin-right: -60px;*/
}

.index-video-list {
    position: relative;
}

.index-video-list li {
    width: 570px;
    float: left;
    margin: 0 10px;
    /*opacity: 0;*/
}

.index-video-list li a {
    display: block;
}

.index-video-list li .pic {
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.index-video-list li .pic img {
    width: 100%;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

.index-video-list li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index-video-list li .pic .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/play01.png) center no-repeat;
}

.index-video-list li .text {
    text-align: center;
}

.index-video-list li .text p {
    font-size: 18px;
    color: #888;
    padding: 20px 0;
    /*font-weight: bold;*/
}

.index-video-list li .text:hover p {
    color: #004398;
}

.block-title {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}

.block-title h2 {
    font-size: 42px;
    color: #333;
    line-height: 50px;
}

.block-title2 h2 {
    padding-bottom: 15px;
    background: url(../images/title_p.png) bottom center no-repeat;
}

.block-title p {
    font-size: 22px;
    color: #888888;
    line-height: 40px;
    padding: 15px 0;
    background: url(../images/title_p.png) bottom center no-repeat;
}

.customized-text {
    padding-bottom: 100px;
}

.footer {
    background: #dfdfdf;
    padding: 30px 0;
}

.footer-left {
    float: left;
    width: 735px;
}

.footer-right {
    float: right;
    width: 442px;
}

.footer-right .pic {
    float: left;
}

.footer-right .text {
    float: left;
    margin-left: 10px;
}

.footer-right .text p {
    font-size: 15px;
    color: #666;
    padding-left: 30px;
}

.footer-right .text .p1 {
    background: url(../images/ft_icon01.png) 0 6px no-repeat;
}

.footer-right .text .p2 {
    background: url(../images/ft_icon02.png) 0 6px no-repeat;
}

.footer-right .text .p3 {
    background: url(../images/ft_icon03.png) 0 6px no-repeat;
}

.footer-right .text .p4 {
    color: #000;
    background: url(../images/ft_icon04.png) 0 6px no-repeat;
}

.footer-nav {
    margin: 20px 0;
}

.footer-nav a {
    font-size: 15px;
}

.footer-nav a:hover {
    color: #004398;
}

.footer-copyright {
    margin: 50px 0;
}

.footer-copyright a,
.footer-copyright p {
    font-size: 13px;
    color: #666;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.company-list ul {
    margin-right: -30px;
}

.company-list li {
    width: 280px;
    height: 390px;
    float: left;
    margin-right: 27px;
}

.company-list li a {
    display: block;
    width: 100%;
}

.company-list li .com-pic {
    width: 280px;
    height: 295px;
    border: 1px solid #dddddd;
    overflow: hidden;
    box-sizing: border-box;
}

.company-list li .com-pic img {
    width: 100%;
}

.company-list .com-title h2 {
    padding: 20px 0;
    font-size: 18px;
    color: #333333;
}

.pages {
    width: 100%;
    text-align: center;
    margin: 60px 0;
    float: left;
}

.pages ul {}

.pages ul li {
    width: 42px;
    height: 32px;
    display: inline-block;
    /*background: url("../images/page2.png") no-repeat;*/
}

.pages ul li a {
    color: #333;
    font-size: 16px;
    display: block;
}

.pages ul li.selected,
.pages ul li:hover {
    background: #024886;
}

.pages ul li.selected a,
.pages ul li:hover a {
    color: #fff;
}

.media-con {
    margin-bottom: 30px;
}

.media-con ul a {
    display: block;
}

.media-con ul li {
    padding: 60px 0;
    border-bottom: 1px dashed #aaaaaa;
    width: 536px;
}

.media-con ul li.even {
    float: left;
}

.media-con ul li.odd {
    float: right;
}

.media-con ul li .media-pic {
    width: 244px;
    float: left;
    font-size: 0;
}

.media-con ul li .media-pic img {
    width: 100%;
}

.media-con ul li .media-text {
    width: 244px;
    float: right;
}

.media-con ul li .title h2 {
    color: #333;
    font-size: 15px;
    background: url(../images/sanjiao01.png) left 10px no-repeat;
    padding-left: 15px;
    font-weight: bold;
}

.media-con ul li .title h2:hover {
    text-decoration: underline;
}

.media-con ul li .text p {
    color: #666666;
    font-size: 15px;
}

.media-con ul li .more:hover a {
    color: #004398;
}

.media-con ul li .time {
    margin: 10px 0;
}

.media-con ul li .time strong {
    font-weight: normal;
    color: #002a75;
    padding-left: 20px;
    font-size: 13px;
    background: url(../images/times.png) left center no-repeat;
}

.media-con ul li .time span {
    font-size: 13px;
    margin-left: 20px;
}

.media-con ul li .more {
    margin-top: 10px;
}

.media-con ul li .more a {
    font-size: 13px;
    color: #666666;
}

.media-con .media-text {
    width: 70%;
    float: left;
}

.media-con .media-pic {
    width: 30%;
    float: left;
}

.media-con .media-pic .pic {
    width: 335px;
    height: 210px;
    overflow: hidden;
}

.media-con .media-pic .pic img {
    width: 100%;
}

.knowledge-list {
    margin-top: 80px;
}

.knowledge-list ul {
    margin-right: -30px;
}

.knowledge-list li {
    width: 385px;
    height: 345px;
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.knowledge-list li .knowledge-pic {
    width: 385px;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.knowledge-list li a {
    display: block;
    width: 100%;
}

.knowledge-list li .knowledge-pic img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

.knowledge-list li:hover .knowledge-pic img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.knowledge-list li .knowledge-pic .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play01.png) center no-repeat;
}

.knowledge-list li .knowledge img {
    width: 100%;
    display: block;
}

.knowledge-list .knowledge-title {
    width: 100%;
    text-align: center;
}

.knowledge-list .knowledge-title h2 {
    padding: 20px 0;
    font-size: 18px;
    color: #888;
}

.knowledge-list .knowledge-title h2:hover {
    color: #0b499d;
}

.video-more {
    width: 100%;
    text-align: center;
}

.video-more h2 {
    font-size: 16px;
}

.video-more a {
    color: #004398;
    margin: 0 5px;
}

.video-more a:hover {
    padding-bottom: 10px;
    text-decoration: underline;
}

.public-nav {
    text-align: right;
    margin-bottom: 30px;
}

.public-btn {
    float: left;
    background: #004398;
    padding: 5px 20px;
    margin-right: 20px;
}

.public-btn a {
    color: #fff;
    margin: 5px 0;
    padding-left: 30px !important;
    background: url(../images/fixed_icon2.png) left center no-repeat;
}

.public-btn:hover {
    background: #3883e1;
}

.public-nav span {
    font-size: 16px;
    margin: 0 15px;
}

.public-nav a {
    font-size: 16px;
    padding-left: 20px;
}

.public-nav a.nav1 {
    background: url(../images/hang01.png) left center no-repeat;
}

.public-nav a.nav2 {
    background: url(../images/riqi01.png) left center no-repeat;
}

.public-nav a.nav1.active {
    background: url(../images/hang02.png) left center no-repeat;
}

.public-nav a.nav2.active {
    background: url(../images/riqi02.png) left center no-repeat;
}

.public-nav a.active {
    color: #004398;
}

.public-list {
    padding-bottom: 60px;
}

.public-list .public-item {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 0px 0;
}

.public-time {
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 30px;
}

.public-time .public-time-title {
    padding-top: 60px;
    padding-bottom: 10px;
}

.public-time .public-time-title h2 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.public-time .public-time-title h2.active {
    color: #004398;
}

.public-time .public-time-title span {
    padding: 0 20px;
}

.public-time .public-time-list {
    margin: 10px 0;
}

.public-time .public-time-list span {
    cursor: pointer;
    margin: 0 5px;
}

.public-time .public-time-list span.active,
.public-time .public-time-list span:hover {
    color: #004398;
}

.page-title {
    padding: 30px 0;
    cursor: pointer;
}

.page-title h2 {
    font-size: 18px;
    color: #004398;
    border-left: 2px solid #004398;
    line-height: 20px;
    padding-left: 10px;
    font-weight: bold;
}

.public-list .item-cen.active .public-item-title {
    padding: 20px 0;
    background: url(../images/add01.png) right center no-repeat;
}

.public-list .public-item-title {
    padding: 20px 0;
    background: url(../images/add02.png) right center no-repeat;
    position: relative;
    margin-right: 36px;
}

.public-list .public-item-title .page-nav {
    position: absolute;
    right: -36px;
    top: 45px;
    display: inline-block;
    cursor: pointer;
}

.public-list .public-item-title .page-nav2 {
    display: none;
}

.public-list .active .public-item-title .page-nav2 {
    display: block;
}

.public-list .active .public-item-title .page-nav1 {
    display: none;
}

.public-list .public-item-title .page-nav p {
    font-size: 14px;
    color: #004398;
}

.man-link {
    margin: -20px 0 60px 0;
    text-align: center;
}

.customized-text .man-link {
    margin: 60px 0 0px 0;
}

.customized-text .man-link .man-link-con {
    width: 960px;
}

.man-link p {
    font-size: 14px;
    color: #0b499d;
    display: inline-block;
    padding-left: 30px;
    margin: 0 10px;
}

.man-link .p1 {
    background: url(../images/link_icon01.png) left center no-repeat;
}

.man-link .p2 {
    background: url(../images/link_icon02.png) left center no-repeat;
}

.man-link .p3 {
    background: url(../images/link_icon03.png) 0px 7px no-repeat;
}

.man-link .man-link-con {
    width: 700px;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #0b499d;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.public-time-item .public-item {
    display: none;
}

.public-time-item .public-item.active {
    display: block;
}

.page-title h2 span {
    color: #bbbbbb;
    margin-left: 10px;
    font-weight: 100;
    text-transform: uppercase;
    display: none;
}

.public-list .public-item .item-cen {
    margin: 0 30px;
}

.public-item-ul {
    display: none;
    padding-bottom: 90px;
}

.public-list-active .public-item-ul {
    display: block;
}

.public-item-ul li {
    background: #fff;
    margin-bottom: 20px;
}

.public-item-ul li:hover {
    background: #ddd;
}

.public-item-ul li a {
    display: block;
}

.public-item-ul .li-item {
    float: left;
    padding: 15px 0;
}

.public-item-ul .li-item1 {
    width: 40%;
    text-indent: 20px;
}

.public-item-ul .li-item1 p {
    color: #000;
}

.public-item-ul .li-item2,
.public-item-ul .li-item3,
.public-item-ul .li-item4 {
    width: 20%;
}

.public-item-ul .li-item2 p,
.public-item-ul .li-item3 p,
.public-item-ul .li-item4 p {
    color: #004398;
}

.yuanzhang-con {
    position: relative;
    width: 100%;
    height: 630px;
}

.yuanzhang-pic {
    left: -90px;
    position: absolute;
    top: 0;
    width: 570px;
}

.yuanzhang-pic .pic img {
    width: 100%;
}

.yuanzhang-text {
    width: 778px;
    float: right;
}

.yuanzhang-text .title {
    margin-bottom: 20px;
}

.yuanzhang-text .title h2 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.yuanzhang-text .title p {
    font-size: 14px;
    color: #004398;
}

.yuanzhang-text .text p {
    margin-bottom: 20px;
}

.block-about {
    background: #f5f5f5;
    padding-bottom: 90px;
}

.about-con .about-pic {
    width: 580px;
    height: 400px;
    float: right;
}

.about-con .about-pic img {
    width: 100%;
    display: block;
}

.about-con .about-text {
    width: 580px;
    float: left;
}

.about-con .about-text.title {
    margin-bottom: 20px;
}

.about-con .about-text .title h2 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.about-con .about-text .title p {
    font-size: 14px;
    color: #004398;
}

.about-con .about-text .text p {
    margin-bottom: 20px;
}

.about-con .about-text .page-title {
    margin: 30px 0;
}

.advantage-nav {
    margin: 20px 0;
}

.advantage-nav a,
.advantage-nav span {
    font-size: 16px;
    color: #666;
    margin: 0 10px;
}

.advantage-nav a.active,
.advantage-nav a:hover {
    color: #004398;
}

.advantage-nav a:hover {
    color: #004398;
}

.advantage-nav span {
    margin: 0 10px;
}

.objectives-text p {
    margin-bottom: 20px;
}

.advantage-list-con {
    margin: 60px 0;
}

.advantage-list {
    display: none;
}

.advantage-list.active {
    display: block;
}

.advantage-list .title {
    margin-bottom: 30px;
}

.advantage-list ul {
    margin-right: -20px;
}

.advantage-list ul li {
    width: 285px;
    height: 405px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 5px #ddd;
    background: #fff;
    text-align: center;
    margin-right: 20px;
    float: left;
}

.advantage-list ul li .li-title {
    margin-top: 20px;
    padding: 20px 0;
    background: url(../images/youshi_ico.png) bottom center no-repeat;
}

.advantage-list ul li .li-title h2 {
    font-size: 18px;
    color: #004398;
}

.advantage-list ul li .li-text {
    padding: 20px 0;
    margin: 0 20px;
}

.block-public-detaile {
    padding-bottom: 0px;
}

.block-public-detaile2 {
    margin: 90px 0;
}

.public-detaile-nav ul {
    margin-right: -20px;
}

.public-detaile-nav ul li {
    width: 285px;
    float: left;
    margin-right: 20px;
    background: #f5f5f5;
    height: 328px;
    text-align: center;
}

.public-detaile-nav ul li .icon {
    width: 100%;
    height: 65px;
    margin-top: 60px;
}

.public-detaile-nav ul li.li01 .icon {
    background: url(../images/c_icon01.png) center no-repeat;
}

.public-detaile-nav ul li.li02 .icon {
    background: url(../images/c_icon02.png) center no-repeat;
}

.public-detaile-nav ul li.li03 .icon {
    background: url(../images/c_icon03.png) center no-repeat;
}

.public-detaile-nav ul li.li04 .icon {
    background: url(../images/c_icon04.png) center no-repeat;
}

.public-detaile-nav ul li.li05 .icon {
    background: url(../images/c_icon05.png) center no-repeat;
}

.public-detaile-nav ul li .title {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/c_line.png) top center no-repeat;
}

.public-detaile-nav ul li .title h2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.public-detaile-nav ul li .text {
    margin: 0 20px;
}

.block-summary {
    padding: 60px 0;
    color: #fff;
    background: url(../images/course001.jpg) top center no-repeat;
    text-align: center;
}

.block-summary .title h2 {
    font-size: 22px;
    color: #fff;
    background: url(../images/d_line.png) bottom center no-repeat;
    padding-bottom: 15px;
}

.block-summary .text {
    margin: 30px 0;
}

.block-summary .text p {
    margin-bottom: 20px;
}

.project-nav ul {
    background: #eeeeee;
}

.project-nav li {
    width: 16.6666%;
    float: left;
    text-align: center;
    border-right: 1px solid #989898;
    box-sizing: border-box;
    cursor: pointer;
}

.project-nav li p {
    font-size: 22px;
    color: #666;
    display: block;
    padding: 20px 0;
}

.project-nav li.active,
.project-nav li:hover {
    background: #004398;
}

.project-nav li.active p,
.project-nav li:hover p {
    color: #fff;
}

.project-item {
    margin: 30px 0 60px 0;
}

.project-item li {
    display: none;
}

.project-item li.active {
    display: block;
}

.project-item .text p {
    margin-bottom: 20px;
}

.project-item .text a {
    font-size: 16px;
    background: #004398;
    color: #fff;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.project-item .text a:hover {
    background: #3883e1;
}

.core-list ul {
    text-align: center;
}

.core-list ul li {
    width: 186px;
    margin-right: 10px;
    display: inline-block;
    height: 180px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}

.core-list ul li .number {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.core-list ul li .number p {
    font-size: 42px;
    color: #ffa200;
    line-height: 50px;
}

.core-list ul li .text p {
    font-size: 14px;
    color: #666;
}

.block-alumni {
    padding-bottom: 90px;
    background: #f5f5f5;
}

.block-alumni .page-title {
    padding-top: 60px;
}

.alumni-text {
    position: relative;
    margin-top: 60px;
}

.alumni-silder li {
    width: 1200px;
    height: 300px;
    float: left;
    text-align: center;
}

.alumni-silder li .li-pic {
    width: 100%;
}

.alumni-silder li .li-pic .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    overflow: hidden;
}

.alumni-silder li .li-pic .pic img {
    width: 100%;
}

.alumni-silder li .li-title {
    margin: 20px 0;
}

.alumni-silder li .li-title h2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.alumni-silder li .li-text p {}

.customized-text p {
    margin-bottom: 20px;
}

.customized-text h2 {
    font-size: 14px;
    color: #004398;
}

.customized-text h2 a {
    font-size: 14px;
    color: #004398;
}

.customized-text h2 a:hover {
    text-decoration: underline;
}

.block-way {
    background: url(../images/dingzhi01.jpg) top center no-repeat;
}

.way-title {
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}

.way-title h2 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
    background: url(../images/way_line.png) bottom center no-repeat;
}

.way-pic {
    padding-bottom: 90px;
}

.way-pic img {
    width: 100%;
    display: block;
}

.page-title h1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    background: url(../images/pageh1.png) bottom center no-repeat;
    color: #000;
}

.learn-text {
    text-align: center;
    margin-bottom: 30px;
}

.learn-list {}

.learn-list ul {
    margin-right: -25px;
}

.learn-list li {
    width: 285px;
    height: 240px;
    float: left;
    margin-right: 20px;
}

.learn-list li .pic {
    height: 90px;
}

.learn-list li .text {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.learn-list li .text h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.block-setting {
    background: #f5f5f5;
}

.setting-nav {
    width: 1200px;
    height: 270px;
    background: url(../images/set_bg.png) center no-repeat;
    position: relative;
}

.setting-nav .list {
    width: 120px;
    height: 120px;
    background: url(../images/set_yuan.png) center no-repeat;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.setting-nav .list:hover,
.setting-nav .list.active {
    background: url(../images/set_yuan2.png) center no-repeat;
}

.setting-nav .list h2 {
    font-size: 14px;
    color: #004398;
    font-weight: bold;
    line-height: 30px;
    margin-top: 45px;
}

.setting-nav .list:hover h2,
.setting-nav .list.active h2 {
    color: #fff;
}

.setting-nav .list3 h2,
.setting-nav .list6 h2 {
    margin-top: 30px;
}

.setting-nav .list1 {
    top: 20px;
    left: 20px;
}

.setting-nav .list3 {
    top: 20px;
    left: 252px;
}

.setting-nav .list5 {
    top: 20px;
    left: 484px;
}

.setting-nav .list7 {
    top: 20px;
    left: 716px;
}

.setting-nav .list9 {
    top: 20px;
    left: 948px;
}

.setting-nav .list2 {
    top: 130px;
    left: 138px;
}

.setting-nav .list4 {
    top: 130px;
    left: 370px;
}

.setting-nav .list6 {
    top: 130px;
    left: 602px;
}

.setting-nav .list8 {
    top: 130px;
    left: 834px;
}

.setting-nav .list10 {
    top: 130px;
    left: 1066px;
}

.setting-item {
    padding: 30px 0 90px 0;
}

.setting-item .item {
    display: none;
}

.setting-item .item.active {
    display: block;
}

.setting-item .item .it-title {
    padding-bottom: 30px;
    text-align: center;
}

.setting-item .item .it-title h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.setting-item .item .it-text ul {
    margin-right: -20px;
}

.setting-item .item .it-text li {
    width: 280px;
    margin-right: 20px;
    float: left;
    border-bottom: 1px solid #ddd;
}

.setting-item .item .it-text li p {
    margin: 20px 0;
    padding-left: 10px;
    background: url(../images/dian01.png) 0px 14px no-repeat;
}

.thanks-text {
    position: relative;
    margin-top: 60px;
    margin-bottom: 90px;
}

.thanks-silder li {
    width: 1200px;
    height: 480px;
    float: left;
    text-align: center;
}

.thanks-silder li .li-pic {
    width: 100%;
}

.thanks-silder li .li-pic .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    overflow: hidden;
}

.thanks-silder li .li-pic .pic img {
    width: 100%;
}

.thanks-silder li .li-title {
    margin: 20px 0;
}

.thanks-silder li .li-title h2 {
    font-size: 15px;
    color: #004398;
    font-weight: bold;
}

.thanks-silder li .li-title p {
    font-size: 15px;
    color: #004398;
}

.thanks-silder li .li-text h2 {
    color: #666;
    font-size: 14px;
    padding-bottom: 15px;
}

.manage-list {
    margin: 60px 0 30px;
}

.manage-list li {
    /* margin-bottom: 60px; */
    display: none;
}

.manage-list li.active {
    display: block;
}

.manage-list li .li-top {
    background: #f5f5f5;
}

.manage-list li .li-top-pic {
    width: 64%;
    height: 370px;
    float: left;
    overflow: hidden;
}

.manage-list li .li-top-pic img {
    width: 100%;
    display: block;
}

.manage-list li .li-top-text {
    width: 36%;
    float: left;
}

.manage-list li .li-top-text .li-text {
    margin-left: 50px;
}

.manage-list li .li-top-text .more {
    margin-left: 50px;
    margin-top: 10px;
}

.manage-list li .li-top-text .li-text .title {
    padding: 30px 0;
}

.manage-list li .li-top-text .li-text .title h2 {
    font-size: 18px;
    padding-left: 5px;
    border-left: 2px solid #ddd;
    line-height: 20px;
}

.manage-list li .li-top-text .li-text .title span {
    font-size: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #bbbbbb;
}

.manage-list li .li-top-text .li-text .text h1 {
    font-size: 28px;
    padding-bottom: 5px;
}

.manage-list li .li-top-text .li-text .text h1 strong {
    font-size: 42px;
}

.manage-list li .li-top-text .li-text .text h2 {
    font-size: 22px;
    padding-bottom: 5px;
}

.manage-list li .li-top-text .more p {
    padding: 3px 40px;
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    animation: rotate .5s linear infinite;
}

.manage-list li .li-bottom {
    padding: 15px 0;
}

.manage-list li .li-bottom .li-bottom-left {
    float: left;
}

.manage-list li .li-bottom .li-bottom-left h2 {
    color: #fff;
    text-indent: 20px;
    font-size: 14px;
}

.manage-list li .li-bottom .li-bottom-right {
    float: right;
}

.manage-list li .li-bottom .li-bottom-right span {
    color: #fff;
    font-size: 14px;
    background: url(../images/dian02.png) center left no-repeat;
    display: inline-block;
    padding: 0px 15px;
}

.manage-list li.li01 .li-top-text .li-text .title h2 {
    color: #4facbd;
    border-color: #4facbd;
}

.manage-list li.li01 .li-top-text .li-text .text h1 {
    color: #4facbd;
}

.manage-list li.li01 .li-top-text .li-text .text h2 {
    color: #4facbd;
}

.manage-list li.li01 .li-top-text .more p {
    color: #4facbd;
    border-color: #4facbd;
}

.manage-list li.li01 .li-bottom {
    background: #4facbd;
}

.manage-list li.li02 .li-top-text .li-text .title h2 {
    color: #f2798c;
    border-color: #f2798c;
}

.manage-list li.li02 .li-top-text .li-text .text h1 {
    color: #f2798c;
}

.manage-list li.li02 .li-top-text .li-text .text h2 {
    color: #f2798c;
}

.manage-list li.li02 .li-top-text .more p {
    color: #f2798c;
    border-color: #f2798c;
}

.manage-list li.li02 .li-bottom {
    background: #f2798c;
}

.manage-list li.li03 .li-top-text .li-text .title h2 {
    color: #5a72b5;
    border-color: #5a72b5;
}

.manage-list li.li03 .li-top-text .li-text .text h1 {
    color: #5a72b5;
}

.manage-list li.li03 .li-top-text .li-text .text h2 {
    color: #5a72b5;
}

.manage-list li.li03 .li-top-text .more p {
    color: #5a72b5;
    border-color: #5a72b5;
}

.manage-list li.li03 .li-bottom {
    background: #5a72b5;
}

.manage-list li.li04 .li-top-text .li-text .title h2 {
    color: #fcbb4d;
    border-color: #fcbb4d;
}

.manage-list li.li04 .li-top-text .li-text .text h1 {
    color: #fcbb4d;
}

.manage-list li.li04 .li-top-text .li-text .text h2 {
    color: #fcbb4d;
}

.manage-list li.li04 .li-top-text .more p {
    color: #fcbb4d;
    border-color: #fcbb4d;
}

.manage-list li.li04 .li-bottom {
    background: #fcbb4d;
}

.manage-list li.li05 .li-top-text .li-text .title h2 {
    color: #61c46e;
    border-color: #61c46e;
}

.manage-list li.li05 .li-top-text .li-text .text h1 {
    color: #61c46e;
}

.manage-list li.li05 .li-top-text .li-text .text h2 {
    color: #61c46e;
}

.manage-list li.li05 .li-top-text .more p {
    color: #61c46e;
    border-color: #61c46e;
}

.manage-list li.li05 .li-bottom {
    background: #61c46e;
}

.manage-list li .table {
    width: 760px;
    margin: 0 auto;
}

.manage-list li .table tr {
    display: block;
    margin-bottom: 50px;
}

.manage-list li .table .name {
    width: 16%;
}

.manage-list li .table .name p {
    font-size: 16px;
    line-height: 1.5;
    color: #004398;
}

.manage-list li .table .telephone {
    width: 33%;
}

.manage-list li .table .telephone p {
    padding-left: 40px;
    background: url(../images/icon-phone.png) left center no-repeat;
    font-size: 16px;
    line-height: 1.5;
    color: #010101;
}

.manage-list li .table .email {
    width: 35%;
}

.manage-list li .table .email p {
    padding-left: 40px;
    background: url(../images/icon-email.png) left center no-repeat;
    font-size: 16px;
    line-height: 1.5;
    color: #010101;
}


/*  */

#videodetail {
    margin-top: 80px;
    padding-bottom: 90px;
}

#videodetail .videosection {
    width: 890px;
    height: 500px;
    margin: 0 auto;
}

#videodetail .videopagebox {
    position: relative;
    z-index: 90;
    background: #000;
    width: 890px;
    height: 500px;
    margin: 0 auto;
}

#videodetail #video {
    float: left;
    position: relative;
    z-index: 90;
    background: #000;
}

#videodetail .controls {
    float: left;
    width: 890px;
    height: 65px;
    position: relative;
    background: #DDD;
    z-index: 999;
}

#videodetail .controls .jp-play {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/ico_play.png) no-repeat;
    top: 30px;
    left: 10px;
}

#videodetail .controls .jp-pause {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/ico_pause.png) no-repeat;
    top: 30px;
    left: 10px;
}

#videodetail .controls .jp-stop {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/ico_stop.png) no-repeat;
    top: 30px;
    left: 50px;
}

#videodetail .controls .jp-time {
    position: absolute;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #666;
    top: 35px;
    right: 130px;
}

#videodetail .controls .jp-time div {
    float: left;
}

#videodetail .controls .timeline {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 890px;
    height: 20px;
    background: url(../images/bg_seekbar.png) repeat;
}

#videodetail .controls .timeline .jp-seek-bar {
    float: left;
    width: 890px;
    height: 20px;
    background: url(../images/bg_seekbar.png) no-repeat;
}

#videodetail .controls .timeline .jp-play-bar {
    float: left;
    width: 890px;
    height: 20px;
    background: url(../images/bg_playbar.png) no-repeat;
}

#videodetail .controls .jp-mute {
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(../images/mute.png) no-repeat;
    right: 130px;
    top: 36px;
    cursor: pointer;
}

#videodetail .controls .jp-unmute {
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(../images/unmute.png) no-repeat;
    right: 124px;
    top: 32px;
    cursor: pointer;
}

#videodetail .controls .voice {
    position: absolute;
    height: 5px;
    width: 70px;
    right: 20px;
    top: 30px;
    background: #000;
    width: 59px;
    right: 50px;
    top: 41px;
}

#videodetail .controls .voice .jp-volume-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    cursor: pointer;
}

#videodetail .controls .voice .jp-volume-bar .jp-volume-bar-value {
    position: absolute;
    height: 100%;
    background: #5CB75C;
    cursor: pointer;
}

#videodetail .controls .jp-restore-screen {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 32px;
    right: 20px;
    background: url(../images/jp-unfull.png) no-repeat;
    cursor: pointer;
}

#videodetail .controls .jp-full-screen {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 32px;
    right: 20px;
    background: url(../images/jp-full.png) no-repeat;
    cursor: pointer;
}

#videodetail #control {
    float: left;
    position: relative;
    width: 890px
}

#videodetail #control .play {
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 0px;
    left: 0px;
    background: url(../images/icovideopage.png) no-repeat center center;
}

.side_navigation {
    position: fixed;
    width: 100px;
    right: 10px;
    top: 50%;
    margin-top: -200px;
    z-index: 99;
}

.side_navigation2 {
    top: 70%;
}

.side_navigation li {
    width: 100px;
    height: 100px;
    background: #004398;
    margin-bottom: 10px;
    text-align: center;
}

.side_navigation li:hover {
    background: #3883e1;
}

.side_navigation li a {
    display: block;
}

.side_navigation li a img {
    display: inline-block;
    margin-top: 10px;
}

.side_navigation li a p {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.block-yuan {
    margin: 200px 0;
}

.yuan-con {
    width: 386px;
    height: 386px;
    margin: 0 auto;
    /*background: #000;*/
    position: relative;
}

.yuan-con .yuan-pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: pointAnimations 8s linear infinite;
    -moz-animation: pointAnimations 8s linear infinite;
    -ms-animation: pointAnimations 8s linear infinite;
    animation: pointAnimations 8s linear infinite;
}

@-webkit-keyframes pointAnimations {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes pointAnimations {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes pointAnimations {
    0% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@keyframes pointAnimations {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.yuan-con .yuan-tag {
    width: 155px;
    height: 155px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -77px;
    margin-left: -77px;
}

.yuan-con .item {
    position: absolute;
}

.yuan-con .item h2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.yuan-con .item1 {
    width: 1200px;
    height: 190px;
    left: 50%;
    top: -123px;
    margin-left: -600px;
    text-align: center;
}

.yuan-con .item2 {
    width: 460px;
    height: 190px;
    right: -408px;
    top: 80px;
}

.yuan-con .item2 .pic {
    float: left;
}

.yuan-con .item2 .text {
    float: left;
    margin-left: 10px;
    width: 370px;
    margin-top: 20px;
}

.yuan-con .item3 {
    width: 525px;
    height: 190px;
    right: -420px;
    top: 300px;
}

.yuan-con .item3 .pic {
    float: left;
}

.yuan-con .item3 .text {
    float: left;
    margin-left: 10px;
    width: 432px;
    margin-top: 30px;
}

.yuan-con .item4 {
    width: 510px;
    height: 190px;
    left: -420px;
    top: 300px;
    text-align: left;
}

.yuan-con .item4 .pic {
    float: right;
}

.yuan-con .item4 .text {
    float: left;
    width: 430px;
}

.yuan-con .item5 {
    width: 460px;
    height: 190px;
    left: -417px;
    top: 84px;
    text-align: left;
}

.yuan-con .item5 .pic {
    float: right;
}

.yuan-con .item5 .text {
    float: left;
    width: 365px;
}

.newsDetaile-con {
    padding: 100px 0;
}

.newsDetaile-con .title {
    text-align: center;
    padding-bottom: 30px;
}

.newsDetaile-con .title h2 {
    font-size: 26px;
    color: #004398;
}

.newsDetaile-con .text img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.slider-pre {
    position: absolute;
    width: 17px;
    height: 31px;
    top: 30%;
    margin-top: -15px;
    left: -30px;
    background: url(../images/pre01.png) center no-repeat;
    transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -webkit-transition: background .3s ease-in;
    cursor: pointer;
}

.slider-pre:hover {
    background: url(../images/pre02.png) center no-repeat;
}

.slider-next {
    position: absolute;
    width: 17px;
    height: 31px;
    top: 30%;
    margin-top: -15px;
    right: -30px;
    background: url(../images/next01.png) center no-repeat;
    transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -webkit-transition: background .3s ease-in;
    cursor: pointer;
}

.slider-next:hover {
    background: url(../images/next02.png) center no-repeat;
}

.section .slider-next,
.section .slider-pre {
    top: 50%;
}

.course_offered table {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

.course_offered table tr {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.course_offered table tr:nth-child(1) {
    background: #004398;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.course_offered table tr td {
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 0;
}

.pback {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}

.pback p a {
    color: #fff;
    padding: 20px 80px;
    background: url(../images/back.png) center no-repeat;
    cursor: pointer;
}

.pback p a:hover {
    background: url(../images/back02.png) center no-repeat;
}

.block-learn {
    padding-bottom: 90px;
}

.section-banner-bottom {
    display: none !important;
}

.pc-banner-bottom {
    display: block;
}

.phone-yuan-text {
    display: none;
}

.contact-text {
    float: right;
    text-align: center;
    width: 330px;
    text-align: center;
}

.contact-text img {
    display: inline-block;
}

.contact-list li .pic {
    float: left;
}

.contact-text li .text p {
    font-size: 15px;
}

.contact-list {
    margin: 60px 0;
}

.contact-list ul {
    width: 820px;
    float: left;
    /*margin-right: -30px;*/
}

.contact-list li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.contact-list li .title {}

.contact-list li .title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    /*padding-left: 35px;*/
}

.contact-list li .text {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}


/*.contact-list li.li01 .title h2{
    background: url(../images/lianxi00.png) left center no-repeat;
}
.contact-list li.li02 .title h2{
    background: url(../images/lianxi00.png) left center no-repeat;
}
.contact-list li.li03 .title h2{
    background: url(../images/lianxi00.png) left center no-repeat;
}
.contact-list li.li04 .title h2{
    background: url(../images/lianxi00.png) left center no-repeat;
}
.contact-list li.li05 .title h2{
    background: url(../images/lianxi00.png) left center no-repeat;
}
*/

/*2019-3-8*/
.banner-slider li{
    position: relative;
}
.banner-tag{
    top: 25%;
    z-index: 7;
}
.banner-tag h2{
    font-size: 50px;
}
.banner-tag h1{
    font-size: 44px;
}
/*2019-3-8 end*/


@media screen and (max-width: 1440px) and (min-width: 960px){

    .contact-list li{
        width: 300px;
    }
    .contact-text{
        width: 140px;
    }

}


@media screen and (max-width: 992px){

    .contact-text { text-align: center; float: none; margin: 0 auto; }
}



.contact-list li.li06 .title h2 {
    padding-left: 35px;
    background: url(../images/lianxi000.png) left center no-repeat;
}

.contact-map {
    width: 100%;
    margin-bottom: 90px;
}

.contact-map .map {
    /*max-width: 1200px;*/
    /*height: 780px;*/
    width: 100%;
}

.contact-map .map img {
    width: 100%;
}

.ppagin {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 60px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
}

.pnext1 {
    right: 0;
    background: url(../images/gcl_right.png) center no-repeat;
}

.pprev1 {
    left: 0;
    background: url(../images/gcl_left.png) center no-repeat;
}


/* 管理咨询 修改 */

.block-manage {
    margin: 60px 0;
    min-height: 400px;
}

.block-manage .custom_tab {
    background: #eee;
}

.block-manage .custom_tab .tab_btn {
    width: 200px;
    float: left;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: #666666;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
}

.block-manage .custom_tab .tab_btn.active {
    background: #004398;
    color: #fff;
}

@media screen and (min-width: 1040px) {
    /* .banner-bottom li:hover .popup-hover {
        display: block;
    } */
}


/*只适应*/

@media screen and (max-width: 1440px) and (min-width: 960px) {
    .block-manage .custom_tab .tab_btn {
        width: 160px;
    }
    .page-cen {
        max-width: 960px;
    }
    .hearder-nav .nav ul li a {
        padding: 0 14px;
    }
    .hearder-nav .nav ul li.home a {
        padding-left: 18px;
    }
    .hearder-nav .nav {
        margin-right: -6px;
    }
    .index-video-list li {
        width: 450px;
    }
    .index-news-title,
    .index-video-title,
    .index-about-title {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .index-news-con li a {
        height: 320px;
    }
    .index-news-con li {
        height: 365px;
    }
    .index-news-con .li-text .title h2 {
        padding: 3px 0;
    }
    .index-more {
        padding-top: 20px;
    }
    .index-video-list li .pic {
        height: 245px;
    }
    .yuanzhang-pic {
        top: auto;
        bottom: -20px;
        width: 560px;
    }
    .yuanzhang-text {
        width: 560px;
    }
    .yuanzhang-text .text p {
        margin-bottom: 0;
    }
    .about-con .about-text {
        width: 480px;
    }
    .about-con .about-pic {
        width: 450px;
        height: auto;
        margin-top: 60px;
    }
    .about-con .about-text .page-title {
        margin: 0;
        padding: 10px 0;
    }
    .about-con .about-text .text p {
        margin-bottom: 0;
    }
    .advantage-list ul li {
        width: 225px;
    }
    .footer-left {
        width: 505px;
    }
    .footer-copyright {
        margin-top: 10px;
    }
    .footer-nav {
        margin-bottom: 10px;
    }
    .learn-list li {
        width: 225px;
    }
    .setting-nav {
        width: 100%;
        height: auto;
        background: none;
        text-align: center;
    }
    .setting-nav .list {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        display: inline-block;
        margin: 10px;
    }
    .thanks-silder li {
        width: 960px;
    }
    .public-detaile-nav ul li {
        width: 225px;
        height: 365px;
    }
    .navigation .navigation-item a {
        margin: 0 5px;
    }
    .public-detaile-nav ul li .text {
        margin: 0 10px;
    }
    .yuan-con .item1 {
        width: 960px;
        margin-left: -480px;
    }
    .yuan-con .item2 {
        width: 330px;
        right: -272px;
    }
    .yuan-con .item2 .text {
        width: 248px;
    }
    .yuan-con .item3 {
        width: 385px;
        right: -278px;
    }
    .yuan-con .item3 .text {
        width: 300px;
    }
    .yuan-con .item4 {
        width: 372px;
        left: -280px;
    }
    .yuan-con .item4 .text {
        width: 285px;
    }
    .yuan-con .item5 {
        width: 335px;
        left: -283px;
    }
    .yuan-con .item5 .text {
        width: 252px;
    }
    .core-list ul li {
        width: 142px;
        height: 200px;
    }
    .alumni-silder li {
        width: 960px;
        height: 360px;
    }
    .manage-list li .li-top-pic {
        position: relative;
    }
    .manage-list li .li-top-pic img {
        width: 770px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -385px;
    }
    .manage-list li .li-top-text .li-text,
    .manage-list li .li-top-text .more {
        margin-left: 25px;
    }
    .manage-list li .li-bottom .li-bottom-right span {
        padding: 0;
        padding-left: 12px;
    }
    .manage-list li .li-bottom .li-bottom-right {
        margin-right: 20px;
    }
    .manage-list li .li-top-text .li-text .text h1 {
        font-size: 26px;
    }
    .manage-list li.li05 .li-top-text .li-text .text p {
        line-height: 24px;
    }
    .company-list li {
        width: 220px;
        height: 330px;
    }
    .company-list li .com-pic {
        width: 220px;
        height: 230px;
    }
    .media-con .media-pic .pic {
        width: 100%;
        height: 180px;
    }
    .media-con .media-text {
        width: 67%;
        float: right;
    }
    .media-con ul li .time {
        margin: 0;
    }
    .media-con ul li .text p {
        font-size: 14px;
    }
    .knowledge-list li {
        width: 305px;
        height: 270px;
    }
    .knowledge-list li .knowledge-pic {
        width: 100%;
        height: 198px;
    }
    .banner-tag {
        width: 960px;
        top: 100px;
        padding: 10px;
        top: 150px;
        margin-left: -480px;
    }
    .banner-tag h2 {
        font-size: 32px;
        line-height: 1.5;
    }
    .banner-tag h1 {
        font-size: 28px;
        line-height: 1.5;
    }
    .banner-bottom ul {
        padding: 60px 0 0;
    }
    .banner-bottom li {
        width: 320px;
    }
    .banner-bottom li .pic {
        margin-bottom: 10px;
    }
    .banner-bottom li .text h2 {
        font-size: 26px;
    }
    .banner-bottom li .text p {
        font-size: 22px;
    }
    .banner-bottom li .popup-hover {
        margin: 0 0 0 -150px;
    }
    .banner-bottom li .popup-hover .des {
        width: 300px;
        padding: 10px;
    }
    /*2019-3-8*/
    .banner-tag{
        top: 37%;
    }
    /*2019-3-8 end*/
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 960px) {
    .page-cen {
        width: 96%;
        margin: 0 2%;
    }
    .banner-tag {
        width: 96%;
        left: 2%;
        margin-left: 0;
        box-sizing: border-box;
    }
    .banner-tag h2 {
        font-size: 28px;
        line-height: 1.5;
    }
    .banner-tag h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    /*    .index-news-con  li{
        float: none;
        margin: 0 auto;
        margin-bottom: 90px;
    }
    .index-news-con ul{
        margin-right: 0;
    }*/
    .index-about-list li {
        width: 160px;
    }
    .index-about-list li .title h2 {
        font-size: 26px;
    }
    /*    .index-video-list li{
        width: 100%;
    }
    .index-video-list li .pic{
        height: auto;
    }*/
    .index-video-list ul {
        margin-right: 0;
    }
    .yuanzhang-text {
        width: 100%;
        padding: 60px 0;
    }
    .yuanzhang-pic {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }
    .about-con .about-pic {
        width: 100%;
        height: auto;
    }
    .about-con .about-text {
        width: 100%;
        padding: 60px 0;
    }
    .advantage-list ul li {
        margin-bottom: 60px;
    }
    .navigation .navigation-left {
        margin-left: 0;
    }
    .navigation .navigation-item a:nth-child(1) {
        margin-left: 0;
    }
    .navigation .navigation-item {
        margin: 0;
    }
    .navigation {
        padding: 20px 0;
    }
    .public-item-ul .li-item1 {
        width: 50%;
    }
    .public-item-ul .li-item2 {
        width: 50%;
    }
    .public-item-ul .li-item3 {
        width: 50%;
    }
    .public-item-ul .li-item4 {
        width: 50%;
    }
    .public-item-ul .li-item3 p {
        text-indent: 20px;
    }
    .public-detaile-nav ul {
        margin-right: 0;
    }
    .public-detaile-nav ul li {
        width: 46%;
        margin: 0 2%;
        margin-bottom: 30px;
    }
    .core-list ul li {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .core-list {
        padding-bottom: 90px;
    }
    .alumni-silder li {
        width: 600px;
        height: 420px;
    }
    .slider-pre {
        left: 0;
    }
    .slider-next {
        right: 0;
    }
    .learn-list ul {
        margin-right: 0;
    }
    .learn-list li {
        width: 46%;
        margin: 0 2%;
    }
    .setting-nav {
        width: 100%;
        height: auto;
        background: none;
        text-align: center;
    }
    .setting-nav .list {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        display: inline-block;
        margin: 10px;
    }
    .manage-list li .li-top-pic {
        width: 100%;
        height: auto;
    }
    .manage-list li .li-top-text {
        width: 100%;
        padding: 30px 0;
    }
    .manage-list li .li-top-text .li-text {
        margin-left: 20px;
    }
    .manage-list li .li-top-text .more {
        margin-left: 20px;
    }
    .manage-list li .li-bottom .li-bottom-right {
        margin: 0 20px;
    }
    .company-list ul {
        margin-right: 0;
    }
    .company-list ul li {
        width: 46%;
        margin: 0 2%;
    }
    .company-list li .com-pic {
        width: 100%;
    }
    .media-con .media-pic {
        width: 100%;
    }
    .media-con .media-pic .pic {
        width: 100%;
        height: auto;
    }
    .media-con .media-text {
        width: 100%;
    }
    .knowledge-list ul {
        margin-right: 0;
    }
    .knowledge-list li,
    .knowledge-list li .knowledge-pic {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .footer-right {
        width: 100%;
    }
    .section-banner-bottom {
        display: table !important;
    }
    /*    .pc-banner-bottom{
        display: none !important;
    }*/
    .section-banner-bottom .banner-bottom {
        position: relative;
    }
    #videodetail .videosection {
        width: 100%;
        margin: 0;
    }
    #videodetail #control {
        width: 100%;
    }
    #videodetail .videopagebox {
        width: 100%;
    }
    #videodetail .controls {
        width: 100%;
    }
    #videodetail .controls .timeline {
        width: 100%;
    }
    .yuan-con .item {
        display: none;
    }
    .phone-yuan-text {
        display: block;
    }
    .phone-yuan-text .item {
        margin-bottom: 30px;
    }
    .phone-yuan-text .item .pic {
        margin: 10px 0;
    }
    .phone-yuan-text .item .text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .block-yuan {
        margin: 40px 0;
    }
    .pagination {
        right: 10px;
    }
    .contact-list ul {
        margin-right: 0;
        width: 100%;
    }
    .contact-list li {
        width: 50%;
        margin-right: 0;
    }
    .contact-list li .title {
        margin-right: 20px;
    }
    .contact-list li .text {
        margin-right: 20px;
    }
    .banner-bottom li {
        margin: 10px 0;
        width: 33.33%;
    }
    .public-nav .pub_nav {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .customized-text .man-link .man-link-con {
        width: 600px;
    }
    .pagination {
        margin-top: -200px;
    }
    .ppagin {
        margin-top: -90px;
    }
    /* modify */
    /*2019-3-8*/
    .banner-tag{
        top: 25%;
    }
    /*2019-3-8 end*/
}

@media screen and (max-width: 640px) {
    .container {
        font-size: 14px;
        line-height: 34px;
    }
    .banner-bottom li .text h2 {
        font-size: 18px;
        padding: 10px 0;
    }
    .banner-bottom li .text p {
        font-size: 14px;
    }
    .index-news-con .li-text .time p {
        font-size: 14px;
    }
    .index-more a {
        padding: 10px 50px;
        font-size: 14px;
    }
    .index-about-list li {
        margin: 0 10px;
    }
    .index-about-title {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .index-video-list li .text p {
        font-size: 14px;
    }
    .yuanzhang-text .title h2,
    .about-con .about-text .title h2 {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .yuanzhang-text .title p,
    .about-con .about-text .title p {
        font-size: 14px;
    }
    .page-title h2 {
        font-size: 16px;
        line-height: 34px;
    }
    .block-title p {
        font-size: 16px;
    }
    .advantage-nav a,
    .advantage-nav span {
        font-size: 14px;
    }
    .advantage-list ul {
        margin-right: 0;
    }
    .advantage-list ul li {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 30px;
    }
    .advantage-list ul li .li-title h2 {
        font-size: 16px;
    }
    .public-item-ul .li-item1,
    .public-item-ul .li-item2,
    .public-item-ul .li-item3,
    .public-item-ul .li-item4 {
        width: 100%;
        text-indent: 20px;
    }
    .public-item-ul .li-item {
        padding: 5px 0;
    }
    .public-item-ul li {
        padding: 20px 0;
    }
    .public-nav a {
        font-size: 14px;
    }
    .side_navigation li a p {
        font-size: 14px;
    }
    .public-detaile-nav ul li .title h2,
    .block-summary .title h2 {
        font-size: 16px;
    }
    .course_offered table tr td {
        font-size: 14px;
    }
    .block-summary {
        padding: 45px 0;
    }
    .core-list ul li .text p {
        font-size: 14px;
    }
    .alumni-silder li .li-title h2 {
        font-size: 16px;
    }
    .navigation .navigation-item a {
        margin: 0 5px;
    }
    .navigation .navigation-left {
        margin-bottom: 15px;
    }
    .learn-list li .text h2 {
        font-size: 16px;
    }
    .learn-list li {
        height: 300px;
    }
    .setting-nav .list h2 {
        font-size: 18px;
    }
    .thanks-silder li {
        width: 600px;
        height: 800px;
    }
    .thanks-silder li .li-title h2 {
        font-size: 16px;
    }
    .thanks-silder li .li-title p,
    .thanks-silder li .li-text h2 {
        font-size: 14px;
    }
    .manage-list li .li-top-text .li-text .title h2,
    .manage-list li .li-top-text .li-text .title span {
        font-size: 16px;
    }
    .manage-list li .li-bottom .li-bottom-left h2 {
        font-size: 14px;
    }
    .manage-list li .li-bottom .li-bottom-right span {
        font-size: 14px;
    }
    .company-list .com-title h2 {
        font-size: 14px;
    }
    .pages ul li a {
        font-size: 14px;
    }
    .pages ul li {
        width: 50px;
    }
    .media-con ul li .title h2 {
        font-size: 16px;
    }
    .media-con ul li .time strong,
    .media-con ul li .time span {
        font-size: 14px;
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .media-con ul li .text p,
    .media-con ul li .more a {
        font-size: 14px;
    }
    .media-con ul li .time {
        margin: 20px 0;
    }
    .knowledge-list .knowledge-title h2 {
        font-size: 16px;
    }
    .hbanner-title h2 {
        font-size: 20px;
    }
    .hbanner-title p {
        font-size: 14px;
    }
    .footer-right .text p {
        font-size: 14px;
    }
    .contact-text li .text p {
        font-size: 14px;
    }
    .contact-list li .title h2 {
        font-size: 16px;
    }
    .contact-list li .text p {
        font-size: 19px;
    }
    .customized-text h2 {
        font-size: 14px;
    }
    .contact-text {
        float: none;
        margin: 0 auto;
    }
    .knowledge-list li {
        margin-bottom: 30px;
    }
    .public-list .public-item-title .page-nav {
        top: 50px;
    }
    .man-link p {
        font-size: 16px;
    }
    .man-link .man-link-con {
        width: 460px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
    .public-btn {
        width: 50%;
        margin-right: 0;
        text-align: center;
        padding: 10px 0;
    }
    .customized-text .man-link .p3 {
        display: inline-block;
        background: url(../images/link_icon03.png) 96px 8px no-repeat;
    }
}


/* 2019 modify */

@media screen and (max-width: 1440px) and (min-width:960px) {
    .media-con ul li {
        width: 440px;
    }
    .media-con ul li .media-pic {
        width: 190px;
    }
    .media-con ul li .media-text {
        width: 234px;
    }
}

@media screen and (max-width:960px) {
    .media-con ul li {
        width: 100% !important;
    }
    .media-con ul li .media-pic {
        width: 40% !important;
    }
    .media-con .media-text {
        width: 55% !important;
    }
}


/* end */

.box {
    height: 50px;
    width: 50px;
    position: relative;
}

@keyframes rotate {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(2px);
    }
    50% {
        transform: translateX(4px);
    }
    75% {
        ransform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}



.z_about ul li { margin-top: 50px; }
.z_about ul li .fl { float: left; width: 390px; padding-top: 62px; }
.z_about ul li .fl .img { display: inline-block; vertical-align: middle; width: 130px; margin-right: 20px; height: 130px; }
.z_about ul li .fl .img img { width: 130px; height: 130px; overflow: hidden; }
.z_about ul li .fl .text { display: inline-block; vertical-align:middle; width: 220px; }
.z_about ul li .fl .text strong { font-size: 18px; color: #000000; font-weight: normal; margin-bottom: 10px; display: block; }
.z_about ul li .fl .text p { font-size: 14px; color: #004398; line-height: 22px; position: relative; padding-left: 15px; }
.z_about ul li .fl .text p:after { content: ''; width: 6px; height: 6px; position: absolute; background: #005bbb; border-radius: 50%; overflow: hidden; top: 8px; left: 0px;} 



.z_about ul li .fr { margin-left: 450px; }
.z_about ul li .fr h3 { font-size: 20px; color: #000000; margin-left: 150px; }
.z_about ul li .fr .text { box-shadow: 0px 1px 10px 5px rgba(0,91,187,0.03); padding:20px 20px; border-radius: 5px; margin-top: 30px; position: relative; }
.z_about ul li .fr .text:after { content: ''; background: url(../images/zicon2.png) no-repeat left top; width: 42px; height: 42px; position: absolute; left: 0px; top: 50%; left: -30px; z-index: 9; margin-top: -21px; }
.z_about ul li .fr p { line-height: 25px;   font-size: 16px; text-align: justify; }
.z_about ul li .fr h6 { background: url(../images/zicon1.png) no-repeat right center; padding-right: 25px; color: #004398; display: block; text-align: right; cursor: pointer; }
.z_about ul li .fr h6:hover { text-decoration: underline; }

.z_about ul li .fr .summary { height: 75px; overflow: hidden; }


@media screen and (max-width: 1600px) {

.z_about ul li .fr h3 { font-size: 16px; }
.z_about ul li .fr .text { margin-top: 20px; }
.z_about ul li .fl { padding-top: 52px; }
.z_about ul li { margin-top: 20px; }
.about-us { margin: 30px 0px !important; }

}


@media screen and (max-width: 992px) {

.z_about ul li .fl { width: 100%; float: none; padding-top: 0px; }
.z_about ul li .fr { width: 100%; margin-left: 0px; float: none; margin-top: 30px; }
.z_about ul li .fr h3 { margin-left: 0px; }
.z_about ul li .fl .img { display: block; float: left; }
.z_about ul li .fl .text { display: block; margin-left: 150px; width: auto; }


.z_about ul li { margin-top: 30px; }
.z_about ul li .fl .text { padding-top: 10px; }



}

.download-con .download-list li{
	height:455px;
}

.liuzibox{ 
	display:none; 
	position:fixed; 
	left: 50%; 
	margin-left: -300px; 
	top: 50%; 
	margin-top: -200px; 
	width: 600px; 
	height: 420px; 
	background-color: #eee; 
	border-radius: 4px; 
	z-index: 999;
	}
	
.liuzibox h3{
	text-align: center;
	line-height: 45px;
	color:#428bca;
} 