@charset "utf-8";
/* CSS Document */
/*2020.3.30 */
 body{
 	overflow-x:hidden;
 }
 .fl{
 	float: left;
 }
 .fr{
 	float: right;
 }
 .pos{
	position: relative;
}
img{
    max-width:100%;
} 


@media (min-width: 1200px){
.container {
    width: 1200px;
}
}


.top-tit{
	min-height:47px;
	background: #1d4e89;
}
.top-tit h4{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 47px;
}
.top-two{
	
}
.top-two a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 0 4px;
	line-height: 47px;
        position: relative;
}
.top-two a img{
	padding:0 5px;
}


.top-two .codeBox {
    position: absolute;
    top: -185px;
    left: 6px;
    width: 347px;
    height: 185px;
    background-color: #808080;
    padding: 5px;
    transition: all .5s linear;
    opacity: 0;
    z-index: 10000;
}


.top-two .codeBox img {
   padding:0px;
}

.top-two a:hover .codeBox {
    opacity: 1;
    top: 46px;
}

.searchbg{
	background: url(../images/search.png) no-repeat left top;
	width:245px;
	height:31px;
	
	margin-top:9px;
}
.searchbg input.inp-text{
	width:172px;
	height:31px;
	background: none;
	border:none;
	color: #fff;
	outline: none;
	padding-left: 10px;
}
.searchbg input.inp-but{
	width:27px;
	height:31px;
	background: none;
	border:none;
	cursor: pointer;
}



.wc-top{
	background:#153964;
	min-height:90px;	
	width:100%;
	z-index: 11;
}

.b1{
    background: #b1c336;
}

.b2{
    background: #ec7729;
}

.b3{
    background: #31bf98;
}

.b4{
    background: #0561c8;  
}

.b5{
    background: #ce5278;
}

.b6{
    background: #f1a91e;
}

.b7 {
    background: #9752ef;
}

.b8{
    background: #b2141a;  
}



.logo{
	
}

.top-right a.a1{
	color: #fff;
	font-size: 18px;
	font-family: arial;
	text-decoration: none;
	 font-weight: bold;
	padding: 0 12px;
	line-height: 24px;
	display: block;
	padding-top: 12px;
	text-align: right;
}

.top-right .search{
	background: url(../images/search.png) no-repeat center center;
	width: 245px;
	height: 42px;
	float: right;
	margin-top: 22px;
}
.search input.inp-text{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
	color: #fff;
	padding-left: 10px;outline:none; 
}
.search input.inp-but{
	background: none;
	border: none;
	cursor: pointer;
	width: 40px;
	 height: 42px;
}


/*wc-toppos*/

.navbar-default{
	clear: both;
}
/*banner */
.banner{
	
	width: 100%;
	 	height: auto;
}
.banner .swiper-slide{
	position: relative;
}
/*banner开始*/

.banner img{
	display: block;
	/* width: 100%; */
	height: auto;

    margin: 0 auto;
}
.banner .ban-ttbg{
	position: absolute;
	left: 0;
	bottom: 0%;
	width:100%;
}
.banner .ban-tt{
	padding:22px 40px;
	
	width:100%;
	min-height:40px;
	
background-color: rgba(0,0,0,0.5)
}

.banner .ban-tt h4{	
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;	
}

/*.banner .ban-tt p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}*/

.banner .ban-tt a{
	font-size: 26px;
	color: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 33%;
	
	right:0px;
}

.banner .swiper-pagination-bullet{
	background: url(../images/aah1.png) no-repeat center center;
	width: 28px;
	height: 28px;opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/aah.png) no-repeat center center;
	opacity: 1;
}

/* banner */

/* wc-menu */

.wc-menu{
	margin-top:20px;
	
}
.wc-menu ul{
	display: table;
	text-align: center;
	width: 100%;
}
.wc-menu ul li{
	display: table-cell;
	/* padding: 0 50px; */
	line-height: 50px;
	position: relative;
/* float: left; */
background: url(../images/lia.png) no-repeat right center;
}
.wc-menu ul li:last-child{
	background: none;
}
.wc-menu ul li a{
	font-size: 16px;
	
	color: #fff;
	
}
.wc-menu ul li a:hover,.wc-menu ul li a.move ,.wc-menu ul li a.selected,.menu ul  li a.parent{
   border-bottom: 2px solid #f77524;
   padding-bottom: 10px;
}

.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 50px;
	background: #4979b4;
	width: 110%;
	z-index: 10;
	display: none;
	
}
.wc-menu ul li .ernav ul{
	padding: 0 2px;
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	margin: 0px;
	display: block;
	line-height: 24px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: none;
}
.wc-menu ul li .ernav ul li:last-child{
border-bottom: none;

}
.wc-menu ul li .ernav ul li a{
	line-height: 28px;
	font-size: 14px;
	text-align: left;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	display: block;background: url(../images/di.png) no-repeat 4px 10px;
	padding: 3px 5px;

}

.wc-menu ul li .ernav ul li a:hover{
	background: url(../images/dii.png) no-repeat 4px 10px;
	color: #f77524;
	border-bottom: none;
}

/*手机导航*/
/* 展开右侧按钮 */

.menu-button {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index:10;
}

.bar {
    position: relative;
    display: block;
    width: 35px;
    height: 2px;
    margin: 8px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}
/* end */

.header-nav .sub-title + ul > li > a {
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #eee;
}

/*手机导航*/


.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}

    .header-nav .nav {
        float: none;
    }

        .header-nav .nav > li {
            float: none;
            display: block;
            padding: 5px 0;
        }

            .header-nav .nav > li > a {
                padding: 0;
                font-size: 18px;
            }

                .header-nav .nav > li > a span {
                    padding-bottom: 8px;
                    display: block;
                    color: #fff;
                }

    .header-nav .nav-pills, .header-nav .dropdown-menu {
        position: fixed;
        top: 0;
        /*right: -280px;*/
        right: -340px;
        bottom: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 999;
        width: 280px;
        background: #1d4e89;
        opacity: 0.9;
        padding: 15px 15px 30px;
        left: auto;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }


.site-mobile .header-nav .nav-pills, .site-mobile .dropdown-menu.show {
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /**/
    margin: 0;
}

.site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    z-index: 999;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


.header-nav .nav .fa-angle-down:before {
    content: "\f105";
    color: #fff;
    /*opacity: .75;*/
    margin-top: 0px;
}

.header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover, .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover {
    background: none;
    border: none;
    color: #fff;
}

    .header-nav .nav > li > a:focus .fa-angle-down:before, .header-nav .nav > li > a:hover .fa-angle-down:before {
        content: "\f105";
    }

.mobile-nav-header {
    display: block !important;
    text-align: right;
    margin-top: -15px;
    height: 60px;
    line-height: 60px !important;
    padding: 0 !important;
}

.header-nav .back, .header-nav .closeIcon {
    color: #fff;
    font-size: 38px;
    display: inline-block;
    cursor: pointer;
    padding: 0 13px;
}

.header-nav .sub-title + ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -18px;
    top: 12px;
    opacity: .85;
}

.header-nav .sub-title + ul {
    border-top: 1px dashed #fff;
    padding: 10px 0 10px 20px;
}

    .header-nav .sub-title + ul > li > a {
        width: 100%;
        overflow: hidden;
        display: block;
        font-size: 16px;
        padding: 5px 0;
        color: #eee;
    }

ol.no-style li, ul.no-style li {
    list-style: none;
    position: relative;
    line-height: 150%;
}


/* 手机导航end */



/**/
.newsbg{
	padding:45px 0 30px;
	background:#f0f0f0;
	min-height: 545px;
}
.new-top{
}
.new-top .new-tit{
	font-size: 28px;
	font-weight: bold;
	color: #1d4e89;
}

.new-top .new-tit ul{
  
}

.new-top .new-tit ul li{
	float:left;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	letter-spacing: 3px;
	margin:20px 15px 0 0;
        cursor: pointer;
}

.new-top .new-tit ul li:hover,.new-top .new-tit ul li.active{
  color: #b2141a;
}

.new-top .new-tit img{
	padding-right:5px;
}
.new-top .new-more a{
	display: block;
	color: #fff;
	background: #9daa4a;
	width:132px;
	height:40px;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
}
.new-top .new-more a:hover{
	background: #9fb226;
	transition: all 1s;
}


.newsbg{
	
}
.newsbg .news-con {
   margin-top:35px;
}
.newsbg .news-li {
   margin-bottom:30px;
}
.newsbg .news-li .li-date{
	width:13%;
	border: 1px solid #4292d0;
	border-radius: 5px;text-align: center;
	color: #4292d0;
	height:103px;
}
.newsbg .news-li .li-date span{
	font-size: 32px;
	padding-top:5px;
	display: block;
}
.newsbg .news-li .li-date p{
	font-size: 16px;
}
.newsbg .news-li .li-date i{
	display: block;
	color: #fff;
	background: #4292d0;
  font-size: 14px;
 font-style: normal;
 margin-top:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height:28px;
	line-height: 28px;
}

.newsbg .news-li .li-tt{
	width:82%;
	min-height: 104px;
	border-bottom: 1px solid #9daa4a;
	
}
.newsbg .news-li .li-tt a{

	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.newsbg .news-li .li-tt a:hover{
	color: #4292d0;
}
.newsbg .news-li .li-tt a span{
	color: #fff;
	background: #d13535;
	padding: 2px 3px;
	font-size: 12px;
	border-radius: 3px;
}
.newsbg .news-li .li-tt p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}


@media (min-width: 1200px){
	.w48{
		width:48%;
	}
	.phy .t11{
		width:70%;
	}
	.phy .t1{
		width:43%;
                padding-left: 0;
	}
	.phy .t2{
		width:57%;
                padding-right: 0;
	}
	.phy .t3{
		width:30%;
	}

        .chang-right {
    margin: 0 -10px;
}
	
}






.phy{
	background: url(../images/phybg.jpg) no-repeat center center;
	/*min-height: 497px;*/
	padding: 30px 0 30px;
	background-size: cover;
}

.phy-left{
	margin-top:30px;
}


.phy-ul{
	
}
.phy-ul ul li{
	line-height: 28px;
	margin-bottom: 20px;
}
.phy-ul ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	
}
.phy-ul ul li a:hover{
	color: #1d4e89;
}

.phy-img{
	border: 1px solid #dddddd;overflow: hidden;
}
.phy-img a{
	display: block;
}
.ph-img img{
	
}
.ph-img{
	overflow: hidden;
	display: block;
}
.ph-img img{
	transform: scale(1.0);
	transition: all 1.5s;
	
}
.ph-img img:hover{
	transform: scale(1.2);
	transition: all 1.5s;
}
.phy-img p{
	background: #fff;
	color: #265da1;
	font-size: 16px;
	line-height: 25px;
	padding:15px 20px;
}
.phy-img p:hover{
	background: #265da1;
	color: #fff;
}




.rili{
	margin-top:40px;
}
.rili h4{
	text-align: center;
	background: #004687;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	
}




.jingsai{
	min-height: 700px;
	padding:30px 0;
}
.jingsai .t-one1{
	background: url(../images/yimg1.jpg) no-repeat  center center;
	min-height: 190px;
	margin:3px -7px 4px -15px;
	padding-top:60px;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px;
}
.jingsai .t-one2{
	background: url(../images/yimg1.jpg) no-repeat  center center;
	min-height: 232px;
	margin:3px -7px 4px -15px;
	padding-top:75px;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 20px;
}

.in-djs .digital .dldiv {

}

.in-djs .digital .dldiv .dli {
	/*width: 50%;*/
}

.dldiv .shu {
	text-align: center;
}

.in-djs .shu h4 {
	display: inline-block;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	font-size: 52px;
	font-weight: bold;font-family: 'AvenirLTStd';
	font-style: italic;
}

.in-djs .shu span {
	font-size: 16px;
	padding-left: 5px;
	color: #fff;text-shadow: 2px 2px 2px #333;
	display: inline-block;
}

.in-djs p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}


/*daojishi end*/

.pad3{
	padding-top:6px;
	margin: 0;
}
.p-t{
	margin: 0;
}

.pad3 a,.p-t a,.lanqiu a{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 30px;
	bottom:22px;
	text-shadow: 2px 2px 2px #333;
}
.jingsai .t-one,.jingsai .t-two,.jingsai .t-three,.jingsai .t-five,
.jingsai .t-four,.jingsai .t-six,.jingsai .t-sen,.jingsai .t-eng{
	margin: 4px -15px;
}
.jingsai .t-one{
	margin: 4px -13px 4px -15px;
	border-left: 0;
}
.jingsai .t-one img,.jingsai .t-two img,.jingsai .t-three img,.jingsai .t-five img,
.jingsai .t-four img,.jingsai .t-six img,.jingsai .t-sen img,.jingsai .t-eng img{
	transition: all 1.5s;
	transform: scale(1.0);
}
.jingsai .t-one .t-img,.jingsai .t-two .t-img,.jingsai .t-three .t-img,.jingsai .t-five .t-img,
.jingsai .t-four .t-img,.jingsai .t-six .t-img,.jingsai .t-sen .t-img,.jingsai .t-eng .t-img{
	overflow: hidden;
	border-right:8px solid #fff;
}
.jingsai .t-one .t-img:hover img,.jingsai .t-two .t-img:hover img,.jingsai .t-three .t-img:hover img,.jingsai .t-five .t-img:hover img,
.jingsai .t-four .t-img:hover img,.jingsai .t-six .t-img:hover img,.jingsai .t-sen .t-img:hover img,.jingsai .t-eng .t-img:hover img{
	transition: all 1.5s;
	transform: scale(1.2);
	cursor: pointer;
}

.chang{
	min-height: 400px;
	margin-top:35px;
}
.chang-left{
	padding-top:50px;
}
.chang-left img{
	display: block;
}
.chang-left span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #1d4e89;
}
.chang-more a{
	display: block;
	font-size: 16px;
	color: #777;
	margin-top:88px;
}
.chang-right{
	
}
.chang-right img{
	max-width: 100%;
}
.chang-right .chang-two{
	background: #83d029;
	position: relative;
	
}
.chang-right .chang-two:hover{
	background: #70c40f;
}
.chang-right .chang-three{
	background: #e57930;position: relative;
}
.chang-right .chang-three:hover{
	background: #d76c23;
}
.chang-right .chang-four{position: relative;
	background: #51c3e0;position: relative;
}
.chang-right .chang-four:hover{
	background: #25b5da;
}
.chang-right .chang-five{
	background: #eba332;position: relative;
}
.chang-right .chang-five:hover{
	background: #e5981f;
}
.chang-right .chang-two span,.chang-right .chang-three span,
.chang-right .chang-four span,.chang-right .chang-five span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left:0px;
	bottom:34px;
	width:100%;
	text-align: center;
}




.chang-right .chang-one img{
	transform: scale(1.0);
	transition: all 1.5s;
}
.chang-right .chang-one{
	overflow: hidden;
	
}
.pad0{
	padding: 0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.chang-right .chang-one img:hover{
	transform: scale(1.2);
	transition: all 1.5s;
}





/* footer end */

.footer{
	background: #113555;
	
	padding: 36px 0 ;
	min-height: 145px;
}
.footer p{
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	
}
.footer p a{
	color: #fff;
	
}
.footer p a:hover{
	text-decoration: underline;
}
.fer{
	text-align: right;
	padding-top:10px;
}
.fer a{
  padding: 0 4px;
	display: inline-block;
}
.fer a img{
	max-width: 100%;
}






.new-left1{
			width: 622px;
		}


                .new-left1 .new-top , .new-right1 .new-top{
			margin-bottom: 32px;
		}

		.new-left1 ul li{
			margin-bottom: 15px;
		
		}
		.new-left1 ul li .li-img1{
			width: 22%;
			overflow: hidden;
		}
		.new-left1 ul li .li-img1 img{
			max-width: 100%;
			transform: scale(1.0);
			transition: all 1.5s;
		}
		.new-left1 ul li:hover  img{
			
			transform: scale(1.2);
		}
		.new-left1 ul li .li-tt1{
			width: 74%;
			border-bottom: 1px solid #ddd;
			min-height: 90px;
		}
		.new-left1 ul li .li-tt1 span{
			display: block;
			font-size: 16px;
			color: #204e8a;
			margin-bottom: 5px;
		}
		.new-left1 ul li .li-tt1 a{
			font-size: 16px;
			color: #333;
			display: block;
			line-height: 26px;
			text-decoration: none;
		}
		.new-left1 ul li:hover a{
			color: #1d4e89;
		}

		.new-left1 ul li .li-tt1 p{
			font-size: 14px;
			color: #999;
			line-height: 24px;
                            margin-top: 3px;
		}

		.new-right1{
			min-height: 397px;
			width: 500px;
			float: right;
		
		}
		.new-right1 h4{
			font-size: 18px;
			color: #fff;
			background: #1d4e89;
			text-align: center;
			line-height: 38px;
		}
		.new-right1 ul{
			/*padding: 10px 20px;*/
		}
		.new-right1 ul li{
			border-bottom: 1px solid #dddddd;
			padding: 15px 0 16px;
			margin-bottom: 0;
		}

                .new-right1 ul li:first-child {
                    padding-top: 0px;
                }
		
		.new-right1 ul li .li-date1{
			width: 11%;
			height:40px;
			text-align: center;
			border-right: 1px solid #9ba948;
                            margin-top: 4px;
		}
		.new-right1 ul li .li-date1 span{
			font-size: 24px;
			color: #9ba948;
			display: block;
			line-height: 22px;
		}
		.new-right1 ul li .li-date1 p{
			color: #9ba948;
			font-size: 16px;
		}
		.new-right1 ul li .li-ta1 {
			width: 85%;
		}
		.new-right1 ul li .li-ta1 a{
			display: block;
			font-size: 16px;
			color: #333;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.new-right1 ul li .li-ta1:hover a{
			color: #1d4e89;
		}

.new-right1 ul li .li-ta1 p {
    color: #999;
    line-height: 24px;
    margin-top: 3px;
}
		
		@media (max-width: 1199px) {
			.new-left1{
			
			width: 100%;
		}

		.new-right1{			
			width: 100%;		
      /*margin-top: 20px;
      margin-bottom: 10px;*/
  }
		
		.new-left1 ul li .li-tt1 a{
			max-height: 55px;
			overflow: hidden;
		}
		
		
		}
		
		
		@media (min-width: 768px) and (max-width: 992px) {
		
		.new-right1 ul li .li-date1{
			width: 8%;
		}
		.new-right1 ul li .li-ta1{
			width: 88%;
		}
		.new-left1 ul li .li-tt1 a{
			max-height: 55px;
			overflow: hidden;
		}
		
		}
		


 /*最小1200屏幕到最大*/

 @media (max-width: 1400px){
.banner .ban-ttbg{  
    bottom: 0%;  
}

}

 
 
@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

  .navbar-nav>li>a {

    padding: 15px 10px;
} 
.navbar-default .navbar-nav>li>a{
	 font-size: 16px;
}
   .nul ul li .li-text p{
   	overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
   }

   .banner .ban-ttbg{
	   bottom:0%;
   }
   .banner .ban-tt{
	   padding:20px;
	   min-height: 50px;
   }
    .banner .ban-tt h4 a{		
		overflow: hidden;
		font-size: 22px;
		line-height: 36px;
		margin-bottom:0px;
	}

   .banner .ban-tt p{
	  font-size: 15px;
	   line-height: 25px;
	   
   }
   .jingsai .t-one1{
	   padding-top:20px;
	   min-height: 150px;
   }
  .jingsai .t-one2{
	   padding-top:20px;
	   min-height: 186px;
   }
   
   .jingsai{
	   min-height: 500px;
   }
   .chang-left{
	   padding-top:0px;
   }
   .chang-more a{
	   margin-top:70px;
   }
   .chang{
	   min-height: 300px;
   }
   .fer{
	   text-align: left;
   }
   .fer a{
	   padding-bottom: 5px;
   }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
	
  
 .navbar-nav>li>a {
 
    /*padding: 10px 5px;*/
    
}

.menu-button{
	top: 10px;
}


.banner .ban-ttbg{
	   bottom:0%;
   }
   .banner .ban-tt{
	   padding:10px;
	   /*min-height: 160px;
	   width:400px;*/
   }
    .banner .ban-tt h4 a{		
		width:100%;
		overflow: hidden;
		font-size: 22px;
		line-height: 36px;
		margin-bottom:0px;
	}
   .banner .ban-tt p{
	  font-size: 15px;
	   line-height: 25px;
	   margin-bottom: 0px;
	  
   }
   .banner .ban-tt p a{
	   margin-top:0px;
   }
   .chang-right {
       margin-top: 30px;
       margin-bottom: 50px;
   }
.new-right{
	margin-top:0px;
}
   .fer{
   	   text-align: left;
   }
   .fer a{
   	   padding-bottom: 5px;
   }
   .navbar-default .navbar-nav>li>a{
   	font-size: 14px;
   	padding: 15px 4px;
   }
   .nul ul li{
   	margin-bottom: 10px;
   }
   
   .nul ul li .li-text p{
   	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   	
   	
   }
   .banner .ban-text ul li a{
   	font-size: 22px;
   }
 
   
  
   
   .banner .ban-tt p{
	  /* font-size: 34px;
	   line-height: 37px; */
   }
   .banner .ban-tt a{
	   width: 130px;
   }
   .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
       width: 31%;
   }
   
   .banner .ban-ttbg{
	   bottom:0%;
   }
   
   
   
}



@media (max-width: 768px) {
    /*超小屏幕设备 手机*/
  
   .logo {
     
	   margin-left: 10px;
   }
   .logo img{
   	max-width: 80%;
   }
   .wc-top{
	   position: relative;
	   background: #1d4e89;
	   min-height: 70px;
   }
   
   .chang{
         margin-top:20px;
          margin-bottom: 50px;
      }
   .new-right{
   	margin-top:0px;
   }
   
   
   .fer a{
	   margin: 5px 0;
   }
   .fer {
     text-align: left;
	   margin-top: 20px;
   }
   .footer{
	   padding-top: 20px;
   }
 .chang-right {
     margin-top: 30px;
     margin-bottom: 50px;
 }
  
   .banner .ban-ttbg{
	   position: relative;
   }

    .banner .ban-tt{
		background: none;
		padding:0px;
		width:100%;
	}

.banner .ban-tt h4{
   line-height: 50px;
}

	 .banner .ban-tt h4 a{
		 color: #333;
		 font-size: 16px;
		 line-height: 25px;
		 margin-bottom: 0px;
                 font-weight: normal;
	 }

   /*.banner .ban-tt p{
   	font-size: 14px;
	color: #333;
        margin:5px 0;
	line-height: 25px;
   }
   .banner .ban-tt a{
   	  background: none;
	  background: #9daa4a;
	  margin-top: 10px;
	  color: #fff;
	  display: block;
	  line-height: 35px;
	  height: 35px;
	  	font-size: 14px;
		width: 115px;
		display: none;
   }*/

   .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	   width: 100%;
	   bottom:20%;
	   height: 30px;
   }
   .banner .swiper-pagination-bullet{
	   background: #004687;
	   width: 14px;
	   height: 14px;
           margin: 0 6px !important;
   }
   .banner .swiper-pagination-bullet-active{
	    background: #f77524;
   }
   .dong1 ul li span.li-att p{
	   font-size: 16px;
   }
   
   .jingsai .t-one .t-img:hover img,.jingsai .t-two .t-img:hover img,.jingsai .t-three .t-img:hover img,.jingsai .t-five .t-img:hover img,
   .jingsai .t-four .t-img:hover img,.jingsai .t-six .t-img:hover img,.jingsai .t-sen .t-img:hover img,.jingsai .t-eng .t-img:hover img{
   	transition: all 1.5s;
   	transform: scale(1.0);
   	cursor: pointer;
   }
   
   .jingsai .t-one .t-img, .jingsai .t-two .t-img, .jingsai .t-three .t-img, .jingsai .t-five .t-img, .jingsai .t-four .t-img, .jingsai .t-six .t-img, .jingsai .t-sen .t-img, .jingsai .t-eng .t-img{
	   text-align: center;
   }
   .jingsai .t-one img, .jingsai .t-two img, .jingsai .t-three img, .jingsai .t-five img, .jingsai .t-four img, .jingsai .t-six img, .jingsai .t-sen img, .jingsai .t-eng img{
	   display: inline-block;
   }
   .pad3 a, .p-t a {
       display: block;
       font-size: 24px;
       font-weight: bold;
       color: #fff;
       position: absolute;
       left: 0;
       text-align: center;
       width: 100%;
       bottom: 22px;
       text-shadow: 2px 2px 2px #333;
   }

   .jingsai .t-one1, .jingsai .t-one2,.jingsai .t-two, .jingsai .t-three,
	.jingsai .t-five, .jingsai .t-four, .jingsai .t-six, .jingsai .t-sen, .jingsai .t-eng{
	   margin:15px -15px 0px 0;	   
   }

   .phy-ul {
       margin-top: 20px;
   }
   .newsbg{
	   padding-top: 32px;
	   padding-bottom: 28px;
   }

   /*.new-left1{
       margin-top:30px;
   }*/

   .phy{
      padding:30px 0 25px;
   }
   
   .rili {
       margin-top: 15px;
    }

   /*.new-top .new-more a{
	   width:100px;
   }*/

  .newsbg .news-li .li-date{
	   width:20%;
   }
.newsbg .news-li .li-tt{
	   width:75%;
   }
   
   .jingsai .t-one1 {
       background: url(../images/yimg1.jpg) no-repeat center center;
       /* min-height: 320px; 
       margin: 0;
       padding-top: 10px; */
       background-size: cover;
       padding-top:35px;
   }
   .jingsai .t-one2 {
       background: url(../images/yimg22.jpg) no-repeat center center;
       /* min-height: 320px; 
       margin: 0;
       padding-top: 10px; */
       background-size: cover;
       padding-top:35px;
   }
   .in-djs .digital .dldiv .dli{
	   margin-bottom: 20px;
   }
   .jingsai .t-two{
	   margin-bottom: 0;
   }

   .chang-right .chang-two span, .chang-right .chang-three span,
	.chang-right .chang-four span, .chang-right .chang-five span{
	   font-size: 18px;
   }
   .new-top .new-tit{
   	font-size: 24px;
   }
   .jingsai .t-one1 .t-img,.jingsai .t-one2 .t-img, .jingsai .t-two .t-img, .jingsai .t-three .t-img, .jingsai .t-five .t-img, .jingsai .t-four .t-img, .jingsai .t-six .t-img, .jingsai .t-sen .t-img, .jingsai .t-eng .t-img{
	   border:none;
   }

  .phy-left {
      margin:30px -15px 0;
  }

  .pad3,.p-t {
      margin:0 0 0 -15px;
      padding-top: 0px;
  }

  .new-right1{
      margin-top: 30px;
      margin-bottom: 10px;
  }

  .new-left1 .new-top, .new-right1 .new-top{
         margin-bottom: 25px;
  }

  /*.new-right1 ul{
      padding: 10px;
  }*/

  .new-right1 ul li .li-date1{
     width: 13%;
  }
   
  .new-right1 ul li .li-date1 span{
     font-size: 20px;
  }

  .new-right1 ul li .li-date1 p {
      font-size: 14px;
  }
  
  
   
}


@media only screen and (min-width: 766px) and (max-width: 855px){
	.banner .ban-tt a{
		display: none;
	}
	.banner .ban-tt{
		min-height: 50px;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px){
	.t-two{
		   margin-bottom: 0;
	}
	.top-two{
		margin-left: -30px;
	}
	.navbar-nav>li{
	display: block;
	text-align: left;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.banner{
	/* min-height: 300px; */
}

.wc-top {
    min-height: 70px;
}
.tbg{
	background: none;
}

.jingsai .t-one1 {
       background: url(../images/yimg1.jpg) no-repeat center center;
       min-height: 320px;
       /*margin: 0;*/
       padding-top: 25px;
       background-size: cover;
   }
.jingsai .t-one2 {
       background: url(../images/yimg1.jpg) no-repeat center center;
       min-height: 320px;
       /*margin: 0;*/
       padding-top: 25px;
       background-size: cover;
   }


.logo img{
	max-width: 80%;
}
.chang-right .chang-two span, .chang-right .chang-three span, .chang-right .chang-four span, .chang-right .chang-five span{
	font-size: 16px;
}


}
@media only screen and ( max-width:479px){

.navbar-nav>li{
	display: block;
	text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.banner{
	/* min-height: 300px; */
	/*margin-top: 119px;*/
}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
}
.banner .bd{
	min-height: 300px;
}
.banner .ban-text{
	top: -230px;
	width: 300px;
	height: 130px;
}
.banner .bd ul li{
	min-height: 300px;
}
.banner .ban-text ul li a{
	font-size: 16px;
}
.t-two{
	   margin-bottom: 0;
   }
/**/




}
/* 苹果5e/se */
@media only screen and ( max-width:320px){
	.chang-right .chang-two span, .chang-right .chang-three span,
	 .chang-right .chang-four span, .chang-right .chang-five span{
		font-size: 14px;
	}
}