
/* CSS Document */

/* 2021-07-21 */
a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:"å¾®è½¯é›�?�é»�??","é»‘ä½�??","STHeiti","Microsoft YaHei";
	font-size: 16px;
	
}
.clear{
	clear: both;
}

/*æ¼‚æµ�?*/
.side{
	position:fixed;
	width:162px;
	right:0;
	top:50%;
	z-index:100;
	border-bottom:0;
	height: 256px;
}
.side-bg{
	background:url(../images/pf-bg.png) no-repeat;
	width: 162px;
	height: 256px;
	background-size: 100%;
	position: relative;
	z-index: 9999;
	animation:myfirst2 2s;
	-webkit-animation:myfirst2 2s;
}
@keyframes myfirst2
{
	from {
		right:-162px;
	}
	to {
		right:0;
	}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
	from {
		opacity: 0;
		right:-162px;
	}
	to {
		opacity: 1;
		right:0;
	}
}
.side img{
	top: 40px;
	right: 0px;
	position: absolute;
	z-index: 999999;
	animation:myfirst 2s;
	-webkit-animation:myfirst 2s; /* Safari and Chrome */
}

@keyframes myfirst
{
	from {width:0px;}
	to {width:122px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	from {width:0px;}
	to {width:122px;}
}
.side-title{
	position: absolute;
	z-index: 999999;
	bottom: 30px;
	right: 10px;
	text-align: center;
	opacity: 0.8;
	animation:myfirst3 2s;
	-webkit-animation:myfirst3 2s;
}
@keyframes myfirst3
{
	from {bottom: -30px;}
	to {bottom: 30px;}
}

@-webkit-keyframes myfirst3 /* Safari and Chrome */
{
	from {bottom: -30px;}
	to {bottom: 30px;}
}
.side-title a{
	color: #fff;
	font-size: 14px;
}

@media(max-width:767px){
	.side{
		width:100px;
		height: 158px;
	}
	.side-bg{
		width: 100px;
		height: 158px;
	}
	@keyframes myfirst2
	{
		from {
			right:-100px;
		}
		to {
			right:0;
		}
	}

	@-webkit-keyframes myfirst2 /* Safari and Chrome */
	{
		from {
			opacity: 0;
			right:-100px;
		}
	}
	.side img{
		right: 10px;
		width: 68px;
		top:30px;
	}
	@keyframes myfirst
	{
		from {width:0px;}
		to {width:68px;}
	}

	@-webkit-keyframes myfirst /* Safari and Chrome */
	{
		from {width:0px;}
		to {width:68px;}
	}
	.side-title{
		bottom: 20px;
		width: 72px;
	}
	.side-title i{
		display: none;
	}
	.side-title a{
		font-size: 12px;
	}
	@keyframes myfirst3
	{
		from {bottom: -20px;}
		to {bottom: 20px;}
	}

	@-webkit-keyframes myfirst3 /* Safari and Chrome */
	{
		from {bottom: -20px;}
		to {bottom: 20px;}
	}
}



.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	padding:0px;
	transition:all 0.3s ease-out 0s;
	height:120px;
	background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
/*å·¦ä¾§logo*/
.header .left{
	width: 20%;
	float: left;
}
.header .left a img{

	margin-top: 30px;
}
.header .left .img2{
	display: none;
}

.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
	float: right;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	line-height: 64px;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #26478d;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:64px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 180px;
    left: 50%;
	margin-left: -90px;
	border-top:2px solid #053490;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #26478d;
}
.btn-all{
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	padding-right: 52px;
}
.status{
	display: inline;
	padding-right: 5px;
}
.status span{
	display: inline-block;
	padding:25px 10px;
	padding-bottom: 0px;
}
.status span a{
	color: #fff;
}
.en{
	display: inline;
	margin:15px 0px;
	padding:0px 9px;
	border-left: 1px solid #fff;
	/* padding-right: 0px; */
}
.en a{
	color: #fff;
}
.old{
	display: inline;
	margin:15px 0px;
	padding:0px 15px;
	padding-right: 0px;
}
.old a{
	color: #fff;
}
.f-search{
	color: #000;
	margin-top:25px;
	margin-bottom: 0px;
	padding:10px 10px;
	display: inline;
	background:none;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.f-search input[type="text"]{
    width:0px;
    height:24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:24px;
    height:24px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border: 0px;
}
.f-search i{
	font-size:14px;
	color: #fff;
}

.header.on{
	background: #fff;
	height: 108px;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .status span a{
	color: #333;
}
.header.on .en{
	color: #333;
	border-left: 1px solid #333;
}
.header.on .f-search{
	color: #333;
}
.header.on .f-search button,.header.on .f-search i{
	color: #333;
}

.header.on .en a{
	color: #333;
}
.header.on .f-search input[type="text"]{
	background: #f5f5f5;
}
.header.on .f-search:hover .fa-search{
	color: #000;
}
.header.on .fa-search{
	color: #333;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #26478d;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}

/*footer*/
.footerr{
	width: 100%;
	background: #103b65;
	margin-top: 50px;
}
.footerr1{
	width: 100%;
	background: url("../images/footer-bg.jpg") no-repeat top;
	background-size: 100%;
	padding-top: 150px;
}
.lm{
	border-right: 1px solid #fff;
	padding-top: 15px;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.lm li{
	width: 25%;
	float: left;
	text-align: center;
	padding:15px;
	opacity: 0.8;
}
.lm-img{
	width: 100%;
	text-align: center;
}
.lm-img img{
	width: 100%;
	max-width:86px;
}
.lm-title{
	width: 100%;
	line-height: 42px;
}
.lm-title a{
	color: #fff;
}
.links{
	padding-left: 50px;
}
.link-title{
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 15px;
}
.links li{
	width: 36.3%;
	float: left;
	text-align: left;
	line-height: 36px;
}
.links li a{
	color:#fff;
}
.footer2{
	width: 100%;
	clear: both;
	background:rgba(0, 63, 114, 0.6);
	padding:30px 0px;
	color: #fff;
}
.footerr-logo{
	width: 40%;
	float: left;
	padding-right: 30px;
	opacity: 0.8;
}
.footerr-logo img{
	width: 100%;
	height: auto;
}


@media (max-width: 767px)
.footerr-logo {
    height: 42px;
    margin-bottom: -20px;
}

@media (max-width: 1180px)
.footer-logo{
    width: auto;
    height: 64px;
}

.footerr-adress{
	width: 60%;
	float: left;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.8;
}
.footerr-address li{
	color: #fff;
	line-height: 36px;
}
.footerr-icons{
	padding-bottom: 30px;
}
.footerr-icons li{
	display: inline-block;
	padding-left: 30px;
}
.copyright{
	padding-left: 30px;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #fff;
	width: 100%;
	opacity: 0.4;
	padding-top: 15px;
}
.icon-item{
	position: relative;

}
.wb-code{
	position: absolute;
	z-index: 99;
	bottom:110%;
	padding:10px;
	width:105px;
	margin-left: -30px;
	background-color:#fff;
	border-radius:3px;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	border-radius:5px;
	box-sizing:border-box;
	visibility: hidden;
	opacity: 0;
	transform:translateY(-10px);
	transition:all 0.2s ease-out 0s;
}
.wb-code:after{
	content:'';
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-8px;
	width:0;
	height:0;
	border:8px solid transparent;
	font-size:0;
	border-top-color:#fff;
}
.wb-code img{
	width: 86px;
}
.footerr-icons li:hover .wb-code{
	visibility:visible;
	opacity:1;
	transform:none;
}
.mobile{
	display: none;
}

@media(min-width:1600px){
	.header>.container,.nav>.container,.focus2>.container,.news-media .container,.footerr>.container,.tsfx .container,.whrl .container,.data .container,.ztzl .container,.footer2 .container{
		width: 80%;
	}
	/*2020-09-02*/
	.header .navbar_nav li a{
		text-decoration: none;
		height: 100%;
		padding: 0 16px;
	}
}
@media(max-width:1599px){
	body{
		font-size: 14px;
	}
	.header>.container,.nav>.container,.focus2>.container,.news-media .container,.footerr>.container,.tsfx .container,.whrl .container,.data .container,.ztzl .container,.footer2 .container{
		width: 95%;
	}
	.tsfx-con{
		padding-bottom: 50px;
	}
	.whrl-left{
		width: 23%;
	}
	.whrl-right{
		width: 77%;
	}
	.mrys{
		margin-top: -20px;
	}
	.mrys-title{
		padding-bottom: 42px;
	}
	.footerr1{
		padding-top: 100px;
		background-size: 115%;
	}
	.lm{
		margin-bottom: 20px;
	}
	.footerr-icons{
		padding-top: 0px;
	}
	.links{
		padding-left: 30px;
	}
	.focus-title a,.tsfx-item-title a,.whrl-item-title a{
		font-size: 14px;
	}
	.mon-year{
		font-size: 12px;
	}
}
/*2020-09-02*/
@media(max-width:1380px){
	.header .navbar_nav li a{
		padding:0px 15px;
	}
	.header .left a img{
		
	}
}
@media(max-width:1250px){
	.header .navbar_nav li a{
		padding:0px 12px;
	}
	.header .left a img{
		height: 64px;
	}
	body{
		font-size: 14px;
	}
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
