@media screen and (min-width: 1366px) {
	.main_content{
		width: 1280px;
	}
	.dunpai{
		width: 90px;
	}
	.biaoti{
		width: 500px;
		
	}
	#nav ul li h3{
		font-size: 1rem;
	}
	.conlf1,
	.conlf2 {
		width: 50%;
	}

	.conrf1,
	.conrf2 {
		width: 42%;
	}

	.yewu {
		width: 43%;
		flex-shrink: 1;
	}
#header.hb {
	    height: 100px;
	}
	
}
@media screen and (min-width:1200px) and (max-width: 1366px) {
	.main_content{
		width: 99%;
	}
	.dunpai{
		width: 80px;
	}
	.biaoti{
		width: 450px;
		
	}
	#nav ul li h3{
		font-size: 0.9rem;
	}
	.conlf1,
	.conlf2 {
		width: 50%;
	}

	.conrf1,
	.conrf2 {
		width: 42%;
	}

	.yewu {
		width: 43%;
		flex-shrink: 1;
	}
#header.hb {
	    height: 100px;
	}
}


@media screen and (min-width:1050px) and (max-width:1200px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
	.conlf1,
	.conlf2 {
		width: 50%;
	}

	.conrf1,
	.conrf2 {
		width: 42%;
	}

	.yewu {
		width: 42%;
		flex-shrink: 1;
	}
#header.hb {
	    height: 100px;
	}
}

@media screen and (min-width:1016px) and (max-width:1050px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
	.conlf1,
	.conlf2 {
		width: 95%;
	}

	.conrf1,
	.conrf2 {
		width: 95%;
	}

	.yewu {
		width: 90%;
		flex-shrink: 1;
	}
#header.hb {
	    height: 100px;
	}
}
@media screen and (min-width:1000px) and (max-width:1016px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
	.conlf1,
	.conlf2 {
		width: 95%;
	}

	.conrf1,
	.conrf2 {
		width: 95%;
	}

	.yewu {
		width: 90%;
		flex-shrink: 1;
	}
#header.hb {
	    height: 100px;
	}
}

@media screen and (min-width:798px) and (max-width:1000px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
	.conlf1,
	.conlf2 {
		width: 95vw;
	}

	.conrf1,
	.conrf2 {
		width: 95vw;
	}

	.yewu {
		width: 90%;
	}
#header.hb {
	    height: 200px;
	}
}

@media screen and (min-width:656px) and (max-width:798px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
        .conlf1,
	.conlf2 {
		width: 95vw;
	}

	.conrf1,
	.conrf2 {
		width: 95vw;
	}

	.yewu {
		width: 90%;
	}
#header.hb {
	    height: 245px;
	}
}


@media screen and (min-width:320px) and (max-width:656px) {
	.main_content{
		width: 100%;
	}
	.dunpai{
		width: 70px;
	}
	.biaoti{
		width: 325px;
		
	}
	#nav ul li h3{
		font-size: 0.8rem;
	}
        .conlf1,
	.conlf2 {
		width: 95vw;
	}

	.conrf1,
	.conrf2 {
		width: 95vw;
	}

	.yewu {
		width: 90%;
	}
#header.hb {
	    height: 245px;
	}
}

.main_content{
		position:relative;
		min-height: 100vh;
		margin: 0 auto;
	}

.dunpai{
		
	}
	.biaoti{
		margin-left: 20px;
	}

html, body {
	min-height: 100vh;
}
body {
	margin: 0;
}
.biaoyu {
	position: absolute;
	z-index: 10000;
	left: 20%;
	top: 1%;
}

.biaoyuimg {
	width: 1000px;
	height: auto;
	border: 0;
}

.header_box {
	height: 0;
	position: relative;
	z-index: 10000;
}

.header_box_li {
	height: 100px;
	position: relative;
	z-index: 100000000;
}

#header.hb {
	top: 0;
	background-color: #16315E;
	width: 100%;
	z-index: 999999;
	transition: all .5s;
	/*height: 100px;*/
}

.w1200 {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1620px;
	height: 100px;
}

#logo {
	float: left;
	height: 100%;
	width: 100px;
	position: relative;
}

.fl {
	float: left
}

ol,
ul,
li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.box_table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100px
}

.box_table_cell {
	display: table-cell;
	vertical-align: middle
}

.box_table_cell * {
	white-space: normal;
	word-wrap: break-word;
}

.fr {
	float: right;
	height: 100%;
}

#nav {
	float: right;
	margin-top: 45px;
}

#nav>ul>li {
	float: left;
	position: relative;
	z-index: 0;
	margin-left: 2rem;
}

#nav>ul>li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	bottom: 0;
	transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
	width: 100%;
	left: 0;
}

#nav ul li a {
	padding: 0;
}

#nav ul li h3 {
	/*font-size: 1rem;*/
	color: #fff;
	line-height: 50px;
	position: relative;
	transition: .36s;
	display: inline-block;
}

#nav ul li i {
	margin: -3px 0 0.625rem;
	display: inline-block;
	width: 10px;
	height: 5px;
	transition: .5s;
}

#nav ul li .sub {
	position: absolute;
	top: 100%;
	background: #fff;
	width: auto;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
	transform-origin: top;
}

#nav ul li .sub .box {
	padding: 0;
	text-align: center;
}

#nav ul li .sub a {
	padding: 8px 32px;
	line-height: 35px;
	transition: .6s;
	font-size: 14px;
	color: #666666;
	text-align: center;
	white-space: nowrap;
}

#nav ul li .sub a:hover {
	color:  #16315E;
	font-weight: bold;
	font-size: 16px;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

.title1 {
	position: relative;
	width: 100%;
	z-index: 0;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;

}


.bannerimg {
	width: 100%;
	height: inherit;
}

.sub_title{
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    color: #b7b7b7;
    /*margin-left: 5px;*/
}

.yewu {
	height: 100px;
	border: solid 1px #ccc;
	margin-top: 10px;
	border-radius: 5px;
	padding: 0px 15px 0px 15px;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}
.ul-flex {
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.ownList_wrapper {
	overflow: hidden;
}

.ownList .slideTxtBox {
	width: 100%;
}

.ownList .slideTxtBox .hd {
	height: 240px;
	width: 1300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 26px;
}

.ownList .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 70px;
	top: 20px;
}

.ownList .slideTxtBox .hd ul li {
	width: 216px;
	height: 146px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	list-style-type: none;
}

.ownList .slideTxtBox .hd ul li:last-child {
	margin-right: 0;
}

.ownList .slideTxtBox .hd ul li span {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 100%;
	margin: 0px 50px;
	display: block;
	background: #f4f5f9;
	margin-left: 66px;
}

.ownList .slideTxtBox .hd ul li.on span {
	border: none;
	background: rgb(33, 61, 129);
	position: relative;
	margin: 0px 50px;
	margin-left: 66px;
}

.ownList .slideTxtBox .hd ul li.on span::before {
	content: '';
	width: 40px;
	height: 24px;
	/*background: url(../images/triangle.png) no-repeat center;*/
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -170px;
}

.ownList .slideTxtBox .arrow {
	width: 100%;
	height: 100%;
}

.ownList .slideTxtBox .arrow .ownList_next {
	/*background: url('../images/next.png') 0 0 no-repeat;*/
	right: 0;
	width: 53px;
	height: 40px;
}

.ownList .slideTxtBox .arrow .ownList_prev {
	/*background: url('../images/prev.png') 0 0 no-repeat;*/
	left: 0;
	width: 53px;
	height: 40px;
}


.ownList .slideTxtBox .arrow a {
	display: block;
	width: 21px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 23%;
	margin-top: -10px;
}

.ownList .slideTxtBox .hd ul li h3 {
	font-size: 18px;
	margin-top: 18px;
	text-align: center;
	margin-left: 16px;
	color: #000;
	transition: all .2s linear;
	font-family: "Medium" !important;
}

.ownList .slideTxtBox .hd ul li p {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	color: #797979;
	transition: all .2s linear;
}

a:hover {
	outline: none;
color:#213d81;
}

.ownList .slideTxtBox .hd ul li span i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	/* margin-left: 58px; */
}

.ownList .slideTxtBox .hd ul li span i.icon1 {
	background: url(../assets/icon_1-1.png) center center no-repeat;
}

.ownList .slideTxtBox .hd ul li span i.icon2 {
	background: url(../assets/icon_1-2.png) center center no-repeat;
}

.ownList .slideTxtBox .hd ul li span i.icon3 {
	background: url(../assets/icon_1-3.png) center center no-repeat;
}

.ownList .slideTxtBox .hd ul li span i.icon4 {
	background: url(../assets/icon_1-4.png) center center no-repeat;
}

.ownList .slideTxtBox .hd ul li span i.icon5 {
	background: url(../assets/icon_1-5.png) center center no-repeat;
}




.sy-content {
	width: 100%;
	/* float: left; */
	/*min-height: 300px;*/
	/*position: relative;*/
	/*margin-top: 2.8%;*/
}

.wid1200,
.pc-banner {
	width: 100%;
	margin: 0 auto;
	/*min-height: 300px;*/
}


.sy-content-1 {
	width: 1100px;
	padding: 12px 50px;
	background: #fff;
	position: relative;
}

.sy-part-1 {
	width: 1200px;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #9f9f9f;
	height: 45px;
}

.hdyw {
	width: 100%;
	float: left;
	margin-right: 25px;
}

.containers {
	/*height: 350px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}
.flex {
	display: flex;
	
}
.flex-wrap {
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.flex-wrap a:hover {
    color: #213d81;
}

.justify-content {
	justify-content:space-between;
}

.conlf1 {
	height: 100%;
	padding: 0 20px;
        /*width: 50%;*/
}

.conlf2 {
	height: 100%;
	padding: 0 20px;
        /*width: 50%;*/
}

.conrf1 {
	height: 85%;
	padding: 0 20px;
        /*width: 42%;*/
}

.conrf2 {
	height: 85%;
	padding: 0 20px;
        /*width: 42%;*/
}



.conlft1 {
	border-bottom: 1px solid #9f9f9f;
	height: 45px;
	width: 100%;
}

.conlft {
	border-bottom: 1px solid #9f9f9f;
	height: 45px;
	width: 100%;
}

.conlftf {
	font-size: 20px;
	line-height: 43px;
	font-weight: bold;
	color: #16315E;
	border-bottom: 2px solid #16315E;
	float: left;
}

.conxx {
	min-width: 80px;
	line-height: 45px;
	float: right;
	font-size: 14px;
	text-align: right;
        cursor: pointer;
}


.sxdt-list {
	width: 100%;
	margin-top: 16px;
	float: left;
}

.sy-list {
	width: 100%;
	height: auto;
}

.sy-list li,
.sy-list-1 li {
	width: 100%;
	height: 45px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sy-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}


.xg0921-1 li {
        width: 46%;
        margin-left: 3%;
        margin-bottom: 10px;
        height: 100px;
        float: left;
        overflow: auto;
    }

    .xg-txt-1{
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
.xg-txt-1:hover{
        background:#fafafa;
}
.xg-txt-1 h3 {
	display: block;
	height: 16px;
	line-height: 20px;
	height: 94px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
        margin: 0px;
        padding-left: 46%;
position: relative;
}

.xg-pic {
	width: 110px;
	height: 77px;
	float: left;
	position: relative;
	margin-right: -110px;
}
.xg-pic img {
    width: 140px;
    height: 95px;
}

.xg-txt {
	width: 100%;
	float: right;
}


.hdyw-1,
.hdxr-con {
	width: 100%;
	margin-top: 16px;
	float: left;
}

.hdyw-pic {
	width:35%;
        height:320px;
        float: left;
}

.yx-rotation-title1 {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #000;
	opacity: 0.5;
	left: 0;
	bottom: 0;
	z-index: 1
}

.yx-rotation-t1 {
	color: #fff;
	font-size: 12px;
	z-index: 2;
	bottom: 0;
	left: 10px;
	line-height: 30px;
	width: 250px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 2%;
}

.data {
	width: 45px;
	height: 45px;
	padding: 0px;
	float: right;
}


.footer {

	border-bottom: 4px solid #213d81;
	background-color: #333;
	height: 140px;
	text-align: left;
	font-size: 12px;
}


.ful_1::after {
	content: "";
	display: block;
	clear: both;
}


.name {
	background: url(../assets/name.png) no-repeat left top 7px;
}

.address {
	background: url(../assets/address.png) no-repeat left 0px top 5px;
}

.mail {
	background: url(../assets/email.jpg) no-repeat left 1px top 6px;
}

.phone {
	background: url(../assets/iphone.jpg) no-repeat left 1px top 5px;
	font-weight: 600;
	font-family: "Adobe 黑体 Std";
}
a{
		text-decoration:none;
color:black
	}