/*
   文件名：common.css
   备注：页面公用css文件
   版本：v1.0
 Created by lc on 2016-04-25.
 Copyright 2016 lc. All rights reserved.
*/
/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,helvetica, sans-serif;
}
html,body {
    color: #333;
    font-size: 14px;
    height: 100%;
    min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
ins{
    text-decoration: none;
}
a:hover {
    color: #D22222;
}
a:active{
    background-color:rgba(0,0,0,0);
}
legend {
    color: #333;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    text-align: left;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
}
label, button {
    cursor: pointer;
}
body, form {
    position: relative;
    z-index: 0;
}

/*页面初始化 end#########################################################################################*/
/*公用样式      #########################################################################################*/
#page_layer{
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.hide {
    display: none;
}
.img_box{
    display: block;
    overflow: hidden;
}
.img_box img{
    display: block;
    width: 100%;
}

.float_left{
    float: left;
}
.float_right{
    float: right;
}
.error_tips{
    display: none;
    color: #D22222;
    padding-left:20px;
    background: url(../images/error_ico.png) no-repeat left center;
    vertical-align: middle;
}
/*表单样式*/
input,textarea,select,input:focus,textarea:focus,select:focus,a:focus{
    outline: none;
}
[type=button]{
    border: none;
    outline: none;
}
[type=button]:active{
    border: none;
}
.select_box{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-right: 15px;
    width: 150px;
    vertical-align: middle;
}
.select_box i,.select_box:after{
    content: "";
    border: 5px solid #fff;
    border-top: 5px solid #ddd;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
}
.select_box{
    after:"after";
}
.select_box select{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
}
/*按钮样式*/
.btn,.btn[disabled] {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:first-child {
  *margin-left: 0;

}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
  outline: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled]{
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #EDEDED;
  color: #999;
}
.btn.disabled:hover,
.btn[disabled]:hover{
    background: #EDEDED;
     color: #999;
}
.btn-large {
  padding: 12px 19px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;

}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  border: 1px solid #006dcc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
  color: #ffffff;
  background-color: #0044cc;
}
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  border: 1px solid #faa732;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active{
  color: #ffffff;
  background-color: #f89406;

}

.btn-danger {
  color: #ffffff;
  background-color: #D22222;
   border: 1px solid #D22222;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active{
  color: #ffffff;
 background-color: #BC1E1E;
}
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  border: 1px solid #5bb75b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{
  color: #ffffff;
  background-color: #51a351;
}
.btn-info {
  color: #ffffff;
  background-color: #00B7EE;
  border: 1px solid #00B7EE;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #00A5D5;
  border: 1px solid #00A5D5;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  border:1px solid #363636;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active{
  color: #ffffff;
  background-color: #222222;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 5px;
  *padding-bottom: 5px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 8px;
  *padding-bottom: 8px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #0088cc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn[disabled]{
    border: 1px solid #ddd;
}

/*对齐*/
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
/*字体颜色*/
.color_red{
    color: #D22222;
}
.color_gray{
    color: #999;
}
.color_green{
    color: #64A22D;
}
.color_blue{
    color: #0088CC;
}
.color_dark_blue{
    color: #004276;
}


/**art-dialog.css样式覆盖**/
.ui-dialog{
        border: 8px solid #d8d8d8;
}
.ui-dialog-header{
    background: #F6F6F6;
    color: #555;
    font-size: 20px;
    line-height: 50px;
}
.ui-dialog-title{
    font-weight: normal;
}
.ui-dialog-close{
    font-size: 28px;
    top: 17px;
}
/**art-dialog.css样式覆盖**/


/*公用样式    end########################################################################################*/
/*header    ########################################################################################*/
#page_header{
    position: fixed;
    width: 100%;
    background: #000000;
    background: rgba(0,0,0,.8);
    line-height: 60px;
    z-index: 3000;
    top: 0;
    left: 0;
}
/*logo*/
#page_logo img{
    vertical-align: middle;
    padding:0 0 0 20px;
}
/*报名参会按钮*/
#header_apply_btn{
   background: #EB3373;
   display: block;
   color: #fff;

   line-height: 40px;
   border-radius: 40px;
   padding: 0 40px;
   font-size: 1.2em;
   margin: 10px 20px;
}
#header_apply_btn:hover{
    background: #e81960;
}
/*电脑版导航*/
.nav_li{
    float: left;
}
.nav_li a,.nav_li span{
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    display: block;
}

.nav_li.active, .nav_li:hover{
    background: #069ACA;
}

#pc_page_nav .home{
    text-indent: -10000px;
    display: block;
    background: url(../images/icon_home.png) no-repeat center center;
    *width:15px;
}
.has_submenu{
    position: relative;

}
.has_submenu .icon_arrow {
    display: block;
    border: 5px solid #06070B;
    border: 5px solid rgba(0,0,0,0);
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 0px;
}
.has_submenu:hover .icon_arrow{
    border: 5px solid #069ACA;
    border: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid #fff;
    margin-top: -5px;
}

.has_submenu.visted .icon_arrow{
    border: 5px solid #06070B;
    border: 5px solid rgba(0,0,0,0);
    border-top: 5px solid #fff;
    margin-top: 0;

}
.submenu{
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1001;
    text-align: left;
    background/*\**/: #069ACA\9;
    background: rgba(6,154,202,.8);
    z-index: 1000;
    min-width: 100%;
}
.has_submenu:hover .submenu{
    display: block;
    overflow: auto;
    *overflow: visible;
}
.submenu_li{
    display: block;
    white-space: nowrap;
    line-height: 40px;
}
.submenu_li:hover{
    background: #076F94;
}
/*移动版导航*/
#touch_page_nav{
    display: none;
}
.touch_menu,.touch_menu:hover{
    background: url(../images/icon_menu.gif) no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
    padding:5px 10px;
    background-size: 60%;
    vertical-align: middle;
    float: left;
    cursor: pointer;
}
#touch_page_nav .submenu_li:hover{
    background: none;
}


/*header end########################################################################################*/

/*bodyer    ########################################################################################*/
#page_border{
    padding-bottom: 30px;

}
/*百度分享*/
.bdsharebuttonbox.bdshare-button-style0-32 span{
    float: left;
    line-height: 44px;
    margin-right: 10px;
}
.bdsharebuttonbox.bdshare-button-style0-32  .bds_weixin{
    background: url(../images/share_icons.png) no-repeat center -38px;
}
.bdsharebuttonbox.bdshare-button-style0-32  .bds_qzone{
    background: url(../images/share_icons.png) no-repeat center 2px;
}
.bdsharebuttonbox.bdshare-button-style0-32  .bds_sqq{
    background: url(../images/share_icons.png) no-repeat center -116px;
}
.bdsharebuttonbox.bdshare-button-style0-32  .bds_tsina{
    background: url(../images/share_icons.png) no-repeat center -78px;
}

.loading{
    color: #666;
    display: block;
    line-height: 32px;
    height: 32px;
    width: 100%;
    position: relative;
    text-align: center;
    text-indent: 2.5em;
}
.loading:after{
        position: absolute;
        top: 50%;
        left: 50%;
        content:'';
        width: 3px;
        height: 3px;
        margin: -1.5px 0 0 -2em;
        border-radius: 100%;
        box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
        -webkit-transform: rotate(360deg);
        -webkit-animation: ui-dialog-loading 1.5s infinite linear;
        transform: rotate(360deg);
        animation: ui-dialog-loading 1.5s infinite linear;
        display: none\9;

}
.full_screen_loading{
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    filter/*\**/: alpha(opacity=60)\9;
    background: rgba(0,0,0,.6);

    position: fixed;
    left: 0;
    top: 0;
    z-index: 9997;
}
.full_screen_loading i{

    color: #fff;
    text-align: center;
    width: 180px;
    height: 180px;
    line-height: 180px;

    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -90px;
    font-style: normal;
    font-size: 20px;
    z-index: 9999;
    background:url(../images/loading_big.gif) no-repeat center center\9;

}
.full_screen_loading:after{
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    background-color: #EB3373;
    z-index: 9998;

    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    display:none\9;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*分页条*/
.pages_bar{
    padding: 20px;
    text-align: center;
    line-height: 20px;
    clear: both;
}

.pages_bar a{
    border: 1px solid #ddd;
    margin: 0 3px;
    padding: 8px;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    background: #fff;
    white-space: nowrap;
}
.pages_bar a.prev,.pages_bar a.next{
    width: 40px;
}
.pages_bar a:hover{
    background: #D22222;
    color: #fff;
}
.pages_bar span.current{
    padding: 0 15px;
    vertical-align: middle;
}
.pages_bar span.pgeBreak{
    font-weight: bold;
    vertical-align: middle;
}
/*bodyer end########################################################################################*/
/*footer    ########################################################################################*/
#page_footer{
    background: #2D3236;
    color: #707376;
    padding: 30px 0;

}
.footer_logo{
    line-height: 30px;
    margin-bottom: 20px;
}
.footer_logo img{
    vertical-align: middle;
}
.footer_logo span {
    line-height: 30px;
    vertical-align: middle;
    margin-left: 15px;
    color: #ccc;
}
.footer_nav {
    margin-bottom: 15px;
}
.footer_logos_title {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    color: #ccc;
}
.footer_logos img:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer_logos img {
    margin-right: 20px;
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
}
#page_footer a {
    color: #707376;
}
#page_footer a:hover {
    color: #ccc;
}
.copy_right {
    display: block;
    clear: both;
    padding-top: 30px;
    font-size: 12px;
}
#page_footer .line_between{
    padding: 0 12px;
}
/*悬浮导航*/
#touch_bottom_fixnav{
    display: none;
    height: 45px;
    line-height: 45px;

}
#touch_bottom_fixnav ul{
    display: block;
    position: fixed;
    bottom: 0;
    background:#f4f4f4 ;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #ddd;
}
#touch_bottom_fixnav li{
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #ddd;

    box-sizing: border-box;
}
#touch_bottom_fixnav li:last-of-type{
    float: right;
}
#touch_bottom_fixnav a{
    display: block;

}
#touch_bottom_fixnav a.active{
    background: #E81960;
    border-top: 1px solid #E2014E;
    margin-top: -1px;
    color: #fff;
}
#touch_bottom_fixnav a.active:hover{
    background: #E81960;
}
/*footer end########################################################################################*/

@media (max-width: 1200px) and (min-width: 980px ) {
	#page_header{
		position: relative;
		width: 1200px;
		z-index: 1000;
		margin-bottom: -60px;
	}
}

/* 普通模式 */
@media (min-width: 980px){
    body,html,:root{
        min-width: 1200px;
    }

}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .wrapper{
        width: auto;
        margin: 0 10px;
    }
    /*页头*******/
    #page_logo img{
        padding: 0 0 0 10px;
    }
    .nav_li a, .nav_li span{
        padding: 0 10px;
    }
    #header_apply_btn{
        margin:10px ;
        padding: 0 20px;
    }
    .submenu{
        background: #069ACA;
    }
    .has_submenu .icon_arrow{
        right: 0px;
    }

    /*页头 end*******/

    /*页脚*******/
    #page_footer{
        padding-left:10px;
        padding-right: 10px;
    }
    /*页脚 end*******/
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .wrapper{
        width: auto;
         margin: 0 10px;
    }
    /*页头*******/
    #pc_page_nav{
        display: none;
    }
    #touch_page_nav{
        display: block;
    }
    #header_apply_btn{
        display: none;
    }
    .touch_menu, .touch_menu:hover{
        padding: 15px 10px;
    }
    .submenu{
        padding: 15px 0;
        background: #069ACA;
    }
    .has_submenu{
        position: static;
    }
    .has_submenu > span{
        position: relative;
    }
    .submenu_li {
    display: block;
        float: left;

        width: 50%;
    }
    .has_submenu .icon_arrow,.has_submenu:hover .icon_arrow{
        border-width:4px ;
    }
    /*页头 end*******/
   /*页脚*******/
      #page_footer{
          text-align: center;
      }
    .footer_logo{
        margin-bottom: 5px;
    }
    .footer_left,.footer_right{
        float: none;

        margin:0;
    }

    .footer_left img{
        display: block;
        margin: 0 auto;
    }
    .footer_right img{
        max-width: 25%;
    }
    .footer_logos_title{
        margin-bottom: 5px;
    }
    .copy_right{
        padding-top: 0;

    }
    /*页脚 end*******/
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {

    /*页头*******/
    #page_header{
        line-height: 45px;
    }
    #page_logo img{
        padding: 0 0 0 10px;
        width: 85px;
    }

    .nav_li > a, .nav_li > span{
        padding: 0 15px 0 5px;
        position: relative;
    }
    .nav_li .icon_arrow{
        margin-top: -2px;
    }
    .nav_li:hover .icon_arrow{
        margin-top: -6px;
    }
    .has_submenu.visted .icon_arrow{
        margin-top: -2px;
        border-width: 4px;
    }
    .nav_li:hover{
        background-color: rgba(0,0,0,0);
    }
    .nav_li:hover > span{
        color: #069ACA;
    }
    .nav_li.visted > span{
        color: #fff;
    }
    .has_submenu .submenu{
        top: 45px;
        left: 0;
        width: 100%;
    }
    .submenu_li{
        display:block;
        float: left;
        font-size: 12px;
        width: 50%;
    }
     .touch_menu, .touch_menu:hover{
        padding:7px;

    }
    /*页头 end*******/
    /*页身***********/
    .pages_bar{
        padding: 10px 0;
    }
    .pages_bar a{
        padding: 5px;
        font-size: 12px;
    }

    .pages_bar .total,.pages_bar .prev,.pages_bar .next{
        display: none;
    }
    /*页身 end***********/

   /*页脚*******/
    #page_footer{
        padding: 20px 0;

    }
    .copy_right a{
        display: block;
    }
     .copy_right span{
         display: none;
     }
     #page_footer .line_between{
         padding: 0 5px;
     }
    /*悬浮导航*/
    #touch_bottom_fixnav{
        display: block;
    }
    /*页脚 end*******/
}