* {
	padding: 0;
	margin: 0;
}
.header {
	position: relative;
	min-width: 1400px;
}
.fixed {
	position: absolute;
	color: blueviolet;
	z-index: 10;
	width: 100%;
	height: 100px;
	/* background: url("__PUBLIC__/images/bgimg1.jpg"); */
	background-image: url(../images/bgimg.png);
	display: flex;
	justify-content: center;
	align-items: center;
}
.topLogo {
	width: 350px;
}
.topDiv {
	width: 700px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 100px;
}
.topDiv1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #f69404;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size:18px;
}
.topDiv1 span {
	font-weight: bold;
}
.topDiv2 {
	display: flex;
	justify-content: space-between;
	color: #0169ca;
}
.topDiv2>div>a {
	color: #ffffff;
}
.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 1400px;
}
.mainA {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.mainA1 {
	color: #dbdbdb;
	font-size: 25px;
	font-family:"Times New Roman", Times, serif
}
.mainA2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.mainA3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px;
	color:#888
}
.mainA4 {
	display: flex;
	font-size: 18px;
	align-items: center;
	margin-top: 10px;
}
.mainA4 div {
	display: flex;
	align-items: center;
}
.mainA4 img {
	margin-right: 15px;
}
.mainA4 span {
	color: #0169ca;
	font-size: 30px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}
.inp {
	width: 540px;
	margin-top: 20px;
	height: 40px;
	position: relative;
	border-radius: 30px;
	border: 3px solid #0169ca;
}
.inp .input {
	padding-left: 20px;
	font-size: 15px;
	line-height: 40px;
	background: none;
}
.search {
	background: url(../images/search.png) no-repeat left center;
	background-size: 65%;
	width: 32px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 9999;
	cursor: pointer;
}
.mainB {
	width: 1220px;
	margin: 0 auto;
	margin-top: 30px;
	text-align:center
}
.mainB a {
	width: 11%;
	display: inline-block;
	border: 1px solid #dfdfdf;
	margin: 0.4%;
	line-height: 3;
	overflow: hidden;
	background: #f5f5f5;
	font-size: 15px;
	color: #666;
}
.mainB a:hover {
	background:#888;
	color:#fff
}
.mainA5 {
	color: #0169ca;
	line-height:3
}
.mainA2 span {
	color: #000000;
	font-weight: normal;
}
.mainA6 {
	width: 50px;
	height: 5px;
	background-color: #0169ca;
	margin-top: 10px;
	border-radius: 10px;
}
.mainContent {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.swiper-father {
	width: 1250px;
	height: 300px;
	margin-top: 40px;
	position: relative;
}
.swiper-container {
	width: 1150px;
	height: 300px;
}
.swiper-slide {
	display: flex;
	flex-direction: column;
}
 .swiper-slide>div:nth-of-type(1) {
 border: 1px solid #cccccc;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 230px;
}
.swiper-slide:hover {
	color: #0169ca;
	cursor: pointer;
}
 .swiper-slide>div:nth-of-type(1):hover {
 background-color: #0169ca;
}
 .swiper-slide>div:nth-of-type(2) {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 20px;
}
.mainB1>div:hover {
	background-color: #0169ca;
	color: #ffffff;
}
.mainB1>div>a>div:hover {
	color: #ffffff;
}
a {
	text-decoration: none;
}
.picScroll-left {
	width: 1200px;
	margin:0 auto;
	margin-top: 10px;
}
.picScroll-left .wrapper {
	width: 1200px;
	/* height: 290px; */
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.mainCSlide {
	/* width: 270px; */
	height: 100%;
	text-align: center;
	position: relative;
}
.mainCImg {
	width: 100%;
}
.multipleColumn, .bigg, .mainC {
	/*width:1200px;*/
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.big2 {
	margin-top: 20px;
	padding: 0 14px;
}
 .big2>div:nth-of-type(1) {
 width: 280px;
 height:280px;
 display: flex;
 justify-content: center;
 align-items: center;
 overflow:hidden
}
.big2>div img {
	max-width:100%;
	height:auto;
	transform: scale(1);
	transition: all 1s ease-out;
}
.big2>div:hover img {
	transform: scale(1.2);
}
 .big2>div:nth-of-type(1):hover {
 background-color: #0169ca
}
.big2:hover {
	color: #0169ca;
}
 .big2>div:nth-of-type(2) {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 10px;
 width: 280px;
 font-size: 16px;
 line-height: 2;
}
/*.swiperimg1{
	width: 90%; height:auto
}*/



.mainCSlide>div {
	width: 380px;
	margin:0 14px;
}
.yy_txt {
	font-size:24px;
	line-height:2.5
}
.bg {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 5;
	opacity: 0.5;
	display: none;
}
.bgfont {
	position: absolute;
	top: 21%;
	left: 45%;
	z-index: 10;
	color: #ffffff;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}
.bgfont>img {
	width: 40px;
	height: 40px;
}
.bgfont>div {
	margin-top: 30px;
}
.mainA5>span {
	color: #0169ca;
}
/* 关于我们 */
.in_about {
	width:100%;
	height:auto;
	margin:0 auto;
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #ffffff;
	padding-top:40px;
	padding-bottom:100px;
	border-bottom:1px solid #f1f1f1
}
.in_about .main {
	width:1200px;
	height:auto;
	margin:32px auto 0
}
.in_about .main .leftpic {
	display:block;
	float:right;
	width:605px;
	height:382px;
	overflow:hidden;
	border-radius: 10px;
}
.in_about .main .leftpic img {
	transform: scale(1);
	transition: all 1s ease-out;
}
.in_about .main .leftpic:hover img {
	transform: scale(1.2);
}
.in_about .main .righttxt {
	width:556px;
	height:auto;
	display:block;
	float:left
}
.in_about .main .righttxt .txt {
	height:320px;
	display:block;
	overflow:hidden
}
.in_about .main .righttxt .txt * {
	font-size:16px;
	line-height:32px;
	color:#333333;
	text-align:justify
}
.in_about .main .righttxt .more {
	margin-top:10px
}
.in_about .main .righttxt .more ul li {
	float:left;
	margin-right:25px
}
.in_about .main .righttxt .more ul li a {
	width:150px;
	height:46px;
	display:block;
	text-align:center;
	line-height:46px;
	background:#0169ca;
	color:#ffffff;
	font-size:15px;
	border-radius: 5px;
}
/*首页新闻中心*/
.newContBox {
	width:100%;
	height:auto;
	margin:50px auto;
}
.newContBox .newCont {
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.newCont .newtop .listnew {
	float: right;
}
.newCont .newtop .listnew li {
	float: left;
	margin-right:30px;
	color:#fff;
	font-size:16px;
	padding-bottom:10px;
	cursor: pointer;
}
.newCont .newtop .listnew li:last-child {
	margin-right:0;
}
.newCont .newtop .listnew li:hover {
	border-bottom: 2px solid #fff;
}
.newCont .newctext {
	width:100%;
	overflow:hidden;
	display: none;
	margin-top:45px
}
.newCont .newctext.newshown {
	display: block;
}
.newCont .newctext .ncontl:nth-child(3n) {
margin-right:0
}
.newCont .newctext .ncontl {
    width: 31.3%;
    display: block;
    overflow: hidden;
    float: left;
    background: #f5f5f5;
    margin: 0 3% 1% 0;
    padding-bottom: 1.5%;
}
.newCont .newctext .ncontl .ncimg {
	width: 100%;
	height: 280px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.newCont .newctext .ncontl .ncimg img {
	max-width:100%;
	height:280px;
	transform: scale(1);
	transition: all 1s ease-out;
}
.newCont .newctext .ncontl:hover .ncimg img {
	transform: scale(1.2);
}
.newCont .newctext .ncontl .nctit {
	margin-left: 3%;
	width: 65%;
	line-height: 45px;
	float: left;
	font-size: 17px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
}
.newCont .newctext .ncontl span {
	float: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	line-height: 45px;
	background: url(../images/date.png) 0 center no-repeat;
	padding-left: 20px;
	margin-right: 3%;
}
.newCont .newctext .ncontl .ncdate {
	background:url(../images/date.png) 0 center no-repeat;
	text-indent:25px;
	color:#1f5db0;
	font-size:15px;
	margin-bottom:10px;
}
.newCont .newctext .ncontl .nctext {
	color: #888 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	height: 48px;
	display: block;
	overflow: hidden;
	padding: 0 3%;
}
.newCont .newctext .ncontl .ncnexta {
	width:95px;
	height:30px;
	display: block;
	text-align:center;
	line-height:30px;
	background:#0169ca;
	color:#fff;
	font-size:14px;
	float: right;
	border-radius:15px;
	margin-top:10px;
	margin-right:3%
}
.newCont .newctext .ncontr {
}
.newCont .newctext .ncontr ul {
	width:100%;
	overflow:hidden;
}
.newCont .newctext .ncontr ul li {
    border-bottom: 1px solid #cfcfcf;
    width: 31.3%;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 3% 0 0;
    padding: 1.2% 0;
}
.newCont .newctext .ncontr ul li:nth-child(3n) {
    margin-right: 0;
}
/*.newCont .newctext .ncontr ul li:first-child {
	padding-top:0
}
.newCont .newctext .ncontr ul li:last-child{ padding-bottom:0}*/

.newCont .newctext .ncontr ul li a {
	width:100%;
	overflow:hidden;
	display: block;
}

.newCont .newctext .ncontr ul li a .stit {
    width: 72%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.newCont .newctext .ncontr ul li:hover a .stit {
	color:#0169ca;
}
.newCont .newctext .ncontr ul li a .date {
    float: right;
    text-align: right;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 30px;
    background: url(../images/date.png) 0 center no-repeat;
    padding-left: 20px;
}


.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	display:block
}
.index_ban1 {
	background: #033a8d;
	width: 1200px;
	margin: 40px auto 65px;
	text-align: center;
	color: #fff;
	font-size: 56px;
	line-height: 2;
	padding: 20px 0;
	letter-spacing: 5px;
	font-weight: bold;
}
.index_fw {
	background:#f5f5f5;
	padding:50px 0
}
.index_fw .main {
	width:1200px;
	margin:0 auto;
	margin-top:30px
}
.index_fw .main ul li {
	float: left;
	width: 49%;
	height:176px;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: 5px;
	position:relative
}
.index_fw .main ul li .morr {
	position: absolute;
	right: 0;
	top: 0;
	background: #0169ca;
	width: 6.5%;
	text-align: center;
	writing-mode: vertical-rl;
	height: 176px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 38px;
}
.index_fw .main ul li:hover .morr {
	background: #666;
}
.index_fw .main ul li:nth-child(2n) {
margin-right:0
}
.index_fw .main ul li .leftimg {
	width: 40%;
	display: block;
	float: left;
	overflow: hidden;
}
.index_fw .main ul li .leftimg img {
	max-width:100%;
	height:auto;
	transform: scale(1);
	transition: all 1s ease-out;
}
.index_fw .main ul li:hover .leftimg img {
	transform: scale(1.2);
}
.index_fw .main ul li .righttxt {
	width: 47%;
	display: block;
	float: left;
	padding: 4% 0 4% 4%;
	text-align: justify;
}
.index_fw .main ul li .righttxt h1 {
	font-size: 21px;
	line-height: 2;
	font-weight: bold;
	color: #444;
}
.index_fw .main ul li .righttxt p {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
