* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'zt';
	src: url(../fonts/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden
}

.header {
	position: relative;
	z-index: 9999;
	height: 70px;
	box-sizing: border-box;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

#nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: auto;
	overflow: hidden;
}

.logo a {
	display: block;
}

.logo a img {
	max-width: 100%;
}

.header ul.nav {
	display: inline-flex;
}

.header ul li a {
	display: block;
	text-align: center;
	line-height: 70px;
	font-size: 15px;
	position: relative;
	color: #666;
	font-weight: bold;
	padding: 0 20px;
}

.header ul li:hover a,
.header ul li a.active{
	color: #FFFFFF;
	background: #7590C5;
}

.nav_sub {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #4C4A4F;
}

.nav_sub>ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.nav_sub>ul>li>a {
	display: block;
	padding: 0 15px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 15px;
}

.nav_sub>ul>li>a:hover {
	color: #7590C5;
}


/*banner*/

#boxhdp {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

#img>li {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	display: none
}

#img>.current {
	display: block
}
#img>li img{ width:100%;}
#li {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -35px
}

#li>li {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	cursor: pointer
}

#li>.on {
	background-color: #7590C5;
}

#an {
	display: none
}

#an a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	transition: all 0.5s;
}

#an a:hover {
	background-color: #7590C5;
}

#an .an-a2 {
	right: 0
}


/*搜索*/

.search {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #DEDEDE;
}

.search_cen {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice_active {
	width: 410px;
	float: left;
	height: 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	/*margin: 0.2rem 0;*/
	box-sizing: border-box;
	/*padding: 0 3%;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 20px 0;
}

.notice_active>ul>li {
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #343434;
	font-size: 15px;
}

.notice_active>ul>li .new_t {
	width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.notice_active>ul>li .new_time {
	margin-left: 40px;
	font-family: "zt";
	font-size: 20px;
}

.notice_active>ul>li>img {
	width: 20px;
	margin-right: 10px;
}

.search_r form {
	position: relative;
}

.search_r input {
	width: 300px;
	height: 32px;
	border: 1px solid #EEEEEE;
	border-radius: 4px 0px 0px 4px;
	box-sizing: border-box;
	padding-left: 5px;
	float: left;
	color: #aaaaaa;
	outline: none;
}

.search_img {
	position: absolute;
	left: 270px;
	top: 6px;
	z-index: 5;
	background: url(../img/search.png) no-repeat;
	width: 20px;
	height: 20px;
}

.search_r .sub {
	width: 60px;
	height: 32px;
	background: #7590C5;
	border-radius: 0px 16px 16px 0px;
	border: 1px solid #7590C5;
	color: #fff;
	outline: none;
}

.search_r .sub :focus {
	outline: 0;
}


/*公司简介*/

.chqs-ab {
	width: 100%;
	margin: 60px 0;
}

.chqs-ab .chqs-abt {
	width: 1200px;
	margin: 0 auto 70px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chqs-ab .ab-lf {
	width: 570px;
}

.chqs-ab .ab-lf p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	margin-bottom: 20px;
}

.chqs-ab .ab-lf p:nth-child(2) {
	font-size: 15px;
	color: #656565;
	line-height: 28px;
	margin-bottom: 30px;
}

.chqs-ab .ab-lf a {
	display: inline-block;
	width: 128px;
	height: 32px;
	border: 1px solid #BBBBBB;
	text-align: center;
	line-height: 32px;
	color: #333333;
	font-size: 14px;
	transition: all 0.5s;
}

.chqs-ab .ab-lf a:hover {
	background: #7590C5;
	color: #FFFFFF;
	border: 1px solid #7590C5;
}

.chqs-ab .ab-rg {
	width: 600px;
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.chqs-ab .ab-rg:hover a {
	width: 130px;
}

.chqs-ab .ab-rg a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	width: 210px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.chqs-ab .ab-rg a:hover {
	width: 210px;
}

.chqs-ab .ab-rg a:hover img {
	opacity: 1;
}

.chqs-ab .ab-rg a:nth-child(1) {
	background-image: url(../images/about_r1.png);
}

.chqs-ab .ab-rg a:nth-child(2) {
	background-image: url(../images/about_r2.png);
}

.chqs-ab .ab-rg a:nth-child(3) {
	background-image: url(../images/about_r3.png);
}

.chqs-ab .ab-rg a:nth-child(4) {
	background-image: url(../images/about_r4.png);
}

.chqs-ab .ab-rg a .word {
	color: #fff;
}

.chqs-ab .ab-rg a .word h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.chqs-ab .ab-rg a .word p {
	font-size: 13px;
}

.chqs-ab .ab-rg a img {
	opacity: 0;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}


/*多彩万港*/

.dcwg-cen {
	width: 1200px;
	margin: 0 auto 90px auto;
	overflow: hidden;
}

.dcwg-tit {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

.dcwg_l {
	width: 540px;
	height: 510px;
	background: url(../images/wg_l.png) no-repeat center;
	float: left;
	position: relative;
	background-size: 100%;
}

.dcwg_l:hover {
	background-size: 110%;
	-webkit-transition: background-size .5s linear;
	transition: background-size .5s linear;
}

.dcwg_l p,
.dcwg_r1 p,
.dcwg_r_l p {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 28px;
	font-style: italic;
	color: #FFFFFF;
}

.dcwg_r {
	width: 650px;
	height: 510px;
	float: right;
}

.dcwg_r1 {
	width: 650px;
	height: 250px;
	background: url(../images/wg_l1.png) no-repeat center;
	position: relative;
	background-size: 100%;
}

.dcwg_r1:hover {
	background-size: 110%;
	-webkit-transition: background-size .5s linear;
	transition: background-size .5s linear;
}

.dcwg_r2 {
	overflow: hidden;
	margin-top: 10px;
}

.dcwg_r_l {
	width: 320px;
	height: 250px;
	position: relative;
}

.dcwg_r_l:first-child {
	float: left;
	background: url(../images/wg1.png) no-repeat center;
	background-size: 100%;
}

.dcwg_r_l:first-child:hover {
	background-size: 110%;
	-webkit-transition: background-size .5s linear;
	transition: background-size .5s linear;
}

.dcwg_r_l:last-child {
	float: right;
	background: url(../images/wg2.png) no-repeat center;
	background-size: 100%;
}

.dcwg_r_l:last-child:hover {
	background-size: 110%;
	-webkit-transition: background-size .5s linear;
	transition: background-size .5s linear;
}


/*拦腰*/

.chqs-ly {
	width: 100%;
	height: 370px;
	background: url(../images/ly.png) no-repeat;
	margin-bottom: 90px;
	overflow: hidden;
}

.ly_tit {
	text-align: center;
	font-size: 32px;
	color: #F8F8FA;
	margin: 90px 0 50px 0;
}

.cen_t {
	 width:207px; float:left; overflow:hidden; margin-right:109px;
}
.cen_t1{ width:197px;}
.cen_t2{ width:218px;}
.cen_t3{ width:251px; margin-right:0;}
.cen_img {
	padding-right: 30px;
	float:left;
}
.cen_text{ float:right; margin-top:10px;}
.cen_t p {
	color: #FFFFFF;
	font-size: 15px;
}

.cen_t p span {
	font-family: 'zt';
	font-size: 46px;
	font-weight: bold;
}


/*新闻资讯*/

.new_l {
	width: 400px;
	height: 600px;
	float:left;
	background: url(../images/news_l.png) no-repeat;
}

.new_l p:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #758FC5;
	margin: 50px 0 40px 30px;
	letter-spacing: 0.5rem;
}

.new_l p:nth-child(2) {
	width: 202px;
	font-size: 20px;
	color: #666666;
	margin: 0 0 15px 30px;
	line-height: 26px;
}

.new_l p:nth-child(3) {
	width: 202px;
	font-size: 20px;
	font-family: 'zt';
	font-weight: bold;
	color: #7690C5;
	line-height: 22px;
	margin: 0 0 44px 30px;
}

.new_l p:nth-child(4) {
	width: 43px;
	height: 4px;
	background: #758FC5;
	margin-left: 30px;
}

.new_r {
	width: 770px;
	float:right;
	margin-top:7%;
}

.news_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0 10px 0;
}

.news_tit p {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}

.news_tit a {
	font-size: 14px;
	font-weight: bold;
	color: #7590C5;
	line-height: 24px;
}

.news_first p:first-child {
	padding: 30px 0 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_first p:first-child .first_1 {
	color: #333333;
	font-weight: bold;
}

.news_first p:first-child .first_2 {
	font-family: "zt";
	font-size: 20px;
	color: #666666;
}

.news_first p:nth-child(2) {
	font-size: 15px;
	color: #999999;
	line-height: 26px;
}

.news_first a {
	display: inline-block;
	width: 128px;
	height: 32px;
	border: 1px solid #BBBBBB;
	text-align: center;
	line-height: 32px;
	color: #333333;
	font-size: 14px;
	margin: 20px 0;
	transition: all 0.5s;
}

.news_first a:hover {
	background: #7590C5;
	color: #FFFFFF;
	border: 1px solid #7590C5;
}

.new_r ul li {
	padding: 20px 0;
	border-top: 1px solid #EEEEEE;
}

.new_r ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new_r ul li a .first_1 {
	color: #333333;
	font-weight: bold;
	transition: all 0.5s;
}

.new_r ul li a .first_2 {
	font-family: "zt";
	font-size: 20px;
	color: #666666;
	transition: all 0.5s;
}

.new_r ul li a:hover .first_1 {
	color: #7590C5;
}

.new_r ul li a:hover .first_2 {
	color: #7590C5;
}


/*footer*/

.footer {
	width: 100%;
	height: 320px;
	background: #313030;
}

.footer_cen {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_tit {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 40px 0;
}

.footer_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #666666;
}

.footer_l {
	width: 696px;
}

.footer_list {
	width: 348px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
	float: left;
	margin-bottom: 30px;
}

.footer_list p:last-child {
	margin-left: 20px;
}

.footer_list p:last-child span:first-child {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 14px;
}

.footer_list p:last-child span:last-child {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #DDDDDD;
}

.footer_r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_r p {
	padding-left: 20px;
	font-size: 15px;
	color: #999999;
}

.footer_b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_b a {
	font-size: 15px;
	color: #999999;
	margin: 7px 0;
}


/* news新闻中心 */
.indexNews {
	width: 100%;
	margin-top: 30px;
}

.indexNews .newsBox {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.indexNews .newsBox .leftBox {
	width: 830px;
	display: inline-block;
	height: 500px;
	background: #F2F2F2;
	overflow: hidden;
}

.indexNews .newsBox .rightBox {
	width: 340px;
	display: inline-block;
}

.newsLeftTitleBox {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

.artBox {
	position: relative;
	width: 100000px;
}

.artBox .artb {
	width: 830px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	float: left;
	position: relative;
	left: 0;
}

.artBox .art {
	width: 350px;
	height: 180px;
	background: #fff;
	margin-bottom: 10px;
}
.artBox .art .artTitle {
	width: 198px;
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #121212;
	line-height: 9px;
}

.rightBox img {
	width: 100%;
	height: 100%;
}