@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

@font-face {
	font-family: "思源宋体";
	src: url("../font/SourceHanSerifSC-Bold_0.ttf");
}

@font-face {
	font-family: "汉仪旗化";
	src: url("../font/HYQiHeiY1-35W.ttf");
}

@font-face {
	font-family: "HBSB";
	src: url("../font/Helvetica-Black-SemiBold_1.ttf");
}
body{overflow-x:hidden;}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	border: none;
}

.img {
	position: relative;
	/*图片缩放效果*/
	overflow: hidden;
}

.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translateX(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	/*图片缩放效果*/
	cursor: pointer;
	transition: all 3s;
}

.img img:hover {
	/*图片缩放效果*/
	/*transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);*/
}

.max {
	max-width: 1280px;
	margin: 0 auto;
}


/***********************************首页****************************/


/*顶部*/

.header {
	background-color: rgba(24, 134, 188, 1);
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

.logo {
	max-width: 385px;
	max-height: 80px;
	float: left;
	margin-top: 10px;
}

.nav {
	float: right;
}

.nav li {
	float: left;
	height: 100px;
	width: 120px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav li a {
	font-size: 17px;
	color: #fff;
	text-transform: capitalize;
}

.nav li a img {
	margin-right: 5px;
}

.nav>.select,
.nav li:hover {
	background: #1b97d1;
}


/* 二级导航 */

.header .two {
	min-width: 100%;
	z-index: 999;
	position: absolute;
	top: 100px;
	left: 0;
	display: none;
	background: #1b97d1;
}

.nav li:hover .two {
	display: block;
}

.nav li .two a {
	display: block;
	width: 100%;
	padding:0 10px;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav li .two .select,
.nav li .two a:hover {
	background: #0e81b7;
}

.index_video,.index_video video{width:100%;margin:0 auto;}

/*轮播图*/

.swiper-one img {
	width: 100%;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 5px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	margin: 0 7px;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #1a77c5;
	opacity: 1;
}


/*产品服务*/

.product_service {
	background: #f0f3f7;
	padding: 80px 0 60px;
	margin-top: -3px;
}

.title {
	text-align: center;
	margin-bottom: 40px;
}

.title span {
	display: inline-block;
	text-transform: uppercase;
}

.title h2 {
	margin: 0 auto;
	font-size: 30px;
	color: #2e2e2e;
	font-weight: 300;
	margin-bottom: 20px;
}
.title h2 a{color: #2e2e2e;}

.title h2 img {
	max-width: 35px;
	max-height: 35px;
	margin-right: 10px;
	margin-top: 3px;
	display: inline-block;
	float: left;
}

.title p {
	font-size: 15px;
	color: #060;
}

.product .service {
	width: 24%;
	margin-right: 1.3%;
	float: left;
	background: #f8f8f8;
	text-align: center;
}

.product .service .img {
	box-shadow: 0 0 2px #ddd;
}

.product .service:nth-last-child(2) {
	margin-right: 0%;
}

.product .service p {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	color: #2e2e2e;
	text-transform: capitalize;
}


.zhizao{background: #FFF2CD;padding:20px 0;}
.zhizao .zzlist {
	margin-bottom:10px;
	padding:0 10px;
	width: 33%;
	margin-right: 0.5%;
	float: left;
	text-align: center;
	border-right:1px solid #eaeaea;
}
.zhizao .zzlist:nth-child(3n) {
	margin-right: 0%;
	border-right:0;
}
.zhizao .zzlist h3{text-align:left;line-height:36px;font-size: 18px;color: #D6FF33;font-weight:300;background:#8397B0;text-indent:.2em;}

.zhizao .zzlist .img {
	width:calc(100% - 2px);
	margin:0 auto;
	box-shadow: 0 0 1px #999;
}
.zhizao .zzlist p {
	text-align:justify;
	margin-top:8px;
	line-height: 26px;
	font-size: 14px;
	color: #61605B;
}

/*  证书  */


.htitle{text-align:justify;font-size:14px;color:#333;line-height:28px;margin-bottom:30px;}
.htitle p{text-indent:2em;}

.honor .hlist {
	width: 24%;
	margin-right: 1.3%;
	float: left;
	background: #fff;
	text-align: center;
}

.honor .hlist .img {
	box-shadow: 0 0 2px #ddd;
}

.honor .hlist:nth-child(4n) {
	margin-right: 0%;
}

.honor .hlist p {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	color: #2e2e2e;
}
.honor .hlist span{
	font-size:12px;color:#666;text-align:left;display:block;line-height:22px;
}


/*实力展示*/

.strength_display {
	background: #fff;
	padding: 60px 0 40px;
}

.strength p {
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
	text-indent: 2em;
}


/*轮播图1*/

.swiper-container1.swiper-container {
	margin-top: 20px;
	padding-bottom: 40px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 5px;
	border-radius: 0;
	background: #cde1f2;
	opacity: 1;
	margin: 0 7px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #1a77c5;
	opacity: 1;
}


/*关于我们*/

.About_us {
	background: #f0f3f7;
	padding: 60px 0;
}

.about .about_left {
	width: 556px;
	height: 317px;
	overflow:hidden;
	box-shadow: 0 0 2px #ddd;
	float: left;
}

.about .about_right {
	width:calc(100% - 556px);
	height: 317px;
	overflow:auto;
	float: left;
	background: #fff;
	padding: 21px;
}

.about .about_right p {
	text-indent:2em;
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}


/*新闻中心*/

.information_center {
	background: #fff;
	margin: 60px 0 40px;
}

.information .center {
	width: 32.5%;
	float: left;
	margin-right: 1.2%;
}

.information .center:nth-last-child(2) {
	margin-right: 0%;
}

.information .center .img {
	box-shadow: 0 0 2px #ddd;
}

.information .center .cenBP {
	padding: 10px 0;
}

.information .center .cenBP b {
	display: block;
	color: #474747;
	font-weight: lighter;
	line-height: 24px;
}

.information .center .cenBP b span:nth-child(1) {
	font-size: 18px;
	width: calc(100% - 90px);
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.information .center .cenBP b span:nth-child(2) {
	font-size: 14px;
	width: 80px;
	margin-left: 10px;
	float: right;
	text-align: center;
}

.information .center .cenBP p span:nth-child(1) {
	font-size: 12px;
	width: calc(100% - 90px);
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 20px;
	color: #adadad;
	height: 40px;
}

.information .center .cenBP p span:nth-child(2) {
	color: #adadad;
	font-size: 14px;
	width: 80px;
	margin-left: 10px;
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #ddd;
}

.information .center:hover .cenBP b span:nth-child(1),
.information .center:hover .cenBP b span:nth-child(2) {
	color: #1a77c5;
}


/*底部*/

.footer {
	background: url("../image/19.jpg") no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}

.foottop {
	padding: 30px 0 5px;
	border-bottom: 1px solid #2185b7;
}

.foottop .footnav {
	float: left;
	width: 460px;
}

.foottop .footnav h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.foottop .footnav ul {
	float: left;
	margin-right: 35px;
}

.foottop .footnav ul:nth-last-child(2) {
	margin-right: 0;
}

.foottop .footnav ul li:nth-child(1) {
	font-size: 16px;
	color: #e1ebf2;
	line-height: 48px;
	text-transform: capitalize;
}

.foottop .footnav ul li a {
	font-size: 14px;
	color: #e1ebf2;
	line-height: 30px;
}

.foottop .footnav ul li a:hover {
	font-weight: 600;
}

.foottop .footlogo {
	float: left;
	width: 400px;
	text-align: center;
	margin: 0 30px;
}

.foottop .footlogo img {
	max-width: 78px;
	max-height: 104px;
}

.foottop .footlogo p {
	font-size: 14px;
	color: #f2f2f2;
	line-height: 28px;
}

.foottop .footWeChat {
	float: right;
	width: 295px;
}

.footWeChat .WeChat {
	margin-bottom: 5px;
}

.WeChat img {
	float: left;
	max-width: 80px;
	max-height: 80px;
}

.WeChat .we {
	float: left;
	width: calc(100% - 80px);
	padding: 5px;
	background: #2185b7;
}

.WeChat .we p {
	font-size: 12px;
	line-height: 23px;
	color: #fff;
}

.footWeChat>p {
	font-size: 14px;
	line-height: 28px;
	color: #e1ebf2;
}

.footbottom p {
	font-size: 14px;
	color: #f2f2f2;
	line-height: 55px;
	text-align: center;
}

.footbottom p span {
	margin-right: 50px;
}


/*******************************产品服务  范围*************************/

.dtp {
	width: 100%;
	margin-top: 100px;
}


/*路径导航*/

.route {
	text-align: right;
}

.route a {
	font-size: 14px;
	color: #2e2e2e;
	line-height: 60px;
	height: 60px;
	text-transform:capitalize;
}

.route a:hover {
	color: #0e81b7;
}

.ProductService {
	margin-bottom: 40px;
}


/*下拉菜单*/

.drop-down {
	width: 240px;
	float: left;
	margin-right: 67px;
}

.drop-down>h2 {
	font-size: 28px;
	color: #fff;
	background: #0e81b7;
	font-weight: 300;
	line-height: 90px;
	height: 90px;
	display:block;
	text-align:center;
	margin-bottom: 5px;
	overflow: hidden;
	text-transform:capitalize;
}
.drop-down>h2 span{display:inline-block;}
.drop-down>h2 img {
	float: left;
	margin-top: 30px;
	margin-right: 10px;
}

.ProductService .drop-down>h2 img {
	max-width: 36px;
	max-height: 36px;
}


/*一级*/

.drop-down .one .select>a,
.drop-down .one li a:hover {
	background: #0e81b7;
	color: #fff;
}

.drop-down .one .select>a span,
.drop-down .one li a:hover span {
	color: #fff;
}

.drop-down .one>li a {
	padding: 0 15px 0 30px;
	line-height: 60px;
	height: 60px;
	background: #e6e6e6;
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	color: #474747;
	overflow: hidden;
}

.drop-down .one>li a span {
	float: right;
	color: #999;
}


/*二级*/

.drop-down .one .two {
	display: none;
}

.drop-down .one .two .select>a,
.drop-down .one .two a:hover {
	color: #0e81b7;
}

.drop-down .one .two .select>a span,
.drop-down .one .two a:hover span {
	color: #0e81b7;
}

.drop-down .one .two>li a {
	padding: 0 20px 0 50px;
	line-height: 60px;
	height: 60px;
	background: #f0f0f0;
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	color: #7a7a7a;
}

.drop-down .one .two>li a span {
	color: #7a7a7a;
	font-size: 25px;
	font-weight: 300;
}


/*三级*/

.drop-down .one .three {
	display: none;
}

.drop-down .one .three>li a {
	padding: 0 15px 0 60px;
	line-height: 50px;
	height: 50px;
	background: #f7f7f7;
	margin-bottom: 2px;
	display: block;
	font-size: 14px;
	color: #7a7a7a;
}


/*右边内容*/

.right {
	width: calc(100% - 307px);
	float: left;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.right .service {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 2px #ddd;
}

.right .service:nth-child(3n) {
	margin-right: 0;
}

.right .service p {
	font-size: 16px;
	color: #474747;
	text-align: left;
	padding: 0 10px;
}


/*分页 */

.paging {
	text-align: center;
	margin-top: 40px;
}

.paging .po,
.paging a:hover {
	background: #2185b7;
	color: #fff;
}

.paging a {
	padding: 10px 20px;
	background: #eeeeee;
	margin-right: 10px;
	font-size: 14px;
	color: #7a7a7a;
	font-family: "微软雅黑";
	border-radius: 3px;
}

.paging a:last-child {
	margin-right: 0px;
}


/*******************************产品服务  简介*************************/

.brief_introduction {
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}


.brief_introduction p {
	margin-bottom: 20px;
}

.brief_introduction .img0{max-width:50%;margin:0 auto 10px auto;}
.brief_introduction img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.page_tt{margin-bottom:20px;text-align:left;color:#003399;font-size:16px;}
.brief_introduction .imgpage{max-width:360px;margin-right:10px;}



/*******************************产品服务  服务*************************/

.service2 {
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}

.service2 p {
	margin-bottom: 20px;
}

.service2 p:last-child {
	margin-bottom: 0;
}


/*******************************关于我们*************************/

.AboutUs2 {
	margin-bottom: 40px;
}


/*******************************企业实力*************************/

.EnterpriseStrength2 {
	margin-bottom: 40px;
}

.EnterpriseStrength2 .drop-down>h2 {
	padding: 0 30px;
}

.EnterpriseStrength2 .drop-down>h2 img {
	margin-top: 25px;
}

.EnterpriseStrength2 .brief_introduction p {
	margin-bottom: 10px;
}

.EnterpriseStrength2 .brief_introduction .imgp p {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	color: #474747;
}


/*******************************新闻中心*************************/

.newslist {
	margin-bottom: 60px;
}

.newslist .drop-down>h2 {
	padding: 0 30px;
}

.newslist .list li {
	margin-bottom: 30px;
}

.newslist .list li img {
	display: block;
	max-width: 275px;
	max-height: 155px;
	box-shadow: 0 0 2px #ddd;
	float: left;
}

.newslist .list li .BPE {
	width: calc(100% - 275px);
	float: left;
	padding: 20px 30px;
}

.newslist .list li .BPE b {
	font-size: 18px;
	color: #474747;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: 500;
}

.newslist .list li .BPE p {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	color: #adadad;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 11px 0;
}

.newslist .list li .BPE em {
	font-size: 14px;
	color: #474747;
}

.newslist .list li .BPE em span {
	float: right;
	color: #7a7a7a;
}

.newslist .list li:hover .BPE b {
	color: #137cad;
}

.newslist .paging {
	margin-top: 60px;
}


/*******************************新闻中心  详情*************************/

.newslist_details {
	margin-bottom: 40px;
}

.newslist_details .right {
	border: none;
	padding-top: 100px;
}

.title2 {
	text-align: center;
	margin-bottom: 30px;
}

.title2 h3 {
	font-size: 20px;
	line-height: 24px;
	color: #474747;
	font-weight: 500;
	margin-bottom: 15px;
}

.title2 p {
	font-size: 14px;
	color: #9a9a9a;
}

.title2 p span {
	margin: 0 25px;
}

.newslist_details .brief_introduction {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.newslist_details .brief_introduction p {
	text-indent: 2em;
}

.newslist_details .brief_introduction p:last-child {
	margin-bottom: 0;
}

.newslist_details .sxp a {
	float: left;
	line-height: 60px;
	height: 60px;
	width: 49%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #545454;
}

.newslist_details .sxp a:nth-child(2) {
	float: right;
	text-align: right;
}.newslist_details .sxp a:hover {
	color: #137cad;
}
/*******************************联系我们************************/
.contactus2{
	margin-bottom: 40px;
}
.printing{
	border-top:1px solid #ddd;
	padding-top: 40px;
}
.contactus2 .ting{
	width: 49%;
	margin-right: 2%;
	float: left;
	
}
.contactus2 .ting:nth-child(2){
	margin-right:0%;
}

.contactus2 .ting h3{
font-size: 18px;
color: #fff;
line-height: 70px;
height: 70px;
background: #2185b7;
text-align: center;
font-weight: 500;
	
}
.contactus2 .prin{
	padding:20px;
}
.contactus2 .prin p{
	font-size: 14px;
	line-height: 28px;
	color: #545454;
}
.contactus2 .prin p:nth-child(1){
	margin-bottom: 20px;
}
.contactus2 .prin p span{
	color: #2185b7;
}

.zzxg {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index:9999;
	display: none;
}

.zzimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

.hide {
	color: #fff;
	font-size: 40px;
	width: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	display: block;
}

.zzimg img {
	position: absolute;
	top:10%;
	left: 40%;
	height: 80%;
}