@charset "utf-8";

html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family: "Microsoft YaHei","SimSun","SimHei";min-height: 100%;}
body{ background:#fff;word-wrap: break-word;}
div,ul,li,p,form,dd,dt,dl,h3,h4{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:16px; color:#404040; text-decoration:none;}
a:hover{ font-size:16px; color:#FE0000; text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}



/*top*/
.top{     height: 35px;background: #f7f7f7;}
.top_l{ float:left; height:35px; line-height:35px; color:#333; letter-spacing:1px; font-size: 14px}
.top_r{ float:right; height:35px; line-height:35px; }
.top_r ul li{ float:left;  padding:0 10px; text-align:center; color:#333; }
.top_r ul li a{ font-size:14px; color:#333;}
.top_r ul li.line01{ float:left; width:2px;}

/*heade*/
.header{padding: 25px 0px;}
.hdtxt {line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px; margin-top: 15px; margin-left: 10px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:22px; font-weight: bold; letter-spacing: 0.5px;}
.hdtxt .p2{font-size:16px;}
.hdtxt{}
.header .tel{ float: right;text-align: left; background: url("../images/tel.png") no-repeat left center; margin-top: 15px;padding-left:60px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size:36px;
    color: #DA251E;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
    height: 55px;
    background:#23439F;
    position: relative; 
}
.menu ul li{ float:left; width:185px; height:55px; line-height:55px; text-align:center; position: relative/*transition: all 2s;*/}
.menu ul li:after{float:left; content: "";
        display: block;
        width: 2px;
        height:55px;
/*        background-image: url(../images/line.png);*/
        background-size: cover;
        opacity: 0.6;}
.menu ul li:first-child:after{background:none;}
.menu ul li a{ font-size:17px; color:#FFF; letter-spacing:2px; }
.menu ul li:hover{background:#DA251E;}


.secmenu{ position: absolute; top: 65px;z-index: 999; opacity: 0;transition: all 0.3s;text-align: center; width: 100%; background: #fff; border-radius: 15px;padding: 13px 0px; -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;visibility: hidden;}
.secmenu:before{
    content: '';
    display: block;
    border:10px solid;
    border-color: transparent transparent #fff transparent ;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
   
}
.secmenu dd{text-align: center; height: 35px; line-height: 35px }
.secmenu dd a{font-size: 14px!important; color: #333!important}
.menu ul li:hover .secmenu{opacity: 1; -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;filter: alpha(opacity=100);
    visibility: visible}
.secmenu dd:hover {background: #eee}
.secmenu dd:hover a{color: #fff}

/*banner 开始*/

.bannerswiper {}
.bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.bannerswiper	.swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannerswiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.bannerswiper .swiper-pagination-bullet{background: #fff;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.bannerswiper .swiper-pagination-bullet-active{background: #FE0000;opacity:1;} 
/*banner结束*/

.index_title{ width:100%; display: flex; justify-content: space-between; align-items: center}
.title_l h3{ font-size:32px; color:#23439F; margin: 0px; text-align: left}
.index_title i{font-style: normal; display: inline-block;width: 60px; height: 5px; background: #23439F; color: #23439F; border-radius: 10px; margin-bottom: 3px}
.index_txt{margin: 0px; padding: 0px; text-transform: uppercase; font-size: 24px; color: #333; font-weight: bold}
.promore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: url(../images/promore.png) no-repeat center;
    background-size: 100% 100%;  
    transition: 0.5s;
    font-size: 16px;
}
.promore:hover{background: #DA251E;font-size: 16px;color: #fff}


/*floor*/
.first{ width:100%; background:#f7f7f7; padding: 50px 0px;}


/*产品分类*/

/*产品展示*/

.more{ float:right; height:39px; line-height:39px;}


.pro_cpfl{width:100%; margin-top:40px; margin-bottom: 20px; display: flex; justify-content: space-between;align-items: center}
.pro_cpfl a{ padding:8px 22px 10px 22px; border-radius: 30px; border: #eee solid 1px;  font-size: 16px; transition: .3s;background: #fff;}
.pro_cpfl a:hover{background: #FE0000; color: #fff;}

.nypcon{ width: 28%;  display: flex;align-items: center;justify-content: space-around;padding: 30px 30px;transition: all 0.3s ease;background: #fff; float: left; margin: 25px 25px 0px 0px;position: relative;overflow: hidden; min-height:208px; max-height:208px; overflow: hidden }
.nypcon:nth-child(3n+3){margin-right: 0px}
.nypcon dt{width: 59%}
.nypcon dd{width: 40%}
.nypcon dd img{width: 100%;} 

.nypcon-p1{margin-top: 10px;font-size: 22px;font-weight: bold;color: #5FB95A;}
.nypcon dt h1{color: #000; margin-top: 0px; font-size: 24px;font-weight: bold;}
.nypcon dt i.line{ display: block;position: relative;margin: 15px 0;width: 88%; height: 1px;background: #eee;}
span.linehover {display: block; width: 0;height: 1px;position: absolute;top: 0px;left: 0px;transition: all 0.5s ease;}
.nypcon:hover .linehover {width: 100%;background: #0056A7;}
/*.nypcon dd{background: #f9f9f9; padding:3%;}*/
.nypcon-p2{width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2a3d91;
    font-size: 16px;
    border-radius: 6px;
    margin-top:10px;
    cursor: pointer;
     transition: .5s;
}

.nyindpro .pub_title2{ color: #fff}
.nyindpro .pub_title2 em{  color:#fff }
.nyindpro .pub_title2 p{color: #fff}

.nyindproname {
    width: 70px;
    height: 70px;
    background: #c6c6c6;
    color: #fff;
    border-radius: 0 100px 100px 100px;
    position: absolute;
    left: -50px;
    top: -50px;
    padding-left: 40px;
    padding-top: 40px;
    z-index: 9;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.nypcon:hover .nyindproname{background:#23439F }
.nypcon:hover .nypcon-p2{background:#DA251E }


/*服务*/
.adv{ height: 160px; background: #000;margin-top: 20px; background: url("adv.jpg") no-repeat center center;paddding-top: 20px; position: relative}
.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}


.second{ width:100%;  background:url(../images/casebg.jpg) no-repeat center center /cover; background-attachment: fixed }

/*third*/
.third{ width:100%;  background:url(../images/abbg.jpg) no-repeat center center /cover; padding: 60px 0px 70px 0px; min-height: 499px;  }

/*关于我们*/
.about{}
.about .container{position: relative; }

.about_con{width:680px;color: #404040;  background: #fff; overflow: hidden;  margin-top: 40px }
.about_con h3{font-size:22px; margin-bottom: 20px; text-indent: 34px;}
.aboutP{ -webkit-line-clamp:8;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; overflow: hidden;}
.aboutP p{font-size:17px; line-height: 2.0; }
  
.abmore{position: relative;max-width: 160px;text-align: center;border: 1px solid rgba(255, 255, 255, 0);transition: all .5s ease;z-index: 1;box-sizing: border-box;overflow: hidden;margin-top: 20px;border-radius: 30px; }
.abmore a{color: #fff;position: relative;z-index: 3;font-size: 14px;line-height:40px;text-align: center;display: block;transition: all .5s ease;  }
.abmore:hover{border-color: #1b242b;} 
.abmore:hover a{color: #fff; background: #23439F}
.abmore:after{content:'';position:absolute;bottom:0px;left:0px;width:100%;height:100%;background:#FE0000;border:1px solid #FE0000;z-index:2;transition:all .5s ease;}
.abmore:hover:after{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}


.wxrw{
    position: absolute;
    top:100px;
    right:0px;
	width: 601px;
	margin: 0 auto;
	background: rgba(44,64,180,.9);
	color: #fff;
}
.wxra{
	border-bottom: 1px solid rgba(255,255,255,.4);
	border-right: 1px solid rgba(255,255,255,.4);
	padding: 40px 0 41px 0px;
	color: #fff;
    text-align: center;
    float: left;
    width: 300px;
}
.wxra:nth-child(2n+2){border-right: 0px;}
.wxra:nth-child(3){border-bottom: 0px;}
.wxra:last-child{
	border-bottom: 0; padding-bottom: 39px
}
.wxra p{font-size: 20px; margin-top: 10px; font-weight: bold}



 .caseSwiper{margin-top:10px;}
 .caseSwiper .swiper-wrapper{padding-bottom:40px;}
 .caseSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;     
}
.caseSwiper .swiper-pagination-bullet{background: #e5e5e5;    opacity: 0.6; width:20px; height: 6px; border-radius:5px; }
.caseSwiper .swiper-pagination-bullet-active{background: #FE0000;opacity:1;} 

.caseSwiper .pic{ text-align:center;position: relative; display: flex; justify-content: center; align-items: center; width:336px; height:336px; overflow: hidden; border-radius: 10px; margin-top:40px; border: #F5F7FA solid 5px; background: #F5F7FA;}
.caseSwiper .pic img{ max-width:344px; max-height:261px;  padding:2px;  -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1.4)}
.caseSwiper .swiper-slide:hover .pic img{transform: scale(1.3)}

.caseSwiper .pic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.caseSwiper .pic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
}

.caseSwiper .title{ line-height:45px; margin-top: 10px; font-size: 17px; color: #fff  }
.caseSwiper .swiper-pagination{bottom: 0px;}



/*新闻中心*/
.fourth{padding: 50px 0px; background: #F5F7FA;}
.news{ margin-top: 40px;}

.content_top{ width: 310px; padding-bottom:10px; border-bottom:#999 dashed 1px;}
.content_top img{ margin-right:10px; }
.content_top h4{ margin:0px; padding:0px; height:30px; overflow:hidden; line-height:30px; letter-spacing:1px;}
.content_top p{ height:45px;line-height:20px; text-indent:24px; overflow:hidden;}

.news_lf{
	width: 420px;
	margin-top: 40px;
	float: left;
	background: #fff;
	padding: 30px;
    margin-right:20px;
    transition: 0.03s;
     position: relative
}
.news_lf:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #da251e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all
}

.news_lf:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #da251e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all
}

.news_lf:last-child{margin-right: 0px!important}
.news_rg{
	margin-left:15px;
	width: 845px;
}
.newspic{
	width: 100%;
	height: 221px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.newspic img.back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.newspic img.front {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
	transform: scale(1.1);
	transition: all 0.3s;
}

.news_date span{
	font-size: 20px;
	color: #ccc;
	display: block;
}
.news_date b{
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}
.news_txt h2{
	font-size: 18px;
	font-weight: 600;
    color: #000
}
.news_txt p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_rg .news_list .news_txt p{
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_date{
	padding: 20px 13px 0px 0;
	text-align: left;
    color: #bbb;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.news_date .bi{margin-right:5px}
.news_txt{
	float: left;
	padding: 0px 0 10px;
	/*margin-left: 16px;
	width: 301px;*/
}
.news_rg .news_txt{
	width:87%;
}

.news_list li{
	overflow: hidden;
	padding: 0 17px;
	
}
.news_lf .news_list li{
	overflow: hidden;
	padding: 0 17px;
	margin-top:18px;
}
.news_lf:hover .news_txt{
	color: #CC0000;
}
.news_lf:hover .news_txt h2{
	color: #CC0000;
}
.news_rg .news_list li{width: 99%;}
.news_rg{padding: 35px 0px;}
.news_lf{padding-bottom: 30px; padding-top: 29px;}

.news_lf:hover .newspic img.front{transform: scale(1.2);}





/*友情链接*/
.links {
	padding: 20px 0;
	font-size: 16px;
}
.links span {
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}


.footer .footer_Con{width:100%;background:#1C1A1B;border-top:#0F57D3 solid 8px; overflow:hidden}
.foot_menu{border-bottom:1px solid #868686;overflow:hidden;padding:40px 0}
.foot_menu .foot_logo{float:left}
.foot_menu .footnav{float:right;width:60%;margin-top:20px}
.foot_menu .footnav ul li{float:left;width:11.6666667%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;text-align:center}
.foot_menu .footnav ul li a{font-size:16px;color:#E3E0E0;display:block;position:relative}
.foot_menu .footnav ul li a:before{content:'';display:block;background:#E3E0E0;width:1px;height:16px;position:absolute;top:5px}
.foot_menu .footnav ul li:first-child>a:before{display:none}
.foot_menu .footnav ul li a:hover{color:#fff}
.footlxwm{width:100%;margin:30px auto;overflow:hidden}
.footlxwm_tel{float:left;background:url(../images/foot_tel.png) no-repeat left center;padding-left:70px;width:20%;margin-top:0px}
.footlxwm_tel p{font-size:18px;color:#fff;margin-bottom:-5px}
.footlxwm_tel b{font-size:36px;color:#fff}
.footlxwm .footlxwm_con{float:left;width:40%}
.footlxwm .footlxwm_con p{font-size:16px;color:#E3E0E0;margin:10px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box}
.footlxwm .footlxwm_con p span{font-size: 26px;}
.footlxwm .footlxwm_con p img{display:inline-block;margin-right:5px}
.footlxwm .footlxwm_con p a{color:#E0FFF2}
.footlxwm .footlxwm_con p a:hover{color:#FFB93E}
.footlxwm .footer_ewm{float:left;color:#E3E0E0;text-align:center; margin-right: 30px;}
.footlxwm .footer_ewm img{height:130px}
.footlxwm .footer_ewm p{margin-top:10px;font-size:16px}
.footer .foot_b{width:100%;background:#1A1A1A;text-align:center;color:#E3E0E0;padding:20px 0;font-size:15px}
.footer .foot_b a{color:#E3E0E0}
.footer .foot_b a:hover{color:#c22423}
.copyright{text-align: right;color:#E3E0E0; font-size: 16px; font-weight: normal; line-height: 26px; margin-top: 10px;}
.copyright a{color:#E3E0E0;}

/*内页*/
.ny{padding-bottom: 40px;}
.nypro_r{width: 1150px; margin-top: 40px;}
.nypro_r .nypro_r_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.nypro_r .nypro_r_title h3 {
	color: #345197;
	font-size: 20px;
	border-left: 3px solid #345197;
	height: 20px;
	line-height: 18px;
	padding-left: 14px;
	margin-top: 5px;
}
.nypro_r_con p{font-size:16px; line-height:1.8}
#newsinfo_column_1 > .ny_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    background: none;
    margin-top: 15px;
}
#news_column_1 > ul > li > a {
    display: block;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 strong a {
    color: #333;
    font-size: 16px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li a {
    color: #333;
    font-size: 14px;
}
#newsinfo_column_1 > .search_news > .ny_con > ul > li:hover > a {
    color: #000;
    font-size: 14px;
}


.nylistnav{background: #fff;box-shadow: 0 5 20px rgba(0,0,0,.05); /* border-bottom:rgba(0,0,0,.1) solid 2px ;*/} 
.disflex {display: flex;}
.flex_center {align-items: center;}
.flex1 {flex: 0;flex-grow: 1;}
.wxlnr a{line-height: 60px;padding: 0 25px;font-size: 16px;}
.wxlnr a:hover{color: #0F57D3;}
.wxlnr a.active{background: #0F57D3;color: #fff;}

.wxlnl{color: #999; font-size: 14px;}
.wxlnl img{ margin-right:8px;}
.wxlnl a{color: #999;font-size: 14px;}
.wxlnl a:hover{color: #0F57D3;font-size: 14px;}

.wxneiye{background: #F2F4F9; padding: 50px 0px;min-height: 500px;}
.wxnyfl{
	width: 23%;
	min-width: 220px;
	margin-right: 2%;
	border: solid 1px #f2f4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.wxnyfl h3{
	padding: 25px;
	color: #fff;
	background: linear-gradient(to right, #23439F, #3B5FCB);
    font-size: 24px;
}
.wxnyfl h3 i{
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 10px;
	background: #fff;
}
.wxnyfl ul{
	background: #fff;
}
.wxnyfl ul li{
	border-bottom: 1px solid #E6E6E6;
    padding: 20px 20px 20px 40px;
    background: url(../images/liicon.jpg) no-repeat 20px center;
}
/* .wxnyfl ul li:last-child{border-bottom:none;} */
.wxnyfl ul li a{font-size: 16px;}

.wxnyfr{width: 74%;}
.wxnyfr .title_l{text-align: center;}
.wxnyfr .title_l h3{ font-size:32px; color:#23439F; margin: 0px; text-align: center}
.wxnyfr .title_l i {
    font-style: normal;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #23439F;
    color: #23439F;
    border-radius: 10px;
    margin-bottom: 3px;
}
.wxnyfr .title_l .index_txt{ text-align: center; color: #999; font-size: 16px; font-weight: normal;}

.wxny_con p{ font-size: 18px;}
.mt30{margin-top: 30px;}

.lxwm4-con{padding-top: 0px;}
.lxwm4 .lxwm-r{padding: 0px;}
.lxwm4-con dl{background: #fff; width: 27%; margin-left: 30px;}
.lxwm4-con dl:first-child{margin-left: 0px;}
.lxwm4-con dl:last-child{padding-right: 0px;}

.lxwm4 .lxwm-l{width: 100%;}
#youku-playerBox{margin: 0 auto;}
#pic_column_1 > ul > li{background: #fff; margin-top: 0px; margin-bottom: 20px;}
#pic_column_1 > ul > li > a > .img{background: #fff;}

#productinfo_column_1{background: #fff; margin-top: 0px; padding: 20px;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li.active{background: none;}
#productinfo_column_1 > .pics > .left > .pic_cur{background: none;}
#productinfo_column_1 > .pics > .left > .pic_list > ul{background: none; border: #eee solid 1px;}

#newsinfo_column_1{background: #fff; margin-top: 0px; padding: 20px;}