@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");
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

img {
	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 2s;
}

.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 2s;
}

.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;
}


/***********************************首页****************************/


/*折叠导航1*/

.btn {
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 999;
	display: none;
}

.btn div {
	width: 24px;
	height: 2px;
	background: #007ede;
	margin-bottom: 6px;
}


/*顶部*/

.header {
	position: relative;
}

.lan {
	max-width: 1280px;
	margin: 0  auto;
	text-align: right;
	color: #666;
}

.lan a {
	background: #f4f4f4;
	display: inline-block;
	width:50px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.lan .select,
.lan a:hover {
	background: #0068b8;
	color: #fff;
}

.headtop {
	padding: 20px 0;
}

.logo {
	width: 440px;
	height: 82px;
	float: left;
}

.logo img {
	width: 100%;
	height: 100%;
}

.hotline {
	float: right;
}

.hotline p img {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

.hotline p {
	float: left;
}

.hotline p span {
	color: #0068b8;
	font-size: 24px;
}

.hotline b {
	font-family: impact;
	color: #383635;
	font-size: 30px;
}

.headbottom {
	background: #0068b8;
}

.nav::after {
	content: "";
	display: block;
	clear: both;
}

.nav>li {
	float: left;
	line-height: 50px;
	height: 50px;
	width: 20%;
	text-align: center;
	position: relative;
	border-right: 1px solid #bbb;
}

.nav>li:last-child {
	border-right: 0;
}

.nav>li>a {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-transform:uppercase;
}

.nav>li:hover,
.nav>.no {
	background: #007ede;
}

.two {
	width: 100%;
	z-index: 999;
	background: rgba(0, 104, 184, .7);
	position: absolute;
	top: 100%;
	display: none;
}

.nav>li:hover .two {
	display: block;
}

.two a {
	line-height: 38px;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	text-align: left;
}

.nav li .two .to {
	background: rgba(0, 126, 222, .7);
	color: #fff;
}

.nav li .two a:hover {
	background: rgba(0, 126, 222, .7);
	color: #fff;
}


/*轮播图*/

.swiper-one img {
	width: 100%;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	border-radius: 0;
	background: #11466e;
	opacity: .5;
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0068b8;
	opacity: 1;
}


/*背景色*/

.bjs {
	background-image: url("../image/12.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*诚信 品质 服务*/

.cpf {
	width: 33.3%;
	padding: 60px 45px;
	text-align: center;
	float: left;
}

.cpf img {
	width: 76px;
	height: 76px;
	transition: all 1s;
}

.cpf h6 {
	font-size: 20px;
	color: #474747;
	margin: 10px 0;
	font-weight: 500;
}

.cpf p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.cpf:hover {
	box-shadow: 0 0 20px #ddd;
}

.cpf:hover img {
	transform: rotate(360deg);
}

.cpf:hover h6 {
	color: #1d50a2;
}


/*关于我们*/

.Aboutus {
	padding: 80px 0 60px;
	background: #fff;
}

.title {
	text-align: center;
	margin-bottom: 40px;
}

.title h6 {
	font-size: 36px;
	color: #2e2e2e;
}

.title h6 span {
	font-family: arial;
	color: #0068b8;
	text-transform: uppercase;
	font-weight: 500;
}

.title p {
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 20px;
	line-height: 28px;
}

.about .us {
	float: left;
	padding: 60px;
	width: 51%;
	background: #f2f2f2;
}

.usleft {
	font-size: 14px;
	color: #2e2e2e;
	line-height: 28px;
	text-align: justify;
}

.usleft p {
	text-indent: 2em;
}

.more {
	display: block;
	width: 160px;
	background: #1d50a2;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	margin-top: 45px;
}

.about .img {
	width: 49%;
	float: right;
	box-shadow: 0 0 2px #ddd;
}


/*设备产品*/

.equipmentProducts {
	padding: 80px 0;
}

.products {
	width: 24%;
	text-align: center;
	margin-right: 1.3%;
	margin-bottom: 30px;
	float: left;
	background: #e6e6e6;
}

.equipment .products:nth-child(4n) {
	margin-right: 0%;
}

.prohp {
	padding: 10px 0 30px;
}

.prohp h6 {
	font-size: 16px;
	line-height:25px;
	height:50px;
	color: #2e2e2e;
	margin-bottom: 20px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.prohp p {
	font-size: 12px;
	color: #fff;
	background: #1d50a2;
	border: 1px solid #1d50a2;
	width: 110px;
	margin: 0 auto;
	line-height: 22px;
}

.products:hover {
	background: #1d50a2;
}

.products:hover .prohp h6 {
	color: #fff;
}

.products:hover .prohp p {
	color: #fff;
	border: 1px solid #fff;
}


/*案例*/

.case {
	background-image: url("../image/13.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 80px;
}

.case .title {
	margin-bottom: 30px;
}

.case .title h6 {
	color: #fff;
	margin-bottom: 50px;
}

.case .title h6 span {
	color: #fff;
	font-family: arial;
}

.case .title p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-indent: 2em;
}

.see {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	text-align: center;
	margin: 40px auto 0;
	border-radius: 5px;
	transition: all 3s;
}

.swiper-container1 .see:hover {
	background: #1e93d3;
	opacity: 0.5;
	color: #fff;
	border: 1px solid #1e93d3;
}

.swiper-container1 .img {
	border: 1px solid #2857A5;
}


/*新闻资讯*/

.news {
	margin: 80px 0 70px;
}

.news>.img {
	float: left;
	width: 39%;
	box-shadow: 0 0 2px #ddd;
	margin-right: 3%;
}

.newslist {
	width: 58%;
	float: left;
}

.newslist li {
	padding: 14px 0;
	border-bottom: 1px dashed #ddd;
}

.newslist li .newsleft {
	float: left;
	width: 90px;
}

.newsleft h6 {
	font-size: 46px;
	color: #adadad;
	margin-top: -15px;
}

.newsleft p {
	font-size: 14px;
	color: #7a7a7a;
}

.newslist li .newsright {
	float: left;
	width: calc(100% - 90px);
}

.newsright h6 {
	font-size: 20px;
	color: #2e2e2e;
	margin-bottom: 10px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newsright p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news .see {
	margin-top: 10px;
	background: #1e93d3;
	margin-top: 50px;
	color: #fff;
}

.news .see:hover {
	background: #fff;
	opacity: 0.5;
	color: #1e93d3;
	border: 1px solid #1e93d3;
}

.newslist li:hover .newsright h6 {
	color: #1e93d3;
}


/*底部*/

.footleft {
	float: left;
	width: calc(100% - 120px);
}

.footleft .footCenter{float:left;max-width:28%;margin-right:6%;}
.footCenter h3{color:#e8faff;font-size:16px;margin-bottom: 10px;}
.footCenter p{line-height: 26px;color:#bacce9;font-size:13px;font-weight:200;}
.footCenter li,.footCenter li a{line-height:24px;font-size:13px;color:#bacce9;font-weight:200; }

.footleft::after{content:"";display: block;clear: both;}



.foottop {
	background: #0068b8;
	padding: 20px 0;
}

.foottop .nava {
	margin: 0px 0 5px;
}

.foottop .nava a {
	font-size: 14px;
	color: #bacce9;
	line-height: 28px;
}

.foottop .nava a span {
	margin: 0 30px;
}

.foottop .conp a {
	font-size: 14px;
	color: #bacce9;
	margin-right: 50px;
	line-height: 28px;
	display: block;
}

.foottop .conp p:last-child {
	margin-right: 0;
}

.footright {
	float: right;
	width: 100px;
}

.footright img {
	width: 100px;
	height: 100px;
}

.footright p {
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	color: #bacce9;
}

.footbutton {
	text-align: center;
	line-height: 50px;
}

.footbutton p span {
	font-size: 14px;
	color: #7a7a7a;
	margin-left: 60px;
}

.footbutton p a {
	font-size: 14px;
	color: #7a7a7a;
}

.footbutton p span:nth-child(2) {
	margin-left: 20px;
}

.footbutton p span:hover {
	color: #1e93d3;
}

.footbutton p span:hover a {
	color: #1e93d3;
}


/***********************产品*****************************/


/*大图片*/

.dtp {
	width: 100%;
}


/*路径导航*/

.pathnav {
	background: #f5f5f5;
	margin-top: -3px;
}

.pathleft {
	float: left;
	text-align: justify;
}

.pathleft li {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 17px;
	text-align: center;
}

.pathleft li a {
	font-size: 16px;
	color: #545454;
	font-weight: 300;
}

.pathleft li:hover,
.pathleft .po {
	background: #0068b8;
}

.pathleft li:hover a,
.pathleft .po a {
	color: #fff;
}

.pathright {
	float: right;
}

.pathright a {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 50px;
}

.pathright a:hover {
	color: #0068b8;
}


/*产品*/

.pro_nav {
	display: none;
}

.pro_left {
	margin: 60px 20px 80px 0;
	width: 280px;
	float: left;
}

.pro_left .left-1 {
	background: #0068b8;
	padding: 30px;
	margin-bottom: 10px;
}

.pro_left .left-1 h3 {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.pro_left .left-1 h6 {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.pro_left .left-1 h6 i {
	display: block;
	float: left;
	width: 30px;
	height: 3px;
	background: #fff;
	margin-top: 7px;
	margin-right: 10px;
}

.pro_left .left-2 {
	margin-bottom: 20px;
}

.pro_left .left-2 li {
	background: #f5f5f5;
	margin-bottom: 1px;
	padding: 0 30px;
}

.pro_left .left-2 li a {
	font-size: 16px;
	color: #474747;
	line-height: 40px;
	height: 40px;
}

.pro_left .left-2 .select,
.pro_left .left-2 li:hover {
	background: #0068b8;
}

.pro_left .left-2 .select a,
.pro_left .left-2 li:hover a {
	color: #fff;
}

.pro_left .left-3 {
	background: #f5f5f5;
	padding: 30px;
	border-top: 3px solid #0068b8;
}

.pro_left .left-3 h2 {
	color: #ff6536;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}

.pro_left .left-3 p {
	color: #7a7a7a;
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 300;
}

.pro_left .left-3 ul li {
	color: #474747;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
}

.pro_left .left-3 ul li span {
	color: #0068b8;
}

.chanping {
	float: left;
	margin: 60px 0 80px;
	width: calc(100% - 300px);
}


/*分页 */

.paging {
	text-align: center;
	padding: 30px 0 0;
}

.paging .po {
	background: #0068b8;
	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;
}

.paging a:hover {
	background: #0068b8;
	color: #fff;
}


/***********************产品详情*****************************/

.max_pro_show {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.productdetails {
	float: left;
	width: calc(100% - 300px);
	margin: 60px 0 45px;
}

.producttop .proleft {
	float: left;
	width: 49%;
}

.producttop .img {
	width: 100%;
	box-shadow: 0 0 3px #adadad;
	margin-right: 15px;
}

.producttop .pro {
	float: right;
	width: 49%;
}

.pro>h6 {
	background-image: url("../image/21.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	font-size: 22px;
	color: #fff;
	line-height: 60px;
	/*height: 60px;*/
	padding: 0 20px;
}

.swiper-container2 {
	margin-top: 10px !important;
}

.pleftimg .img {
	box-shadow: none;
	border: 1px solid #eee;
}

.pleftimg .img:hover {
	border: 1px solid #0068b8;
}

.right_detail .c_btn {
	width: 140px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	display: block;
	background: #0068b8;
	margin: 10px 20px 10px 0px;
	font-size: 18px;
	float: left;
}


/* CSS class for zoomed area */

.MagicZoom,
.smimg {
	max-width: 100%;
	max-height: 100%;
}

.smimg {
	width: 100%;
}

.MagicZoomBigImageCont {
	border: 1px solid #91b817;
	background: #FFF;
}

.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}

.MagicZoomMain div {
	padding: 0px !important;
}


/* Header look and feel CSS class */


/* header is shown if "title" attribute is present in the <A> tag */

.MagicZoomHeader {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background: #91b817;
	text-align: center !important;
}


/* CSS class for small looking glass square under mouse */

.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}


/* CSS style for loading animation box */

.MagicZoomLoading {
	text-align: center;
	background: #ffffff;
	color: #444;
	border: 1px solid #ccc;
	opacity: 0.8;
	padding: 3px 3px 3px 3px !important;
	display: none;
	/* do not edit this line please */
}


/* CSS style for gif image in the loading animation box */

.MagicZoomLoading img {
	padding-top: 3px !important;
}

#tsShopContainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border: 1px solid #CCC;
	font-size: 12px;
	padding-bottom: 5px;
}

#tsShopContainer li,
#tsShopContainer img {
	vertical-align: middle;
}

#tsShopContainer #tsImgS {
	text-align: center;
	width: 100%;
	position: relative;
}

#tsShopContainer #tsImgS a {
	display: block;
	text-align: center;
	margin: 0px auto;
}

#tsShopContainer #tsImgS img {
	border: 0px;
}

#tsShopContainer #tsPicContainer {
	width: 100%;
	height: 60px;
	position: relative;
	background: url(../image/scrollPicbg.gif) repeat-x 0px 0px;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
	width: 17px;
	height: 100%;
	background: url(../image/picshopArr.gif) no-repeat left center;
	position: absolute;
	top: 0px;
	left: 8px;
	cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
	width: 17px;
	height: 100%;
	background: url(../image/picshopArr.gif) no-repeat right center;
	position: absolute;
	top: 0px;
	right: 8px;
	cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
	position: absolute;
	top: 5px;
	left: 38px;
	width: 1px;
	height: 52px;
	overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
	width: 100%;
	overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
	width: 60px;
	float: left;
	cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
	padding: 0;
	margin: 1px auto;
	border: 1px solid #e4e4e4;
	display: block;
	width: 50px;
	height: 50px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
	border: 2px solid #F00;
	margin: 0px;
}

.duct {
	padding: 32px;
	box-shadow: 0 0 3px #adadad;
	font-size: 14px;
	line-height: 32px;
	color: #545454;
	min-height: 448px;
}

.duct p:hover {
	color: #0068b8;
}

.detailsbottom {
	background: #f7f7f7;
	padding: 20px 0;
}

.detailsbottom .tit {
	margin-bottom: 20px;
}

.detailsbottom .tit h6 {
	font-size: 26px;
	color: #0068B8;
	text-indent: 10px;
}

.detailsbottom .tit h6 img {
	margin-left: 10px;
}

.detailsbottom .prohp {
	line-height: 60px;
	height: 60px;
	padding: 0px;
}


/*留言*/

.proform {
	margin-bottom: 20px;
}

.proform img {
	max-width: 100px;
	max-height: 100px;
	float: left;
}

.proform span {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	line-height: 80px;
	color: #666;
}

.message {
	padding: 30px 0;
}

.message .title {
	text-align: center;
}

.message .title .tit {
	width: 100%;
	float: left;
}

.message .title p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 36px;
}

.message ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}

.message ul li:nth-child(3) {
	margin-right: 0%;
}

.message ul li:nth-child(4) {
	width: 100%;
	margin-right: 0%;
}

.message ul li span {
	float: left;
	width: 100px;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

.message ul li input {
	width: calc(100% - 105px);
	float: left;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 40px;
	height: 40px;
	border: 1px solid #ddd;
	outline: none;
	text-indent: 1.5em;
}

.message ul li textarea {
	width: calc(100% - 105px);
	float: left;
	color: #7a7a7a;
	line-height: 30px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 14px;
	height:100px;
	padding:5px;
}

.message form button {
	display: block;
	width: 200px;
	margin: 0 auto;
	line-height: 45px;
	height: 45px;
	background: #0068b8;
	outline: none;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	transition: all 1s;
}

.message form button:hover {
	background: transparent;
	color: #0068b8;
	border: 1px solid #0068b8;
}


/***********************方案*****************************/

.programme {
	margin: 60px 0 80px;
}


/**************************************案例******************************/

.CasePresentation {
	margin: 60px 0 80px;
}

.presentation .presen {
	width: 32.5%;
	background: #f5f5f5;
	text-align: center;
	float: left;
	margin-right: 1.2%;
	margin-bottom: 30px;
}

.presentation .presen:nth-child(3n) {
	margin-right: 0px;
}

.presentation .presen .img {
	box-shadow: 0 0 2px #ddd;
}

.presentation .presen p {
	color: #545454;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.presentation .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);
}


/*********************************新闻**************************/

.newsInformation {
	margin: 20px 0;
}

.newsInformation .newslist {
	float: none;
	width: 100%;
}

.newsInformation .newslist li .newsleft {
	float: left;
	width: 150px;
	height: 110px;
	background: #f0f0f0;
	text-align: center;
	padding-top: 2%;
	margin-right: 50px;
}

.newsInformation .newslist li .newsright {
	float: left;
	width: calc(100% - 200px);
}

.newsInformation .newslist li {
	padding: 30px 0;
}

.newsInformation .newsright p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsInformation .newsright h6 {
	margin-bottom: 30px;
}

.newsInformation .paging {
	padding: 60px 0;
}


/*********************************新闻详情**************************/

.max2 {
	max-width: 1100px;
	margin: 60px auto 20px;
	text-align: center;
}

.title3 {
	margin-bottom: 30px;
}

.title3 h6 {
	color: #2e2e2e;
	font-size: 28px;
	font-weight: lighter;
	margin-bottom: 15px;
}

.title3 p {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: inherit;
}

.title3 p span {
	margin-left: 30px;
}

.detailsPIMG {
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	color: #474747;
}

.detailsPIMG p {
	text-align: justify;
	text-indent: 2em;
}

.detailsPIMG img,
.detailsPIMG video,
.detailsPIMG embed,
.detailsPIMG iframe {
	margin: 5px auto;
	display: block;
	max-width: 100%;
	border: none;
}

.detailsPIMGpro {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	color: #474747;
}

.detailsPIMGpro h6.tt {
	font-size: 18px;
	font-weight: bold;
}

.detailsPIMGpro p {
	text-align: justify;
	text-indent: 2em;
}

.detailsPIMGpro img,
.detailsPIMGpro video,
.detailsPIMGpro embed,
.detailsPIMGpro iframe {
	margin: 5px auto;
	display: block;
	max-width: 100%;
	border: none;
}

.detailsPIMGpro .tit {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.detailsPIMGpro .tit h6 {
	font-size: 26px;
	color: #0068B8;
}

.detailsPIMGpro .tit h6 span {
	float: left;
}

.detailsPIMGpro .tit h6 img {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

.detailsPIMGpro .tit h6::after {
	content: "";
	display: block;
	clear: both;
}

.sxp {
	padding: 60px 0;
	text-align: justify;
}

.sxp a {
	display: block;
	width: 49%;
	font-size: 16px;
	color: #0068b8;
	line-height: 28px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-right: 2%;
}

.sxp a:nth-child(2) {
	float: right;
	text-align: right;
	margin-right: 0;
}


/*********************************联系我们**************************/

.contactus {
	margin: 70px 0 60px;
}

.contacttop {
	margin-bottom: 40px;
}

.us1 {
	float: left;
	width: 432px;
	background: #f7f7f7;
	margin-right: 40px;
}

.top1 {
	padding: 20px 30px;
	font-size: 18px;
}

.top1 b {
	display: block;
	color: #0068b8;
	margin-bottom: 20px;
}

.top1 p {
	color: #545454;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 30px;
	font-size:14px;
}

.top1 p.tt {
	font-weight: 600;
}
.top1 span{color:#0068b8;}
.us1 .top1:nth-child(2) {
	background: #eee;
}

.us2 {
	padding: 40px;
	width: calc(100% - 472px);
	float: left;
	background: #f7f7f7;
}

.tit2 {}

.tit2 b {
	display: block;
	color: #0068b8;
	margin-bottom: 20px;
	font-size: 18px;
}

.tit2 p {
	color: #545454;
	font-weight: inherit;
	font-size: 14px;
	line-height: 28px;
}

.us2 form {
	margin-top: 40px;
}

.us2 form li {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 40px;
}

.us2 form li:nth-child(2) {
	margin-right: 0%;
}

.us2 form li:nth-child(3) {
	width: 100%;
	margin-right: 0%;
}

.us2 form li p {
	font-size: 14px;
	color: #474747;
	margin-bottom: 10px;
}

.us2 form li input {
	width: 100%;
	line-height: 45px;
	height: 45px;
	background: #eee;
	text-indent: 1em;
	outline: none;
	border: 0;
}

.us2 form li textarea {
	width: 100%;
	background: #eee;
	outline: none;
	border: 0;
	text-indent: 1em;
	padding-top: 20px;
	font-size: 14px;
}

.us2 form .sub {
	display: block;
	width: 160px;
	line-height: 45px;
	height: 45px;
	margin: 0 auto;
	background: #0068b8;
	outline: none;
	border: 0;
	color: #fff;
	font-weight: 600;
}

.my-map {
	margin: 0 auto;
	width: 100%;
	height: 480px;
}

.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}

.amap-container h5 {
	font-size: 14px;
}

.amap-container div {
	font-size: 14px;
}


/*********************************关于我们**************************/

.briefintroduction {
	margin: 60px 0;
}

.title2 {
	text-align: center;
	margin-bottom: 40px;
}

.title2 h6 {
	font-size: 36px;
	color: #2e2e2e;
	margin-bottom: 10px;
}

.title2 p {
	font-size: 24px;
	color: #0068b8;
	font-family: arial;
	text-transform: uppercase;
}

.briefleft {
	width: 100%;
	float: none;
	background: #f7f7f7;
}

.briefleft img {
	margin:2px auto;display:block;max-width:100%;
}

.briefleft .brieP {
	padding: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}

.briefleft .brieP p {
	text-indent: 2em;
}

.strength {
	background:#A6CFE3;
	padding: 60px 0;
}

.strength .title2 h6,
.strength .title2 p {
	color: #fff;
}

.strength .tit3 {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	padding: 0 65px;
}

.strengthIMG {
	margin-top: 40px;
}

.strengthIMG .img {
	width: 15.5%;
	margin-bottom: 10px;
	float: left;
	margin-right: 1.4%;
}

.strengthIMG .img:nth-child(6n) {
	margin-right: 0%;
}

.speech {
	margin: 60px 0;
}

.speech .img {
	width: 46%;
	float: left;
	margin-right: 3%;
	box-shadow: 0 0 2px #DDDDDD;
}

.speechright {
	float: left;
	width: 51%;
}

.speechright .title2 {
	text-align: left;
	margin-bottom: 20px;
}

.speechright .title2 h6 {
	margin-bottom: 5px;
}

.rightP {
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	text-align: justify;
}

.rightP p {
	text-indent: 2em;
}