body , div , ul , li , a , p , span , img , ol , form , input , label ,  dl , dt , dd , h1 , h2 , h3 , h4 , h5 , h6, input , button{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    /*font-family: 'Arial';*/
    font-family: Microsoft YaHei;
}
img{
    border: 0;
}
a{
    color: #333;
}
.max{
    width: 100%;
    display: inline-block;
}
.header{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    background: #f3f3f3;
    line-height: 25px;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.icon{
    color:#ebebeb;
    font-size: 20px;
    padding: 14px 18px 14px 12px;
    float: left;
}
.header ul li{
    float: left;
    padding: 10px 12px;
}
.header li a{
    color: #fff;
    font-size: 15px;
}
.ssk {
    width: 1400px;
    margin: 10px auto;
    box-sizing: border-box;
    overflow: hidden;
}
.loop{
    font-size: 24px;
}
.label{
    display: inline-block;
    border: 1px solid #cecece;
    height: 40px;
    width: 250px;
}
.ip{
    float: left;
    width: 190px;
    margin: 11px 0 0 0;
}
.ip input{
    border: none;
    outline: none;
    width: 190px;
    font-size: 16px;
    padding: 0 0 0 10px;
}
.bt{
    float: right;
    width: 30px;
}
.bt button{
    border: none;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin: 7px 10px 0 0;
}
/**/
.navv{
    width: 1100px;
}
.nav1{
    width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.nav2{
    float: left;
    font-size: 0;
    width: 420px;
    text-align: left;
}
.nav3{
    float: left;
    line-height: 46px;
    width: 160px;
    font-size: 16px;
    text-align: right;
}
.dropdown{
    position: relative;
    width: 100%;
}

.dropdown li{
    float: left;
    width: 160px;
    position: relative;
}

.dropdown a:hover{
    color: #000;
}

.dropdown li a {
    display: block;
    /*padding: 20px 8px;*/
    color: #34495e;
    position: relative;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
}

.dropdown li a:hover, .dropdown li a.hover{
    position: relative;
    /*color: #fff;
    background: #3498db;*/
}
.dropdown ul{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    z-index: 1000;
}

.dropdown ul li {
    font-weight: normal;
    /* background: #f6f6f6;
     color: #000;
     border-bottom: 1px solid #ccc;*/
}

.dropdown ul li a{
    display: block;
    /*color: #34495e !important;*/
    background: #fff !important;
}
.sub_menu{
    position: relative;
    margin-top: 5px;
}

.sub_menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    z-index: 10001;
    background: #000;
}
.sub_menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
    left: 72px;
    top: 39px;
    z-index: 10001;
    border-top: 0 solid red;
    border-right: 8px solid rgba(255, 255, 255, 0);
    border-bottom: 8px solid #333;
    border-left: 8px solid rgba(255, 255, 255, 0);
}
.dropdown ul li a:hover{
    display: block;
    /*background: #3498db !important;
    color: #fff !important;*/
}

.drop > a{
    position: relative;
}

.drop > a:after{
    content:"";
    position: absolute;
    right: 10px;
    top: 40%;
    /*border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;*/
    z-index: 999;
}

.drop > a:hover:after{
    content:"";
    /* border-left: 5px solid transparent;
     border-top: 5px solid #fff;
     border-right: 5px solid transparent;*/
}
/***/
.menu{
    float: left;
    margin-top:10px;
    margin-right: 10px;
    padding: 10px 0;
    width: 120px;
    line-height: 20px;
    text-align: center;
    font-family: Microsoft YaHei;
}
.menu a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.menu:hover{
    display: inline-block;
    background: #0abfca;
    color: #fff;
    width: 120px;
}
.active{
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    background: #0abfca;
    width: 120px;
    color: #fff;

}
.menu:hover a {
    color: #fff;
}
.menu.active a {
    color: #fff;
}
.dhl{
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 15px 0;
}
.dhl a{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.dhl:hover{
    background: #4032af;
}

.list {
    width: 270px;
    display: inline-block;
    background: #ffffff;
    /*margin: 0 40px 0 0;*/
}
.list ul li {
    border-bottom: solid 1px #4032af;
    background: #5f52bd;
}
.list ul li a {
    padding-left: 15px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #f3f3f3;
}
.list ul li .inactive {
    background: url(../image/off.png) no-repeat 1px center;
    float: right;
    padding-right: 20px;
}
.list ul li .inactives {
    background: url(../image/on.png) no-repeat 1px center;
    float: right;
    padding-right: 20px;
}
.list ul li ul {
    display: none;
}
.list ul li ul li {
    border-left: 0;
    border-right: 0;
    border-color: #9187E8;
    background: #7f73d4;
}
.list ul li ul li a {
    font-size: 12px;
    padding-left: 25px;
}
.cpzx {
    background: url(../image/pr_tb1.jpg) no-repeat 40px 30px !important;
    padding: 26px 0 20px 95px;
    border: 1px solid #DADADA !important;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}
.news{
    font-size: 46px;
    text-align: center;
    color: #666;
}
.news1{
    text-align: center;
    font-size: 30px;
    color: #666;
}
.news-list{
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
    padding: 30px 5px;
    color: #666666;
    margin-top: 3vw;
}
.news-list li{
    border-bottom: 1px dashed #ebebeb;
    padding: 15px 0;
}
.news-title{
    width: 1000px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-time{
    width: 190px;
    float: left;
    text-align: right;
}
.youshi{
    width: 120px;
    float: left;
    text-align: right;
    margin-top: 5px;
}
.youshi img {
    height: 70px;
}
.class-list{
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding: 50px 0;
}
.class-list ul{
    margin-right: -33.3px;
}
.class-list li{
    float: left;
    width: 275px;
    margin-right: 33.3px;
}
.class-title{
    font-size: 18px;
	display: flex;
    flex-direction: column-reverse;
    margin: 0 0 15px 5px;
}
.class-leibie{
    font-size: 26px;
}
.hr{
    width: 1200px;
    background-color: #ebebeb;
    height: 1px;
    border: 0;
}
.news-pic{
    float: left;
    margin-top: 20px;
    width: 600px;
}
.news-pic1{
    float: left;
    width: 36px;
    margin: 0 32px;
}
.a{
    float: left;
    margin-top: 20px;
    line-height: 25px;
    width: 500px;
}
.rongqi-product{
    width: 1200px;
    margin: 20px auto 100px auto;
}
.b{
    width: 270px;
    float: left;
    margin: 0 30px 0 0;
}
.c{
    width: 270px;
    margin-top: 50px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-top: 3px solid #5f52bd;
}
.d{
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    font-size: 20px;
}
.e{
    border-top: 1px dashed #ebebeb;
    padding: 15px 20px;
    margin: 0 auto;
}
.f{
    width: 30px;
    float: left;
    text-align: center;
}
.f img{
    height: 25px;
}
.g1{
    float: left;
    font-size: 14px;
    line-height: 25px;
    width: 160px;
    margin-left: 15px;
}
.g{
    float: left;
    font-size: 14px;
    line-height: 25px;
    width: 160px;
    margin-left: 10px;
}
.h{
    font-size: 14px;
    text-align: center;
    border-top: 1px dashed #ebebeb;
    padding: 15px 0;
}
.i{
    line-height: 45px;
    font-size: 18px;
    width: 150px;
    text-align: center;
    background: #5f52bd;
    color: #fff;
}
.j{
    width: 283px;
    float: left;
    margin: 25px 25px 0 0;
    text-align: center;
}
.k{
    width: 283px;
    height: 283px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.l{
    line-height: 35px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 0 10px;
}
.m{
    margin-top: 50px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.n{
    margin: 80px 0;
}
.o{
    width: 900px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    float: left;padding: 20px;
}
.p{
    border-bottom: #ebebeb 1px solid;
    padding-bottom: 20px;
}
.q{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
}
.r{
    font-size: 14px;
    text-align: right;
    color: #999;
}
.s{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}
.t{
    margin-left: 20px;
    float: left;
    width: 280px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.u{
    width: 250px;
    border-bottom: #cecbcb 1px dashed;
    padding: 10px 0;
    overflow: hidden;
    height: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v{
    margin:0 auto;
    border: 1px solid #ebebeb;
    width: 500px;
    height: 500px;
}
.w{
    width: 500px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 50px auto;
}
.y{
    line-height: 1.5;
    font-size: 16px;
    margin: 0 auto;
    width: 1000px;
}
.z{
    width: 500px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.new{
    width: 360px;
    float: left;
    margin: 40px 30px 0 0;
    position: relative;
}
.new1{
    margin: 20px 0 0 0;
    font-size: 18px;
    background: rgba(0,0,0,0.62);
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    bottom: 0;
    color: #fff;
}
.new2{
    background: #fff;
    height: 360px;
    width: 360px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 40px 30px 40px 0;
}
.new3{
    font-size: 30px;
    margin: 100px 0 0 0;
}
.new-hr{
    width: 20px;
    margin: 30px auto 0 auto;
}
.new4{
    font-size: 20px;
    margin-top: 20px;
}
.new-more{
    margin-top: 50px;
    display: inline-block;
    padding:10px 20px;
    color: #fff;
    background: #333333;
}
.new5{
    width: 360px;
    float: left;
    margin: 40px 0 0 0;
    position: relative;
}
DIV.quotes {
    PADDING-TOP: 30px; TEXT-ALIGN: center; width:100%; float:left;color: #333;
}
DIV.quotes A {
    color: #333; PADDING: 3px 10px; MARGIN-RIGHT: 3px; TEXT-DECORATION: none
}
DIV.quotes A:hover {
    color: #333;  PADDING: 3px 10px; MARGIN-RIGHT: 3px; text-decoration: underline;
}
DIV.quotes A:active {
    color: #333;  PADDING: 3px 10px; MARGIN-RIGHT: 3px;
}
DIV.quotes SPAN.current {
    color: #333;  PADDING: 3px 10px; FONT-WEIGHT: bold; MARGIN-RIGHT: 3px;  text-decoration: underline;
}
DIV.quotes SPAN.disabled {
    color: #333;  PADDING: 3px 10px; MARGIN-RIGHT: 3px;
}