@charset "UTF-8";
.img-scale img,
.sidebar .sidebar-ewm img,
.sidebar .items .p1,
.link .link-con a,
.list-txt .date,
.list-txt .txtbox h3 a,
.list-img li .describe,
.list-img2 li,
.list-img2 li .txtbox .describe,
.list-expert li .imgbox:after,
.list-expert li .imgbox .icon-add {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-txt .txtbox h3 a,
.list-txt .txtbox .describe,
.list-img li .describe,
.list-img2 li .txtbox .title,
.list-expert li .txtbox .title,
.list-expert li .txtbox .describe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input {
    font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", \5b8b\4f53, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
    font-size: 100%;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    outline: none;
    display: block;
}

a:hover {
    text-decoration: underline;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

a,
button {
    cursor: pointer;
}

button {
    outline: medium;
}

input {
    outline: medium;
}


/*img{

  width: 100%;

}*/


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

body {
    background: #fff;
    min-width: 1200px;
    font-family: Arial, "微软雅黑 Regular";
    font-size: 14px;
    color: #666666;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}

.song {
    font-family: "宋体";
}

.o {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.img-scale {
    overflow: hidden;
}

.top-bg {
    background: #ffffff;
    color: #4c4c4c;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
    color: #999999;
    font-weight: bold;
}

.top-bg .top {
    height: 27px;
    line-height: 27px;
}

.top-bg .top-right a {
    color: #999999;
    padding: 0 15px;
    position: relative;
    float: left;
}

.top-bg .top-right a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: 14px;
    width: 1px;
    background: #b3b3b3;
    display: none;
}

.top-bg .top-right a:last-child:before {
    width: 0;
}

.header {
    height: 160px;
    background: #fff;
}

.header .header-bg {
    /*! background: url("../images/headerbg.png") no-repeat 395px bottom; */
}

.header .logo {
    display: inline-block;
    line-height: 160px;
    vertical-align: middle;
    float: left;
}

.header .logo img {
    max-height: 100%;
    width: 305px;
}

.header .search {
    padding-top: 40px;
}

.header .search .search-box {
    border: 1px solid #38adff;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 1px;
    /*! color: #fff; */
}

.header .search .search-box input[type="text"] {
    width: 220px;
    padding: 0 10px;
    height: 40px;
    background: none;
    border: none;
    font-family: "微软雅黑 Regular";
    color: #aeaeae;
}

.header .search .search-box input[type="submit"] {
    font-family: "微软雅黑 Regular";
    width: 60px;
    height: 42px;
    border: none;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #38adff url("../images/index_img4.png") no-repeat center;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
}

.header .search .phone {
    color: #3aadff;
    padding-top: 15px;
}

.header .search .phone span {
    padding-top: 40px;
    /*! margin-left: 20px; */
}

.header .search .phone span a {
    display: inline;
    font-weight: bold;
    margin-left: 10px;
    color: #e90011;
    font-size: 24px;
    font-style: italic;
}

.nav {
    height: 48px;
    background: #38adff;
    background: -moz-linear-gradient(top left, #56c5fe, #2994ea);
    background: -webkit-linear-gradient(top left, #56c5fe, #2994ea);
    background: linear-gradient(top left, #56c5fe, #2994ea);
    font-size: 16px;
}

.nav li {
    float: left;
    text-align: center;
    line-height: 48px;
    width: 133px;
    position: relative;
}

.nav li>a {
    color: #fff;
}

.nav li.curr {
    background: #0096ff;
}

.nav li:hover {
    background: #0096ff;
}

.nav li .subnav {
    position: absolute;
    width: 100%;
    background: #fff;
    font-size: 15px;
    display: none;
    z-index: 20;
    border-bottom: 2px solid rgb(0, 150, 255);
}

.nav li .subnav a {
    color: #4c4c4c;
    border-bottom: 1px solid #f0f0f0;
}

.nav li .subnav a:hover {
    color: #0096ff;
    /*! border-bottom: 1px solid #eee; */
}

.sidebar {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.sidebar>div {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    background: #0178d3 url("../images/icon-sidebar.png") no-repeat;
}

.sidebar>div:hover {
    background-color: #1fbfc8;
}

.sidebar>div:nth-child(1) {
    background-position: 0 0px;
}

.sidebar>div:nth-child(2) {
    background-position: 0 -57px;
}

.sidebar>div:nth-child(3) {
    background-position: 0 -114px;
}

.sidebar>div:nth-child(4) {
    background-position: 0 -171px;
}

.sidebar>div:nth-child(5) {
    background-position: 0 -228px;
}

.sidebar>div:last-child {
    border-bottom: none;
}

.sidebar .sidebar-ewm img {
    padding: 0px;
    position: absolute;
    right: 57px;
    background: #1fbfc8;
    width: 0;
    height: 0;
}

.sidebar .sidebar-ewm:hover img {
    padding: 10px;
    width: 128px;
    height: 128px;
}

.sidebar .items a {
    height: 100%;
}

.sidebar .items .p1 {
    height: 55px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    width: 0;
    background: #1fbfc8;
    right: 57px;
    line-height: 55px;
    overflow: hidden;
    padding-left: 0;
}

.sidebar .items:hover .p1 {
    width: 180px;
    padding-left: 20px;
}

.sidebar .items:hover .pw {
    width: 85px;
}

.foot-wrap {
    background: #0178d3;
    background: #38adff;
    background: -moz-linear-gradient(top left, #56c5fe, #2994ea);
    background: -webkit-linear-gradient(top left, #56c5fe, #2994ea);
    background: linear-gradient(top left, #56c5fe, #2994ea);
}

.link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 25px;
    height: 50px;
    overflow: hidden;
}

.link .yq {
    color: #fff;
    font-size: 17px;
    background: url("../images/link.png") no-repeat top left;
    padding-left: 42px;
    padding-top: 2px;
    padding-right: 20px;
}

.link .link-con {
    width: 1000px;
    position: relative;
    line-height: 25px;
    padding-top: 3px;
    color: #fff;
}

.link .link-con a {
    display: inline-block;
    height: 47px;
    color: #fff;
    padding: 0 20px;
}


/*.link .link-con a:after {

        content: '|';

        padding: 0 26px 0 23px;

        color: #fff; }*/

.link .link-con a:hover {
    color: #1fbfc8;
}

.link .gengduo {
    color: #fff;
    display: inline-block;
    padding-top: 6px;
}

.footer {
    height: 242px;
    margin-top: 4px;
    padding-top: 62px;
}

.footer .logo {
    width: 404px;
    padding-left: 6px;
    padding-right: 20px;
    border-right: 4px solid #fff;
    margin-right: 60px;
    height: 200px;
}

.footer .logo img {
    width: 350px;
    /*! height: 170px; */
    margin-top: 35px;
}

.footer .erweima {
    width: 115px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.footer .erweima .imgbox {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}

.footer .erweima .imgbox img {
    width: 100%;
    height: 100%;
}

.footer .info {
    width: 450px;
    color: #fff;
    line-height: 30px;
}

.footer .info .info-link {
    font-size: 15px;
    padding-bottom: 15px;
}

.footer .info .info-link a {
    float: left;
    margin-right: 30px;
    color: #fff;
    line-height: 40px;
}

.footer .info .info-link a:hover {
    /*! color: #1fbfc8; */
    /*! text-decoration: aliceblue; */
    text-decoration: underline !important;
}

.footer .info span {
    font-size: 26px;
    font-weight: bold;
}

.footer .info .reixian {
    padding: 0 0 6px 0;
}

.copyright {
    font-size: 13px;
    color: #eee;
    text-align: center;
    height: 65px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 65px;
}

.copyright a {
    display: inline-block;
    color: #eee;
}
.copyright a:hover {
 text-decoration: underline !important;
}



.list-txt {
    overflow: hidden;
    margin-left: 18px;
    border-bottom: 1px dotted #999;
    padding: 30px 0;
}

.list-txt:hover .date {
    color: #fff;
    background: #55c4fd;
}

.list-txt:hover .date .day {
    border-bottom: 1px solid #fff;
}

.list-txt:hover .txtbox h3 a {
    color: #55c4fd;
}

.list-txt .date {
    float: left;
    width: 88px;
    height: 64px;
    background: #ebebeb;
    color: #666;
    text-align: center;
    border-radius: 5px;
    padding-top: 17px;
}

.list-txt .date .year {
    padding-top: 6px;
    font-size: 14px;
}

.list-txt .date .day {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #b3b3b3;
    margin: 12px 7px 0;
}

.list-txt .txtbox {
    float: left;
    width: 632px;
    padding-left: 24px;
    margin-right: 20px;
}

.list-txt .txtbox h3 {
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}

.list-txt .txtbox h3 a {
    color: #333;
}

.list-txt .txtbox .describe {
    color: #999;
    line-height: 30px;
    padding: 10px 0 10px;
}

.list-img {
    padding-left: 6px;
    padding-top: 54px;
}

.list-img li {
    float: left;
    margin-right: 28px;
    padding-bottom: 40px;
    width: 248px;
}

.list-img li:nth-child(3n) {
    margin-right: 0;
}

.list-img li a:hover .describe {
    color: #0096ff;
}

.list-img li img {
    width: 248px;
    height: 182px;
}

.list-img li .describe {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding: 20px 0 10px;
}

.list-img2 li {
    float: left;
    margin-right: 60px;
    margin-bottom: 50px;
    width: 360px;
}

.list-img2 li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.list-img2 li:hover .txtbox .title {
    color: #1fbfc8;
}

.list-img2 li:nth-child(3n) {
    margin-right: 0;
}

.list-img2 li img {
    width: 360px;
    height: 281px;
}

.list-img2 li .txtbox {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 0 7px;
    height: 176px;
}

.list-img2 li .txtbox .title {
    font-size: 16px;
    color: #000;
    padding: 10px 0 10px;
}

.list-img2 li .txtbox .describe {
    color: #666;
    line-height: 24px;
    height: 96px;
}

.list-expert li {
    width: 216px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 66px;
}

.list-expert li:nth-child(5n) {
    margin-right: 0;
}

.list-expert li:hover .imgbox:after {
    opacity: 1;
}

.list-expert li:hover .imgbox .icon-add {
    left: 50%;
    margin-left: -27px;
}

.list-expert li .imgbox {
    position: relative;
}

.list-expert li .imgbox:after {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(31, 191, 200, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.list-expert li .imgbox .icon-add {
    background: url("../images/icon-add.png") no-repeat center;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 100%;
    top: 116px;
    z-index: 10;
}

.list-expert li img {
    width: 216px;
    height: 285px;
    background: #e1f5ec;
}

.list-expert li .txtbox {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 0 7px;
    height: 78px;
    text-align: center;
}

.list-expert li .txtbox .title {
    font-size: 16px;
    color: #000;
    padding: 10px 0 10px;
}

.list-expert li .txtbox .describe {
    color: #1fbfc8;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
}


/* Firefox 4-18 */

:-moz-placeholder {
    color: #999;
    font-weight: 400;
}


/* Firefox 19-50 */

::-moz-placeholder {
    color: #999;
    font-weight: 400;
}


/* - Internet Explorer 10–11



   - Internet Explorer Mobile 10-11 */

:-ms-input-placeholder {
    color: #999 !important;
    font-weight: 400 !important;
}


/* Edge (also supports ::-webkit-input-placeholder) */

::-ms-input-placeholder {
    color: #999;
    font-weight: 400;
}


/* CSS Working Draft */

::placeholder {
    color: #999;
    font-weight: 400;
}

.shortcut {
    background: #fff;
    margin-top: 32px;
    padding-left: 24px;
    padding-bottom: 24px;
    /* width: 256px;*/
}

.shortcut .items {
    padding-top: 33px;
}

.shortcut .items .imgbox {
    float: left;
    width: 60px;
}

.shortcut .items .txtbox {
    height: 60px;
    width: 168px;
    padding-left: 15px;
    float: left;
}

.shortcut .items .txtbox h3 {
    color: #0178d3;
    font-weight: bold;
    font-size: 16px;
    padding: 2px 0 4px;
}

.shortcut .items .txtbox .describe {
    color: #808080;
}

.banner-pagination {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
    display: none;
}

.banner-pagination span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    transition: all 0.5s;
}

.banner-pagination span.curr {
    background: #0178d3;
}
.covers img {
    transition: all ease .5s;
}
.covers:hover img {
    transform: scale(1.1);
}


.con0 {
    width: 1200px;
    height: 58px;
    background: url("../images/index_img1.png") no-repeat top center;
    position: absolute;
    /*! top: 130px; */
    left: 50%;
    /*! left: 0; */
    /*! right: 0; */
    /*! top: -7px; */
    bottom: -40px;
    margin-left: -600px;
  }

.con0 a {
    color: #999;
}
  
  .con0adsF {
    max-width: 900px;
    height: 48px;
    float: left;
    padding-left: 13px;
    line-height: 48px;
    overflow: hidden;
  }
  
  .con0ads {
    color: #666666;
    width: 80px;
    float: left;
    font-size: 16px;
    padding: 0 0 0 28px;
    background: url("../images/index_news.gif") no-repeat left center;
  }
  
  .con0adsList {
    max-width: 790px;
    float: left;
  }
  
  .con0adsList > a {
    color: #999999;
  }
  
  .con0adsR {
    float: right;
    width: 48px;
    height: 48px;
    position: relative;
    background: #ffffff url("../images/index_newschang.png") no-repeat center;
  }
  
  .con0adsR > .prev,
  .con0adsR > .next {
    width: 16px;
    height: 12px;
    position: absolute;
  }
  
  .con0adsR > .prev {
    top: 7px;
    left: 11px;
  }
  
  .con0adsR > .next {
    right: 10px;
    bottom: 6px;
  }
  #_ideConac {
    width: 56px;
    height: 65px;
    display: block;
    float: left;
    /* padding-top: 27px; */
    overflow: hidden;
  }
  #_ideConac #imgConac {
    width: 100%;
  }

  .hTitle {
    color:
    #38adff;
    border-bottom: 3px solid #38adff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 45px;
  }