?/*banner???????*/
* {
    margin:0;
    padding:0;
}
.banner_hide {
    height: 400px;
    padding: 0px;
    background: url(imagesbj.png) no-repeat 0 0;
    background-size: cover;
}
.banner_hide .banner_hide_conter {
    width: 1200px;
    height: 100%;
    /*background-color: pink;*/
    margin: 0 auto;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col h1 {
    font-size: 60px;
    color: #063796;
    font-weight: 700;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col p {
    font-weight: 700;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col p span {
    margin-right: 10px;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child {
    text-align: right;
    padding-top: 110px;
    position: relative;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child p {
    font-size: 16px;
    color: #fff;
    margin-top: 27px;
    border-top: 1px solid #6490d7;
    padding-top: 10px;
    text-align: center;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child .data {
    background: url(imagesdata.png) no-repeat 0 0;
    display: inline-block;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 0px;
    height: 200px;
    right: 0px;
    padding-top: 60px;
    padding-right: 37px;
    padding-left: 33px;
    width: 300px;
    text-align: center;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child .data span {
    padding: 0 5px;
    font-size: 22px;
    font-weight: 500;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child iframe {
    padding-left: 300px;
    margin-top: 30px;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child ul {
    padding-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    bottom: 90px;
    right: 0px;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child ul li {
    float: left;
    width: 100px;
    height: 44px;
    list-style: none;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child ul li a {
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #2784c1;
    color: #d8dae7;
    cursor: pointer;
    text-decoration: none; 
    display: inline-block;
    font-size: 16px;
}
.banner_hide .banner_hide_conter .banner_hide_conter_col:last-child ul li:hover a {
    background-color: #034296;
    color: #fff;
}
/*banner????????*/
.banner_show {
    width: 100%;
    /*height: 164px;*/
    /*overflow: hidden;*/
    display: none;
}
.banner_show .banner_show_center {
    width: 1200px;
    height: 164px;
    margin: 0 auto;

}
.banner_show .banner_show_center img {
    /*width: 145px;*/
    height: 118px;
    margin-top: 14px;
}
.banner_show .banner_show_center .input {
    float: right;
    margin-top: 60px;
    height: 44px;
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    margin-right: 20px;
}
.banner_show .banner_show_center .input span {
    width: 44px;
    height: 42px;
    display: inline-block;
}
.banner_show .banner_show_center .input input {
    outline:none; border:none;
    height: 100%;
    background-color: #f4f4f4;
    vertical-align: top;
}
.banner_show .banner_show_center ul {
    float: right;
    margin-top: 60px;
}
.banner_show .banner_show_center ul li {
    list-style: none;
    float: left;
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #2784c1;
    color: #d8dae7;
}
.banner_show .banner_show_center ul li a {
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #2784c1;
    font-size: 16px;
    text-decoration: none;
    color: #d8dae7;
    display: inline-block;
}
.banner_show .banner_show_center ul li:hover a {
    background-color: #034296;
    color: #fff;
}
.logo {
    width: 100%;
    background: linear-gradient(to right,#034296, #2883c3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034296', endColorstr='#2883c3',GradientType=0 )\0;
}
.logo .logo_conter {
     width: 1200px;
     height: 66px;
     margin: 0 auto;
 }
.logo .logo_conter ul {
    width: 1200px;
    height: 66px;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
}
.logo .logo_conter ul li {
    list-style: none;
    float: left;
    width: 144px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.logo .logo_conter ul li a {
    width: 144px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    float: left;
}
.secondary_menu {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 66px;
    z-index: 9999;
    background: #000;
    opacity: 0.6;   
    overflow: hidden;
    transition: all 300ms; 
    padding-left: 144px; 
}
.forum_menu {
    padding-left: 288px;
}
.service_menu {
    padding-left: 720px;
}
.logo .logo_conter ul li .secondary_menu li {
    height: 50px;
    width: 120px;
    color: #fff;
    float: left;
}
.logo .logo_conter ul li .secondary_menu li a {
    line-height: 50px;
    font-size: 12px;
    height: 50px;
    width: 120px;
    color: #fff;
    float: left;
}
.logo .logo_conter ul li:hover a {
    border-bottom-right-radius:33px;
    background-color: #80bd34;
}
.logo .logo_conter ul li:hover ol li a {
      background-color: #000;
}
.logo .logo_conter ul li .secondary_menu li a:hover {
    background: #000;
}
.logo .logo_conter ul .active {
    behavior: url(PIE.htc);
    border-bottom-right-radius:33px;
    -webkit-border-bottom-right-radius:33px;
    -moz-border-bottom-right-radius:33px;
    background-color: #80bd34;
}
/*???????main??*/
.main {
    width: 100%;
}
.main .main_conter {
    width: 1200px;
    margin: 0 auto;
}
/*????????*/
.main .main_conter .shuffling {
    height: 460px;
}

.main .main_conter .shuffling #container {
    width: 900px;
    height: 459px;
    overflow: hidden;
    position: relative;
}
#container span {
    width: 900px;
    height: 60px;
    background-color: #000;
    opacity: .5;
    filter:Alpha(Opacity=50)\0;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
    padding-left: 28px;
    line-height: 60px;
    color: #fff;
}
#container span i {
    font-style:normal;
    padding-right: 30px;
}
.main .main_conter .shuffling #container #list {
    width: 4500px;
    height: 459px;
    position: absolute;
    z-index: 1;
    left:-900px;
}
.main .main_conter .shuffling #container #list img {
    float: left;
    width: 900px;
    height: 459px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.main .main_conter .shuffling #container #list img:hover {
    transform: scale(1.05);
}
.main .main_conter .shuffling:hover .arrow {
    display: block;
}
.main .main_conter .shuffling #smallContainer {
    width:300px;
    position: absolute;
    top: 0px;
    right:0px;
}
.main .main_conter .shuffling #smallContainer #smallList img {
    width: 300px;
    height: 153px;
    display:block;
}
.main .main_conter .shuffling .max{
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}
.main .main_conter .shuffling #smallContainer #smallList {
    padding-left: 0px;
    overflow: hidden;
    width: 300px;
    height: 459px;
}
.main .main_conter .shuffling #smallContainer #smallList li{
    position: relative;
    list-style: none;
    width: 300px;
    float:left ;
    height: 153px;
}
.main .main_conter .shuffling #smallContainer #smallList li a{
     width: 300px;
     height: 153px;
     position: absolute;
     top:0;
     left: 0;
     display: inline-block;
     background-color:#000;
     opacity: 0.5;
     filter:Alpha(Opacity=50)\0;
 }
.main .main_conter .shuffling #smallContainer #smallList .on a{
    width: 300px;
    height: 153px;
    /*position: absolute;*/
    /*top:0;*/
    /*left: 0;*/
    display: inline-block;
    background-color:#000;
    opacity: 0;
    filter:Alpha(Opacity=0)\0;
}

/*????????*/
.main .main_conter .news {
    margin-top: 55px;
    overflow: hidden;
}
.main .main_conter .news .news_left {
    float: left;
    width: 860px;
    margin-right: 40px;
}
.main .main_conter .news .news_left h3 {
    font-size: 24px;
    color: #034296;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
    margin-bottom: 36px;
}
.main .main_conter .news .news_left ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.main .main_conter .news .news_left ul li {
    list-style: none;
    margin-bottom: 45px;
    overflow: hidden;
}
.main .main_conter .news .news_left ul li:nth-child(4) {
    margin-bottom: 0px;
    border-bottom: 1px dashed #f6f6f6;
    padding-bottom: 35px;
}
.main .main_conter .news .news_left ul li:nth-child(4) h4 {
    margin-bottom: 25px;
    margin-top: 5px;
}
.main .main_conter .news .news_left ul li:nth-child(5) {
    margin-bottom: 0px;
    padding-bottom: 50px;
}
.main .main_conter .news .news_left ul li:nth-child(5) h4 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.main .main_conter .news .news_left ul li .img {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    margin-right: 46px;
}
.main .main_conter .news .news_left ul li .img img {
    border: 0;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
    -ms-transform: scale(1);
}
.main .main_conter .news .news_left ul li .img:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.main .main_conter .news .news_left ul li h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    padding-left: 46px;
}
.main .main_conter .news .news_left ul li h4 a {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
.main .main_conter .news .news_left ul li h4:hover a {
    text-decoration: none;
    color: #034296;
}
.main .main_conter .news .news_left ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 0px;
    padding-left: 46px;
}
.main .main_conter .news .news_left ul li p a {
    text-decoration: none;
    color: #999;
}
.main .main_conter .news .news_left ul li p:hover a {
    color: #034296;
}
.main .main_conter .news .news_left .news_left_p {
    height: 52px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #999;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.main .main_conter .news .news_left .news_left_p a {
    height: 52px;
    font-size: 18px;
    color: #999;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    display: block;
    text-decoration: none;
}
.main .main_conter .news .news_left .news_left_p:hover a {
    height: 52px;
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background-color: #034296;
}
.main .main_conter .news .news_right {
    float: left;
    width: 300px;
    height: 1175px;
}
.main .main_conter .news .news_right .border {
    height: 100%;
    float: left;
    position: relative;
}
.main .main_conter .news .news_right .border span {
    height: 100%;
    width: 6px;
    background-color: #efefef;
    float: left;
    display: inline-block;
    position: absolute;
}
.main .main_conter .news .news_right h3 {
    font-size: 24px;
    color: #034296;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    float: left;
}
.main .main_conter .news .news_right ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 55px;
}
.main .main_conter .news .news_right ul li {
     list-style: none;
     margin-top: 32px;
     height: 113px;
     border-bottom-right-radius:60px;
     cursor: pointer;
     width: 300px;
     position: relative;
     overflow: hidden;
     float: left;
    z-index: 1001;
 }

.main .main_conter .news .news_right ul li:first-child{
    margin-top: 10px;
}
/*.main .main_conter .news .news_right ul li img {*/
    /*float: left;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
/*}*/
.main .main_conter .news .news_right ul li img:last-child {
    float: left;
    position: absolute;
    top: 0px;
    right: -300px;
    /*transition: right 0.5s;*/
}
.main .main_conter .news .news_right ul li img:first-child {
    float: left;
    position: absolute;
    top: 0px;
    right: 0px;
    /*transition: right 0.5s;*/
}
.main .main_conter .news .news_right ul li a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 999;
}
/*video???*/
.posterTvGrid{position:relative;height:372px;}
.posterTvGrid img{max-width:none;max-height:none;border:0 none;background:#888;}
.posterTvGrid .contentHolder{position:relative;overflow:hidden;}
.posterTvGrid .contentHolderUnit{cursor:pointer;position:absolute;width:498px;height:372px;}
.posterTvGrid .contentHolderUnit a.elementLink{display:block;overflow:hidden;z-index:3;position:absolute;left:0;right:0;width:100%;height:100%;}
.posterTvGrid .contentHolderUnit img{width:100%;height:100%;}
.posterTvGrid .contentHolderUnit .elementTitle{}
.posterTvGrid .contentHolderUnit .elementOverlay{z-index:1;position:absolute;top:0;left:0;background:#000;width:100%;height:100%;opacity:0;filter:opacity=0;}
.posterTvGrid .contentHolderUnit .leftShadow{position:absolute;top:23px;left:-320px;width:320px;height:240px;}
.posterTvGrid .contentHolderUnit .rightShadow{position:absolute;top:23px;right:-320px;width:320px;height:240px;}
.posterTvGrid .bannerControls{}
.posterTvGrid .leftNav,.posterTvGrid .rightNav{cursor:pointer;z-index:10;position:absolute;top:50%;width:45px;height:45px;margin-top:-43px;}
.posterTvGrid .leftNav{    width: 275px;
    height: 225px;
    top: 66px;
    position: absolute;
    /* right: 0px; */
    left: 0px;}
.posterTvGrid .rightNav{    width: 275px;
    height: 225px;
    top: 66px;
    position: absolute;
    right: 0px;}
.posterTvGrid .leftNav:hover{}
.posterTvGrid .rightNav:hover{}
/*????????unit??*/
.unit {
    width: 100%;
}
.unit h4 {
    text-align: center;
    height: 110px;
    line-height: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    color: #034296;
    font-weight: 700;
}
.unit .unit_name {
    width: 100%;
    background-color: #f1f5f7;
}
.unit .unit_name .unit_name_conter {
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 27px;
}
.unit .unit_name .unit_name_conter ul {
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;

}
.unit .unit_name .unit_name_conter ul li {
    list-style: none;
    float: left;
    width: 0;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #80bd34;
    /*padding-left: 23px;*/
    margin-bottom: 18px;
    font-size: 16px;
    color: #666;
    font-weight: 400;

}
.unit .unit_name .unit_name_conter ul li a {
    height: 50px;
    text-decoration: none;
    padding-left: 23px;
    height: 30px;
    color: #666;
}
.unit .unit_name .unit_name_conter .organizer li {
    width: 50%;
    height: 30px;
    border-left: 4px solid #80bd34;
    float: left;
    line-height: 30px; 
    position: relative;
    list-style: none;
    margin-bottom: 18px;
}
.unit .unit_name .unit_name_conter .organizer li a {
    width: 100%;
    position: absolute;
    left: 20px;
    top:0;
    z-index: 999;
    padding-left: 20px;
    text-decoration: none;
    height: 30px;
    display: inline-block;
    color: #666;  
}
.unit .unit_name .unit_name_conter .organizer li em {
    right: 100%;
    font-style: normal;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    transition: right 500ms;
    background: #80bd34;
}
.unit .unit_name:last-child {
    width: 100%;
    background-color: #fff;
}
.sponsor_unit {
    width: 1200px;
}
.sponsor_unit  tbody {
    overflow: hidden;
}
.sponsor_unit  tbody tr {
    overflow: hidden;
    
}
.sponsor_unit  tbody tr th {
    overflow: hidden;
    border: 1px solid #eee;
    height: 100px;
}
.sponsor_unit  tbody tr td {
    overflow: hidden;
    height: 100px;
    border: 1px solid #eee;
}
.sponsor_unit  tbody tr a {
    width: 100%;
    height: 100%;
    text-align:center;
    display: inline-block;
    line-height: 100px;
}
.sponsor_unit  tbody tr a img {
    vertical-align: middle;
    height: auto;
    width: auto;
}
.sponsor_unit  tbody tr td.curr:hover {
    box-shadow:0px 0px 20px 0px #eee,0px 0px 20px 0px #eee;
    background-color: #fff;
}
.sponsor_unit  tbody tr th:hover {
    box-shadow:0px 0px 20px 0px #eee,0px 0px 20px 0px #eee;
    background-color: #fff;
}
/*footer???*/
.footer {
    width: 100%;
    height: 100px;  
    background-color: #1664ae;
    text-align: center;
    margin-bottom: 0px;
    color: #d5deec;
}
.footer p {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer p span {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    padding-left: 100px;
}
.pc {
   font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif
}
.mac{
  font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif
}
/* ????? */
.erweima {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
}
.erweima img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}