body{
	overflow-x: hidden;
}
.tel{
	color:#666;
	font-size: 1.4rem;
	padding-top: 32px;
}
.tel .l{
	padding-top: 5px;
}
.tel .r{
	padding-left:10px;
}
.banner{
	position: relative;
}
.nav{
	position: absolute;
	top:0;
	left:0;
	background: url(../images/navbg.png) no-repeat center top;
	width:100%;
	height:65px;
	z-index: 9999999;
}

.nav li a{
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
	text-align: center;
	line-height: 65px;
	color:#fff;
	font-size: 1.6rem;
}
.nav li a:hover{
	color:#ffe400;
}
.nav li.sub_nav a{
	color:#ffe400;
}
.nav ul{
	width:85%;
}
.page_one{
	background: url(../images/pageonebg.jpg) no-repeat right top;
}
.page_onefont h3{
	color:#2e5caa;
	font-size: 5rem;
	font-weight: bold;
	padding:80px 0 45px 0;
}
.page_onefont p{
    width:80%;
    font-size: 1.6rem;
    line-height: 36px;
    padding-bottom: 80px;
}
.page_onesecondimg{
	
	background:url(../images/pageoneimg.jpg) no-repeat center top;
	height:638px;
}
.page_onesecond{
	padding-bottom: 60px;
	background: url(../images/pageonebgb.jpg) no-repeat center top;
}
.page_onesecondlist{
	width:1525px;
	margin: 0 auto;
	position: relative;
}
.page_onesecondlist p{
	font-size: 1.8rem;
	line-height: 36px;
	padding-top: 20px;
}
.page_onesecondlist p i{
	padding-right:15px;
}
.page_onesecondlist .swiper-slide{
	
	overflow:hidden;
}
.page_onesecondlist .swiper-slide img{
	width:460px;
	height:294px;
}
.page_onesecondlist .swiper-button-prev{
	top:-15px;
	left:-80px;
	background: url(../images/left_icon.png) no-repeat center top;
}
.page_onesecondlist .swiper-button-next{
	top:-15px;
	right:-50px;
	background: url(../images/right_icon.png) no-repeat center top;
}

.page_twosecondimg{
	height: 660px;
	
}
.page_two{
	padding-bottom: 60px;
	background: url(../images/page_twobg.jpg) no-repeat center top;
}
.page_three{

	padding-bottom: 60px;
	background: url(../images/page_threebg.jpg) no-repeat center top;
}
.pagese{
	background: #000;
}
.pagese b{
	color:#fff;
	font-size: 36px;
	position: absolute;
	top:40%;
	left:40%;
	text-align: center;
}
.pagese a{
	display: block;
	position: relative;
	
}
.pagese a img{
	-webkit-filter: opacity(50%); /* Chrome, Safari, Opera */
    filter: opacity(50%);
    -webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pagese a b{
	z-index:11111;
	-webkit-filter: opacity(100%); /* Chrome, Safari, Opera */
    filter: opacity(100%);
}
.pagese a:hover img{
	-webkit-filter: opacity(100%); /* Chrome, Safari, Opera */
    filter: opacity(100%);
}

.innews{
	padding-bottom: 120px;
}
.innewscontent{
	width:1525px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.innewscontent li{
	width: 460px;
	height:487px;
	background:url(../images/jia_icon.jpg) no-repeat right bottom #f6f4f4;
	border:1px solid #eeeeee;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.innewspic{
	width:441px;
	text-align: center;
	height: 274px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
}
.innewspic img{
	height: 100%;
}
.innewsfont{
	padding:25px 30px;
}
.innewsfont h3{
	font-size: 2.2rem;
	color:#333;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;  
}
.innewsfont p{
	padding-top: 20px;
	font-size: 1.5rem;
	line-height: 2;
	color:#777;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.innewtime{
	position: absolute;
	top:0;
	left:0;
	width: 83px;
	height: 76px;
	background: #ccc;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.innewtime b{
	display: block;
	color:#fff;
	font-size: 2.4rem;
	padding-top:10px;
}
.innewtime p{
	color:#fff;
	font-size: 1.6rem;
}
.innewscontent li:hover{
	-moz-box-shadow:2px 2px 5px #ddd; -webkit-box-shadow:2px 2px 5px #ddd; box-shadow:2px 2px 5px #ddd;
	background:url(../images/jia_iconhover.jpg) no-repeat right bottom #f6f4f4;

}
.innewscontent li:hover h3{
	color:#2e5caa;
}
.innewscontent li:hover .innewtime{
	background: #ff6700;
}
.innews_title{
	font-size: 6rem;
	color:#2e5caa;
	font-weight: bold;
	text-align: center;
	padding:110px 0 50px 0;
}
.more a{
	width: 118px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 1.5rem;
	color:#fff;
	background: #ccc;
	display: block;
	margin: 0 auto;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.more a:hover{
	background: #2e5caa;
}

/*footer*/
.footer{
	background: #000;
}
.footer ul{
	width: 1200px;
	margin: 0 auto;
	padding:30px 0;
}
.footernav li h3{
	line-height: 3;
	font-size: 2rem;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: 140px;
	margin-bottom: 15px;
}
.footernav ul{
	-webkit-align-items: inherit;
    -moz-align-items: inherit;
    -ms-align-items: inherit;
    -o-align-items: inherit;
    align-items: inherit;
}
.footernav li h3 a{
	color:#fff;
}
.footernav li dd a{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	font-size: 1.5rem;
	color:#999999;
	line-height:35px;
}
.footernav li dd a:hover{
	color:#2e5caa;
}
.share{
	padding-top:30px;
	padding-bottom: 40px;
}
.share h3{
	text-align: center;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
}
.share .bdsharebuttonbox{
	width: 160px;
	margin: 20px auto 10px auto;
}

/*内页*/
.abouttitle{
	font-size: 3.8rem;
	font-weight: bold;
	color:#000;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.abouttitle::after{
	content:'';
	width:52px;
	height: 3px;
	background: #ff6700;
	position: absolute;
	bottom:0px;
	left:50%;
	margin:0 0 0 -26px;
}



/*数字*/
.in_design_number{
	width: 937px;
	margin:0 auto;
}
.h_top{ width: 100%; height: 1500px; }
	.h_top h3{text-align: center;color:#fff;line-height: 60px}
/*数字++++++++++*/
.digital{width: 100%;/*height: 150px;*/color: #fff;margin-bottom: 6.4%;}
.main{width: 100%;/*height: 150px;*/margin:0 auto;font-size: 0;}
.mumping_mun li{width: 23%;display: inline-block;margin: 0 auto;text-align: center;background: #b5b5b5;margin-left:2%;padding:20px 0 30px 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.mumping_mun li:first-child{margin:0;}
.mumping_mun li:hover{background: #2e5caa;}
.mumping_mun{width: 100%;list-style: none;}
.mumping_mun p{font-size: 1.6rem;width: 100%;display: block;clear: both;color: #fff;padding-top: 10px;}
.mumping_mun span{
	/*font-size: 80px;*/
	font-size: 6rem;
	font-weight: normal;
	margin-right: 10px;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	letter-spacing:3px;
}
.mumping_mun li img{
	vertical-align: super;
	padding-top: 18px;
}
.mumping_mun2 li{
	width: 16%;
}
.digital2{
	margin-bottom: 0;
}
.mumping_mun2 span{
	font-size: 28px;
	color: #d0151c;
	margin-right: 0;
}
.mumping_mun2 p{
	font-size: 14px;
	color: #666;
	padding-top: 3px;
}
.mumping_mun2 li em{
	vertical-align: text-bottom;
	color: #d0151c;
	font-size: 18px;
}
.about_content{
	font-size: 1.5rem;
	line-height: 36px;
	color:#666;
	padding:65px 0 45px 0;
}
.culture{
	padding:125px 0 0 0;
	background:url(../images/culturebg.jpg) no-repeat center top;
}
.cul_content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.cul_content li{
	width:50%;
	float:left;
	padding-bottom:25px;
}
.cul_content li div{
	display: inline-block;
}
.cul_content li div:first-child{
	vertical-align: middle;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 1.7rem;
	background: url(../images/culimg1.png) no-repeat center top;
}
.cul_content li.culhover div:first-child{
	background: url(../images/culimg2.png) no-repeat center top;
}
.cul_content li div:nth-child(2){
	padding-left: 25px;
	color:#444;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 24px;
	height:50px;
}
.honor{
	padding:90px 0 50px 0;
}
.honor .swiper-slide img{
	height: 345px;
	overflow: hidden;
	padding:9px;
	border:1px solid #e5e5e5;
	
}
.honor .w1200{
	position: relative;
	margin:50px auto 80px auto;
}
.honor .swiper-container{
	margin:50px 0 80px 0;
}
.honor .swiper-button-prev{
	top:60%;
	left:-40px;
}
.honor .swiper-button-next{
	top:60%;
	right:0;
}
.honorig{
	
}
.honorig img{
	width: 100%;
}
.cf{
	padding-top: 120px;
	background: url(../images/cf.jpg) no-repeat center top;
}
.cf .flex {
	padding:30px 0;
	-webkit-justify-content: center;
	justify-content: center;
}
.cf .flex a{
	width: 132px;
	height: 38px;
	line-height: 38px;
	border:1px solid #2e5caa;
	display: block;
	text-align: center;
	font-size: 1.4rem;
}
.cf .flex a.sn{
	background: #2e5caa;
	color:#fff;
}
.cflist_more .swiper-slide{
	text-align: center;
	position: relative;
	border:1px solid #2e5caa;
	padding:10px;
}
.cflist_more .swiper-slide p{
	position:absolute;
bottom:0;
left:0;
line-height: 45px;
text-align: center;
color:#fff;
font-size: 1.4rem;
width:100%;
background: rgba(0,0,0,.7);
-webkit-transition: ease .3s;
-o-transition: ease .3s;
transition: ease .3s;
}
.cflist_more .swiper-slide:hover p{
	background: rgba(46,92,170,.7);
}
.cflist_more{
	position: relative;
	padding:0 0 100px 0;
}
.cflist_more .swiper-pagination-bullet{
	width:30px;
	height:6px;
	margin:0 10px;
	border-radius: 0;
}
.cflist_more .swiper-pagination-bullet-active{
	background: #2e5caa;
}
.cflist_more .swiper-pagination{
	width:100%;
	padding-top: 30px;
}
.cflist_more{
	display: none;
}

.insidepage{
	padding:130px 0;
}


/*news*/
.news_title h3{
	font-size: 4.8rem;
	font-weight: bold;
	color:#000;
}
.news_title a{
	font-size: 1.4rem;
	color:#756e6e;
	padding-top: 20px;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}
.news_title a:hover{
	color:#4168aa;
}
.news_con{
	padding:50px 0;
}
.news_conimg aside{
	padding:34px 0 0 34px;
	position: absolute;
	bottom:0;
	right:0;
	width:260px;
	height: 162px;
	z-index: 999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color:#fff;
	background: rgba(255,103,0,.8);
}
.news_conimg{
	width:523px;
	height: 391px;
	float:left;
}
.news_conimg aside h3{
	font-size: 2rem;
	line-height: 1.8;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.news_conimg aside p{
	font-size: 1.3rem;
}
.news_con .swiper-slide{
	position: relative;
}
.news_con .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:50px;
	left:11%;
}
.newslist{
	padding-left: 25px;
}
.newslist li{
	margin-top: 15px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	padding:24px 75px 24px 30px;
	background: #f4f4f4;
}
.newslist li:first-child{
	margin-top: 0;
}
.newslist_left{
	float:left;
}
.newslist_left b{
	font-size: 1.4rem;
	color:#999999;
	float:right;
}
.newslist_left h3{
	clear: both;
	font-size: 3.2rem;
	color:#cccccc;
}
.newslist_right{
	width: 393px;
	float: left;
	padding-left: 25px;
}
.newslist_right h3{
	color:#000;
	font-size: 1.8rem;
	padding-bottom: 5px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;  
}
.newslist_right p{
	line-height: 22px;
	font-size: 1.3rem;
	color:#756e6e;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.newslist li:hover{
	background: #0a409a;
}
.newslist li:hover h3{
	color:#fff;
}
.newslist li:hover b{
	color:#fff;
}
.newslist li:hover p{
	color:#c5d8f8;
}
.zhxx{
	width:1600px;
	background: url(../images/zhxxbg.jpg) no-repeat center top;
	height:622px;
	margin: 0 auto;
}
.zhxx .news_title{
	padding-top: 60px;
	padding-bottom: 35px;
}
.zhxx .news_title h3{
	color:#fff;
}
.zhxx .news_title a{
	color:#fff;
}
.zhxxlist{
	width:1200px;
	height:393px;
	margin: 0 auto;
	background: rgba(65,104,170,.6);
}
.zhxxleft{
	text-align: center;
	float: left;
	width: 383px;
	height: 325px;
	border:2px solid #fff;
}
.zhxxleft h3{
	color:#fff;
	padding-bottom: 15px;
	font-size: 1.8rem;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.zhxxleft span{
	padding-bottom: 25px;
	font-size: 1.3rem;
	color:#cccccc;
	display: block;
}
.zhxxleft p{
	font-size: 1.3rem;
	color:#fff;
	line-height: 30px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
.zhxxright{
	float: left;
	padding-left: 30px;
}
.zhxxlist .swiper-slide aside{
	width: 855px;
	margin: 0 auto;
	padding-top: 30px;
}
.zhxxleft1{
	width: 315px;
	margin: 0 auto;
	padding-top: 60px;
}
.zhxxlist .swiper-button-next{
	right:100px;
}
.zhxxlist .swiper-button-prev{
	left:100px;
}
.hynew{
	padding:70px 0 0px 0;
	margin: 0 auto;
	width:1440px;
}
.hynew .newslist{
	padding-top: 30px;
}
.hynew .newslist li{
	width: 660px;
	float:left;
	margin-top: 15px;
	margin-left: 20px;
}
.hynew .newslist li .newslist_right{
	width:420px;
}
.news_title .newsadd{
	padding-top: 30px;
}
.news_title .newsadd a{
	color:#999999;
}
.news_title .newsadd a:hover{
	color:#4168aa;
}
.newsli{
	padding:0;
	padding-top: 40px;
}
.newsli .newslist_right{
	width:960px;

}
.newsli .newslist_right p{
	font-size: 1.5rem;
	padding-top: 15px;
}
.newsli .newslist_right u{
	display:block;
	padding-top: 30px;
	color:#9f9f9f;
}
.newsli li:hover .newslist_right u{
	color:#fff;
} 
.newdetail{
	padding:30px 0 30px;
}
.newdetail h3{
	font-size: 3rem;
	color:#756e6e;
	font-weight: bold;
}
.newsdtt{
	padding:30px 0 20px;
	border-bottom:1px dashed #756e6e;
	color:#756e6e;

}
.newsdtt .bdsharebuttonbox{
	margin-left:10px;
	float:left;
}
.newsdttf{
	padding-top: 10px;
	float:left;
}
.newsdttright{
	float:right;

}
.newsdttright a{
	display: inline-block;
}
.newsdttright i{
	font-size: 1.6rem;
	border:1px solid #756e6e;
	border-radius: 50%;
	padding:25%;
	color:#756e6e;
	margin:0 10px;
}
.newsdetail{
	padding-top: 30px;
	line-height: 48px;
	font-size: 1.5rem;
	color:#756e6e;
}
.recruit_one{
	text-align: center;
	width: 100%;
	height: 333px;
	background: url(../images/recruit_onebg.jpg) repeat center top;
	padding-top: 120px;
}
.recruit_one p{
	font-size: 1.6rem;
	line-height: 36px;
	color:#fff;
	padding-top: 20px;
}
.recruit_banner{
	position: relative;
	background: url(../images/recruit_banner.jpg) no-repeat center top;
	height: 438px;
}
.recruit_banner_font{
	width: 587px;
	height: 311px;
	background: #f48a43;
	position: absolute;
	padding:63px 0 0 55px;
	top:75px;
	left:50%;
	margin-left: -587px;
	color:#fff;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit_banner_font h3{
	font-size: 3rem;
	color:#fff;
}
.recruit_banner_font p{
	line-height: 36px;
}
.recruit_nav{
	width:100%;
	background: #f3f3f3;
	line-height: 84px;
	justify-content: center;
}
.recruit_nav a{
	font-size: 1.6rem;
	padding:0 30px;
}
.recruit_nav a.sn{
	color:#2e5caa;
}
.recruit_list{

	padding:30px 0 50px;
}
.recruit_list li{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	width:375px;
	   margin:20px 0 0 25px;
	padding:30px 0 30px 50px;
	background: #f3f3f3;
	/*-webkit-justify-content: flex-start;
	justify-content: flex-start;*/
}
.recruit_list li h3{
	
	font-size: 2.2rem;
	color:#222;
}

.recruit_jj b{
	font-weight: normal;
	font-size: 1.4rem;
	color:#888;
}
.recruit_jj p{
font-size: 1.6rem;
	color:#666;
	line-height: 1.8;
}
.recruit_jj{
	padding:20px 0;
	-webkit-justify-content: left;
    -moz-justify-content: left;
    -o-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
}
.recruit_jj dd{
	min-width:25%;
}
.recruit_time {
font-size: 1.5rem;
	color:#666;
}
.recruit_list li:hover{
	background: #2e5caa;
	cursor: pointer;
}
.recruit_list li:hover h3{
	color:#fff;
}
.recruit_list li:hover .recruit_jj b{
	color:#fff;
}
.recruit_list li:hover .recruit_jj p{
	color:#fff;
}
.recruit_list li:hover .recruit_time{
	color:#fff;
}


.recruit_in{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9999999;
	background: rgba(0,0,0,.6);
}
.recruit_incontent{
	background: #fff;
	position: absolute;
	z-index: 999999;
	left:50%;
	top:50%;
	width:60%;
	height:60%;
	border-radius: 10px;
	margin:-20% 0 0 -30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:2.5%;
}
.close{
	position: absolute;
	right:-90px;
	top:-5px;
	z-index: 999999;
}
.close i{
	color:#fff;
	font-size: 4rem;
}
.recruit_in_title{
	width: 90%;
}
.recruit_in_title h4{
	font-size: 1.5rem;
	color:#999999;
}
.recruit_in_title h5{
	font-size: 2.8rem;
	color:#000;
}
.recruit_sin{
	padding-top: 30px;
	
	padding-bottom: 15px;
}
.recruit_inp{
	max-height: 60%;
	border-top: 1px solid #eeeeee;
	font-size: 1.5rem;
	line-height: 36px;
	color:#555555;
	padding:20px 0;
	border-bottom: 1px solid #eeeeee;
}
.recruit_sin h2{
	color:#555;
	font-size: 2rem;
	font-weight: bold;
}
.release_time{
	padding-top: 10px;
	float:right;
	font-size: 1.4rem;
	color:#555;
}
.recruit_incontent a{
	margin: 30px auto 0 auto;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #a8a8a8;
	font-size: 1.6rem;
}

.downlist{
	padding:3% 0 7%;
}
.downlist li{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	margin:1% 0;
	width:32%;
	border:1px solid #e5e5e5;
}
.downlist li h3{
	font-size: 2rem;
}
.downlist li p{
	padding:15px 0;
	font-size: 1.3rem;
	color:#999;
}
.downlist li a{
	padding-top: 50px;
	float: right;
}
.downlist li:hover{
	background: #2e5caa;
}
.downlist li:hover h3,.downlist li:hover p,.downlist li:hover a{
	
	color:#fff;
}
.about_all{
	padding-top: 2%;
	padding-bottom: 3%;
}
.contact_hotline_font{
text-align: center;
font-size: 1.4rem;
color:#999;
padding:10px 0 5px;
}
.contact_hotline{
	text-align: center;
	font-size: 4rem;
	color:#ff6700;
}
.contact_list{
	padding:3% 0;
}
.contact_list li{
	padding:3% 0;
	width: 32.5%;
	text-align: center;
	border:1px solid #e5e5e5;
}
.contact_list li i{
font-size: 4.5rem;
color:#999;

}
.contact_list li:nth-child(2) i{
	padding-left:10px;
}
.contact_list li h4{
font-size: 1.5rem;
padding:10px 0;
color:#999;
}
.contact_list li p{
font-size: 3rem;
font-weight: 300;
}


/*产品*/
.pro{
	padding:6% 0;
}
.pro_nav{
	width: 200px;
	float:left;
}
.pro_nav h3{
	height:50px;
	line-height: 50px;
	background: #2e5caa;
	color:#fff;
	font-size: 2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
}
.pro_nav li{
	height:50px;
	line-height: 50px;
	background: #f4f4f4;
	font-size: 1.4rem;
	color:#666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	
}
.pro_nav li a{
	padding-left: 25px;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	
}
.pro_nav li a.pronavhover{
	color:#000;
	background: url(../images/pro_navhover.jpg) no-repeat center top;
}
.pro_nav li:hover a{
	color:#000;
	background: url(../images/pro_navhover.jpg) no-repeat center top;
}
.pro_right{
	padding-left: 40px;
	width: 960px;
	float:left;
}
.pro_right_title h3{
	font-size: 2.8rem;
	color:#2e5caa;
	font-weight: bold;
}
.pro_right_title{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.insideprolist ul{
	-webkit-justify-content: start;
    -moz-justify-content: start;
    -o-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
}
.insideprolist li {
	position: relative;
	width: 23.2%;
	margin:30px 0 0 20px;
	border:1px solid #e0e0e0;
	padding:0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.insideprolist li:nth-child(4n+1){
	margin-left: 0;
}
.insideprolist li .prolistimg{
	text-align: center;
	overflow: hidden;
	height: 160px;
}
.insideprolist li i{
	float:right;
	font-size: 2rem;
}
.insideprolist li dd{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	border-top: 1px solid #e0e0e0;
	width:88%;
	margin: 0 auto;
	line-height: 47px;
}
.insideprolist li::after{
	content: '';
	position: absolute;
	top:-1px;
	left:-1px;
	width:100%;
	height:100%;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	pointer-events:none;
}
.insideprolist li:hover::after{
	
	-moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc;
	border:2px solid #2e5caa;
}
/*.insideprolist li:hover{
	-moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc;
	border:2px solid #2e5caa;
}*/
.insideprolist li:hover dd{
	border-top: 1px solid #ff6700;
	color:#000;
}
.insideprolist li:hover i{
	color:#2e5caa;
}

.prodetail_left{
	width: 842px;
	float:left;
	height:100%;
	background: #fff;
	position: relative;
	padding-bottom: 50px;
}
 .prodetail_left .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .prodetail_left .swiper-slide {
      background-size: cover;
      background-position: center;
    }
     .prodetail_left .gallery-top {
      height: 646px;
      width: 100%;
    }
    .prodetail_left .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
		width:750px;
    }

     .gallery-thumbs .swiper-slide {
      height: 155px;
      opacity: 0.4;
      border:1px solid #dcdcdc;
    }
     .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

    .pro{
    	background: #eee;
    }
    .prodetail{

    	padding-top: 3%;
    }
    .prodetail_left2{
    	position: relative;
    }
    .prodetail_left2 .swiper-button-next,.prodetail_left .swiper-button-prev{
		top:inherit;
		bottom:65px;
		color:#2d2d2d;
    }
    .prodetail_left2 .swiper-button-prev{
      	background:url(../images/left_icon.png) no-repeat;
      }
      .prodetail_left2 .swiper-button-next{
      	background:url(../images/right_icon.png) no-repeat;
      }
    .prodetail_right{
    	width: 337px;
    	float:right;
    }
    .prodetail_right li{
    	background: #fff;
    	margin-bottom: 10px;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	padding:30px;
    }
    .prodetail_right li div{
    	font-size: 1.8rem;
    	font-weight: bold;
    	color:#000;
    	
    }
    .prodetail_right li p{
    	font-size: 1.6rem;
    	font-weight: normal;
    	color:#666;
    	padding-top: 15px;
    }
    .prodetail_right li img{
    	float: right;
    	display: block;
    }
    .prodetail_right li:nth-child(3){
    	font-size: 1.8rem;
    	font-weight: bold;
    	color:#000;
    }
    .prodetail_right li:nth-child(3) .bdsharebuttonbox{
    	padding-top: 20px;
    }
    .prodetail_right li:nth-child(3) a.fhlb{
		display:block;
		width: 275px;
		height: 42px;
		line-height: 42px;
		color:#fff;
		font-size: 1.8rem;
		text-align: center;
		background: #2e74b5;
		font-weight: normal;
		margin-top: 20px;
    }
    .insidecontent{
    	padding:2% 0;
    	font-size: 1.5rem;
    	line-height: 2;
    }


@media screen and (max-width: 1000px){
	body {
     width: 1200px; 
	}
	.innewscontent li{
		width: 33.33%;
	}
	.page_onesecondlist{
		width: 1200px;
	}
	.innewscontent{
		width: 1200px;
	}
	.innewspic{
		width: 100%;
	}
	.page_onesecondlist .swiper-button-next{
        display: none;
    }
    .page_onesecondlist .swiper-button-prev{
        display: none;
    }
}

.equippic{
	height: 229px;
}
.equippic img{
	height: 100%;
}