body,
html {
    font-size: 12px;
    height: 100%;
    font-family: 宋体, Verdana, Arial, Helvetica, sans-serifl;
    -webkit-tap-highlight-color: transparent;
    margin: auto;
    background: #fbfbfb;
    min-width: 1000px;
}

div {
    margin: auto;
}

a {
    text-decoration: none;
}

#bar {
    position: fixed;
    top: 0;
    height: 100px;
    background: #000;
    border-bottom: #ccc solid 2px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

#bar .inner p {
    color: #fff;
    font-size: 16px;
}

#bar .inner img {
    border: #fff solid 3px;
    border-radius: 3px;
}

#header {
    background: #fff;
    height: 66px;
    border-bottom: 5px solid #1f317f;
}

#logo {
    position: absolute;
    left: 0;
    top: 10px;
}

#logo img {
    width: 119px;
    height: 46px;
}

#tele {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 24px;
    color: #ff7800;
    font-size: 14px;
}

#banner {
    height: 600px;
    background: url(../image/banner-outside.jpg) no-repeat center;
    text-align: center;
}

#banner img {
    margin-top: 60px
}

#lc {
    background: #eee;
    z-index: 10;
    border-radius: 10px;
    height: 660px;
    margin: -120px auto 20px auto;
}

.inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    position: relative;
}

.inner h1 {
    text-align: center;
    font-size: 48px;
    padding: 50px 0 0 0;
    margin: 0;
}

.inner h2 {
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    margin: 0;
}

.bodydiv {
    margin: 20px auto;
    padding: 10px 0;
    width: 998px;
    border: #e5e5e5 solid 1px;
    background: #fff;
}

.cl {
    width: 680px;
    overflow: hidden;
    float: left;
}

.pagetitle {
    padding: 10px 10px 10px 20px;
    position: relative;
}

.pagetitle h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #000;
}

.pagetitle span {
    position: absolute;
    top: 25px;
    right: 10px;
    color: #ccc;
    font-size: 12px;
}

.sm {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.sm img {
    max-width: 100%;
    margin-left: -2em;
    height: auto;
}

.sm table {
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-collapse: collapse;
    width: 100%;
}

.sm table td,
.sm table th {
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 5px;
}

.sm table th {
    background: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.sm table td {
    font-size: 12px;
    background: #f9f9f9;
}

.smdl {
    text-indent: 0;
    font-size: 12px;
}

.sm dl {
    width: 50%;
    float: left;
    border-bottom: #ccc dotted 1px;
    margin: 3px 0;
}

.sm dl dt {
    width: 90px;
    font-weight: 700;
    float: left;
    text-align: right;
    margin: 0;
    color: #999;
}

.sm dl dd {
    float: left;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    color: #333;
}

.sm ol {
    counter-reset: li;
    /* 创建一个计数器 */
    list-style: none;
    /* 清除列表默认的编码*/
    *list-style: decimal;
    /* 让IE6/7具有默认的编码 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0 0 0 10px;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.sm ol li {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    *padding: 0.4em;
    /*for ie6/7*/
    margin: 0.5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    /*CSS3属性*/
    border-radius: 0.3em;
    /*制作圆角*/
    /* transition动画效果*/
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sm ol li:hover {
    background: #eee;
}

.sm ol li:hover::before {
    /*悬停时旋转编码*/
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sm ol li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-indent: 0;
}

.sm ol li p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.fenlantitle {
    background: url(../image/dot.png) repeat-x center;
    border-left: 12px solid #4f9cee;
    clear: both;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
}

.fenlantitle h2 {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 8px 0 18px;
    margin: 2px;
}

.fenlantitle h2 span {
    display: none;
}

.cr {
    width: 280px;
    overflow: hidden;
    float: right;
}

#ztpic {
    padding: 0;
    height: 201px;
    overflow: hidden;
    width: 268px;
}

#ztpic img {
    width: 268px;
    height: 201px;
}

.smr {
    margin: 10px 10px 10px 0;
    border: #e5e5e5 solid 1px;
}

.zixun {
    border: #e5e5e5 solid 1px;
    padding: 10px 10px 30px 10px;
    margin-bottom: 20px;
    background: #fcfcfc;
}

.zixuntitle {
    font-size: 14px;
    margin: 5px 0 10px 0;
    position: relative;
    height: 20px;
}

#zixun {
    display: inline-blockl;
    position: absolute;
    color: #1f317f;
}

.zixun input {
    color: #1f317f;
}

.ztlist {
    background: #fcfcfc;
}

#ztlist ul,
#ztlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ztlist li {
    line-height: 25px;
    float: left;
    margin: 0 5px;
}

#ztlist,
#ztnews {
    padding: 10px;
    clear: both;
}

#ztlist h3,
#ztnews h3 {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    margin: 5px 0 10px 0;
}

#ztnews ul,
#ztnews li {
    padding: 0;
    margin: 0;
}

#ztnews li {
    line-height: 25px;
    list-style: none;
    display: block;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera */
    -moz-binding: url("/zt/img/ellipsis.xml");
    /*FireFox*/
}

#ztnews li a {
    color: #555;
}

.topform {
    color: #fff;
}

.topform {}

.topform input {
    color: #555;
}

#evusys {
    margin: 20px auto;
    background: #efcf76;
    height: 530px
}

.ysc {
    float: left;
    margin-right: 10px;
    width: 192px;
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    text-align: center;
    padding: 30px 0 0 0;
}

.ysc p {
    border-top: #ccc solid 1px;
    padding: 10px;
    line-height: 22px;
}

.ysclast {
    float: right;
    margin-right: 0;
}

clearfix:after {
    clear: both;
    content: '';
    display: table
}

.clearfix {
    *zoom: 1
}

.vm {
    vertical-align: middle
}

.clearfix {
    margin-top: 40px;
}

.clearfix li {
    float: left;
    width: 220px;
    margin-right: 13px;
    background: url(/zt/img/ztbg.png) no-repeat left top;
    background-size: 100% 100%;
    height: 400px;
    padding-top: 60px;
    list-style: none;
    text-align: center;
}

.clearfix li.li4 {
    margin-right: 0
}

.study-serve h2 {
    font-size: 30px;
    color: #2e3136;
    font-weight: 700;
    padding: 20px 0
}

.clearfix .top-step {
    padding-bottom: 20px
}

.clearfix .middle-free {
    border-top: 1px solid #eaeaeb;
    border-bottom: 1px solid #eaeaeb;
    height: 225px;
    padding: 0 20px
}

.clearfix .bottom-plus {
    padding: 0 20px
}

.inner h3 {
    font-size: 18px;
    color: #2e3136;
    font-size: 30px;
    margin: 15px 0;
    text-align: center;
}

.stepdiv {
    border-top: #ccc solid 1px;
    padding: 10px 0;
}

#pinglun {
    font-size: 16px;
    padding: 0 0 20px 20px;
}

#pinglun h1 {
    padding: 20px 0;
}

#evusnews {
    background: #efcf76;
    width: 1000px;
    border-radius: 10px;
    margin: 20px auto 50px;
    padding-bottom: 50px;
}

#evusnews ul {
    font-size: 14px;
    color: #000;
    margin: 20px 10px;
    padding: 0;
}

#evusnews ul li {
    list-style: none;
    float: left;
    width: 450px;
    line-height: 30px;
    border-bottom: dotted 1px #FFF;
    position: relative;
    padding: 10px 5px 0 5px;
}

#evusnews ul .lir {
    float: right;
}

#evusnews ul li a {
    color: #000;
    display: block;
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera */
    -moz-binding: url("/zt/img/ellipsis.xml");
    /*FireFox*/
}

#evusnews ul li span {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #666;
}

.clear {
    clear: both;
    width: 100%;
    height: 10px;
}

.showct {
    color: #31a3f0;
}

.comm {
    width: 95%;
    padding: 10px 0;
    clear: both;
    border-bottom: #ccc dashed 1px;
    line-height: 20px;
    margin-bottom: 10px;
}

.comm p {
    margin: 0;
}

.atime,
.qtime {
    font-size: 12px;
    color: #666;
}

.acontent,
.qcontent {
    font-size: 12px;
    line-height: 25px;
}

.ac {
    padding: 10px;
    border-radius: 3px;
    background: #e1e1e1;
    margin-left: 35px;
}

.formtxt {
    color: #999;
    font-size: 12px;
    padding-left: 5px;
}

.comm form {
    background: #fff;
}

.sbtn {
    font-size: 18px;
    padding: 5px 20px;
    margin-left: 85px;
    color: #fff;
    background: #31a3f0;
    border-radius: 3px;
}

.commadd {
    color: #31a3f0;
    font-weight: bold;
    padding: 25px 0 10px 30px;
    background: url(../image/commadd.png) 5px 24px no-repeat;
}

#footer {
    font-weight: 100;
    border-top: #1F317F solid 1px;
    background: #e1e1e1;
    text-align: center;
    font-size: 12px;
    padding: 20px;
}

#footer p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

.visatags strong {
    background: #bbb;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
}

.shortcontent {
    margin: 10px 5%;
    background: #f1f1f1;
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 1%;
    font-size: 14px;
    font-weight: 100;
}

.shortcontent span {
    color: #006;
}

.evus-keywords {
    color: #006;
    margin: 10px;
}

.evus-keywords strong {
    background: #f1f1f1;
    border: #ccc 1px solid;
    border-radius: 5px;
    margin: auto 5px;
    padding: 3px;
    font-weight: 100;
    font-size: 12px;
}

.bgdiv {
    background: #fff;
    width: 40%;
    min-width: 350px;
    z-index: 5000;
    position: fixed;
    top: 25%;
    left: 30%;
    border-radius: 10px;
    text-align: center;
}

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.bgbutton {
    border-top: 1px solid #bfbfbf;
    font-size: 18px;
    padding: 15px 0;
    color: #000;
    cursor: pointer;
}

#alertcontent {
    font-size: 14px;
    text-align: center;
}

.bgcontent p {
    padding: 0.5rem;
}

#alertdiv .bgcontent,
#alertdiv3 .bgcontent {
    margin-top: 1rem;
    overflow: hidden;
}

#alertdiv3 {
    display: none;
}

#alertdiv3 .bgdiv {
    z-index: 3000;
}

#alertdiv3 input {
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    border: 1px solid #ccc;
}

#alertdiv3 .bgcontent {
    text-align: center;
}

.bgtitle {
    padding: 20px 0 10px 0;
}

#alertdiv3 .close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.bgcontent {
    font-size: 0.5rem;
    line-height: 1rem;
    /* max-height: 10rem;*/
    overflow: scroll;
    padding: 0 0.5rem 0.5rem;
    text-align: left;
}

.weui_media_title a {
    color: #000;
}

.weui_media_desc a {
    color: #999;
}


/*弹出表单*/

#form2021 {
    width: 618px;
    height: 511px;
    background: url(../image/form.png) 0 0 no-repeat;
    padding-top: 120px;
    top: 10%;
}

#form2021 .close {
    position: absolute;
    top: 65px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

#alerttitle3 {
    color: #602b08;
    font-size: 24px;
    font-weight: 800;
}

.formtxt {
    color: #602b08;
    font-size: 16px;
}

#formleft {
    width: 420px;
    margin: 0;
}

.formin {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 20px;
    color: #602b08;
    width: 300px;
    padding: 0 10px;
    margin: 20px auto;
    text-align: left;
}

#alertdiv3 .formin input {
    background: #eee;
    border: none;
    width: 230px;
    font-size: 20px;
    outline: none;
}

.formbtn {
    margin-top: 60px;
    cursor: pointer;
    animation: scale 1s ease infinite;
}

.evustags {
    margin-left: 10px;
    border-bottom: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.evustags div {
    margin: 0 5px 5px 0;
    padding: 1px 3px;
    background: #134781;
    float: left;
    border: none;
}

.evustags div a {
    color: #fff;
    font-size: 12px;
}

.pan {
    padding: 10px 1%;
}

.pan div {
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera */
    -moz-binding: url("/zt/img/ellipsis.xml");
    /*FireFox*/
}

.pan div,
.pan div a {
    color: #134781;
    font-size: 16px;
}

.newsicon {
    padding: 5px;
    text-align: center;
}

.newsicon,
.newsicon a {
    font-size: 12px;
    color: #666;
}

.newsicon .comicon {
    background: url(/images/comm.png) no-repeat 0 2px;
    margin: 0 4px;
    padding: 0 0 0 17px;
    cursor: pointer;
}

.newsicon .eyeicon {
    background: url(/images/eye.png) no-repeat 0 0;
    margin: 0 4px;
    padding: 0 0 0 17px;
}

#comments {
    border-top: #134781 1px solid;
}

#comments .commtitle {
    border-bottom: #e1e1e1 solid 1px;
    padding: 5px 10px;
    color: #134781;
}

#comments .commnone {
    text-align: center;
    padding: 15px 0;
}

#comments .com1 {
    border-bottom: #e1e1e1 dotted 1px;
    padding: 10px;
    margin: 0 0 10px 0;
}

#comments .com2 {
    color: #999;
}

#comments .com2 span {
    float: right;
}

#comments .com3 {
    color: #333;
}

#KF {
    width: 184px;
    height: 500px;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 199;
}

#KF .KFclose {
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-align: right;
    cursor: pointer
}

#KF .KFmain {
    position: relative;
    width: 184px;
}

#KF .KFhref {
    position: absolute;
    width: 100%;
    top: 172px;
    height: 33px
}

#tel2 {
    position: absolute;
    width: 115px;
    top: 215px;
    left: 5px;
    height: 24px;
    font-size: 14px;
    color: #000;
}

#KFsubmit {
    position: absolute;
    width: 100%;
    top: 245px;
    height: 33px;
    cursor: pointer
}


/*底部*/

#footer_topic {
    height: 120px;
    width: 100%;
}

#footer_topic {
    overflow: hidden;
    background: url("/zt/img/images/youcaibottom.png");
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
}

#footer_topic .out {
    display: table;
    width: 100%;
    text-align: center;
}

#footer_topic .out .div_form {
    clear: both;
    width: 960px;
    height: 120px;
    text-align: center;
    padding: 8px 20px;
}

#footer_topic .div_form img {
    float: left;
    width: 216px;
    height: 104px;
    margin-right: 50px;
}

#footer_topic .div_form input {
    float: left;
    margin-bottom: 20px;
    margin-top: 26px;
}

#footer_topic .out .div_form .input {
    height: 50px;
    width: 200px;
    margin-right: 20px;
}

.out .sbtn {
    font-size: 18px;
    padding: 5px 20px;
    background-color: #f99e00;
    color: #fff;
}

.formcss {
    background: #efcf76;
    margin: 0;
    padding: 30px 10px;
    text-align: center;
    font-size: 18px;
}

.formcss input {
    padding: 5px 10px;
    font-size: 20px;
}

.formcss div {
    padding: 10px 0;
}