@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #565656;
    -webkit-text-size-adjust: none;
    /* background: #fff url(../images/bg.png) 50% -40px repeat-x; */
    min-width: 1200px;
}

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;filter:alpha(opacity=90);z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background:url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background:url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background:url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background:url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}

ul, h2, h3, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}
input {
    outline: none;
}
li {
    list-style: none;
}
img {
    border: none;
}
a {
    font-size: 14px;
    color: #565656;
    text-decoration: none;
}
a:hover {
    color: #a38a6c;
}
.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}
.fc, .fc a {
    color: #e70010;
}
.hidden {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*头部*/
#header {
    width: 100%;
    height: 161px;
    position: relative;
    z-index: 9999;
}
#top {
    width: 1200px;
    /* background: url(../images/top_bg2.png) no-repeat right 40px; */
    position: relative;
    height: 111px;
    margin:0 auto;
}
#top p {
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
#top p span {
    color: #fed000;
}
#top #logo {
    position: absolute;
    top: 24px;
    left: 0;
}
#top .toptext {
    position: absolute;
    top: 17px;
    right: 0;
    /* background: url(../images/top_bg.png) no-repeat; */
    width: 290px;
    height: 48px;
    /* padding-right: 45px; */
    text-align: right;
    line-height: 36px;
    color: #fff;
   
}
.toptext li{
    position: relative;
}
.toptext li:hover .toptext{top:36px;visibility:visible;opacity:1}
#top .toptext a {
    color: #999;
    font-size: 13px;
    padding: 0 6px;-webkit-transition:.3s all ease-in;-moz-transition:.3s all ease-in;-ms-transition:.3s all ease-in;transition:.3s all ease-in
}

#top .toptext a:hover{color:#2d77e0}

.toptext .con{
    position: absolute;
    right: 100%;
    top: 42px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: .3s all ease-in;
    width: 120px;
    height: 120px;
    margin-right: 40px;
    z-index: 99;
    visibility: hidden;-webkit-transition:.3s all ease-in;-moz-transition:.3s all ease-in;-ms-transition:.3s all ease-in;transition:.3s all ease-in
}

.toptext li:hover .con{opacity:1;visibility:visible;top: 36px;}
#top .serach {
    position: absolute;
    top: 52px;
    right: 0;
    width: 280px;
    height: 29px;
}
#top .serach .input {
    position: absolute;
    top: -3px;
    right: 0;
    width: 240px;
    height: 34px;
    padding-left: 5px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-family: "微软雅黑";
    color: #666;
    margin-right:20px;
}
#top .serach .btn {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    border: none;
    /* background: url(../images/search.png) no-repeat; */
    cursor: pointer;
}
#nav{
    width:100%;
    position:relative;
    height: 50px;
    background: url(../images/f_bg.jpg) 50% 0 no-repeat;
}
#nav .ul{
    width: 1300px;
    margin: 0 auto;
    height: 50px;
}
#nav .li {
    float: left;
    /* height: 46px; */
    line-height: 50px;
    text-align: center;
    /* width: 109px; */
    position: relative;
}
#nav li a {
    font-size: 16px;
    /* height: 50px; */
    display: block;
    position: relative;
    color: #fff;
}
#nav li .tit{padding: 0 16px;}
#nav li a:hover, #nav li.active, #nav li.active a,#nav li:hover>a {
    background: #fff;
    color: #2d77e0;
}
#nav li:hover .a{
    display:block;
}
#nav li .a {
    position: absolute;
    top: 46px;
    left: 0;
    min-width: 100%;
    padding: 16px 0;
    display:none;
    background: #fff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
#nav li .a .a_block{
    width:300px;
    margin:0 auto;
}
#nav li .a .a_block dl{
    /* width:680px; */
    /* float:left; */
    display: none;
}
#nav li .a .a_block dt{
    /* width:370px; */
    /* height:130px; */
    overflow:hidden;
    float:left;
}
#nav li .a .a_block dd{
    /* width:310px; */
    /* float:left; */
    /* text-align:center; */
    /* line-height:24px; */
    display: none;
}
#nav li .a .a_block dd p{
    /* padding-bottom:24px; */
    color:#1f65de;
}
#nav li .a .a_block_ul{
    width:300px; 
     float:left; 
}
#nav li .a .a_block_ul li{
    line-height:24px;
    text-align:left;
    overflow:hidden;
    /* height:24px; */
}
#nav li .a .a_block_ul li a{
    font-size:14px;
    color:#333;
    padding: 6px 0;
    margin-left:15px;
}
#nav li .a .a_block_ul li a:hover{
    color: #2d77e0;
}


/* 单个图片幻灯片盒子 - 公用类 */
.slideBox {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.slideBox .hd {
    /* height: 15px; */
    /* overflow: hidden; */
    right: 0;
    bottom: 30px;
    width: 100%;
    position: absolute;
    z-index: 9999;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 15px;
    padding: 0 0 0 1050px;
    margin: 0 auto;
    width: 150px;
}
.slideBox .hd li {
    width: 15px;
    height: 15px;
    float: left;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px;
    opacity: .8;
}
.slideBox .hd li.on {
    background: #c38f4b;
    opacity: 1;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    /* height: 560px; */
}
.slideBox .bd .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg3.png) no-repeat;
    width: 634px;
    height: 354px;
    z-index: 9999;
    padding: 46px 0 0 96px;
}
.slideBox .bd .banner_text strong {
    display: block;
    width: 470px;
    line-height: 62px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #1c2b4b;
}
.slideBox .bd .banner_text p {
    width: 470px;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
}
.jjmore{
    width: 120px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    display: block;
    overflow: hidden;
    background: url(../images/span.png) no-repeat;
    margin-top: 12px;
}
.jjmore a {
    color: #1f65de;
    font-size: 16px;
}
.slideBox .bd li {
    width: 100%;
    /* text-indent: -9999px; */
    /* height: 400px; */
    background-size: cover !important;
}
.slideBox .bd li a {
    display: block;
    height: 560px;
}


/* 单个图片幻灯片盒子 - 内页 */
.slideBox1 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.slideBox1.hd {
    /* height: 15px; */
    /* overflow: hidden; */
    right: 0;
    bottom: 30px;
    width: 100%;
    position: absolute;
    z-index: 9999;
}
.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 15px;
    padding: 0 0 0 1050px;
    margin: 0 auto;
    width: 150px;
}
.slideBox1 .hd li {
    width: 15px;
    height: 15px;
    float: left;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px;
    opacity: .8;
}
.slideBox1 .hd li.on {
    background: #c38f4b;
    opacity: 1;
}
.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    /* height: 560px; */
}
.slideBox1 .bd .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg3.png) no-repeat;
    width: 634px;
    height: 354px;
    z-index: 9999;
    padding: 46px 0 0 96px;
}
.slideBox1 .bd .banner_text strong {
    display: block;
    width: 470px;
    line-height: 62px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #1c2b4b;
}
.slideBox1 .bd .banner_text p {
    width: 470px;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
}


.slideBox1 .bd li {
    width: 100%;
    /* text-indent: -9999px; */
    /* height: 400px; */
    background-size: cover !important;
}
.slideBox1 .bd li a {
    display: block;
    height: 300px;
}


/*底部*/
#footer {
    background: url(../images/f_bg.jpg);
    color: #fff;
    font-size: 14px;
    height: 200px;
}
#footer .footsum {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#footer .footsum p {
    width: 800px;
    float: left;
    /* height: 46px; */
    padding-top: 30px;
    /* text-align: right; */
}
#footer .footsum p a {
    /* width: 208px; */
    line-height: 28px;
    /* text-align: center; */
    display: inline-block;
    /* margin-left: 20px; */
    font-size: 14px;
    /* border: 1px solid #fff; */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 0 20px 0 0;
}
#footer .footsum .footdl {
    /* width: 328px; */
    height: 134px;
    padding-top: 26px;
    float: right;
}
#footer .footsum dl {
    width: 164px;
    /* float: right; */
    position: relative;
    cursor: pointer;
    text-align: center;
}
#footer .footsum dt {
    width: 108px;
    height: 108px;
    float: left;
    overflow: hidden;
}
#footer .footsum dd {
    width: 15px;
    text-align: center;
    height: 58px;
    line-height: 14px;
    float: left;
}
#footer .footsum dd.dd2 {
    height: 70px;
    padding-top: 20px;
}
#footer a, #bottom p a {
    font-size: 14px;
    color: #fff;
}
#bottom {
    background: rgba(0,0,0,.2);
    color: #fff;
    width:100%;
    clear:both;
    height: auto;
    text-align: center;
}
#bottom span{display:inline-block;margin: 0 13px;}
#bottom p {
    /* width: 1200px; */
    height: 40px;
    margin: 0 auto;
    text-align:center;
    line-height: 40px;
    font-size: 14px;
}
/*主体*/
#index_main {
    width: 100%;
    
    position: relative;
}
#index_main .word_bg {
    /* position: absolute; */
    /* top: 65px; */
    /* right: 0; */
    /* background: url(../images/bg4.png) no-repeat; */
    /* width: 392px; */
    /* height: 560px; */
    /* z-index: -1; */
}
.public_width {
    width: 1200px;
    margin: 0 auto;
}
.public_width h2 {
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    color: #999999;
}
.public_width h2 a {
    color: #999999;
    /* font-size: 12px; */
    /* text-decoration: underline; */
    float: right;
    line-height: 60px;
}
.public_width h2 .h2_tit {
    position: absolute;
    top: 0;
    left: 0;
}
.public_width h2 .h2_tit strong {
    color: #333;
    font-size: 24px;
    margin-right: 6px;
    font-weight: normal;
}
.index_content1 {
    width: 100%;
    background: #f8f8f8;
}
.index_sum1 {
    width: 776px;
    float: left;
    /* padding-bottom: 30px; */
    margin: 30px 0 0;
}
.index_sum1 h2 {
    width: 690px;
}
.index_sum2 {
    width: 380px;
    float: right;
    margin: 20px 0 0;
}
.index_sum2 dl {
    /* height: 75px; */
    padding-top: 15px;
    overflow: hidden;
}
.index_sum2 dt {
    width: 30px;
    float: left;
    height: 30px;
    position: relative;
    background: #bbb;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
}
.index_sum2 .red dt{background: #d0394c;}
.index_sum2 .orange dt{background:#d96334}
.index_sum2 .yellow dt{background:#d99134}
.index_sum2 dt:after {
    position: absolute;
    top: 39px;
    left: 13px;
    width: 40px;
    height: 1px;
    background: #fff;
    /* content: ""; */
}
.index_sum2 dt span {
    display: block;
    color: #fff;
    line-height: 44px;
    font-size: 18px;
}
.index_sum2 dd {
    width: 336px;
    float: right;
}
.index_sum2 dl strong {
    /* height: 22px; */
    /* line-height: 22px; */
    display: block;
    overflow: hidden;
    /* margin-bottom: 5px; */
}
.index_sum2 dl strong a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    position:relative;
    padding-right: 120px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_sum2 dl strong span{position:absolute;right:0;font-size:14px;color:#999;max-width: 110px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.index_sum2 dl p {
    padding: 0 2px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
}
.index_sum1_ul {
    width: 708px;
    height: 260px;
}
.index_sum1_ul li {
    width: 236px;
    height: 260px;
    float: left;
    position: relative;
}
.index_sum1_ul li img {
    width: 216px;
    height: 260px;
    overflow: hidden;
}
.index_sum1_ul li .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    line-height: 46px;
    background: url(../images/bg5.png);
    display: none;
    height: 46px;
    text-indent: 12px;
    line-height: 46px;
    color: #fff;
}
.index_sum1_ul li .tit a {
    color: #fff;
    font-size: 16px;
}
.index_sum1_ul li:hover .tit, .index_sum1_ul li:hover .text3 {
    display: block;
}
.index_sum1_ul li .more {
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 9999;
    line-height: 16px;
}
.index_sum1_ul li:hover .text1, .index_sum1_ul li:hover .text2 {
    display: none;
}
.index_sum1_ul li .text1 {
    position: absolute;
    bottom: 25px;
    left: 10px;
    display: block;
    line-height: 32px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    height: 32px;
    z-index: 9999;
    line-height: 16px;
}
.index_sum1_ul li .text1 strong {
    font-size: 32px;
    font-weight: normal;
}
.index_sum1_ul li .text2 {
    position: absolute;
    bottom: 45px;
    right: 30px;
    z-index: 9999;
    font-size: 18px;
    color: #fff;
    line-height: 16px;
}
.index_sum1_ul li .more a {
    color: #fed000;
    font-size: 12px;
}
.index_sum1_ul li .text3 {
    position: absolute;
    top: 60px;
    left: 13px;
    width: 188px;
    height: 120px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 9999;
    display: none;
}
.index_sum1_ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 216px;
    height: 80px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: url(../images/bg2.png);
}
.index_sum1_ul li:hover p {
    height: 214px;
}
.index_sum2_ul {
    width: 470px;
    position: relative;
    z-index: 9999;
    padding-bottom: 1px;
    border-bottom: 2px solid #1f65de;
}
.index_sum2_ul li {
    line-height: 32px;
    height: 47px;
    background: url(../images/li.png) repeat-x left bottom;
    margin-bottom: 17px;
    position: relative;
}
.index_sum2_ul li:after {
    position: absolute;
    top: 17px;
    right: 7px;
    background: url(../images/ico.png) no-repeat;
    width: 12px;
    height: 14px;
    content: "";
}
.index_sum2_ul li span {
    display: block;
    line-height: 16px;
    color: #999;
    font-size: 12px;
}
.index_sum2_ul li a {
    height: 32px;
    font-size: 16px;
    overflow: hidden;
}
/*实验平台及研究机构*/
.index_content2 {
    width: 100%;
    padding: 36px 0;
    background: #f5f5f5;

}
.index_sum3 {
    width: 716px;
    height: 120px;
    float: left;
    background: #555a60;
}
.index_sum3 h3 {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.index_sum3 h3 span {
    font-size: 12px;
    color: #a6a8ab;
    padding-left: 6px;
}
.index_sum3_l {
    width: 320px;
    float: left;
    padding-left: 32px;
}
.index_sum3_l select {
    background: #f0f0f0;
    border-radius: 2px;
    border: 1px solid #dddddd;
    height: 43px;
    width: 250px;
    color: #999;
    font-size: 14px;
    font-family: "微软雅黑";
}
.index_sum3_r {
    width: 362px;
    float: right;
}
.index_sum3_r p {
    line-height: 44px;
    font-size: 30px;
    color: #fff;
}
.index_sum4 {
    /* width: 484px; */
    /* float: right; */
    background: #eaeaea;
    /* height: 120px; */
}
.index_sum4 li {
    width: 170.4px;
    /* height: 40px; */
    /* line-height: 20px; */
    font-size: 15px;
    border-left: 1px solid #f5f5f5;
    float: left;
    text-align: center;
    background: #eaeaea url(../images/i8.png) no-repeat center 26px;
    /* border-bottom: 1px solid #f5f5f5; */
}
.index_sum4 li:hover a{
    background: url(../images/i8_on.png) no-repeat center 26px;
}
.index_sum4 li.li2 {
    background: #eaeaea url(../images/i9.png) no-repeat center 26px;
}
.index_sum4 li.li2:hover a{
    background: url(../images/i9_on.png) no-repeat center 26px;
}
.index_sum4 li.li3 {
    background: #eaeaea url(../images/i3.png) no-repeat center 26px;
}
.index_sum4 li:hover {
    background: url(../images/bg_hover.jpg) 50% no-repeat;
    background-size: auto 100%;
}
.index_sum4 li.li3:hover a {
    background: url(../images/i3_on.png) 50% 26px no-repeat;
}
.index_sum4 li.li4 a{
    background: #eaeaea url(../images/i11.png) no-repeat center 26px;
}
.index_sum4 li.li4:hover a{
    background: url(../images/i11_on.png) no-repeat center 26px;
}
.index_sum4 li.li5 a{
    background: #eaeaea url(../images/i12.png) no-repeat center 26px;
}
.index_sum4 li.li5:hover a{
    background: url(../images/i12_on.png) no-repeat center 26px;
}
.index_sum4 li.li6 a{
    background: #eaeaea url(../images/i6.png) no-repeat center 26px;
}
.index_sum4 li.li6:hover a{
    background: url(../images/i6_on.png) no-repeat center 26px;
}
.index_sum4 li.li7 a{
    background: #eaeaea url(../images/i14.png) no-repeat center 26px;
}
.index_sum4 li.li7:hover a{
    background: url(../images/i14_on.png) no-repeat center 26px;
}
.index_sum4 li.li8 a{
    background: #eaeaea url(../images/i8.png) no-repeat center 26px;
}
.index_sum4 li.li8:hover a{
    background:url(../images/i8_on.png) no-repeat center 26px;
}
.index_sum4 li.li9 a{
    background: #eaeaea url(../images/i9.png) no-repeat center 26px;
}
.index_sum4 li.li9:hover a{
    background:url(../images/i9_on.png) no-repeat center 26px;
}
.index_sum4 li.li10 a{
    background: #eaeaea url(../images/i10.png) no-repeat center 26px;
}
.index_sum4 li.li10:hover a{
    background:url(../images/i10_on.png) no-repeat center 26px;
}
.index_sum4 li.li11 a{
    background:url(../images/i11.png) no-repeat center 26px;
}
.index_sum4 li.li11:hover a{
    background:url(../images/i11_on.png) no-repeat center 26px;
}
.index_sum4 li.li12 a{
    background: #eaeaea url(../images/i12.png) no-repeat center 26px;
}
.index_sum4 li.li12:hover a{
    background:url(../images/i12_on.png) no-repeat center 26px;
}
.index_sum4 li.li13 a{
    background: #eaeaea url(../images/i13.png) no-repeat center 26px;
}
.index_sum4 li.li13:hover a{
    background:url(../images/i13_on.png) no-repeat center 26px;
}
.index_sum4 li.li14 a{
    background: #eaeaea url(../images/i14.png) no-repeat center 26px;
}
.index_sum4 li.li14:hover a{
    background:url(../images/i14_on.png) no-repeat center 26px;
}
.index_sum4 li a {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 80px 0 20px;
}
.index_sum4 li a:hover, .index_sum4 li:hover a {
    color: #fff;
}
/*video*/
.slideBox2 {
    width: 470px;
    height: 307px;
    border-bottom: 2px solid #1f65de;
    position: relative;
    overflow: hidden;
}
.slideBox2 .hd {
    height: 10px;
    overflow: hidden;
    right: 0;
    bottom: 26px;
    width: 470px;
    position: absolute;
    z-index: 9999;
}
.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    height: 10px;
    padding: 0 0 0 210px;
    margin: 0 auto;
    width: 260px;
}
.slideBox2 .hd li {
    width: 10px;
    height: 10px;
    float: left;
    text-indent: -9999px;
    background: url(../images/dian1.png) no-repeat;
    cursor: pointer;
    margin-right: 5px;
}
.slideBox2 .hd li.on {
    background: url(../images/dian2.png) no-repeat;
}
.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    height: 262px;
}
.slideBox2 .bd li {
    width: 470px;
    height: 262px;
}
.slideBox2 .bd li img {
    width: 470px;
    height: 200px;
    overflow: hidden;
}
.slideBox2 .bd li p {
    height: 62px;
    overflow: hidden;
    line-height: 62px;
    display: block;
    text-align: center;
    font-size: 16px;
}
/*切换*/
.slideTxtBox,.slideTxtBox2 {
    /* width: 730px; */
}
.slideTxtBox .hd,.slideTxtBox2 .hd {
    height: 70px;
    position: relative;
}
.slideTxtBox .hd a{position:absolute;right: 0;display: none;top: 0px;}
.slideTxtBox .hd .on a{display:block;color: #999;}
.slideTxtBox .hd ul,.slideTxtBox2 .hd ul {
    width: 690px;
}
.slideTxtBox .hd ul li,.slideTxtBox2 .hd ul li {
    float: left;
    /* width: 126px; */
    height: 42px;
    margin-right:14px;
    line-height: 42px;
    background:#fff;
    /* text-indent: 38px; */
    border: 1px solid #ddd;
    cursor: pointer;
    /* position:relative; */
    padding: 0 20px;
    font-size: 18px;
}
.slideTxtBox .hd ul li .li_ico1{
    /* position:absolute; */
    /* top:8px; */
    /* left:12px; */
    /* text-indent:0; */
    display: inline-block;
    width:23px;
    vertical-align: middle;
    margin-right: 5px;
    height:23px;
    background:url(../images/ico2.png) no-repeat;
}
.slideTxtBox .hd ul li .li_ico2{
    /* position:absolute; */
    /* top:8px; */
    /* left:12px; */
    /* text-indent:0; */
    width:23px;
    height:23px;
    background:url(../images/ico3.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.slideTxtBox .hd ul li.on .li_ico1{
    background:url(../images/ico2_a.png) no-repeat;
}
.slideTxtBox .hd ul li .li_ico2{
    background: url(../images/ico3_l.png) no-repeat;
}
.slideTxtBox .hd ul li .li_ico3{
    background: url(../images/ico3_b.png) no-repeat;
}
.slideTxtBox .hd ul li.on .li_ico2{
    background: url(../images/ico3_lec.png) no-repeat;
}
.slideTxtBox .hd ul li.on .li_ico3{
    background: url(../images/ico3_book.png) no-repeat;
}
.slideTxtBox .hd ul li.on,.slideTxtBox2 .hd ul li.on {
    background: url(../images/bg_hover.jpg) 50% no-repeat;
    color: #fff;
    border: none;
    height: 44px;
    line-height: 44px;
    background-size: 100% 100%;
}
.slideTxtBox .bd ul,.slideTxtBox2 .bd ul {
    /* width: 690px; */
}
.slideTxtBox .bd .dl1.slideTxtBox2 .bd .dl1,{
    width: 690px;
}
.slideTxtBox .bd .dl1 dd,.slideTxtBox2 .bd .dl1 dd {
    /* width: 690px; */
    line-height: 32px;
    height: 47px;
    background: url(../images/li.png) repeat-x left bottom;
    /* margin-bottom: 17px; */
    position: relative;
    padding: 11.5px 0;
    padding-right: 42px;
}
.slideTxtBox .bd .dl1 dd:last-child{background: none;}
.slideTxtBox .bd .dl1 dd:after ,.slideTxtBox2 .bd .dl1 dd:after{
    position: absolute;
    top: 17px;
    right: 7px;
    background: url(../images/ico.png) no-repeat;
    width: 12px;
    height: 14px;
    content: "";
}
.slideTxtBox .bd .dl1 dd span,.slideTxtBox2 .bd .dl1 dd span {
    display: block;
    line-height: 16px;
    color: #999;
    font-size: 12px;
}
.slideTxtBox .bd .dl1 dd a,.slideTxtBox2 .bd .dl1 dd a {
    height: 32px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.slideTxtBox .bd .dl1{float:right;width: 394px;}
.slideTxtBox .bd .dl2{
    /* height:156px; */
    width: 360px;
    overflow: hidden;
    float: left;
}
.slideTxtBox .bd .dl2 dt,.slideTxtBox .bd img{
    width: 360px;
    height: 226px;
    overflow:hidden;
    /* float:left; */
}
.slideTxtBox .bd .dl2 dd{
    /* width: 506px; */
    /* float:right; */
}
.slideTxtBox .bd .dl2 dd strong{
    height:34px;
    line-height:34px;
    display:block;
    margin: 6px 0 2px;
    overflow:hidden;
    font-weight:normal;
}
.slideTxtBox .bd .dl2 dd strong a{
    font-size:16px;
}
.slideTxtBox .bd .dl2 dd p{
    height: 43px;
    line-height: 20px;
    color:#999;
    overflow:hidden;
}
.slideTxtBox .bd .dl2 dd span{
    height:24px;
    line-height:24px;
    display:block;
    margin-top: 4px;
    font-size: 14px;
    color: #d99134;
    overflow:hidden;
}
.slideTxtBox2 .hd ul li .li_ico3{
    position:absolute;
    top:8px;
    left:12px;
    text-indent:0;
    width:23px;
    height:23px;
    background:url(../images/ico4.png) no-repeat;
}
.slideTxtBox2 .hd ul li .li_ico4{
    position:absolute;
    top:8px;
    left:12px;
    text-indent:0;
    width:23px;
    height:23px;
    background:url(../images/ico5.png) no-repeat;
}
.slideTxtBox2 .hd ul li.on .li_ico3{
    background:url(../images/ico4_a.png) no-repeat;
}
.slideTxtBox2 .hd ul li.on .li_ico4{
    background:url(../images/ico5_a.png) no-repeat;
}


.tab_form .select_s.line:before{content:'';position:absolute;width:1px;height:30px;background:#ccc;right:0;top:50%;margin-top:-15px}

.select_s{display:inline-block;position:relative;width: 140px;min-width: 140px;line-height:50px;cursor:pointer;font-size:16px;background:#fff;vertical-align:middle;color:#666;}
.select_s:after{content:"";position:absolute;top:50%;right:14px;margin-top:-3.5px;width:12px;height:7px;}
.select_s .select_s_text{padding:0 20px 0 10px;height:36px;line-height:36px}.select_ul{display:none;position:absolute;top:51px;left:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<100%?"100%":"");border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);padding: 7px 0;}.select_ul li{line-height: 26px;text-indent:10px;white-space:nowrap;font-size:14px;}.select_ul li:hover{color:#fff;background: #1093d5;}.select_ul li.cur{color:#fff;background: #1093d5;}

.select_text{padding-right:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: center}


.popup_form{position:absolute;top:50%;left:50%;margin-top: -150px;margin-left:-420px;color:#fff;border-top: 5px solid #0a7fba;padding: 42px 94px;background: url(../images/bg_form.png);width: 652px;height: 170px;}
.popup_form .hd{text-align:center;position: inherit;}
.popup_form .hd a{
    display: inline-block;
    line-height: 24px;
    /* min-width: 120px; */
    padding: 8px 24px 19px;
    margin: 0 10px;
    position: relative;
    color:#fff;
    font-size: 18px;
    }
.popup_form .hd .on{background: url(../images/tab_on.png) 50% no-repeat;}

.popup_form .hd .on:before{/* content:''; */position:absolute;border-style:solid;/* border-width:7px 7px 0 7px; *//* border-color:#0a7fba transparent transparent transparent; */bottom:-6px;left:50%;margin-left:-6px;}
.popup_form .hd1{text-align:center;}
.popup_form .hd1 a{
    display: inline-block;
    line-height: 24px;
    padding: 8px 24px 19px;
    margin: 0 10px;
    position: relative;
    color:#fff;
    font-size: 18px;
    }
.popup_form .hd1 .on{background: url(../images/tab_on.png) 50% no-repeat;}

.popup_form .hd1 .on:before{/* content:''; */position:absolute;border-style:solid;/* border-width:7px 7px 0 7px; *//* border-color:#0a7fba transparent transparent transparent; */bottom:-6px;left:50%;margin-left:-6px;}

.search_form{font-size:0;margin:36px 0 14px}
.search_form input{display:inline-block;vertical-align:top}
.search_form .i_txt{width: 412px;height:50px;padding: 0 15px;font-size: 16px;line-height: 50px;border: none;}
.search_form .i_txt.long{width: 552px;}
.search_radio{text-align:center}
.search_radio label{display:inline-block;padding: 0 18px;font-size:14px;}
.search_radio label input{vertical-align:-2px}