@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-width: 1366px;
    background: url("/images/body_bg.png") bottom center no-repeat  #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}

/*top*/
.top { background: url("/images/top_bg.png") repeat-y; height: 35px; line-height: 35px; }

.top a:hover { background-color: #389bd1;color:#ffffff !important }
.top .a1 { background: url("/images/icon1.png") no-repeat 10px center; }
.top .a2 { background: url("/images/icon2.png") no-repeat 10px center; }
.top .a3 { background: url("/images/icon3.png") no-repeat 10px center; }

/*search*/
.soBox1 { position:relative; float:right; width:48px; overflow:hidden; margin-right: 10px;}
.soBox1 .btn-so { display:block; height:35px; background:url(/images/search.png) no-repeat left center; cursor:pointer; color: #fff; font-weight: lighter; padding-left: 20px;}
.soBox1 .so { overflow:hidden;}
.soBox1 .inp { width:100%; height:28px; padding:0 10px; background-color:transparent; color:#fff; border-bottom: 1px solid #fff;}
.soBox1 .btn { position:absolute; right:0; top:0; width:28px; height:35px; background:url(/images/search.png) center center no-repeat; cursor:pointer;}
.soBox1 .btn,.soBox1 .inp{display:none;}
.soBox1.ok { width:160px; background:none; transition: all 0.6s;}
.soBox1.ok .btn-so { display:none;}
.soBox1.ok .btn,.soBox1.ok .inp { display:block;}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/* 图标*/
@font-face {
    font-family: "iconfont";
    src: url('/style/font/iconfont.eot');/* IE9*/
    src: url('/style//style/font/iconfont.eot') format('embedded-opentype'),
        /* IE6-IE8*/ url('font/iconfont.woff') format('woff'),
        /* chrome、firefox*/ url('font/iconfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#iconfont') format('svg');/* iOS 4.1-*/
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imagesLoaded li img {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.imagesLoaded .is-loading {
    background: url() center no-repeat #000;
}

.imagesLoaded .is-broken {
    background: url() center no-repeat #be3730;
}

.imagesLoaded .is-loading img, .imagesLoaded .is-broken img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.layout {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
}

.d_logo {
    display: block;
    margin: 50px auto;
    text-align: center
}

.default_jj {
    display: block;
    margin: 100px auto;
    text-align: center;
    height: auto;
    overflow: hidden
}

.d_btn {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    height: 200px
}

.d_btn a {
    padding: 0 20px
}
.d_btn a img{border: none;}

.d_btn a:hover {
    opacity: 0.8
}

/*default*/
.header{height: 110px;/*background: url("/images/top_bg.jpg") center no-repeat;*/background-size: cover;}
.header .logo{margin:10px 0 10px 0;width:442px;float: left;}
.header_right{float: right;width:785px; position: relative}
.header_right_link{width: 100%; height: auto; overflow: hidden;position: relative}
.top_link{font-size: 16px;color: #ffffff;line-height:42px;height: 42px;padding:0 0 0 20px;float: right}
.top_link a{color:#ffffff;position: relative;}
.top_link a:hover{color:#d2f8ff;}
.top_link .top_zgpd{display: block;float: left;width:65px;background: url("/images/ico_zgpt.png") left center no-repeat;padding:0 0 0 22px}
.top_link .top_ldxx{display: block;float: left;width:65px;background: url("/images/ico_email.png") left center no-repeat;padding:0 0 0 22px}
/*
.top_link a:before{transform: scale(0);opacity: 0;filter:alpha(opacity=0);content: '';width: 60px;height: 60px;position: absolute;border-radius: 50%;background-color:#d2f8ff;top: 50%;left: 50%;margin-top: -30px;margin-left: -30px;}
.top_link a:hover:before{-webkit-animation: circleIn 0.5s linear;animation: circleIn 0.3s linear;display: block;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;}
*/
@keyframes circleIn{0%{transform: scale(0);opacity: 0.0;}
    25%{transform: scale(0);opacity: 0.1;}
    50%{transform: scale(0.1);opacity: 0.3;}
    75%{transform: scale(0.5);opacity: 0.5;}
    100%{transform: scale(1);opacity: 0.0;}}
@-webkit-keyframes circleIn{0%{transform: scale(0);opacity: 0.0;}
    25%{transform: scale(0);opacity: 0.1;}
    50%{transform: scale(0.1);opacity: 0.3;}
    75%{transform: scale(0.5);opacity: 0.5;}
    100%{transform: scale(1);opacity: 0.0;}}
/*nav*/
.i_nav{

    padding: 0;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 10px 0 0 0;}
.i_nav a{color:#333;}
.i_nav .nLi{float:left;position:relative;display:inline;}
.i_nav .nLi h3{float:left;border-radius:20px;overflow: hidden}
.i_nav .nLi h3 a{display:block;    padding: 0 9px;
    font-size: 18px;font-weight:normal;border-radius:20px;overflow: hidden}
.i_nav .sub{display:none;width:116px;left:0;top:38px;position:absolute;background:#73bbd1;line-height:32px;padding:5px 0;border-radius:10px;background-image: -webkit-linear-gradient(top,#73bbd1,#3073b1);}
.i_nav .sub li{zoom:1;text-align: center}
.i_nav .sub a{display:block;padding:0 10px;}
.i_nav .sub a:hover{background:#d4eff4;color:#24606b;}
.i_nav .on h3 a{background:#73bbd1;color:#333;border-radius:20px;overflow: hidden}
/*search*/
.search_box{width: 42px;height: 42px;float: right}
.i_search_btn{display: block;width:40px;height:42px;padding:0 0 0 22px;float: right;cursor: pointer;color: #ffffff; line-height: 42px;  background: url("/images/search_btn.png") left center no-repeat;}
.i_search_btn:hover{color: #ffffff}
.i-search{width:201px;height: 30px;overflow: hidden;position: absolute;margin: 0;padding:0 0 0 0;border-radius:20px;top:4px;left:300px;; background: #ffffff}
.i-search .search-txt{width:149px;padding-left: 10px;height: 30px;line-height: 30px;color: #666666;border: none;background:#ffffff;outline: none}
.i-search .search-btn{width:40px;height: 30px;line-height: 30px;font-size: 16px;border: none;background: url("/images/ico_search2.png") center no-repeat ;cursor: pointer;}


/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 47%;
    bottom: 35px;
    z-index: 99;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50px;
    background: #bcbcbc;
    cursor: pointer;
    opacity: 0.8;
    margin: 3px 6px 0 0;
}

.ibanner .hd ul li.on {
    background: none;
    opacity: 0.8;
    color: #fff;
    width: 50px;
    height: 12px;
    background: #ffffff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("/images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 35%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height:50px;
    background: url("/images/slider-arrow.png") 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50px;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -100px 0;
    width: 50px;
    height: 50px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*kstd*/
.i_kstd {
    width: 100%;
    height:150px;
    border-bottom: #e5e5e5 1px solid;
    background: url("/images/kstd_bg.png") repeat-x;
    overflow: hidden;
    position: absolute;z-index: 99; bottom: 0;
}

.i_kstd ul {
    width: 1350px
}

.i_kstd li {
    width: 162px;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: bold;
    line-height: 78px;
    padding: 0 0 0 0;
    border-right: #e5e5e5 1px solid;
    float: left
}

.i_kstd li a {
    width: 162px;
    height: 130px;
    display: block
}

.i_kstd li:hover {
    background:#ffffff;
}

.i_kstd li:hover a {
    color: #333333 !important;
}

.i_kstd li img {
    display: block;
    margin: 20px auto 0 auto;
}
.i_kstd li span{display: block; width: 100%; text-align: center; font-size: 18px; font-weight:bold; line-height: 40px; color: #666666}
.i_kstd li:hover span{color: #3491bc}
/*tsks_box*/
.tsks_box{width: 100%;height:225px; overflow: hidden; position: relative;margin: 25px auto 20px auto}

.tsks_box .bd {
    padding: 0;
    width: 1300px; overflow: hidden;
}

.tsks_box .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 110%;
}

.tsks_box .bd li {
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 156px;
    height:215px;
    border:#f4f4f4 4px solid;
}
.tsks_box .bd li img{ border:#cc99cc 1px solid;display: block; width:85px; height: 85px; margin: 15px auto 5px auto;background: #ffffff; text-align: center; border-radius: 50%; overflow: hidden}
.tsks_box .bd li h2{font-size: 15px; line-height: 30px; height: 30px; color:#333333; font-weight: bold;}
.tsks_box .bd li p{font-size: 14px; line-height:22px;  color:#a4a4a4; font-weight: normal;margin: 0; padding:0 5%}
.tsks_box .ts_more{display: block; margin: 5px auto;width:34px; height: 15px; border: #e4e4e4 1px solid; border-radius:2px; text-align: center; background: url("/images/ts_more.png") center no-repeat #ffffff;  }

.tsks_box li:hover{border:#3699d2 4px solid;transition: all 0.6s; background: #ffffff}
.tsks_box li:hover img{background: #ffffff;border:#cc99cc 1px solid;}
.tsks_box li:hover h2{ color: #3699d2}

/*ztzl_box*/
.ztzl_box{width: 1300px; margin:0 auto; height: auto; overflow: hidden}
.ztzl_pic{ width: 100%; height: 105px; overflow: hidden; margin: 0 auto}
.ztzl_pic ul{ width: 105%; height:auto; overflow: hidden}
.ztzl_pic li{float: left; width:245px; height: 85px;margin: 0 18px 0 0; overflow:hidden }
.ztzl_pic img{ width:245px; height: 85px; }

/*ynwj_box*/
.ynwj_box{width: 1300px; margin: 0 auto; height: auto; overflow: hidden}
.ynwj_nr { width:630px; height:350px; text-align:left; padding:31px 0 5px 0;}
.ynwj_nr .hd{ height:50px; line-height:50px;  padding:0 0 0 0;     position:relative;}
.ynwj_nr .hd ul{ float:left;  position:absolute; left:0; top:0; height:54px;line-height:54px;}
.ynwj_nr .hd span{ float:left;font-size:24px;font-weight:bold; color:#888888; padding:0 15px 0 0;}
.ynwj_nr .hd ul li{ float:left; padding:0 0 0 0; margin: 0 10px 0 0; cursor:pointer;font-size:20px;font-weight:bold; color:#666666; width: 133px;  height: 50px; line-height: 50px; text-align: center;background: url("/images/on_therebg.png") center no-repeat}
.ynwj_nr .hd ul li.on{ height:50px;line-height:50px; color:#ffffff; background: url("/images/on_herebg.png") center no-repeat}
.ynwj_nr .bd ul{ padding:25px 0;  zoom:1;}
.ynwj_nr .i_more{position:absolute;right:0;top:-60px;display:block;     width: 68px;
    line-height: 28px;
    font-size: 16px;
    height: 28px; color: #888888;
    padding: 0; border: #dbdbdb 1px solid; text-align: center; border-radius:20px; font-weight: normal; }
.ynwj_nr .i_more:hover{background: #ffffff}

.tw_top{ width: 100%;height: auto; overflow: hidden; margin:25px auto 10px auto}
.tw_top .imgbox{width: 150px; height:95px; overflow: hidden; display: block; float: left;}
.tw_top img{width: 150px; height:95px; padding:0;  float: left; }
.tw_top .tw_txt{float: right;width:460px; height:95px; overflow: hidden;  padding: 0 0 0 0; }
.tw_top .tw_txt h1{ color: #333333; font-size: 18px; line-height:24px; margin: 0 0 5px 0; font-weight: bold}
.tw_top .tw_txt h1 a{ color: #333333;}
.tw_top .tw_txt p{ font-size: 16px; line-height:30px; color: #999999; margin:0 0 10px 0;padding: 0; text-justify: inter-word; text-align: justify}
.tw_top .tw_txt p a{color: #999999}
.tw_top:hover .tw_txt h1 a{ color: #cc0000;}
.tw_top:hover .tw_txt p a{ color: #666666;}


.ntw_top{ width: 100%;height: auto; overflow: hidden; margin:27px auto 20px auto}
.ntw_top .imgbox{width: 350px; height:227px; overflow: hidden; display: block; float: left;}
.ntw_top img{width: 350px; height:227px; padding:0;  float: left; }
.ntw_top .tw_txt{float: right;width:530px; height:227px; overflow: hidden;  padding: 0 0 0 0; }
.ntw_top .tw_txt h1{ color: #333333; font-size: 24px; line-height:30px; margin: 0 0 5px 0; font-weight: bold}
.ntw_top .tw_txt h1 a{ color: #333333;}
.ntw_top .tw_txt p{ font-size: 14px; line-height:24px; color: #999999; margin:0 0 10px 0;padding: 0; text-justify: inter-word; text-align: justify}
.ntw_top .tw_txt p a{color: #999999}
.ntw_top .tw_txt span{font-size: 14px; line-height:40px;color: #999999; }
.ntw_top:hover .tw_txt h1 a{ color: #cc0000;}
.ntw_top:hover .tw_txt p a{ color: #666666;}


.i_ckxx{ color: #cc9966 !important; padding: 0 0 0 10px;}
.n_list{height: auto; padding: 0 0 0 0 !important; position: relative; }
.n_list li{width:100%; height:40px; line-height:40px; display: block;color: #999999;font-size: 16px; float: left; margin: 0 0 0 0}
.n_list li a{font-size: 16px;color:#333333;  background: url("/images/ico_002.png") left center no-repeat; padding-left: 12px; float: left}
.n_list li a:hover{color: #ffffff;background-color:#389bd1;}
/*.n_list li a:hover{color: #cc0000}*/
.n_list li .date{float: right}
.n_list li i{ font-style: normal; color: #ff9900}

/*imain*/

.imain {
    width: 1300px;
    padding: 50px 0 10px 0;
    margin: 0 auto;
    height: auto;
}
/*ksjs_box*/
.ksjs_box{ /***background: url("/images/iks_bg.jpg");***/ width: 100%; padding: 30px 0 50px 0; margin: 30px auto; height: auto; overflow:hidden; }
.ksjs_box h2{display: block; margin: 0 auto; font-size: 26px; font-weight: bold; color: #000000; text-align: center }
.ks_ibox{ width:1300px; margin: 30px auto 0 auto}
.ks_ibox .hd{ height:322px; width: 190px;  background:#f4f4f4; padding:0;position:relative; float: left }
.ks_ibox .hd ul{ float:left;  position:absolute; left:0; top:0; }
.ks_ibox .hd ul li{width: 190px;height:80px; background:#ffffff ; line-height: 80px; text-align: left; cursor:pointer; font-size:20px; color: #666666;  font-weight: bold; border-bottom: #ececec 1px solid; border-right: #ececec 1px solid;    }
.ks_ibox .hd ul li.on{ height:80px;  background:url("/images/ks_herebg.png") center no-repeat #fff; color: #ffffff }
.ks_ibox .bd{float: right;width: 1108px; height: 322px; background: #ffffff; border-top: #ececec 1px solid;border-right: #ececec 1px solid;border-bottom: #ececec 1px solid;     overflow-x: hidden;
    overflow-y: auto;}
.ks_ibox .bd ul{ padding:15px 1.5%;  zoom:1; width: 100%;  }
.ks_ibox .bd li{width: 107px; height:75px; line-height:24px;  float: left ; margin: 10px 0 0 0; padding: 5px 0;border-radius:5px }
.ks_ibox .bd li:hover{background:#f0f0f0}
.ks_ibox .bd li img{width: 42px; height:42px; display: block; margin: 0 auto; }
.ks_ibox .bd li span{display:block;width:100%; height: 30px; line-height: 30px;text-align: center;font-size: 15px; color: #666666;}
.ks_ibox .bd li .date{ float:right; color:#999;  }
.iksxtb01{display: block; width: 45px; height: 45px; background: url("/images/iksxtb01.png") 0 0 no-repeat; float: left; margin: 18px 18px 0 20px}
.iksxtb02{display: block; width: 45px; height: 45px; background: url("/images/iksxtb02.png") 0 0 no-repeat;float: left;margin: 18px 18px 0 20px}
.iksxtb03{display: block; width: 45px; height: 45px; background: url("/images/iksxtb03.png") 0 0 no-repeat;float: left;margin: 18px 18px 0 20px}
.iksxtb04{display: block; width: 45px; height: 45px; background: url("/images/iksxtb04.png") 0 0 no-repeat;float: left;margin: 18px 18px 0 20px}

.ks_ibox .hd ul li:hover .iksxtb01{background: url("/images/iksxtb01.png") -55px 0 no-repeat;transition: all 0.3s;}
.ks_ibox .hd ul li:hover .iksxtb02{background: url("/images/iksxtb02.png") -55px 0 no-repeat;transition: all 0.3s;}
.ks_ibox .hd ul li:hover .iksxtb03{background: url("/images/iksxtb03.png") -55px 0 no-repeat;transition: all 0.3s;}
.ks_ibox .hd ul li:hover .iksxtb04{background: url("/images/iksxtb04.png") -55px 0 no-repeat;transition: all 0.3s;}

.ks_ibox .on .iksxtb01{background: url("/images/iksxtb01.png") -55px 0 no-repeat;}
.ks_ibox .on .iksxtb02{background: url("/images/iksxtb02.png") -55px 0 no-repeat;}
.ks_ibox .on .iksxtb03{background: url("/images/iksxtb03.png") -55px 0 no-repeat;}
.ks_ibox .on .iksxtb04{background: url("/images/iksxtb04.png") -55px 0 no-repeat;}

.i_box {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 10px auto
}

.i_box_left {
    float: left;
    width: 910px;
}

.i_box_right {
    float: right;
    width: 360px; height: 487px; overflow: hidden;
}
.i_box_right h2{ font-size: 18px;color: #099eb4; font-weight: bold;  height: 50px; line-height: 50px;padding:10px 0 0 0;}
.i_box_right p{margin: 0; padding:0 0 15px 0; font-size: 14px;color: #555555; line-height: 27px}
.about_btn{}
.about_btn a{display: block;width: 106px; height: 44px; line-height: 44px; color: #333333;font-size: 14px; float: left; margin: 0 14px 0 0; text-align: center; background: url("/images/about_btn_bg1.png") center no-repeat; }
.about_btn a:last-child{ float: right}
.about_btn a:hover{background: url("/images/about_btn_bg2.png") center no-repeat; color: #ffffff}

.tz_more {
    position: absolute;
    top: -54px;
    right: 10px;
    display: block;
    background: url(/images/ico_more.png) 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
}

.i-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 auto 5px auto;
    padding: 5px 0 5px 0; position: relative;
}
.bgline{position: relative;}
.bgline:before {
    content: /style/"";
    position: absolute;
    bottom: 27px;
    left: 115px;
    width: 84%;
    height: 1px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    background: #ededed;
}

.i-title h2 {
    font-size: 26px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #379ad2;
    display: block;
    float: left;
    padding: 0 5px;
    background-size: 100% auto;
}

.i-title h2 span {
    color: #cccccc;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    display: block;
    float: right;
    margin: 10px 0 0 8px;
}

.i-title a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}

.i-title a:hover {
    color: #330000;
}

.i-title .i_more {
    display: block;
    width: 68px;
    line-height: 28px;
    font-size: 14px;
    height: 28px;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #888888;
    padding: 0; border: #dbdbdb 1px solid; text-align: center; border-radius:20px; font-weight: normal;
}
.i-title .i_more:hover{ background: #ffffff}
.date_list {
    height: auto;
    padding: 5px 0 0 5px !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 82px;
    display: block;
    padding: 0 0 2px 0;
    border-bottom: #f2f2f2 1px solid;
    margin: 0 0 12px 0;
    position: relative;
}

.date_list li a {
    font-size: 15px;
    color: #444444;
    line-height: 36px;
    top: -4px;
    position: relative;
}

.date_list li span {
    float: left;
    display: block;
    padding: 1px;
    width: 69px;
    height: 69px;
    background:#ababab;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin-right: 15px;border-radius: 5px;
}

.date_list li span i {border-radius:4px;
    width: 100%;
    display: block;
    text-align: center;
    color: #666666; background: #ffffff;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    line-height: 45px;
    height: 45px;
}

.date_list li:hover span i {
    color: #ac4d8b
}

.date_list li:hover span {
    color: #ffffff; background: #3699d2;
}

.date_list li:hover a {
    color: #cc0000
}
/*zj*/
/*ks_zjlpiclist*/
.ks_zjlpiclist {
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px auto;
    padding: 30px 0;
    width: 1030px;
}

.ks_zjlpiclist ul {
    width: 110%;
    height: auto;
    overflow: hidden
}

.ks_zjlpiclist li {
    width: 150px;
    height: 250px;
    margin: 0 25px 10px 0;
    float: left;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.ks_zjlpiclist li a {
    display: block;
    width: 150px;
    height: 250px;
    position: relative;
}

.ks_zjlpiclist img {
    width: 150px;
    height: 206px;
    position: absolute;
}

.ks_zjlpiclist li span {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    color: #666666;
    bottom: 0;
    z-index: 999;
    text-align: center;
}

.ks_zjlpiclist li p {
    width: 70%;
    height: 160px;
    opacity: 0;
    position: absolute;
    top: 50px;
    margin: 10% 10% 0 10%;
    padding: 5%;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
}

.ks_zjlpiclist li p i {
    text-align: center;
    line-height: 27px;
    font-style: normal;
    color: #333333;
    display: block;
    font-weight: bold
}

.ks_zjlpiclist li:hover p {
    transition: all .4s ease-in-out;
    opacity: 1;
    background: url(/images/tm_b.png);
    color: #333333;
    top: 0;
}

.ks_zjlpiclist li:hover {
    transition: all .4s ease-in-out;
}

.ks_zjlpiclist li:hover span {
    color: #505484
}

.ks_zjlpiclist li:hover a {
    color: #333333
}
/**/
.mtkdy_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.mtkdy_box_left {
    width: 390px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 0 0
}

.mtkdy_box_left .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.mtkdy_box_left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.mtkdy_box_left .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.mtkdy_box_left .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.mtkdy_box_left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.mtkdy_box_left .bd li {
    zoom: 1;
    vertical-align: middle;
}

.mtkdy_box_left .bd img {
    width: 390px;
    height: 280px;
    display: block;
}

.mtkdy_box_left .bd span {
    position: absolute;
    bottom: 0;
    background: url(/images/tt_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.mtkdy_box_left .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

.mtkdy_box_right {
    width: 470px;
    float: right
}

.mtkdy_box_right ul {
    height: auto;
    overflow: hidden;
}

.mtkdy_box_right li {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 40px;
    height: 40px;
}

.mtkdy_box_right li a {
    background: url("/images/ico_002.png") left center no-repeat;
    color: #333333;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 405px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px
}

.mtkdy_box_right li a:hover {
    color: #cc0000
}

.mtkdy_box_right li span {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #999999
}



/*i_zjjs*/
.i_zjjs {
    width:1300px;
    margin: 0 auto;
    position: relative;
}

.i_zjjs .hd{position: relative}
.i_zjjs .hd .prev{ display:block;  width:40px; height:45px;  overflow:hidden; cursor:pointer; background:url("/images/m_jtr.png") no-repeat; position: absolute; right:-60px; top:90px; opacity: 0.5}
.i_zjjs .hd .next{ display:block;  width:40px; height:45px; overflow:hidden;position: absolute; left:-60px; top:90px;    cursor:pointer; background:url("/images/m_jtl.png") no-repeat;opacity: 0.5}
.i_zjjs .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.i_zjjs .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(/style/"") 0 -9px no-repeat; }
.i_zjjs .hd ul li.on{ background-position:0 0; }
.i_zjjs .hd .prev:hover,.i_zjjs .hd .next:hover{opacity: 1}



.i_zjjs .bd {
    padding: 0;
    width: 1300px; overflow: hidden;
}

.i_zjjs .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 110%;
}

.i_zjjs .bd ul li {
    margin: 0 40px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;width:127px;
}

.i_zjjs .bd ul li .pic {
    text-align: center;
}
.zj_photo{display: block; margin: 0 auto; width:127px; height: 200px; overflow: hidden}
.i_zjjs .bd ul li .pic img {
    width: 127px;
    height: 200px;
    display: block;
}


.i_zjjs .bd ul li .pic a:hover img {
    border-color: #999;
}

.i_zjjs .bd ul li .title {
    line-height: 42px;
    height: 42px;;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #666666;
     font-weight: bold;
}

.i_zjjs .bd ul li .title a {
    color: #666666
}



/*i_yqsb*/
.i_yqsb {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 25px auto 0 auto
}

.i_yqsb_left {
    overflow: hidden;
    position: relative;
    float: left;
    width: 880px;
}

.i_yqsb_right {
    overflow: hidden;
    position: relative;
    float: right;
    width: 390px;
}

.i_yqsbleft {
    width: 880px;
    overflow: hidden;
    position: relative;
}

.i_yqsbleft .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.i_yqsbleft .hd .prev, .i_yqsbleft .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("/images/arrow.png") no-repeat;
}

.i_yqsbleft .hd .next {
    background-position: 0 -50px;
}

.i_yqsbleft .hd .prevStop {
    background-position: -60px 0;
}

.i_yqsbleft .hd .nextStop {
    background-position: -60px -50px;
}

.i_yqsbleft .bd {
    padding: 0 0;
}

.i_yqsbleft .bd ul {
    overflow: hidden;
    zoom: 1;
}

.i_yqsbleft .bd ul li {
    margin: 0 25px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.i_yqsbleft .bd ul li .pic {
    text-align: center;
}

.i_yqsbleft .bd ul li .pic img {
    width: 266px;
    height: 190px;
    display: block;
}

.i_yqsbleft .bd ul li .pic a:hover img {
    border-color: #999;
}

.i_yqsbleft .bd ul li .title {
    line-height: 50px;
    font-size: 16px;
}

/*jkkp*/
.i_jkkp {
    width: 390px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.i_jkkp ul {
    height: auto;
    overflow: hidden;
}

.i_jkkp li {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 40px;
    height: 40px;
}

.i_jkkp li a {
    background: url("/images/ico_001.png") left center no-repeat;
    color: #333333;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px
}

.i_jkkp li a:hover {
    color: #cc0000
}

.i_jkkp li span {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #999999
}

.jkkp_pic {
    width: 390px;
    margin: 0 auto 15px auto;
    overflow: hidden;
}

/*listbanenr*/
.part-tit {
    min-width: 1300px;
    width: 100%;
    height: 218px;
    background: url(/images/list_banner004.jpg) center center/100% 100% no-repeat;
}

.part-tit .part-mes {
    width: 280px;
    padding-left: 475px;
    padding-top: 70px;
}

.part-tit .part-mes h1 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
color: #fff;
}

.part-tit .part-mes p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #8C999A;
}

/*左边快速导航*/
.department-nav-wrap {
    position: relative;
}

.department-nav-wrap.fixed .department-nav {
    position: fixed;
    top: 0;
    z-index: 1;
}

.department-nav {
    position: absolute;
    top: -70px;
    width: 220px;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 152px;
    background-color: #fff; /*background: url("/images/pgy.png");*/
    box-shadow: 0 0 1px #e4e4e4;
    transition: top linear .3s;
}

.department-nav .category {
    display: block;
    height: auto;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 18px;
    background: url("/images/list_subjt.png") 180px center no-repeat;
    border-bottom: #e3e3e3 1px solid
}

.department-nav .category:hover {
    background: url("/images/list_subjt2.png") 180px center no-repeat #3699d2;
    color: #ffffff
}

.department-nav .curcategory {
    display: block;
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background: url("/images/this_hoverbg1.png") left center no-repeat #3699d2;
}

.department-nav .curcategory:hover {
    background: url("/images/this_hoverbg1.png") left center no-repeat #3699d2;
}

/*手风琴效果单独样式*/
.accordion .department-nav .category {
    display: block;
    height: 28px;
    padding: 15px 20px;
    border-bottom: 1px solid #d7d7d7;
}

.accordion .department-nav .category:hover {
    background-color: #e5e5e5;
}

.accordion .department-nav .curcategory {
    display: block;
    height: 28px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #8C999A;
}

.accordion .department-nav .curcategory:hover {
    background-color: #8C999A;
}

.accordion .department-nav .category:after {

    float: right;
}

.accordion .department-nav .curcategory:after {

    float: right;
}

.department-nav .departs {
    display: none;
    width: 220px;
    max-height: 270px;
    overflow-y: auto;
    padding: 10px 1px;
    border-bottom: 1px solid #e4e4e4;
}

.department-nav .departs a {
    display: block;
    padding-left: 15px;
}

.department-nav .departs .curdepart {
    color: #0EB29A;
    background-color: #f9f9f9;
}

/*三级栏目*/
.three-nav {
    height: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e5e5e5;
    position: relative;
}

.three-nav h2 {
    line-height: 50px;
    font-size: 22px;
    word-spacing: .8em;
    color: #3699d2;
    font-weight: normal;
    float: left;
}

.three-nav h2:before {
    content: /style/"";
    position: absolute;
    bottom: -3px;
    left: -5px;
    width: 30px;
    height: 3px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow: hidden;
    background: #3699d2;
}

.three-nav h2 span, .three-nav h2 i {
    vertical-align: middle;
}

.three-nav h2 i {
    font-size: 14px;
    color: #ea5a54;
    margin-left: 15px;
}

.three-nav h2 i a {
    margin-left: 5px;
}

.three-nav ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.three-nav li {
    float: left;
    line-height: 16px;
    padding: 10px 18px;
    position: relative;
}

.three-nav li.cur {
    background: #fff;
    border-left: 1px solid #E3D3CA;
    border-right: 1px solid #E3D3CA;
    border-top: 3px solid #3699d2;
    border-bottom: 2px solid #fff;
    margin-bottom: -3px;
}

.three-nav li.cur a {
    color: #3699d2;
}

.contact {
    position: absolute;
    width: 220px;
    height: 150px;
    bottom: 0;
    left: 0;
    background: url(/images/contact.png);
}

.contact p {
    padding-left:40px;
    padding-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.contact p span {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}
.container { width:1300px; margin:0 auto;}

.layout {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.mt25 {
    margin-top: 25px;
}

.pl265 {
    padding-left: 250px;
}

.list-item {
    box-sizing: border-box;
    background: #ffffff;
    width: 1070px;
    float: right;
    padding: 10px 20px 40px 20px;
min-height:600px;
}

/*新闻列表*/
.list_thissub {
    background: #3699d2;
    height: 50px;
    background: url("/images/this_subbg.png");
    padding: 20px 0 0 20px
}

.list_thissub h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff
}

.news-list > .fl, .news-show > .fl, .video-show > .fl {
    width: 70%;
}

.news-list > .fr, .news-show > .fr, .video-show > .fr {
    width: 26%;
}

.news-list .sort {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.list-content {
    position: relative;
    padding: 10px 0
}

.news-list .sort a.cur {
    font-weight: bold;
    color: #3073b1;
    border-bottom: 3px solid #256aa7;
    padding: 0 15px;
    display: block;
    margin-right: 20px;
    line-height: 46px;
    height: 46px;
    float: left;
    font-size: 18px;
}

.path {
    padding: 0;
    text-align: right;
    color: #999;
    float: right;
    width:568px;
    line-height: 46px;
    height: 46px;
}

#news-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 124px;
    position: relative;
}

#news-list li:first-child {
    padding-top: 5px;
}

#news-list li:first-child .thumb {
    top: 5px;
}

#news-list li h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    height: 37px;
}

#news-list li h2 a {
    display: inline-block;
    color: #333333
}

#news-list li .thumb {
    position: absolute;
    left: 0;
    top: 20px;
}

#news-list li .thumb img {
    width: 182px;
    height: 124px;
}

#news-list li.hasthumb {
    padding-left: 200px;
}

.news-list-info {
    font-size: 12px;
    color: #999;
    line-height: 35px;
}

.news-list-info .fl span {
    margin-right: 10px;
}

.news-list-info .fr span {
    display: inline-block;
}

.news-list-info .fr a {
    vertical-align: middle;
    margin-left: 5px;
}

.news-list-summary {
    overflow: hidden;
    height: 124px;
}

.news-list-summary p {
    display: -webkit-box;
    line-height: 24px;
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom:0;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #777;
    margin: 0
}

.right-side .list-tit h2 span {
    font-weight: bold;
    display: inline-block;
    line-height: 46px;
}

.pager {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px
}

/*c-content*//*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 0;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #e5e5e5;;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
margin-top:20px;
}


.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: #1c77c8;
    font-size: 16px;
    background: url("/images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0 15px;
}

.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*keshi*//*LINK*/
.cont_yxbm_rigB {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
}

.cont_yxbm_rigB h2 {
    height: 42px;
    line-height: 42px;
    text-indent: 0; /*border-left:3px solid #3073b1;*//*background:#f1f1f1;*/
    margin-bottom: 10px;
    font-size: 18px;
    color: #3699d2;
    font-weight: bold;
}

.cont_yxbm_rigB ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%;
}

.cont_yxbm_rigB ul li a {
    display: block;
    width: 252px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #222222; padding: 5px 0 0 0;
}

.cont_yxbm_rigB ul li {
width: 245px;
    height: 60px;
    line-height: 27px;
    float: left;
    text-align: left;
    padding: 4px 1px 0 0;
    margin: 5px 1.1% 5px 0;
    display: inline;
    font-size: 18px;
    background: #f6f6f6;
    border: #ffffff 1px solid;
}

.cont_yxbm_rigB ul li span {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    width: 100%;
    text-align: center;
    display: block
}

.cont_yxbm_rigB ul li:hover {
    color: #3491bc;border: #3491bc 1px solid;
}

.cont_yxbm_rigB ul li:hover a {
    color: #3491bc; font-weight: bold;
}

.cont_yxbm_rigB ul li:hover span {
    color: #3491bc;
}

/*侧边栏*//*.aside{position:fixed;width:40px;text-align:center;height:100%;right:0;top:0;z-index:99;padding-top:160px;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside a{display:block;color:#fff;}
.aside a:hover i{background:#00625A;}
.aside li{height:40px;line-height:40px;position:relative;}
.aside a i{width:100%;font-size:20px;background:#008059;position:relative;z-index:1;}
.aside li span{display:none;width:96px;background:#008059;position:absolute;top:0;right:0;color:#fff;}
.aside .gotop{position:fixed;width:40px;bottom:0;}
.aside .gotop a{display:none;}
.no-js .aside-service a span{display:block;opacity:0;filter:alpha(opacity=0);right:-36px;transition:opacity 0.3s,right 0.3s;-webkit-transition:opacity 0.3s,right 0.3s;}
.no-js .aside-service a:hover span{opacity:1;filter:alpha(opacity=100);right:40px;}
.no-js .gotop{display:block;}*//*侧边栏*/
.aside {
    position: fixed;
    width: 40px;
    height: 100%;
    right: 20px;
    top: 0;
    z-index: 99;
    padding-top: 160px;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
}

.aside li {
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: width .3s linear;
    overflow: hidden;
}

.aside li:nth-child(1):hover, .aside li:nth-child(2):hover, .aside li:nth-child(3):hover {
    width: 100px;
}

.aside li a i {
    margin-left: 12px;
    color: #fff;
}

.aside li a {
    color: #fff;
    display: block;
    line-height: 40px;
}

.aside li:nth-child(1) {
    background-color: #0EB29A;
}

.aside li:nth-child(2) {
    background-color: #C8E29D;
}

.aside li:nth-child(3) {
    background-color: #498EB9;
}

.aside li:nth-child(4) {
    background-color: #A4EAE8;
}

.totop {
    display: none;
}

/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}

.list_box li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("/images/dxhx.png") bottom repeat-x;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 18px;
    background: url("/images/ico_dd.png") 5px center no-repeat;
}

.list_box li:hover {
    color: #cc0000;
}

.list_box li a:hover {
    color: #cc0000;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}

/*ks_info*/
.ksabout {
    width: 1060px;
    height: auto;
    overflow: hidden;
    padding: 0 0;
    margin-bottom: 30px;
}

.ksabout img {
    width: 402px;
    height: 230px;
}

.ksabout .k-js {
    width: 636px;
    height: auto;
    font-size: 15px;
    color: #595959;
    text-align: left;
}

.ksabout .k-js p {
    margin-top: 6px;
    font-size: 16px;
    color: #595959;
    line-height: 25px;
    text-indent: 2em;
}

.ksabout .k-js .more {
    display: block;
    width: 82px;
    height: 27px;
    background-color: #bda179;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin-top: 26px;
    cursor: pointer;
}

.ksabout .k-js .hid {
    display: none;
}

.ks_lxfs {
    width: 920px;
    height: 78px;
    padding: 0 12px;
}

.ks_lxfs ul li {
    font-size: 15px;
    color: #595959;
    float: left;
    margin-top: 25px;
    margin-bottom: 27px;
}

.ks_lxfs ul li:nth-child(2) {
    margin-left: 45px;
}

.ks_lxfs ul li:nth-child(3) {
    margin-left: 60px;
}

.ks_lxfs ul li i {
    font-size: 24px;
    color: #bda179;
    vertical-align: middle;
}

/*ksallzj*/
.ks_kszj ul li {
    width: 46.8%;
    height: 212px;
    margin-top: 25px;
    float: left;
    padding-left: 12px;
    padding-right: 18px;
}

.ks_kszj ul li .avactar {
    width: 35%;
    height: 211px;
}

.ks_kszj ul li .message {
    width: 61%;
    height: 211px;
}

.ks_kszj ul li .message h5 {
    font-size: 20px;
    color: #222222;
    font-weight: normal;
    padding-top: 3px;
}

.ks_kszj ul li .message span {
    font-size: 14px;
    color: #505050;
    display: block;
    margin-top: 12px;
}

.ks_kszj ul li .message p {
    font-size: 16px;
    color: #818080;
    margin-top: 17px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ks_kszj ul li .message a {
    display: block;
    width: 67px;
    height: 31px;
    background-color: #bda179;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

/*zj_xx*//*专家照片部分*/
.zj-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.zj-info .expert-img {
    width: 1060px;
    padding: 0 0;
    height: 230px;
    padding-top: 10px;
}

.zj-info .expert-img .img {
    width: 165px;
    height: 227px;
}

.zj-info .expert-img .img img {
    width: 165px;
    height: 227px;
}

.zj-info .expert-img .name {
    width: 50%;
    height: 168px;
    margin-left: 30px;
}

.zj-info .expert-img .name h5 {
    font-size: 22px;
    color: #222222;
    margin-top: 3px;
}

.zj-info .expert-img .name ul li {
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    margin-top: 10px;
}

.gold {
    color: #927d60;
}

.zj-info .expert-img a {
    display: block;
    width: 143px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    background-color: #bda179;
    font-size: 14px;
    color: #fff;
    bottom: 0;
    right: 5px;
    position: absolute;
}

/*专家介绍部分*/
.zj-info .expert {
    width: 100%;
    padding: 0 0;
    height: auto;
}

.zj-info .expert .info p {
    font-size: 15px;
    color: #565656;
    line-height: 25px;
    margin-top: 20px;
}

/*坐诊时间部分*//*坐诊时间部分*/
.zjpb_box {
    width: 100%;
    padding: 0 0;
    height: auto;
}

.zjpb_box .tit {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.zjpb_box .tit h3 {
    font-size: 25px;
    color: #2c5771;
    padding-top: 30px;
}

.zjpb_box .tit .bb {
    width: 100px;
    height: 4px;
    background-color: #6bcbca;
    left: 0;
    bottom: -2px;
}

.zjpb_box table {
    width: 100%; /*height: 140px;*/
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}

.zjpb_box table th {
    height: 53px;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    padding: 0;
    background-color: #c8e29d;
    color: #333333;
}

.zjpb_box table th:last-child {
    border-right: none;
}

.zjpb_box table tr td {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.zjpb_box table tr td:last-child {
    border-right: none;
}

.zjpb_box table tr {
    height: 43px;
    text-align: center;
}

.gray {
    background-color: #f3f3f3;
}

.zjpb_box table .little-green {
    background-color: #b4ce89;
}

.zjpb_box table p {
    margin: 0;
    padding: 0
}

/*下载溜溜体育(中国)官方网站其他专家部分*/
.ksothers {
    width: 100%;
    padding: 0 0;
    height: auto;
    overflow: hidden;
}

.ksothers ul {
    width: 110%;
}

.ksothers ul li {
    width: 120px;
    height: 195px;
    text-align: center;
    margin-top: 20px;
    margin-right: 32px;
    float: left;
}

.ksothers ul li:last-child {
    margin-right: 0;
}

.ksothers ul li img {
    height: 167px;
    width: 120px;
}

.ksothers ul li span {
    font-size: 15px;
    color: #666666;
    display: block;
    margin-top: 5px;
}

.zj-info .tit {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.zj-info .tit h3 {
    font-size: 20px;
    color: #3699d2;
    padding-top: 30px;
}

.zj-info .tit .bb {
    width: auto;
    height: 4px;
    background-color: #3699d2;
    left: 0;
    bottom: -2px;
    padding: 0 20px;
}

/*piclist*/
.pic-list {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 110%;
    margin: 0 auto;
    padding: 0;
}

.pic-list li {
    width: 335px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}

.pic-list li img {
    width: 242px;
    height: 182px;
    border: #efefef 1px solid;
    padding: 5px;
}

.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
    opacity: 0.9
}

.pic-list li a {
    display: block;
    width: 302px;
}

.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

/*zjlist*/
.zjlist {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    height: auto;
    overflow: hidden;
}

.zjlist:hover {
    background: #ffffff;
    border: #a6d4f0 1px solid
}

.zjlist:hover .left {
    background: #498EB9;
}

.zjlist:hover .left a {
    color: #ffffff
}

.zjlist .left {
    width: 190px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
}

.zjlist .left a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    font-size: 17px;
    color: #414141;
}

.zjlist .right {
    width: 82%;
    height: auto;
}

.zjlist .right ul li {
    width: 14.27%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
}

.zjlist .right ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.zjlist .right ul li:hover {
    background: #f6f6f6;
}

/*footer*/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background:url("/images/footer_bg.png") center no-repeat;
    padding: 30px 0 0 0;
    font-size: 16px;
    color: #ffffff
}

.footer_left {
    height: 110px;
    width: 162px;
    float: left;
    background: url("/images/endlogo1.png") left center no-repeat;
    padding: 20px 20px 20px 0;
}

.footer_center {
    height: 150px;
    width: 740px;
    float: left;
    padding: 0 20px 0 30px;
    color: #ffffff;
}

.footer_right {
    width:285px;
    float: right;
    padding: 10px 0 0 0
}

.footer_right li {
    width: 120px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 20px;
    text-align: center;
}

.footer_right li a {
    color: #ffffff;
}

.footer_right li img {
    width: 120px;
    height: 120px
}

.footer_right li span {
    color: #ffffff;
    line-height: 34px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}
.end_dz {
    padding: 0 0 0 0;
    line-height: 24px; color: #ffffff; font-weight: normal; font-size: 24px;
}


.end_zbdh {
    padding: 0 0 0 0;margin: 0 ;
    color: #ffffff; line-height: 30px;
}
.end_zbdh p{ margin: 0 ; padding: 0}
.end_zbdh a{color: #fff}
.end_zbdh_font {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.copright {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 60px;
    margin-top:15px; background: url("/images/copright_bg.png") ;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.copright p{ margin: 0; padding:0}
.copright a{
    color: #ffffff;
}


/*emd_Link*/

/*i_link*/
.i_link {
    width: 1300px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.i_link h2 {
    width:100px;
    font-size:20px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    float: left;
    color: #379ad2;
}

.i_link h2 span {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px
}

.i_link ul {
    float: left;
    width: 1185px;
}

.i_link li {
    color: #999999;
    font-size: 18px;
    line-height: 60px;
    display: block; float: left;
}

.i_link li a {
    color: #666666;
    padding: 0 20px;
}

.i_link li a:hover {
    color: #000000;
}






.select{position:relative;width:134px;min-width:134px;height:36px;border:1px solid #eee;cursor:pointer;}
.select:after{content:/style/"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #666;border-right:5px solid transparent;border-left:5px solid transparent;}
.select .select_text{padding:0 20px 0 10px;height:36px;line-height:36px;}
.select_ul{display:none;position:absolute;top:34px;left:-1px;width:134px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.select_ul li{line-height:36px;text-indent:10px;}
.select_ul li:hover{color:#fff;background:#6AA7EA;}
.select_ul li.cur{color:#fff;background:#195DA3;}