﻿@charset "utf-8";
/* CSS Document */

body{
	font: 12px "Microsoft YaHei",Arial,Helvetica,sans-serif,宋体;
	color: #333;
}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
	outline: none;    
	color: #666; 
	transition: color 0.3s; 
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;     
}
a:hover{
    color: #BF0000;
}
body, div, pre, ul, ol, li, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, blockquote,
table, tbody, tfoot, thead, tr, th, td, hr,del,iframe, object,sub, sup, form, 
select, label,fieldset, legend,input, button, textarea {
    margin: 0px;
    padding: 0px;
}
 /*去掉em和i标签的斜体*/
em,i{
	font-style:normal;
}
img,input{
	border: none;
}
img{
	vertical-align: middle;
    max-width: 100%;
}
/*去除苹果浏览器和谷歌浏览器输入框得到焦点时边框出现蓝色阴影,  resize: none;禁止文本域拖动*/
input,textarea {
     outline: none;  
     resize: none;
}
/*栅格系统*/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}

 @media screen and (max-width:1199px) {
    .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
 @media screen and (max-width:960px) {
    .col-xm-1,  .col-xm-2,  .col-xm-3,  .col-xm-4,  .col-xm-5,  .col-xm-6,  .col-xm-7,  .col-xm-8,  .col-xm-9,  .col-xm-10,  .col-xm-11,  .col-xm-12 {
        float: left;
    }
    .col-xm-12 {
        width: 100%;
    }
    .col-xm-11 {
        width: 91.66666667%;
    }
    .col-xm-10 {
        width: 83.33333333%;
    }
    .col-xm-9 {
        width: 75%;
    }
    .col-xm-8 {
        width: 66.66666667%;
    }
    .col-xm-7 {
        width: 58.33333333%;
    }
    .col-xm-6 {
        width: 50%;
    }
    .col-xm-5 {
        width: 41.66666667%;
    }
    .col-xm-4 {
        width: 33.33333333%;
    }
    .col-xm-3 {
        width: 25%;
    }
    .col-xm-2 {
        width: 16.66666667%;
    }
    .col-xm-1 {
        width: 8.33333333%;
    }
}
 @media screen and (max-width:767px) {
    .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}
 @media screen and (max-width:479px) {
    .col-xs-1,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .col-xs-10,  .col-xs-11,  .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
}

/*返回顶部*/
.to-top { 
    display: none;
    padding: 15px 10px;
    color: #fff; 
    background-color: #535353;
    font-size: 16px;
}
.to-top:hover{
    background: #333;
    color: #fff;
}
/*移动端导航*/
.menuBtn {
    position: absolute;
    z-index: 9;
    display: none;
    right: 10px;
    width: 30px;
    padding: 12px 0 7px 0;
    cursor: pointer;
    top: 6px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuB_inner {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99999;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.menuB_inner .m_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.m_nav{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 46%;
    background: #fff;
}
.m_nav li {
    float: left;
    font-size: 18px;
    position: relative;
    z-index: 999;
}
.m_nav .subBox {
    position: absolute;
    left: 0;
    top: 100%;
    width: 145px;
    font-size: 14px;
    display: none;
}
.m_nav .subBox dd {
    overflow: hidden;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #F2F2F2;
}
.m_nav li .first-level {
    width: 40px;
    height: 36px;
    background-image: url(../images/arrow1.png);
}
.m_nav li .list1-open + .first-level {
    background-image: url(../images/arrow2.png);
}
.m_nav li .first-level, .m_nav li .second-level {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.m_nav .list1 {
    display: block;
    color: #4d4f51;
    text-align: center;
    padding: 0 20px;
}
.m_nav li .first-level em, .m_nav li .second-level em {
    display: block;
    width: 1px;
    background: #ccc;
}
.m_nav li .first-level em {
    height: 25px;
    margin-top: 5px;
}


/*子菜单*/
.menu_sub_l{
    position: absolute;
    width: 100%;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #251E16;
    z-index:99;
}
.menu_sub_l ul{
    padding: 10px 0;
}
.menu_sub_l li a{
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 3em;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu_sub_l li a:hover{
    background: #777;
}
.m_nav .subBox dd:hover {
    overflow: visible;
}
.m_nav li .subBox a:hover {
    color: #C3231E;
}
.menuBtn.open {
    top: 21px;
}
/*移动端导航结束*/


.menuBtn b {
    background-color: #000;
}
.menuBtn {
    top: 6px;
}
#menu > li {
    position: relative;
}
#menu > li .menu_sub_l li a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 3em;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#menu > li .menu_sub_l li a:hover{
    background: #777;
}


.wp{
	max-width: 1200px;
	margin: 0 auto;
}
.header_j{
	height: 100px;	
}
.logo{
	float: left;
	line-height: 100px;
}
.logo a{
    padding-left: 10px;
}
.subLogo{
	float: left;
	line-height: 100px;
}

.top_t{
	padding-top: 20px;
	padding-bottom: 13px;
	overflow: hidden;
	float: right;
	clear: both;
}
.top_t li{
	float: left;
	color: #CCCCCC;
}
.top_t li a{
	padding: 0 10px;
	color: #999999;
    background: url(../images/address.png) no-repeat left;
    padding-left: 16px;
    margin-left: 5px;
}
.top_t li a:hover{
	color: #333;
}
.logo a img{
    width: 70%;
}
.subLogo a img{
    width: 100%;
}

.top_m{
	line-height: 30px;
	float: right;
	clear: both;
	padding-right: 10px;
}
.top_m p{
	color: #B3B3B3;
	float: left;
	padding-right: 12px;
}
.top_m p span{
	color: #1D1F87;
}

.top_m .weixin a{
	display: block;
	padding-left: 30px;
	color: #B9B9B9;
	background: url(../images/weixin1.png) no-repeat left center;
}
.top_m .weixin{
	position: relative;
	float: left;
}
.top_m .weixin .hdwx{
	position: absolute;
	top: 30px;
	left: -55px;
	display: none;
    z-index:99;
}
.top_m .weixin:hover .hdwx{
	display: block;
}


/*返回顶部*/
.to-top {
    display: none;
    padding: 15px 10px;
    color: #fff;
    background-color: #535353;
    font-size: 16px;
}
/*菜单栏*/
.menu_s{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #558AC9;
}
.menubar li{
    text-align: center;
}
.menubar li a{
    display: block;
	font-size: 18px;
	color: #fff;
	transition: color 0s; 
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -o-transition: color 0s;    
}

.menubar li a.current{
	background: #fff;
	color: #333333;
}
.menubar li a:hover{
	background: #fff;
	color: #333333;
}

/*底部区域*/
.footer_j{
	width: 100%;
	background: #1A2736;
	clear: both;
	text-align: center;
	color: #CECECE;
}
.footer_j .ft_top{
	padding: 3% 4%;
}
.footer_j .ft_top li{
	display: inline;
}
.footer_j .ft_top li a{
	padding: 0 8px 0 4px;
	color: #CECECE;
}
.footer_j .ft_top li a:hover{
	color: #fff;
}
.footer_j p{
	line-height: 1.6rem;
}





@media screen and (max-width:1399px){
    .ct_an .at_left{
        width: 100%;
    }
    .ct_an .at_right{
        width: 100%;
    }

}

@media screen and (max-width:1199px) {

    /*移动端菜单*/
    .menuBtn {
        display: block;
        width: 20px;
        right: 15px;
    }
    .menuBtn.open {
        top: 8px;
    }
    .menuBtn b {
        display: block;
        height: 3px;
        margin: 3px 0 5px;
        border-radius: 2px;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    .menuBtn.open b {
        display: none;
        margin: 0;
        position: absolute;
        left: 0px;
        top: 105%;
        width: 30px;
    }
    .menuBtn.open b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .menuBtn.open b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .menuB_inner {
        display: none;
    }
    .m_nav li {
        float: none;
        height: auto;
        line-height: 50px;
        border-bottom: 1px #f3f3f3 solid;
        font-size: 16px;
        text-align: center;
    }
    .m_nav .subBox {
        position: static;
        width: 100%;
        text-align: left;
        background: #f8f8f8;
    }
    .m_nav .subBox dl {
        padding: 0;
        border: none;
        background: none;
    }
    .m_nav .subBox .list2 {
        color: #4c4c4c;
        font-size: 14px;
        line-height: 34px;
        padding: 4px 16px 4px 28px;
        display: block;
    }
    .m_nav .list1-ok.list1-open {
        color: #fff;
        background-color: #9a0000;
    }
    /*移动端菜单end*/

    .header_j {
        height: 60px;
    }
    .subLogo,.logo,.topRight {
        line-height: 60px;
    }
    .menu_s{
        display: none;
    }
    .top_m {
        display: none;
    }
    .top_t {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .conJect1, .conJect2, .conJect3, .conJect4, .conJect5 {
        margin-right: 10px;
    }
    .conJect5 {
        margin-right: 0;
    }
    .titH2 {
        font-size: 16px;
    }
    .titH2 .tl {
        padding-right: 5px;
        font-size: 16px;
    }
    .titH2 .td {
        font-size: 12px;
        top: 1px;
    }
    .act_lt {
        padding: 15px 13px 0;
    }
    .at_right h4{
        padding-top: 5px;
    }
    .sch_list li a img {
        width: 16px;
        padding-left: 10%;
        position: relative;
        bottom: 0px;
    }
    .sch_list li a i {
        float: right;
        font: 400 15px/14px consolas;
        padding-right: 18px;
        position: relative;
        top: 2px;
    }
    .sch_list li a {
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
    }
    .defInfo{
        display: none;
    }
    .at_left a img {
        width: 100%;                        
    }
    .at_right {
        padding: 0 5px;
    }


    .trailer_s {
        padding: 10px 16px 0;
        position: relative;
        z-index: 6;
    }
    .trailer_s li {
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:960px) {
    /*banner图*/
    .s_adv img{
        height: 160px;
    }

    /*菜单栏样式兼容*/
    .menubar li a {
        font-size: 16px;
    }
    .midSub {
        padding: 7% 10%;
    }
}

@media screen and (max-width:767px) {
    /*banner图*/
    .s_adv img{
        height: 120px;
    }

    /*顶部样式兼容*/
    .logo a img {
        width: 80%;
    }
    .subLogo a img {
        width: 80%;
    }

    .top_t li a {
        padding: 0 8px;
        color: #999999;
        background: url(../images/address.png) no-repeat left;
        padding-left: 12px;
        margin-left: 0px;
    }
    /*菜单栏样式兼容*/
    .menu_s {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .menubar li a {
        font-size: 14px;
    }

    /*栏目样式兼容*/
    .midC {
        margin: 0;
    }
    .fLeft{
        margin: 10px 0 0;
    }
    .con3_btm {
        margin: 10px 0 0;
    }

    .conJect1, .conJect2, .conJect3, .conJect4, .conJect5 {
        margin-right: 0px;
    }
    .conJect1, .conJect2, .conJect3, .conJect4, .conJect5 {
        height: auto;
    }
    .con3_top {
        height: auto;
    }
    .midSub {
        padding: 5% 0 13%;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .sch_list {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .sch_list li {
        border-radius: 50px;
        margin: 2% 4%;
    }
    .news_h {
        width: 80%;
        padding: 5% 0;
        margin: 0 auto;
    }
    .newsL {
        padding: 3% 0 10%;
    }

    .videoList{
        padding: 3% 0 10%;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .subMore{
        right: 15px;
        bottom: 13px;
    }
    .trailer_s {
        width: 90%;
        padding: 4% 0 55px;
        margin: 0 auto;
    }
    .c3_list {
        width: 90%;
        padding: 3% 0 8%;
        margin: 0 auto;
    }
    .act_list_m{
        width: 90%;
        padding: 3% 0 7%;
        margin: 0 auto;
    }
    .act_line {
        display: none;
    }

}

@media screen and (max-width:479px) {
    /*顶部样式兼容*/
    .topRight{
        display: none;
    }
    .header_j {
        height: 60px;
    }
    .subLogo,.logo,.topRight {
        line-height: 60px;
    }

     /*菜单栏样式兼容*/
    .menubar li a {
        font-size: 12px;
    }

    /*栏目样式兼容*/
    .sch_list li a {
        font-size: 0.6rem;
    }
    .sch_list li a img {
        width: 14px;
    }
    .videoList{
        padding: 3% 0 10%;
        overflow: hidden;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
    .videoList li {
        width: 100%;
        margin: 3% 0 5%;
    }
}
