

/*注：：通用样式设置大部分在这个文件夹，
其他单独页面的样式设置在Style0518.css文件里面*/


/*以下样式都是标签全局设置*/

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body { /*font: normal .80em 'trebuchet ms', arial, sans-serif*/
    font: normal 16px/1.8em Times New Roman, Helvetica, sans-serif;
   color:#000;
}

p {
    padding: 0 10px 10px 0;
    line-height: 1.5em;
    text-align: justify;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 { 
     margin: 0;
    padding: 0;
}
a {
    outline: none;
    text-decoration: none;
    color:#000;
}
.family{
    font-family:'Agency FB'!important;
}

a:hover {
        text-decoration: underline;
        color: blue;
    }

/*.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}*/

/*.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}*/

ul li {
        list-style:none;
        margin: 0 0 0 0;
    }


#main, #logo, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
}


/*结束*/


/*主页头部*/
#header {
    line-height:30px;
    background-color: #fff;
        padding: 15px 0 0 0;
}
.logo{
    position:relative;
}
.logo2{
    text-align:right;
    border-bottom:2px solid #818181;
}
.logo-text{
    color:#4e7e97;
    font-family:STXinwei;
    font-size:30px;
    vertical-align:text-bottom;
    margin-left:15px;
    text-align:center;
}
.logo-textEn{
    font-size:24px;
}
#logoSonText{
    text-align:center;
    display: inline-block;
}
.logo-text2{
    margin: 2px 15px 0 0;
    text-align:right;
    font-size:18px;
    position: absolute;
    bottom: 4px;
    right: 0px;
    width: 258px;
}
#sidebar_container,.bg-color{
    background-color:#d6dce5;
}
.bg-color{
    text-align:right;
    padding:5px 10px;
    margin: 13px 0 0 0;
}
/*头部父子页面分别显示*/
#logoFatherText{
    display:none;
}

.JuZhong { /*母版两块共用*/
    width: 1200px;
    margin: 0px auto;
}
/*子页面banner图设置*/
.banner {
    position:relative;
}
.banner img{
    width:100% ;
    min-width:1200px;
    height:275px;
}
.banner h2{
    color:#fff;
    font-weight:300;
    font-size:63px;
   position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}
/*轮播图设置*/

/*导航栏*/


#menu li.current a {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #F14E23;
}

/*导航栏设置结束*/


/*子页面居中通用设置*/
#site_content {
    width: 1200px;
    overflow: hidden;
    margin: -3px auto 0 auto;
    padding: 0;
}
    
/**/

/*左侧侧边栏*/
#sidebar_container {
    float: left;
    width: 310px;
    margin: 15px 10px 25px 0 ;
}

.sidebar {
    float: left;
    width: 300px;
    padding:10px 20px;
    margin-bottom:10px;
    box-sizing:border-box;
}
.sidebar_2 {
    text-align:justify;
}

    .sidebar h3, .content h1 {
        padding: 10px 15px;
        margin: 0 1px;
    }
.MP_ltDays{
    font-size:38px;text-align:center;
}


/*主页面的右边设置*/

.MP-tu{
      height: 20px;  
      text-align: left; 
      font-size: 20px!important;
      border-bottom:3px solid #345793;
      color:#3d537a;
      margin-bottom:10px;
      padding:0 0 15px 0;
}
.MP-Online{
    color:red!important;
}

.MP-span2 {
    text-align:justify;
    display:inline-block;
    font-size:15px;
}


/**/
/*倒计时*/
#colockbox1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    margin: 10px;
}


.sidebar p {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.paperclip {
    float: left;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    margin: -27px 0 -60px -130px;
}
/*右侧侧边栏 结束*/

/*内容栏，其他页面的通用设置*/
#content {
    text-align: left;
    float:left;
    width: 855px;
    margin: 0;
    box-sizing:border-box;
    margin : 0 15px 0 10px;
}

    #content ul {
        margin: 2px 0 0px 14px;
        font-size: 16px;
    }

        #content ul li {
            list-style-type: none;
            /*background: url(bullet.png) no-repeat;*/ /*这个是列表前面有一个彩色的小圆点*/
            
            line-height: 1.5em;
        }
/*结束*/

/*底部设置*/

.MP_div{
    display:none;
    width:1200px;
    margin:0 auto;
    border-top:3px  solid #2f528f;
    padding :15px 0 0 0 ;
}
.MP_div div{
    padding:20px;
}
.MP_div>span{
    display:inline-block;
    margin-right:30px;
    vertical-align:top;
    text-align:center;
    width:30%;
}
.MP_div span:nth-child(3){
    margin-right:0;
}
.MP_div span:nth-child(2){
   text-align:left;
}
.MP_div span:nth-child(2) strong{
    display:block;
    text-align:center;
}
.MP_div span  strong{
    font-size:19px;
}
.MP-p1{
    min-width: 1200px;
    padding: 10px ;
    text-align: center;
    font-size: 18px;
    color:#000;
    background-color:#adb9ca;
    box-sizing:border-box;
}
.MP_div span a{
    color:#fff;
}



#owl-demo {
    padding: 0;
    margin: 0px 0 -20px 0;
}
