.width {
	width: 1200px;
	margin: 0 auto;
}

.white {
	color: #fff;
}

.white a {
	color: #fff;
}

.white a:visited {
	color: #fff;
}

.white a:hover {
	color: #ffffff;
}

.blcak {
	color: #000;
}

.blcak a {
	color: #000;
}

.blcak a:visited {
	color: #000;
}

.blcak a:hover {
	color: #000;
}

.red {
	color: #fff;
}

.red a {
	color: #fff;
}

.red a:visited {
	color: #fff;
}

.red a:hover {
	color: red;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.action {
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.action:hover {
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
}

.rslides img {
	display: block;
	height: auto;
	border: 0;
	width: 100%;
}


.slide_container {
	position: relative;
	margin-top: -50px;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../images/themes.gif) no-repeat left top;
	margin-top: -45px;
}

.slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}


/*header*/

.top-bg {
	position: absolute;
	top: 0px;
	/* 根据logo高度调整 */
	z-index: 100;
	background: rgba(40, 47, 55, 0.8);
	/* 半透明背景，0.8是透明度 */
	width: 100%;
}

.top-md {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1600px;
	margin: auto;
	position: relative;
}

.logo {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.logo img {
	display: block;
}

.top-tel {
	display: flex;
	text-align: right;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.top-tel img {
	vertical-align: middle;
	margin-right: 8px;
}

.top-tel p {
	font-size: 24px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.nav-bg {
	clear: both;
	float: right;

}

.nav-bg .mobile_nav>ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

.nav-bg .mobile_nav>ul>li {
	flex: 0 0 auto;
	text-align: center;
	position: relative;
}

.nav-bg .mobile_nav>ul>li a {
	display: block;
	padding: 0 25px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-bg .mobile_nav>ul>li:hover a,
.nav-bg .mobile_nav>ul>li #menu_selected {
	/* background: #014f99; */
	color: #fff;
}

.nav-bg .mobile_nav ul li a span {
	color: inherit;
	font-size: 16px;
	display: inline-block;
}

/*.nav-bg .mobile_nav>ul>li>ul{
	display: none;
	position: absolute;
	top: 114px;
	left: 50%;
	z-index: 999;
	margin-left: -75px;
}
.nav-bg .mobile_nav>ul>li:hover>ul{
	display: block;
}
.nav-bg .mobile_nav>ul>li>ul>li{
	line-height: 50px;
	width: 150px;
	margin-bottom: 4px;
}
.nav-bg .mobile_nav>ul>li>ul>li>ul{
	display: none;
}*/

#full-screen-slider {
	width: 100%;
	/*height:600px;*/
	position: relative
}

#slides {
	display: block;
	width: 100%;
	height: 600px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 20%;
	top: 480px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #0092CE
}

/*foot部分*/
.footer-top {
	background: #3a3d46;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	line-height: 40px;
}

.footer-tnum ul li {
	float: left;
	margin-right: 50px;
}

.footer-tnum ul li a span {
	font-size: 15px;
	color: #fff;
}

.footer-tel {
	font-size: 20px;
	color: #fff;
	/* font-family: impact; */
}

.footer-tel img {
	vertical-align: middle;
	margin-right: 20px;
}

.footer-bg {
	background: #3a3d46;
	padding: 50px 0;
}

.footer-logo {
	margin-top: 15px;
}

.footer-ewm img {
	margin-left: 50px;
}


.mlr {
	margin: 0 150px 0 100px;
}

.footer-list ul li {
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}

.bottom-bg {
	background: #014f99;
	padding: 10px 0;
	text-align: center;
}

.wzbb {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.wzbb a {
	color: #fff;
}

.foot-content {
	color: #fff;
}

.foot-content a {
	color: #fff;
}

/*内页部分*/
.ny-location {
	font-size: 16px;
	color: #2b2b2b;
	text-align: center;
	margin-top: 30px;
}

.ny-location a {
	font-size: 16px;
	color: #2b2b2b;
}

.ny-bg {
	background-color: #3a3d46;
	padding: 70px 0;
}

.ny-neirong {
	width: 1200px;
	margin: auto;
}

.ny-neirong1 {
	margin-top: 40px;
}

.ny-tit {
	background: none !important;
}

.ny-img img {
	width: 100%;
}

.ly-an {
	text-align: center;
	margin-top: 20px;
}

.ly-an ul {
	display: inline-block;
}

.ly-an ul li {
	float: left;
	margin: 0 10px;
}


.ny-aboutzz {
	background: url(/Tpl/Home/default/Public/images/ny-aboutzz.jpg) no-repeat center top !important;
}

.my-about {
	width: 100%;

	border-top: solid 2px #000;
	padding-top: 40px;
	background-color: #3a3d46;
}

.ny-menu-2{
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 1100px;
	margin:auto;
}

.ny-product{
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ny-product p{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ny-product p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}


.about-img {
	width: 1600px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}


.ddsmoothmenu-v {
	background: #014f99;
	padding: 10px;
}

.related-list {
	line-height: 50px;
}

.lbox-top {
	text-align: center;
	background: #006bc5;
}

.cp-navbot {
	background: #64dad3;
	padding: 30px 43px;
}

.cp-navbot p:first-child {
	font-size: 18px;
	color: #fff;
}

.cp-navbot p:first-child img {
	margin-right: 10px;
	vertical-align: middle;
}

.cp-navbot p:last-child {
	font-size: 26px;
	color: #fff;
}

.ny-topbg {
	background: url(/Tpl/Home/default/Public/images/zj-bg.jpg) repeat-y;
}

.ny-dqwz {
	width: 275px;
	text-align: right;
}



.ny-dbt {
	font-size: 25px;
	color: #014f99;
	font-weight: bold;
}

.ny-con {
	background: #fff;
	padding-top: 40px;
}

.ny-xwmore {
	width: 87px;
	line-height: 26px;
	border: solid 1px #a20700;
	text-align: center;
	margin-top: 10px;
}

.ny-xwmore a {
	font-size: 13px;
	color: #014f99;
}


#spec-n1 {
	height: 280px;
	overflow: hidden;
}

.nygcal-js {
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}

/*搜索页*/
.page-ss ul li {
	float: left;
	width: 290px;
	margin: 0 5px 10px;
}

.ssimages_img a {
	display: block;
	border: solid 2px #ececec;
	text-align: center;
	height: 242px;
	overflow: hidden;
}

.page-ss ul li:hover .ssimages_img a {
	border: solid 2px #014f99;
}

.ssimages_img a img {
	height: 100%;
	margin: 0-100%;
}

.ssimages_title {
	text-align: center;
	background: #f5f5f5;
	line-height: 50px;
	margin-top: 6px;
}

.page-ss ul li:hover .ssimages_title {
	background: #014f99;
}

.ssimages_title a {
	font-size: 18px;
	color: #282828;
}

.page-ss ul li:hover .ssimages_title a {
	color: #fff;
}


/*= common css to all effects =*/
.single-member {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.member-image img {
	max-width: 100%;
	vertical-align: middle;
}

.h3 a {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.social-touch a {
	display: inline-block;
	width: 27px;
	height: 26px;
	vertical-align: middle;
	margin: 0 2px;
	background-image: url(/Tpl/Home/default/Public/images/social-icons.png);
	background-repeat: no-repeat;
	opacity: 0.7;
	transition: 0.3s;
}

.social-touch a:hover {
	opacity: 1;
	transition: 0.3s;
}

.fb-touch {
	background-position: 0 0;
}

.tweet-touch {
	background-position: -35px 0;
}

.linkedin-touch {
	background-position: -71px 0;
}

.icon-colored .fb-touch {
	background-position: 0 -27px;
}

.icon-colored .tweet-touch {
	background-position: -35px -27px;
}

.icon-colored .linkedin-touch {
	background-position: -71px -27px;
}

/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs {
	padding: 0 16px;
	height: 75px;
}

.pika-thumbs li {
	width: 144px;
	height: 74px;
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 0 5px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.pika-thumbs li .clip {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage,
.pika-textnav {
	width: 400px;
}

.pika-stage {
	position: relative;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 40px 10px;
	text-align: center;
	height: 250px;
}

.pika-stage img {
	height: 100%;
}

.pika-stage .caption {
	position: absolute;
	/*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/
	font-size: 11px;
	color: #fafafa;
	padding: 10px;
	text-align: right;
	bottom: 50px;
	right: 10px;
}

.pika-stage .caption p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}

.pika-imgnav a.previous {
	background: url(/Tpl/Home/default/Public/images/prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor: pointer;
}

.pika-imgnav a.next {
	background: url(/Tpl/Home/default/Public/images/next.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.pika-imgnav a.play {
	background: url(/Tpl/Home/default/Public/images/play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}

.pika-imgnav a.pause {
	background: url(/Tpl/Home/default/Public/images/pause.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}

/* The previous and next textual buttons */
.pika-textnav {
	overflow: hidden;
	margin: 10px 0 0 0;
	bottom: 10px;
	position: absolute;
}

.pika-textnav a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding: 4px;
}

.pika-textnav a.previous {
	float: left;
	width: auto;
	display: block;
}

.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
}

/*for the tool tips*/
.pika-tooltip {
	font-size: 12px;
	position: absolute;
	color: white;
	padding: 3px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 3px solid black;
}

.pika-counter {
	position: absolute;
	bottom: 45px;
	left: 15px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
.pika-loader {
	background: url(/Tpl/Home/default/Public/css/loading.gif) 3px 3px no-repeat #000;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	width: 60px;
	font-size: 11px;
	padding: 5px 3px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
}

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li {
	width: 60px;
	height: 60px;
}

.pikachoose {
	width: 430px;
	position: relative;
	margin-left: 90px;
}

#pikame {
	width: 150px;
}

.pika-thumbs {
	margin: 10px 0 0 17px;
	width: 250px;
	position: absolute;
	top: 10px;
	right: 30px;
}

.pika-thumbs li {
	margin: 5px 5px;
}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika {
	position: absolute;
	top: 0px;
	left: -90px;
}

.jcarousel-skin-pika .jcarousel-container-vertical {
	width: 125px;
	height: 300px;
	overflow: hidden;
}

.jcarousel-skin-pika .jcarousel-clip-vertical {
	width: 125px;
	height: 230px;
}






















.ny-head {
	padding-top: 12px;
	height: 60px;
}

.ny-head a {
	font-size: 16px;
	color: #fff;
}

.effect-2 {
	max-height: 324px;
	min-height: 324px;
	overflow: hidden;
}

.effect-2 .h3 {
	padding-top: 7px;
	line-height: 33px;
}

.effect-2 .member-image {
	height: 187px;
	overflow: hidden;
	width: 100%;
	transition: 0.4s;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.effect-2 .member-info {
	transition: 0.4s;
}

.effect-2 .member-info p {
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}

.effect-2 .member-info p a {
	font-size: 14px;
	color: #fff;
}

.effect-2 .member-image img {
	width: 100%;
	vertical-align: bottom;
}

.effect-2 .social-touch {
	background-color: #1fb554;
	float: left;
	left: 0;
	bottom: 0;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	transition: 0.4s;
}

.effect-2:hover .member-image {
	height: 200px;
	transition: 0.4s;
}











/*z6com尊龙部分*/
.cp-bg {
	height: 800px;
	padding: 90px 0 70px;
	background: url(/Tpl/Home/default/Public/img/data.jpg) no-repeat center center;
}

.cp-tit {
	text-align: center;
	font-size: 60px;
	color: #f3f3f3;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	/* background: url(/Tpl/Home/default/Public/images/tit-line.png) no-repeat center bottom; */
	padding-bottom: 10px;
}

.cp-tit p {
	font-size: 36px;
	color: #fff;
}

.cp-tit p a {
	font-size: 26px;
	color: #fff;
}

.cp-text {
	text-align: center;
	font-size: 16px;
	color: #656565;
	margin-top: 20px;
}

.cp-bottom {
	margin-top: 40px;
}

.cp-bottom ul li {
	float: left;
	width: 390px;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin: 0 5px 10px;
}

.cp-bottom ul li .frame {
	position: absolute;
	border: 1px solid #a5bdd6;
	z-index: 2;
	top: 20px;
	left: 20px;
}

.blury-card .frame {
	width: 350px;
	height: 150px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	padding-top: 90px;
	text-align: center;
}

.blury-card .h2 {
	font-size: 24px;
	color: #fff;
}

.blury-card p {
	font-size: 14px;
	color: #e0e7f0;
	text-transform: uppercase;
	margin-top: 10px;
}

.blury-card:before {
	content: '';
	position: absolute;
	width: 370px;
	height: 260px;
	background: #014f99;
	z-index: 1;
	left: 10px;
	top: 10px;
	opacity: 0.8;
	transition: all .3s ease-in-out;
}

.blury-card:hover .frame {
	opacity: 0;
}

.blury-card:hover:before {
	opacity: 0;
	transition: all .3s ease-in-out;
}

.about-bg {
	background: url(/Tpl/Home/default/Public/images/about-bg.jpg) no-repeat center top;
	padding: 70px 0;
}

.about-tit {
	font-size: 30px;
	color: #014f99;
	text-transform: uppercase;
}

.about-tit p a {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
}

.about-tit p:after {
	content: "";
	display: block;
	float: right;
	width: 24px;
	height: 6px;
	background: #222222;
	margin-right: 1040px;
	margin-top: 21px;
}

.gsjj-text {
	width: 750px;
	font-size: 15px;
	color: #686868;
	line-height: 36px;
	margin: 48px 0;
}

.about-list ul li {
	float: left;
	background: #fff;
	padding: 30px 0;
	text-align: center;
	width: 200px;
	font-size: 15px;
	color: #222;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.about-list ul li:hover {
	background: #014f99;
	color: #fff;
}

.card {
	-webkit-perspective: 150rem;
	perspective: 150rem;
	-moz-perspective: 150rem;
	position: relative;
	height: 53px;
}

.card__side {
	height: 53px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}


.card__side--back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}



.about-list ul li:hover .card__side--front-1 {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.about-list ul li:hover .card__side--back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.about-list ul li .col-1-of-3 {
	width: 55px;
	margin: 0 auto 10px;
}

.ys-bg {
	background: url(/Tpl/Home/default/Public/images/ys-bg.jpg) no-repeat center top;
	padding: 90px 0 70px;
}

.ys-tit {
	font-size: 60px;
	color: rgba(232, 231, 231, .1);
	font-family: impact;
	text-transform: uppercase;
	line-height: 0;
	text-align: center;
	background: url(/Tpl/Home/default/Public/images/tit-line.png) no-repeat center bottom;
	padding-bottom: 70px;
}

.ys-tit p {
	font-size: 36px;
	color: #fff;
}

.ys-text {
	text-align: center;
	font-size: 16px;
	color: #dee3ec;
	margin-top: 20px;
}

.ys-list {
	margin-top: 40px;
}

.ys-list ul li {
	float: left;
	width: 280px;
	margin: 0 10px;
}

.ys-box {
	border: solid 1px #e3e3e3;
	padding: 66px 30px 25px;
	text-align: center;
	font-size: 15px;
	color: #656565;
	line-height: 30px;
}

.ys-icon {
	background: url(/Tpl/Home/default/Public/images/ys-icon.png) no-repeat center 25px #fff;
}

.ys-list ul li:hover .ys-icon {
	background: url(/Tpl/Home/default/Public/images/ys-icona.png) no-repeat center 25px #fff;
}

.ys-icona {
	background: url(/Tpl/Home/default/Public/images/ys-icon1.png) no-repeat center 25px #fff;
}

.ys-list ul li:hover .ys-icona {
	background: url(/Tpl/Home/default/Public/images/ys-icon1a.png) no-repeat center 25px #fff;
}

.ys-iconb {
	background: url(/Tpl/Home/default/Public/images/ys-icon2.png) no-repeat center 25px #fff;
}

.ys-list ul li:hover .ys-iconb {
	background: url(/Tpl/Home/default/Public/images/ys-icon2a.png) no-repeat center 25px #fff;
}

.ys-iconc {
	background: url(/Tpl/Home/default/Public/images/ys-icon3.png) no-repeat center 25px #fff;
}

.ys-list ul li:hover .ys-iconc {
	background: url(/Tpl/Home/default/Public/images/ys-icon3a.png) no-repeat center 25px #fff;
}

.ys-box p {
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.ys-list ul li:hover .ys-box p {
	color: #014f99;
}

.ys-box p:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #222;
	margin: 10px auto;
}

.ys-list ul li:hover .ys-box p:after {
	background: #014f99;
}

.xw-bg {
	padding: 90px 0 70px;
}

.xw-bottom {
	margin-top: 40px;
}

.xw-left {
	width: 310px;
}

.xw-ltop {
	background: #014f99;
	line-height: 61px;
	padding: 0 20px;
}

.gsxw-tit {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.xw-tmore a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.xw-con {
	background: #f7f7f7;
	padding: 0 20px;
}

.xw-con ul li {
	line-height: 60px;
	border-bottom: solid 1px #cecece;
}

.xw-con ul li:last-child {
	border-bottom: none;
}

.xw-con ul li a {
	font-size: 15px;
	color: #222;
}

.xw-con ul li:hover a {
	color: #014f99;
}

.xw-rxq {
	width: 550px;
	margin-left: 20px;
}

.xw-rxq ul li {
	padding: 20px 0;
}

.xw-rxq ul li:first-child {
	margin-bottom: 30px;
}

.xw-bt a {
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.xw-rxq ul li:hover .xw-bt a {
	color: #014f99;
}

.xw-bt {
	border-bottom: dotted 1px #2b2b2b;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.xw-nr a {
	font-size: 15px;
	color: #6a6a6a;
	line-height: 30px;
}

.al-bg {
	background: url(/Tpl/Home/default/Public/img/bgm.jpg) no-repeat center top;
	padding: 90px 0 136px;
}

.al-tit {
	text-align: center;
	font-size: 60px;
	color: #e3e3e3;
	font-family: impact;
	line-height: 0;
	text-transform: uppercase;
	background: url(/Tpl/Home/default/Public/images/al-tit.png) no-repeat center bottom;
	padding-bottom: 70px;
}

.al-tit p {
	font-size: 36px;
	color: #014f99;
}

.al-tit p a {
	font-size: 36px;
	color: #014f99;
}

.cp-text {
	text-align: center;
	font-size: 16px;
	color: #656565;
	margin-top: 20px;
}

.al-bg-width {
	width: 1600px;
	margin: auto;
}

.al-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}



/* section */
.al-bottom ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

.al-bottom ul li {
	height: 240px;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

.al-bottom ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.al-bottom ul li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	transition: none;
}

.al-bottom ul li:hover .overlay {
	background: rgba(0, 0, 0, 0);
}

.photo {
	height: 100%;
	text-align: center;
}

.photo img {
	height: 100%;
	margin: 0-100%;
}

.al-bottom .text {
	position: absolute;
	bottom: -320px;
	left: 0px;
	overflow: hidden;
	background: rgba(1, 79, 153, .6);
	line-height: 50px;
	width: 100%;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}

.hzhb-bg {
	height: 800px;
	background-color: #3a3d46;
	padding: 90px 0;
}

.hzhb-bg-width {
	width: 1600px;
	margin: auto;
}



.hzhb-img {

	margin-top: 40px;
	margin-bottom: 70px;
}

.yqlj {
	background-color: #3a3d46;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.yqlj-con:before {
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 20px;
	background: #014f99;
	margin: 3px 10px 0 0;
}

.yqlj a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

/*图片列表*/

.photos-demo span {
	display: inline-block;
	text-align: center;
	margin: 0 5px 10px;
	width: 390px;
	position: relative;
}

.photos-demo span p {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(1, 79, 153, .6);
}

.photos-demo span:hover p {
	background: rgba(172, 31, 36, .6)
}

.tpmk-img {
	height: 320px;
	overflow: hidden;
}

.photos-demo span img {
	width: 100%;
	min-height: 100%;
	cursor: pointer;
	transition: all 0.6s;
	/*height: 100%;
	max-width: 100%;*/
}

.photos-demo span img:hover {
	transform: scale(1.1);
}

.lh68 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.lhbd label {
	display: inline-block;
	max-width: 80px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	border-bottom: #eee dashed 1px;
}

.lhbd dt {
	padding: 3px 0;
	width: 100%;
}

.lhbdfr {
	float: right;
	width: 100%;
}

.lhbdfl {
	float: left;
	width: 100%;
}

.lhbdfr label {
	max-width: 75px;
	width: 100%;
}

.lhbd input {
	width: 57%;
}

.lhbdfl input {
	width: 67%;
}

.lhbd span {
	font-weight: 100;
}

.lhbd .Content {
	width: 84%;
}

.clear {
	clear: both;
}

.lhbd .Content {
	height: 113px;
}

.submit {
	background: #014f99;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: none;
}

.lh615 {
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	border: none;
}

/* News Navigation */
.news-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.news-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 60px;
	text-decoration: none;
	color: #999;
	transition: color 0.3s ease;
}

.news-item .cn {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

.news-item .en {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

.news-item:hover,
.news-item.active {
	color: #fff;
}

/* Message Page Styles */
.message-box {
	background-color: #35455e;
	padding: 60px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.msg-left {
	width: 45%;
}

.msg-right {
	width: 50%;
	padding-left: 80px;
	padding-top: 60px;
	/* border-left: 1px solid #4a4f5c; */
}

.msg-title {
	font-size: 18px;
	margin-bottom: 25px;
	color: #ccc;
}

.form-group {
	margin-bottom: 20px;
}

.msg-input {
	width: 100%;
	background: #46546f;
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.msg-input::placeholder {
	color: #a0a5b0;
}

.submit-btn {
	width: 100%;
	background: #17a2b8;
	color: #fff;
	border: none;
	height: 50px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
}

.submit-btn:hover {
	background: #138496;
}

.verify-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.verify-input {
	width: calc(100% - 110px);
	margin-right: 0;
}

.verify-img {
	cursor: pointer;
	height: 50px;
	width: 100px;
}

.company-info h3 {
	font-size: 14px;
	color: #a0a5b0;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.company-info h2 {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: normal;
	color: #fff;
}

.company-info p {
	font-size: 14px;
	line-height: 2.2;
	color: #d0d0d0;
}

.qr-codes {
	margin-top: 50px;
}

.qr-item {
	float: left;
	margin-right: 50px;
	text-align: center;
}

.qr-item img {
	width: 110px;
	height: 110px;
	margin-bottom: 15px;
	background: #fff;
	padding: 5px;
}

.qr-item p {
	font-size: 12px;
	color: #a0a5b0;
	line-height: 1.6;
}