body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 1200px;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6E6E6E;
}

.clear {
	clear: both;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fl {
	float: left;
	overflow: hidden;
}

.fr {
	float: right;
	overflow: hidden;
}

/*顶部*/

.heard-top{
	width: 100%;
	height: 30px;
	background: #f7f7f7;
}


/*轮播*/

.banner_main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin: 0 0 30px 22px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner结束*/

/*关于我们*/

.Pro_About {
	width: 100%;
	min-height: 1080px;
	height: auto;
	float: left;
	/*padding: 50px 0 0 0;*/
	background: url(/static/modules/cms/images/about_bg.jpg) no-repeat center;
}

.about_titer{
	margin-top: 60px;
}

.about_titer h2 {
	font-size: 36px;
	text-align: center;
	color: #212121;
	margin-bottom:5px;
}

.about_titer h2 span {
	color: #1e50ae;
}

.about_titer p {
	font-size: 16px;
	color: #4b4b4b;
	text-align: center;
}

.xian {
	width: 100%;
	min-height: 47px;
	height: auto;
	background: url(/static/modules/cms/images/bj_xt.png)  left 20px no-repeat;
	background-size: 50% 5px;
}

.xian_r {
	width: 100%;
	min-height: 47px;
	height: auto;
	background: url(/static/modules/cms/images/bj_xt1.png) right 20px no-repeat;
	background-size: 50% 5px;
}

.about_top{
	width: 1200px;
	background: #FFFFFF;
	height: 479px;
	border-radius: 30px;
	border: 1px solid #b5b5b5;
	margin-top: 80px;
}

.about_top_img{
	width: 623px;
	height: 479px;
	border-bottom-left-radius:30px;
    border-top-left-radius:30px;
}

.about_top_img .vid{
    width: 100%;
    height: 485px;
    background: #000;
}


.about_top_wz{
	width: 470px;
	margin: 0 45px 0 60px;
	line-height: 30px;
	
}

.about_top_wz h1{
	margin: 80px 0 40px 0;
	font-size: 30px;
	color: #1e50ae;
}

.about_top_wz p{
	font-size: 16px;
	color: #4b4b4b;
	text-indent: 2em;
	
}

.about_tel{
	float: left;
    width: 260px;
    background: url(/static/modules/cms/images/tel.png) no-repeat center left;
    margin: 40px auto 0 auto;
    height: 60px;
    font-size: 16px;
    color: #333;
    padding-left: 82px;
    display: block;
}

.about_tel span{
	font-size: 26px;
    color: #1e50ae;
    padding-top: 5px;
    font-weight: bold;
}

.more{
	width: 127PX;
	height: 36PX;
	
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	float: right;
	
	margin-top: 60px;
}

.more a{
	border-radius: 20px;
	border: 1px solid #333;
	display: block;
	color: #333;
}

.more a:hover{
	color: #fff;
	background: #1e50ae;
	border: none;
	border-radius: 20px;
}

.main_num li {
	width:290px;
    float: left;
    text-align: center;
    margin-top: 80px;
    border-right: 1px solid #fff;
    height: 193px;
}

.main_top {
	width: 100%;
	padding: 40px 0;
}

.main_top h3 {
	vertical-align: top;
	font-weight: 200;
	font-size: 46px;
	color: #fff;
	display: inline-block;
}

.main_top span {
	font-size: 16px;
	color: #fff;
}

.main_lin {
	width: 130px;
	margin: 30px auto;
}

.main_top p {
	font-size: 20px;
	color: #fff;
}

.main_lin span {
	font-size: 14px;
	color: #fff;
}

/*旗下产业*/

.Pro_Product{
	width: 100%;
    min-height: 750px;
    height: auto;
    float: left;
    
    background: url(/static/modules/cms/images/CP_1.jpg) no-repeat center;
}

.product_main {
	margin-top: 70px;
}

.product_cont_text {
	width: 230px;
	height: 386px;
	background: #fff;
	box-shadow: 0px 2px 10px 3px rgb(67 70 117 / 15%);
	float: left;
	margin: 0px 10px 30px 0px;
}

.product_cont_text .pro_cot {
	display: block;
	width: 230px;
	height: 386px;
	padding: 1px 0px 0px;
}

.product_cont_text .pro_cot .pic {
	height: 160px;
	margin: 22px 0px 0px;
}

.row2box1 .pic {
	background: url(/static/modules/cms/images/tb_1.png) no-repeat center center;
}

.row2box1:nth-child(2) .pic {
	background: url(/static/modules/cms/images/tb_2.png) no-repeat center center;
}

.row2box1:nth-child(3) .pic {
	background: url(/static/modules/cms/images/tb_3.png) no-repeat center center;
}

.row2box1:nth-child(4) .pic {
	background: url(/static/modules/cms/images/tb_4.png) no-repeat center center;
}
.row2box1:nth-child(5).pic {
	background: url(/static/modules/cms/images/tb_5.png) no-repeat center center;
}



.product_cont_text .pro_cot .zw {
	font-size: 22px;
	color: #333;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

.product_cont_text .pro_cot .yw {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	padding: 0 30px;
	
	
	 display:-webkit-box;
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis;/*隐藏后添加省略号*/
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:2; 

}

.yw_m {
	text-align: center;
    margin-top: 30px;
    border: 1px solid #333;
    width: 95px;
    height: 24px;
    border-radius: 30px;
    line-height: 24px;
    margin-left: 60px;	
}


.product_cont_text .pro_cot:hover .yw_m a {
	display: block;
	width: 95px;
    height: 24px;
    border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
}

.row2box1 .pro_cot:hover .pic {
	background: url(/static/modules/cms/images/tb_d_1.png) no-repeat center center;
}

.row2box1:nth-child(2) .pro_cot:hover .pic {
	background: url(/static/modules/cms/images/tb_d_2.png) no-repeat center center;
}

.row2box1:nth-child(3) .pro_cot:hover .pic {
	background: url(/static/modules/cms/images/tb_d_3.png) no-repeat center center;
}

.row2box1:nth-child(4) .pro_cot:hover .pic {
	background: url(/static/modules/cms/images/tb_d_4.png) no-repeat center center;
}

.row2box1:nth-child(5) .pro_cot:hover .pic {
	background: url(/static/modules/cms/images/tb_d_5.png) no-repeat center center;
}



.product_cont_text .pro_cot:hover .pic {
	height: 160px;
	margin: 22px 0px 0px;
}

.product_cont_text .pro_cot:hover .yw {
	color: #fff;
}

.product_cont_text .pro_cot:hover .zw {
	color: #fff;
}

.row2box .pro_cot:hover {
	display: block;
	width: 230px;
	height: 386px;
	background: #1e50ae;
}

.product_ban {
	width: 100%;
	/*height:337px;*/
	overflow: hidden;
}

.product_ban img {
	width: 100%;
}

/*荣誉资质*/

.Pro_Honor{
	width: 100%;
    min-height:1160px;
    height: auto;
    float: left;
    
    background: url(/static/modules/cms/images/zi_bg.jpg) no-repeat center;
}


.inPro {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
}

.liNav {
	width: 1200px;
	text-align: center;
	height: 60px;
	margin: 50px 0;
}

.liNav a {
	display: inline-block;
	width: 203px;
	height: 60px;
	background:#3a3b3d;
	
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	/*letter-spacing: 1px;*/
	cursor: pointer;
	margin: 0 50px;
	/*border-radius: 5px;*/
}

.liNav .liNav1 {
	background: #1f4f8a;
	color: #fff;
}

.inProList {
	width: 1200px;
	
}

 .inProList .bt-cp{
	float: left;
    width: 270px;
    margin: 10px 40px 0px 0;
    height: 486px;
}

.inProList .bt_cp_d{
	float: left;
    width: 525px;
    margin: 10px 40px 0px 0;
    height: 486px;
}

 .inProList .bt-cp span{
 	color: #000;
 	font-size: 16px;
 	display: block;
 	text-align: center;
 }
 
 .inProList .bt_cp_d span{
 	color: #000;
 	font-size: 16px;
 	display: block;
 	text-align: center;
 }
 
 /*荣誉资质*/

.rylist{
	margin: 20px 0;
	overflow: hidden;
}

.rylist li {
    float: left;
    width: 33.33%;
    margin-bottom: 33px;
}

.rylist li .lin {
    padding: 0 12px;
}

.rylist li a {
    display: block;
}

.rylist li .one {
    padding: 8px;
    box-shadow: 0px 2px 10px 3px rgb(67 70 117 / 15%);
    background-color: #fff;
    position: relative;
}

.rylist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 71.15%;
    position: relative;
    overflow: hidden;
}

.rylist li .pic .wrap {
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.rylist li img {
    max-width: 100%;
    max-height: 100%;
}

.rylist .cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: rgba(3, 50, 91, 0.5);
}

.rylist li h3,

.rylist li .cover {-webkit-transition: .6s;transition: .6s;}

.rylist li:hover h3 {

  color: #004098;

}

.rylist li:hover .cover {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}

.rylist .cover i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 66px;
    height: 66px;
    background: #004098 url(/static/modules/cms/images/jia-ry.png) center no-repeat;
    border-radius: 50%;
    margin-left: -33px;
    margin-top: -33px;
}



.rylist li h3 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
    padding: 0 5px;
    font-weight: 500;
}

 

/*.inProList ul li {
	float: left;
    width: 270px;
    margin: 20px 10px 22px 10px;
    padding: 8px;
    background: #fff;
	box-shadow: 0px 2px 10px 3px rgb(67 70 117 / 15%);
}

.inProList ul .img_d{
	width: 525px;
}

.inProList ul{
	height:1009px;
}*/

.product-g{
	color: #666666;
    font-size: 16px;
    display: block;
    width: 127px;
    height: 36px;
    border: 1px solid #666;
    text-align: center;
    line-height: 36px;
   margin: 0 auto;
   border-radius: 20px;
}

.product-g:hover{
	background: #1e50ae;
	color: #fff;
	border: none;
	transition: all .5s;
	
}

/*.inProList ul li .img {
	width: 270px;
	height: 386px;
	overflow: hidden;
	
}

.inProList ul .img_d_i{
	width: 525px;
	
	height: 386px;
	overflow: hidden;
}

.inProList ul li img {
	display: block;
	width: 270px;
	height: 386px;
}

.inProList ul .img_d_i img{
	width: 525px;
	display: block;
	height: 386px;
}

.inProList ul li span {
	display: block;
	width: 270px;
	text-align: center;
	line-height: 30px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.inProList ul li:hover span {
	color: #1374d2;
}*/

/*.inProList ul li:hover img {
	
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
	
}*/

#inProList2,
#inProList3,
#inProList4 {
	display: none;
}

/*旗下业绩*/

.Pro_Case {
	width: 100%;
	min-height: 946px;
	height: auto;
	float: left;
	/*padding: 50px 0 0 0;*/
	background: url(/static/modules/cms/images/al_bg.jpg) no-repeat center;
}

.case_titer{
	margin-top: 60px;
}

.case_titer h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	margin-bottom:5px;
}

/*.case_titer h2 span {
	color: #1e50ae;
}*/

.case_titer p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.xian_c {
	width: 100%;
	min-height: 47px;
	height: auto;
	background: url(/static/modules/cms/images/bj_xt1_b.png)  right 20px no-repeat;
	background-size: 50% 5px;
}

 .content .cont {
	height: 650px;
	display: none;
}

 .content .cont.active {
	display: block;
}

.category{
	margin-top: 70px;
}

.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

 .category ul {
	width: 1200px;
    text-align: center;
   /* height: 90px;*/
    margin: 50px 0;
   
}

 .category ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	width:203px;
	height:60px;
	line-height:60px;
	color: #fff;
	
	cursor: pointer;
	margin: 30px 16px 50px 16px;
	background: #3a3b3d;
}

.category ul li.active {
	color: #fff;
	background: #1f4f8a;
}

/*.case_box .content {
	padding-left: 50px;
}*/

.inPro_case {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
}

.liNav_case {
	width: 1200px;
	text-align: center;
	height: 60px;
	margin: 50px 0;
}

.liNav_case a {
	display: inline-block;
	width: 200px;
	height: 60px;
	background:#3a3b3d;
	
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	/*letter-spacing: 1px;*/
	cursor: pointer;
	margin: 0 10px;
	/*border-radius: 5px;*/
}

.liNav_case .liNav1_case {
	background: #1f4f8a;
	color: #fff;
}

.inProList_case {
	width: 1200px;
	
}



.caseBox li{
	width: 389px;
	height: 410px;
	box-sizing: border-box;
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px 6px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    float: left;
    margin: 0 10px 50px 0;
    
}

.caseBox li .fw_img{
	width: 389px;
	height: 345px;
	overflow: hidden;
}

.caseBox li .fw_img img{
	width: 389px;
	height: 345px;
	transition: all 0.5s linear;
}

.caseBox li .fw_img:hover img{
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}

.caseBox .xm_2{
	margin: 60px 21px 0 21px;
}

.caseBox .case_w{
	height: 64px;
	background: #fff;
}

.caseBox li p{
	    font-size: 16px;
    color: #212121;
    text-align: center;
    padding: 20px 0 3px 0;
}

.caseBox li span{
	display: block;
	font-size: 10px;
	color: #414141;
	text-align: center;
	
}

.caseBox .case_w  b{
	width: 30px;
    height: 1px;
    background: #000000;
    display: block;
    /* margin: 2px; */
    margin-left: 46%;
    margin-top: 10px;
}


/*新闻中心*/

.Pro_New{
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}


.xw_nr {
	float: left;
	width: 565px;
	/*margin-top: 50px;*/
}

.xw_nr h3 {
	height: 53px;
	line-height: 100%;
	background: url(../images/n_lin.jpg) no-repeat 110px 12px;
	font-weight: normal;
}

.xw_nr h3 a {
	display: inline-block;
	line-height: 100%;
	font-size: 24px;
	color: #333;
}

.xw_nr h3 span {
	display: inline-block;
	float: right;
	padding-top: 7px;
}

.xw_nr h3 span a {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

.news_cont {
	height: 447px;
	/*border-bottom: 1px solid #e3e3e3;*/
	margin-bottom: 13px;
}

.news_cont .news_cont_img {
	width: 565px;
	height: 436px;
}

.news_cont_right {
	width: 580px;
	margin-top: 50px;
	height: 106px;
	border-bottom: 1px dashed #e3e3e3;
}

.news_cont_right:hover a {
	color: #1e50af;
}

.news_sz {
	width: 90px;
	float: left;
}

.news_sz h2 {
	font-size: 28px;
	font-weight: normal;
	color: #4a4a4a;
}

.news_sz p {
	font-size: 16px;
	color: 4a4a4a;
}

.news_sz:hover h2 {
	co
}

.news_wz {
	width: 480px;
	float: right;
}

.news_wz h4 a {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
}

.news_wz p {
	font-size: 14px;
	color: #666;
	padding-top: 12px;
	line-height: 25px
}

.news_wz p a {
	color: #00afe9;
	font-size: 14px;
}

#hd_1 {
	height: 386px;
	/*border: 1px dashed #CCCCCC;
    background: #fff;
    padding: 12px 13px 0 11px;*/
	overflow: hidden;
}

#hd_1 ul {
	list-style: none;
}

#hd_1 ul li {
	margin-top: 25px;
	margin-bottom: 4px;
}

.went {
	float: right;
	width: 570px;
	margin-top: 50px;
}

.tit {
	height: 53px;
	line-height: 100%;
	background: url(/static/modules/cms/images/n_lin.jpg) no-repeat 117px 12px;
	font-weight: normal;
}

.tit span a {
	display: inline-block;
	line-height: 100%;
	font-size: 24px;
	color: #333;
}

.tit em {
	display: inline-block;
	float: right;
	padding-top: 7px;
}

.tit em a {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

.new_img{
	width: 565px;
	height: 273px;
	margin-bottom: 30px;
}

.went dl {
	height: 197px;
	overflow: hidden;
}

.went dl dt {
	font-size: 0;
	float: left;
	width: 272px;
	line-height: 0;
}

.went dl dt img {
	width: 272px;
}

.went dl dd {
	float: right;
	width: 267px;
	padding-top: 28px;
}

.went dl dd h4 a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.went dl dd h4 a:hover {
	color: #006EC6;
}

.went dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.wt_nr li {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #e3e3e3;
}

.wt_nr li a {
	display: block;
	font-size: 18px;
	color: #333;
	height: 20px;
	margin-bottom: 11px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wt_nr li a span {
	width: 421px;
	display: inline-block;
	overflow: hidden;
	/*margin-left: 185px;*/
}

.wt_nr li a:hover {
	color: #1E50AE;
}

.wt_nr li p {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 25px;
	padding-top: 7px;
}