html {
    overflow-x: auto;
}

body,input,textarea,select,button {
    background-color: #fff;
    color: #111;
    font: 14px Arial,"微软雅黑";
}

body,ul,dl,dd,p,h1,h2,h3,h4,h5,h6,form,div,fieldset,form,textarea,input {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

img {
    border: none;
}

input,textarea {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    zoom:1;}

.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

texearea {
    resize: none;
}

em,cite,th {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

dl,ol,dt,dd,ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.red {
    color: #F00;
    text-decoration: none;
}

a.blue {
    color: #12bbb7;
    text-decoration: none;
}

a.blod {
    font-weight: bold;
}

a:hover.red {
    color: #F00;
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear1 {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden;
    *zoom:1;}

.clear2 {
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    overflow: hidden;
    *zoom:1;}

.clear3 {
    display: block;
    clear: both;
    width: 100%;
    height: 3px;
    overflow: hidden;
    *zoom:1;}

.clear5 {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    overflow: hidden;
    *zoom:1;}

.clear4 {
    display: block;
    clear: both;
    width: 100%;
    height: 4px;
    overflow: hidden;
    *zoom:1;}

.clear10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    overflow: hidden;
    *zoom:1;}

.clear12 {
    display: block;
    clear: both;
    width: 100%;
    height: 12px;
    overflow: hidden;
    *zoom:1;}

.clear15 {
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    overflow: hidden;
    *zoom:1;}

.clear20 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    overflow: hidden;
    *zoom:1;}

.clear30 {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    overflow: hidden;
    *zoom:1;}

.clear40 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    overflow: hidden;
    *zoom:1;}

.clear50 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom:1;}

.clearb {
    display: block;
    clear: both;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-top: -2px;
    overflow: hidden;
}

.clearline3 {
    display: block;
    clear: both;
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 10px 0;
    overflow: hidden;
}

.clearline2 {
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: 10px 0;
    overflow: hidden;
}

.clearline1 {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 10px 0;
    overflow: hidden;
}

.clearline {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.dashed {
    border-bottom: 1px dashed #eee;
}

.dotted {
    border-bottom: 1px dotted #eee;
}

.box760 {
    display: block;
    clear: both;
    width: 760px;
}

.bo1 {
    border: 1px solid #eee;
}

.bot01 {
    border-top: 1px solid #e3e3e3;
}

.clearbg {
    background-color: #f3f3f3;
}

.wrapbox,.banner1100,.wrap1100 {
    display: block;
    clear: both;
    width: 1100px;
    margin: 0 auto;
}

.wrapbox .left {
    float: left;
    width: 760px;
    min-height: 100px;
}

.wrapbox .right {
    float: right;
    width: 300px;
    min-height: 100px;
}

.weizhi {
    display: block;
    clear: both;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #999;
    font-size: 12px;
    font-family: '宋体';
}

.weizhi a {
    color: #333;
}

.weizhi span {
    float: right;
}

/* ========== iheader ========== */
.iheader2 {
    display: block;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.iheader2 .logo {
    float: left;
    width: 200px;
    height: 68px;
    background: url(../images/indeximg.png) no-repeat 2px 12px;
    line-height: 300px;
    overflow: hidden;
}

.iheader2 .head {
    display: block;
    clear: both;
    width: 1100px;
    height: 68px;
    margin: 0 auto;
}

.iheader2 .menu {
    float: left;
    width: 570px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}

.iheader2 .menu li {
    float: left;
    position: relative;
    cursor: pointer;
}

.iheader2 .menu li a {
    display: block;
    padding: 0 22px;
}

.iheader2 .menu li a:hover {
    color: #12bbb7;
}

.iheader2 .menu li.on {
    background-color: #12bbb7;
    border-bottom: 1px solid #12bbb7;
}

.iheader2 .menu li:hover {
    height: 66px;
    background-color: #fff;
    border-bottom: 3px solid #12bbb7;
}

.iheader2 .menu li.on:hover a {
    color: #12bbb7;
}

/*.iheader2 .menu li.nav:hover {height:69px;background-color:#fff;border-bottom:none;}
.iheader2 .menu li a.toogle:hover {height:66px;line-height:62px;padding:0 17px;border-bottom:1px solid #fff;border-top:3px solid  #12bbb7;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}
*/
.iheader2 .menu li.nav a {
    padding: 0 29px 0 22px;
}

.iheader2 .menu li.navon {
    height: 69px;
    background-color: #fff;
    border-bottom: none;
}

.iheader2 .menu li.navon a.toogle {
    height: 66px;
    line-height: 62px;
    padding: 0 28px 0 22px;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #12bbb7;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #12bbb7;
}

.iheader2 .menu li p {
    display: none;
    width: 145px;
    position: absolute;
    left: 0px;
    top: 69px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 2px 0;
    font-size: 14px;
    overflow: hidden;
}

.iheader2 .menu li p a {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 18px;
    font-weight: normal;
    color: #333;
}

.iheader2 .menu li p a:hover {
    color: #12bbb7;
    font-weight: bold;
}

.iheader2 .menu li p.li2 {
    width: 175px;
    padding: 6px 0 10px;
}

.iheader2 .menu li p.li2 a {
    float: left;
    width: 60px;
    padding: 0;
    padding-left: 18px;
    text-align: left;
}

.iheader2 .menu li p.li3 {
    width: 210px;
    padding: 6px 0 10px;
}

.iheader2 .menu li p.li3 a {
    float: left;
    width: 45px;
    padding: 0;
    padding-left: 18px;
    text-align: left;
}

.iheader2 .menu li.on a {
    color: #fff;
}

.iheader2 .menu li a i {
    display: block;
    position: absolute;
    right: 12px;
    top: 26px;
    width: 10px;
    height: 10px;
    background: url(../images/indeximg.png) no-repeat -469px -19px;
    overflow: hidden;
}

.iheader2 .menu li.navon a i {
    background-position: -469px -152px;
}

.iheader2 .searchbox {
    float: right;
    position: relative;
    width: 240px;
    height: 30px;
    margin-top: 13px;
}

.iheader2 .searchbox .search {
    position: relative;
    width: 220px;
    height: 30px;
    background-color: #eee;
    border: 1px solid #efefef;
    border-radius: 15px;
    font-size: 14px;
}

.iheader2 .searchbox .input_txt {
    position: absolute;
    left: 8px;
    top: 0;
    width: 172px;
    height: 30px;
    line-height: 34px;
    border: none;
    padding-left: 8px;
    color: #ccc;
    font-size: 14px;
    background-color: #efefef;
}

.iheader2 .searchbox .btn_so {
    position: absolute;
    right: 4px;
    top: 0;
    width: 34px;
    height: 30px;
    border: none;
    background: #efefef url(../images/indeximg.png) no-repeat -408px -54px;
    cursor: pointer;
    border-radius: 15px;
}

.footer {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}

/* ========== tit ========== */
.listtit {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.listtit h1,.listtit h2,.listtit h3 {
    float: left;
    font-size: 24px;
    border-bottom: 3px solid #f60;
    padding: 0 10px 0 35px;
    background: #fff url(../images/indeximg.png) no-repeat left 14px;
    color: #12bbb7;
}

.listtit span {
    float: right;
    font-size: 12px;
    color: #666;
    font-family: '宋体';
}

.listtit span a {
    color: #666;
}

.listtit2 {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.listtit2 h1,.listtit2 h2 {
    float: left;
    padding: 0 5px;
    font-size: 24px;
    border-bottom: 3px solid #12bbb7;
    color: #12bbb7;
    text-align: center;
}

.listtit2 span {
    float: right;
    font-size: 16px;
    color: #ccc;
}

.listtit2 span a {
    padding: 0 10px;
    color: #666;
}

.listtit3 {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0 10px;
    line-height: 28px;
    overflow: hidden;
}

.listtit3 h1,.listtit3 h2 {
    float: left;
    padding: 0 15px;
    font-size: 28px;
    border-left: 5px solid #12bbb7;
    color: #12bbb7;
    font-weight: bold;
}

.listtit3 span {
    float: right;
    font-size: 16px;
    color: #ccc;
    padding-top: 6px;
}

.listtit3 span a {
    padding: 0 8px;
    color: #666;
}

.tit_round {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    clear: both;
    overflow: hidden;
}

.tit_round h1,.tit_round h2,.tit_round h3 {
    float: left;
    color: #12bbb7;
    font-size: 24px;
    font-family: 'Microsoft Yahei';
}

.tit_round h1:before,.tit_round h2:before,.tit_round h3:before {
    border: 4px solid #12bbb7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 13px 8px 0 0;
    vertical-align: middle;
}

.tit_round span {
    float: right;
    padding-right: 5px;
    font-size: 16px;
    color: #999;
}

.tit_round span a {
    display: inline;
    color: #111;
    padding: 0 8px;
    font-size: 16px;
}

.tit01 {
    display: block;
    clear: both;
    padding: 15px 0;
    clear: both;
    overflow: hidden;
    padding-left: 2px;
}

.tit01 h1,.tit01 h2,.tit01 h3 {
    float: left;
    line-height: 18px;
    font-size: 18px;
    padding-left: 15px;
    border-left: 5px solid #12bbb7;
    color: #333;
    font-weight: bold;
}

.tit01 span {
    float: right;
    padding-right: 5px;
    font-size: 14px;
    color: #999;
}

.tit01 span a {
    display: inline;
    color: #999;
    padding-left: 12px;
}

.tit02 {
    display: block;
    clear: both;
    height: 54px;
    line-height: 54px;
    padding-left: 2px;
    border-bottom: 1px solid #eee;
}

.tit02 h1,.tit02 h2,.tit02 h3 {
    float: left;
    height: 53px;
    font-size: 24px;
    color: #12bbb7;
    border-bottom: 3px solid #12bbb7;
}

.tit02 span {
    float: right;
    padding-right: 5px;
    font-size: 14px;
    color: #999;
}

.tit02 span a {
    display: inline;
    color: #999;
    padding: 0 6px;
}

.tit03 {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 30px;
    clear: both;
    border-bottom: 1px solid #e3e3e3;
}

.tit03 h2,.tit03 h3 {
    float: left;
    color: #333;
    height: 34px;
    font-size: 16px;
    border-bottom: 1px solid #77B02C;
}

.tit03 span,.tit04 span {
    float: right;
    margin-right: 10px;
    font-family: '宋体';
}

.tit04 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 20px;
    clear: both;
    border-bottom: 1px solid #eee;
}

.tit04 h2,.tit04 h3 {
    float: left;
    color: #333;
    height: 29px;
    font-size: 16px;
    border-bottom: 2px solid #c00;
}

.tit05 {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    clear: both;
    padding: 15px 0 15px;
}

.tit05 h2,.tit05 h3 {
    float: left;
    color: #333;
    font-size: 24px;
    border-left: 5px solid #92C825;
    padding-left: 15px;
}

.tit05 span {
    float: right;
    font-family: '宋体';
    color: #999;
}

.tit05 span a {
    color: #999;
}

.rtit_01 {
    display: block;
    clear: both;
    width: 100%;
    height: 36px;
    line-height: 37px;
    border-bottom: 1px solid #eee;
}

.rtit_01 h3 {
    float: left;
    height: 35px;
    border-bottom: 2px solid #12bbb7;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.rtit_01 span {
    float: right;
    font-family: '宋体';
    font-size: 12px;
    padding-right: 20px;
}

.rtit_01 span a {
    color: #666;
}

.rtit_02 {
    display: block;
    clear: both;
    width: 100%;
    height: 36px;
    line-height: 37px;
    border-bottom: 1px solid #eee;
}

.rtit_02 .h3 {
    float: left;
    height: 35px;
    border-bottom: 2px solid #12bbb7;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.rtit_02 span {
    float: right;
    font-family: '宋体';
    font-size: 12px;
    padding-right: 20px;
}

.rtit_02 span a {
    color: #666;
}

/* ========== page ========== */
.page {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-family: arial;
    clear: both;
    font-family: "Microsoft Yahei";
}

.page span,.page a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
    color: #666;
    border-radius: 2px;
}

.page a,.page span {
    padding: 7px 11px;
    border: 1px solid #EBEBEB;
}

.page a:hover,.page a.current {
    background: #12bbb7;
    border: 1px solid ;
    color: #fff;
    text-decoration: none;
}

.listpage {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-family: arial;
    clear: both;
}

.listpage span,.listpage a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #666;
    border-radius: 2px;
}

.listpage a,.listpage span {
    padding: 9px 13px;
    border: 1px solid #EBEBEB;
}

.listpage a:hover,.listpage a.current {
    background: #86bc40;
    border: 1px solid #86bc40;
    color: #fff;
    text-decoration: none;
}

/* ========== tags ========== */
.tags {
    float: left;
    width: 340px;
    padding-left: 15px;
    padding-bottom: 6px;
}

.tags dl {
    float: left;
    width: 300px;
    height: 30px;
    line-height: 30px;
}

.tags dl dt {
    float: left;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
}

.tags dl dt a {
    color: #111;
}

.tags dl dd {
    float: left;
    width: 230px;
    color: #999;
    font-size: 14px;
}

.tags dl dd a {
    display: inline;
    padding: 0 10px;
    color: #333;
}

.tags dl dd a:hover {
    color: #12bbb7;
}

/* ========== caipu ========== */
ul.cai760 {
    float: left;
    width: 790px;
}

ul.cai760 li {
    float: left;
    width: 140px;
    height: 200px;
    margin-right: 15px;
}

ul.cai760 li i {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
}

ul.cai760 li img {
    width: 100%;
}

ul.cai760 li b {
    display: block;
    width: 138px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-top: none;
}

ul.cai760 li a {
    text-decoration: none;
}

ul.cai760 li a:hover b {
    color: #f00;
    background-color: #f3f3f3;
}

ul.cai760b {
    float: left;
    width: 790px;
}

ul.cai760b li {
    float: left;
    width: 178.75px;
    height: 250px;
    margin-right: 15px;
}

ul.cai760b li i {
    display: block;
    width: 178.75px;
    height: 182.5px;
    overflow: hidden;
}

ul.cai760b li img {
    width: 100%;
}

ul.cai760b li h5 {
    display: block;
    width: 176.75px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: none;
}

ul.cai760b li b {
    display: block;
    width: 176.75px;
    height: 24px;
    line-height: 16px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-top: none;
}

ul.cai760b li a {
    text-decoration: none;
}

ul.cai760b li a:hover h5 {
    color: #f00;
}

ul.cai760c {
    float: left;
    width: 790px;
}

ul.cai760c li {
    float: left;
    width: 140px;
    height: 140px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    position: relative;
}

ul.cai760c li i {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
}

ul.cai760c li img {
    width: 100%;
}

ul.cai760c li b {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 140px;
    height: 44px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

ul.cai760c li a {
    text-decoration: none;
}

ul.caipu_lists {
    float: left;
    width: 1140px;
}

ul.caipu_lists li {
    float: left;
    width: 204px;
    height: 100px;
    margin-right: 20px;
}

ul.caipu_lists li i {
    display: block;
    width: 204px;
    height: 204px;
    overflow: hidden;
}

ul.caipu_lists li img {
    width: 100%;
}

ul.caipu_lists li h5 {
    display: block;
    width: 202px;
    height: 34px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: none;
}

ul.caipu_lists li span {
    display: block;
    width: 202px;
    height: 26px;
    line-height: 16px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-top: none;
}

ul.caipu_lists li a {
    text-decoration: none;
}

ul.caipu_lists li a:hover h5 {
    color: #f00;
    font-weight: bold;
}

ul.caipu_lists6 {
    float: left;
    width: 1140px;
}

ul.caipu_lists6 li {
    float: left;
    width: 170px;
    height: 100px;
    margin-right: 16px;
}

ul.caipu_lists6 li i {
    display: block;
    width: 170px;
    height: 170px;
    overflow: hidden;
}

ul.caipu_lists6 li img {
    width: 100%;
}

ul.caipu_lists6 li h5 {
    display: block;
    width: 168px;
    height: 34px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: none;
}

ul.caipu_lists6 li span {
    display: block;
    width: 168px;
    height: 26px;
    line-height: 16px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-top: none;
}

ul.caipu_lists6 li a {
    text-decoration: none;
}

ul.caipu_lists6 li a:hover h5 {
    color: #f00;
    font-weight: bold;
}

/* ========== txt list ========== */
div.txt300 {
    overflow: hidden;
    width: 298px;
    border: 1px solid #eee;
}

div.txt300 .rtit_02 {
    width: 270px;
    margin: 0 auto;
    padding-top: 4px;
}

div.txt300b {
    overflow: hidden;
    width: 298px;
    border: 1px solid #eee;
}

div.txt300b .rtit_02 {
    width: 270px;
    margin: 0 auto;
    padding-top: 4px;
}

ul.txt760 {
    float: left;
    width: 760px;
    padding: 5px 0 10px;
    overflow: hidden;
}

ul.txt760 li {
    float: left;
    width: 253px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

ul.txt760 li a {
    color: #333;
}

ul.txt760 li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 5px;
    height: 5px;
    margin: 12px 6px 0 5px;
    vertical-align: middle;
}

ul.txt760 li a:hover:before {
    border: 1px solid #12bbb7;
}

ul.txt760 li a:hover {
    color: #12bbb7;
}

ul.txt760 li:hover {
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

ul.txt760b {
    float: left;
    width: 780px;
    overflow: hidden;
}

ul.txt760b li {
    float: left;
    width: 370px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dotted #eee;
    margin-right: 20px;
}

ul.txt760b li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 9px;
    height: 9px;
    margin: 17px 8px 0 0;
    vertical-align: middle;
}

ul.txt760b li:hover a:before,ul.txt760b li a:hover:before {
    border: 1px solid #fafafa;
}

ul.txt760b li a:hover {
    color: #12bbb7;
}

ul.txt760b li:hover {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

ul.txt760c {
    float: left;
    width: 780px;
    overflow: hidden;
}

ul.txt760c li {
    float: left;
    width: 370px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    margin-right: 20px;
}

ul.txt760c li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 7px;
    height: 7px;
    margin: 10px 8px 0 0;
    vertical-align: middle;
}

ul.txt760c li:hover a:before,ul.txt760b li a:hover:before {
    border: 1px solid #12bbb7;
}

ul.txt760c li a:hover {
    color: #12bbb7;
}

ul.txt760c li:hover {
    cursor: pointer;
}

ul.txt300 {
    float: left;
    width: 300px;
    padding: 5px 0 10px;
    overflow: hidden;
}

ul.txt300 li {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}

ul.txt300 li i {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #e3e3e3;
    margin-top: 5px;
    font-family: arial;
    color: #fff;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 12px;
}

ul.txt300 li a {
    color: #333;
}

ul.txt300 li i.i1 {
    background-color: #ff9595;
    color: #fff;
}

ul.txt300 li i.i2 {
    background-color: #ffbbbb;
    color: #fff;
}

ul.txt300 li i.i3 {
    background-color: #fdd5d5;
    color: #fff;
}

ul.txt300a {
    float: left;
    width: 300px;
    padding: 5px 0 10px;
    overflow: hidden;
}

ul.txt300a li {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}

ul.txt300a li a {
    color: #333;
}

ul.txt300a li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 5px;
    height: 5px;
    margin: 10px 6px 0 0;
    vertical-align: middle;
}

ul.txt300a li a:hover:before {
    border: 1px solid #12bbb7;
}

ul.txt300a li a:hover {
    color: #12bbb7;
}

ul.txt300b {
    float: left;
    width: 300px;
    padding: 8px 0 10px;
    overflow: hidden;
}

ul.txt300b li {
    float: left;
    width: 280px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
}

ul.txt300b li:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

ul.txt300b li a {
    color: #333;
}

ul.txt300b li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 4px;
    height: 4px;
    margin: 17px 6px 0 5px;
    vertical-align: middle;
}

ul.txt300b li a:hover:before {
    border: 1px solid #12bbb7;
}

ul.txt300b li a:hover {
    color: #12bbb7;
}

.gongxiao_top {
    display: block;
    width: 1078px;
    margin: 8px auto 5px;
    padding: 8px 0 8px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

.gongxiao_top dl {
    float: left;
    width: 350px;
    line-height: 24px;
    padding: 5px 0 5px 5px;
}

.gongxiao_top dl dt {
    float: left;
    width: 80px;
    font-size: 18px;
}

.gongxiao_top dl dt a {
    color: #111;
}

.gongxiao_top dl dd {
    float: left;
    width: 270px;
    color: #999;
    font-size: 16px;
    line-height: 26px;
}

.gongxiao_top dl dd a {
    display: inline;
    padding: 0 12px;
    color: #555;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.index_top {
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.index_topbar {
    width: 1100px;
    height: 100%;
    margin: 0 auto
}

.index_toplogo {
    height: 100%;
    display: inline-block;
    float: left;
}

.index_toplogo img {
    margin-top: 15px;
}

.index_top_classify {
    height: 100%;
    display: inline-block;
    float: left;
    margin-left: 15px;
    z-index: 9999;
}

.index_top_classify ul {
    white-space: nowrap;
    height: 100%;
}

.index_top_classify ul li {
    width: 74px;
    height: 100%;
    float: left;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.index_top_classify ul li a {
    color: #333 !important;
}

.index_top_classify ul li:hover {
    background-color: #12bbb7;
    color: #fff !important
}

.index_top_classify ul li:hover>a {
    color: #fff!important
}

.menumore {
    width: 10px;
    height: 6px;
    vertical-align: 2px;
    margin-left: 5px;
    display: inline;
}

.index_guide {
    float: right;
    color: #333;
    font-size: 18px;
    /* margin-top:20px;*/
    cursor: pointer;
    position: relative;
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

button img {
    display: inline-block;
}

.index_guide img {
    width: 21px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 10px;
    display: inline;
}

.menubox {
    width: 220px;
    position: absolute;
    left: -43px;
    top: 50px;
    background-color: #F0F0F0;
    color: #666666;
    border: 1px solid #CCCCCC;
}

.menubox ul {
    width: 100%;
}

.menubox ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.menubox ul li a {
    color: #333 !important
}

.menubox ul li:hover {
    background-color: #F0F0F0;
}

.menubox ul li:hover a {
    color: #12bbb7 !important;
    border-bottom: 1px solid #12bbb7;
}

.footer {
    display: block;
    width: 100%;
    background-color: #323232;
    color: #999999;
    font-size: 14px;
    padding: 20px 0;
    line-height: 24px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}

.footer a {
    color: #999999;
}

.hide {
    display: none;
}

.mainnav02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 55px;
    line-height: 53px;
    *line-height: 54px;
    _line-height: 56px;
    padding-left: 34px;
    background: url(../images/nav02.gif) no-repeat 10px 20px;
    cursor: pointer;
}

.mainnav02 p {
    font-size: 18px;
    color: #fff;
    position: relative;
    height: 55px;
}

.mainnav02 p span {
    position: absolute;
    right: 10px;
    top: 26px;
    width: 10px;
    height: 5px;
    background-image: url(../images/nav01a.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/templates/news/images/nav01a.png");
    _background: none;
}

.mainnav02_over {
    background-image: url(../images/nav02b.gif);
    background-color: #fff;
}

.mainnav02_over p {
    color: #333;
}

.mainnav02_over p span {
    background: url(../images/nav01b.gif) no-repeat 0 0;
    _filter: ;
}

.mainnav02_con {
    position: absolute;
    top: 70px;
    left: -360px;
    z-index: 999999;
    border: 2px solid #ddd;
    border-top: 0;
    background: #fff;
    width: 450px;
    padding: 10px 0 10px 30px;
}

.mainnav02_con dl {
    clear: both;
    overflow: hidden;
    zoom:1;padding: 0px 0 0px 104px;
    position: relative;
    line-height: 42px;
}

.mainnav02_con dl dd a {
    margin-right: 23px;
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.mainnav02_con dl dt {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    height: 43px;
    width: 104px;
    line-height: 45px;
}

.mainnav02_con dl dt a {
    /* padding-left:31px;*/
    position: relative;
    zoom:1;color: #666;
}

.mainnav02_con dl dt a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    *top: 12px;
    background: url(../images/nav04.gif) no-repeat 0 0;
    cursor: pointer;
}

.mainnav02_con dl dt a.mainnav02_1 span {
    background-position: 0 0;
}

.mainnav02_con dl dt a.mainnav02_2 span {
    background-position: 0 -338px;
    top: 2px;
    *top: 12px;
}

.mainnav02_con dl dt a.mainnav02_3 span {
    background-position: 0 -128px;
    left: -1px;
}

.mainnav02_con dl dt a.mainnav02_4 span {
    background-position: 0 -297px;
    top: 3px;
    *top: 13px;
    _top: 12px;
}

.mainnav02_con dl dt a.mainnav02_5 span {
    background-position: 0 -253px;
    *top: 11px;
}

.mainnav02_con dl dt a.mainnav02_6 span {
    background-position: 0 -169px;
    *top: 11px;
}

.mainnav02_con dl dt a.mainnav02_7 span {
    background-position: 0 -84px;
    *top: 11px;
    left: -1px;
}

.mainnav02_con dl dt a.mainnav02_8 span {
    background-position: 0 -42px;
    *top: 11px;
}

.mainnav02_con dl dt a.mainnav02_9 span {
    background-position: 0 -421px;
}

.mainnav02_con dl dt a.mainnav02_10 span {
    background-position: 0 -464px;
    top: 2px;
    *top: 12px;
    left: -3px;
}

.mainnav02_con dl dt a.mainnav02_11 span {
    background-position: 0 -214px;
    top: 2px;
    *top: 12px;
    left: -2px;
}

.mainnav02_con dl dt a.mainnav02_12 span {
    background-position: 0 -379px;
}

.mainnav02_con dl dt a.mainnav02_13 span {
    background-position: -2px -550px;
}

.mainnav02_con dl dt a.mainnav02_14 span {
    background-position: 0 -643px;
}

.mainnav02_con dl dt a.mainnav02_15 span {
    background-position: 0px -599px;
    _top: 11px;
}

.mainnav02_con dl dt i {
    font-style: normal;
    color: #ccc;
    padding-left: 16px;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
}

.mainnav02_con dl dd a:hover,.mainnav02_con dl dt a:hover {
    color: #12bbb7;
}

.mainnav02_con img {
    width: 16px;
    height: 16px;
    margin-right: 0;
}

/* 新头部样式 */
.public_header {
    width: 1100px;
    margin: 0 auto;
    height: 103px;
}

.public_header form {
    width: 400px;
    height: 40px;
    box-sizing: border-box;
    margin-left: 180px;
    margin-top: 30px;
}

.public_header .index_toplogo img {
    margin-top: 32px;
}

.public_header form input {
    width: 321px;
    height: 38px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 17px;
    float: left;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.public_header form input::placeholder {
    color: #999999;
}

.public_header form button {
    width: 76px;
    height: 38px;
    background: #12bbb7;
    border: none;
    outline: none;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.public_header .index_guide {
    padding: 0;
    padding-top: 35px;
}

.newhead_tool {
    overflow: hidden;
    margin-left: 61px;
    margin-top: 35px;
    width: 291px;
    white-space: nowrap;
    position: relative;
    padding: 0 22px;
    box-sizing: border-box;
}

.newhead_tool a {
    display: inline-block;
    margin-right: 16px;
    width: 34px;
    height: 34px;
    float: none;
}

.newhead_tool a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newhead_tool >img {
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.newhead_tool:hover >img {
    display: block;
}

.newhead_tool .left_img {
    left: 0px;
}

.newhead_tool .right_img {
    right: 0px;
}

.newheade_classify >ul >li {
    padding: 0 24px;
}

.newheade_classify >ul >li.active {
    background-color: rgba(0,0,0,0.15);
}

.backgblue {
    background-color: #12BBB7;
}

.newheade_classify >ul >li >a {
    color: white!important;
}

.newheade_classify {
    margin: 0;
}
