@charset "utf-8";
/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑"; color:#565656;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;}ul,li{list-style:none;}
.cen_w{width: 1200px;margin: auto;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
a{text-decoration:none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
/*头部区域*/
.header{
	width: 100%;
	padding: 38px 0;
}
.rexian{
	/*font-size: 25px;
	color: #5f5f5f;
	padding: 9px 22px;
	border-radius: 20px;
	font-weight: bold;*/
}
.rexian img{
	margin-top: 5px;
}
.rexian2{
	margin-left: 15px;
	font-size: 13px;
	color: #6e6e6e;
}
.rexian2 span{
	font-size: 30px;
	color: #e60a0e;
	font-weight: bold;
	line-height: 28px;
}
.logo{
	float: left;
}
.logo img{
	/*display: block;*/
	margin-right: 22px;
	float: left;
}
.logo_z{
	font-size: 19px;
	color: #fc0000;
	float: left;
	margin-left: 22px;
	font-weight: bold;
	line-height: 28px;
}
.nav{
	width: 100%;
	padding: 25px 0 20px 0;
	border-top: 1px solid #cccccc;
}
.nav li{
	width: 166px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
}
.nav li:first-child{
	border: none;
}
.nav li:hover{
	color: #3290da;
}
.wrap1{
	padding: 70px 0 0 0;
}
.wrap1_left{
	width: 580px;
	padding: 10px 0 0 0;
}
.wrap1_right{
	width: 590px;
}
.wrap1_left1{
	width: 60px;
	height: 6px;
	background: #0268b3;
}
.wrap1_left2{
	font-size: 32px;
	color: #0268b3;
	font-weight: 1000;
	line-height: 82px;
}
.wrap1_left22{
	font-size: 35px;
	color: #0268b3;
	font-weight: 1000;
	margin-left: 30px;
}
.wrap1_left3{
	font-size: 26px;
	color: #000000;
	font-weight: 1000;
	line-height: 20px;
}
.wrap1_left4{
	font-size: 14px;
	color: #444444;
	line-height: 25px;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.wrap1_left5{
	width:110px;
	height: 34px;
	background: #a5a5a5;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
}
.wrap1_left5:hover{
	background: #1188e1;
}
.wrap1_right img{
	width: 100%;
	display: block;
}
.wrap1_bot{
	width: 100%;
	height: 154px;
	background: #3290da;
	margin-top: 26px;
	padding-bottom: 16px;
}
.wrap1_bot1{
	width:246px;
	height: 164px;
	margin-top: -27px;
	margin-right: 40px;
}
.wrap1_bot2{
	width:294px;
	height: 220px;
	margin-top: -83px;
}
.wrap1_bot1 img{
	width: 100%;
	height: 100%;
	display: block;
}
.wrap1_bot2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.wrap1_bot_ul{
	padding-top: 30px;
}
.wrap1_bot_ul li{
	width: 65px;
	height: 86px;
	float: left;
	margin-left: 120px;
}
.wrap1_bot_ul li img{
	width: 100%;
	height: 100%;
	display: block;
}
.wrap2{
	padding: 80px 0 0 0;
}
/*.wrap2_top{
	width:100%;
}*/
.wrap2_left4{
	width: 152px;
	height: 45px;
	border:1px solid #f0f0f0;
	font-size: 13px;
	color: #535353;
	line-height: 45px;
	text-align: center;
	margin-top: -45px;
	cursor: pointer;
}
.wrap2_left4:hover{
	background:#0268b3;
	color: #ffffff;
}
.wrap2_ul{
	width: 100%;
}
.wrap2_ul li{
	width: 389px;
	float: left;
	margin-top: 34px;
	margin-right: 16px;
	cursor: pointer;
	padding-bottom: 5px;
 transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.wrap2_ul li:hover{
	box-shadow: 0px 0px 12px #888888;
}
.wrap2_ul li:hover .cptt img{
	 transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.wrap2_ul li:nth-child(3n){
	margin-right: 0;
}
.wrap2_ul .cptt{
	width: 100%;
	height: 258px;
	border: 2px solid #dfdfdf;
	overflow: hidden;
	 
}
.wrap2_ul .cptt img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.wrap2_ullidiv{
	width:100%;
	padding: 18px 0 0 5px;
}
.wrap2_ullidiv1{
	font-size: 16px;
	color: #000000;
	float: left;
	line-height: 16px;
}
.wrap2_ullidiv1 span{
	font-size: 12px;
	color: #939393;
}
.wrap2_ullidiv2{
	width: 18px;
	height: 18px;
	display: block;
	float: right;
	border: none;
	margin-top: 5px;
}
.wrap3{
	padding: 100px 0 0 0;
}
.wrap3_left{
	width:593px;
}
.wrap3_left_p{
	width: 100%;
	height: 50px;
	background: #50a0df;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 25px;
}
.swiper-button-prev{
	width: 29px!important;
	height: 54px!important;
	background: #86c6f4;
	color: #FFFFFF!important;
}
.swiper-button-next{
	width: 29px!important;
	height: 54px!important;
	background: #86c6f4;
	color: #FFFFFF!important;
}
.wrap3_right{
	width: 590px;
}
.wrap3_right li{
	width: 287px;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	cursor: pointer;
}
.wrap3_right li:hover p{
	background:#50a0df;
	color: #fff!important;
}
.wrap3_right li:nth-child(2n){
	margin-right: 0;
}
.wrap3_right li img{
	width: 100%;
	height: 203px;
	display: block;
}
.wrap3_right li p:nth-child(2){
	font-size: 13px;
	color: #000000;
	line-height: 28px;
	padding-left: 5px;
}
.wrap3_right li p:nth-child(3){
	font-size: 12px;
	color: #676767;
	padding-left: 5px;
}
.wrap4{
	padding: 80px 0 0 0;
}
.wrap4_left{
	width: 417px;
	background: #f3f3f3;
	padding: 10px 10px 0 10px;
	cursor: pointer;
}
.wrap4_left_img{
	width: 100%;
	height: 348px;
	display: block;
}
.wrap4_left p{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 70px;
}
.wrap4_left p i{
	font-size: 18px;
	font-weight: 100;
	float: right;
	line-height: 70px;
}
.wrap4_left p img{
	margin-right: 10px;
	float: left;margin-top: 26px;
	margin-left: -15px;
}
.wrap4_right{
	width: 777px;
}
.wrap4_right li{
	width: 100%;
	height: 140px;
	background: #f3f3f3;
	margin-bottom: 5px;
	cursor: pointer;
}
/*.wrap4_right li:hover{
	background:#0e6ab3;
	color: #ffffff;
}*/
.wrap4_right li:last-child{
	margin-bottom: 0;
}
.li4_left{
	width: 162px;
	height: 100%;
	padding: 48px 0 0 0;
	border-right: 1px solid #ebebeb;
	font-size: 48px;
	color: #6a7481;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}
.li4_left span{
	font-size: 12px;
	color: #ABABAB;
}
.li4_right{
	width: 612px;
	height: 100%;
	padding: 38px 0 0 56px;
}
.li4_right1{
	font-size: 18px;
	color: #2f2f2f;
	font-weight: bold;
}
.li4_right1 img{
	    margin-left: -27px;
    float: left;
    margin-right: 9px;
    margin-top: 2px;
}
.li4_right2{
	width:17px;
	height: 2px;
	background: #d3d3d3;
	margin: 8px 0;
}
.li4_right3{
	font-size: 13px;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.li4_right4{
	display: block;
	margin-top:12px;
}
.wrap5{
	padding: 112px 0 0 0;
}
.wrap5_ul{
	width: 100%;
	padding: 30px 0 68px 0;
}
.wrap5_ul li{
	width: 208px;
	height: 84px;
	border: 1px solid #d8d8d8;
	float: left;
	margin-left: 40px;
	cursor: pointer;
}
.wrap5_ul li img{
	width: 100%;
	height: 100%;
}
.wrap5_ul li:first-child{
	margin-left: 0;
}
.footer{
	width: 100%;
	background: #0e6ab3;
	padding: 70px 0 124px 0;
}
.footer1 li{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer1 li i{
	font-size: 15px;
}
.footer1 li:nth-child(1){
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer2{
	width:110px;
	height: 110px;
	margin-top: 40px;
	margin-right: 36px;
}
.footer3{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 98px;
}
.forcen{
	position: relative;
}
.ftop{
	width: 94px;
	height: 83px;
	position: absolute;
	right: -94px;
	top: -68px;
	cursor: pointer;
}
.ftop img{
	width: 100%;
	height: 100%;
}







.bx_top{
	height: 64px;
	font-size: 14px;
	color: #101010;
	line-height: 64px;
	text-align: right;
}
.xiaoxx{
	width: 58px;
	height: 2px;
	background: #2880d9;
	margin-top: 5px;
}
.sp_type_left{
	padding:52px 0 52px 0;
	text-align: center;
}
.sp_type_left a{
	padding: 10px  29px; 
	display: inline-block;
	font-size: 16px;
	background: #0767b1;
	color: #ffffff;
	margin-left: 16px;
	margin-bottom: 10px;
}
.dan-titact{
	background: #0156a7!important;
}
.sp_type_left a:hover{
	background: #0156a7;
}
.pro_list{}
.pro_block{
	width: 566px;
	height: 363px;
	border: 6px solid #cecece;
	margin-right: 67px;
	margin-bottom: 54px;
	position: relative;
	cursor: pointer;
}
.pro_block:nth-child(2n){
	margin-right: 0;
}
.pro_block img{
	width: 100%;
	height: 100%;
	display: block;
}
.zz_block{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(72,130,215,0.5);
	padding-top: 112px;
	display: none;
	transition: all 0.3s;
}
.pro_block:hover{
	border: 6px solid #4882d7;
}
.pro_block:hover .zz_block{
	display: block;
}
.zz_block img{
	width: 71px;
	height: 71px;
	margin: auto;
	display: block;
}
.zz_block p{
	text-align: center;
	font-size: 27px;
	color: #FFFFFF;
	margin-top: 15px;
}
.page {
	padding: 54px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	color: #333333;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0px 5px;
	border: 1px solid #dddddd;
}
.select {
	border: 1px solid #0068b7!important;
	color: #0068b7 !important;
}
.img_show{
	display: block;
	margin: auto;
}
.img_title{
	font-size:  22px;
	color: #010101;
	line-height: 100px;
	text-align: center;
}
.show_1{
	width:100%;
	line-height: 38px;
	font-size: 15px;
	border-bottom: 1px solid #d3d3d3;
	color: #010101;
	padding-left: 20px;
	position: relative;
}
.show_12{
	position: absolute;
	width: 3px;
	height: 17px;
	background: #616161;
	left: 2px;
	top: 12px;
}
.show{
	width: 100%;
	padding: 40px;
	border-bottom: 1px solid #d3d3d3;
}
.page1{
	width: 90%;
	padding: 12px 0px;
	margin: auto;
	margin: 50px 0;
}


.xw-titact{
	color: #287dd5 !important;
}
.show_title{
	font-size: 16px;
	color: #020303;
	text-align: center;
	font-weight: bold;
}
.show_sj{
	font-size: 14px;
	color: #949494;
	text-align: center;
	line-height: 42px;
	border: 1px solid #d6d6d6;
	margin-top: 30px;
}
.show_con{
	padding: 20px 0 0 0;
}

.about{
	padding: 0 0 150px 0;
}
.n_news_w {
	width: 100%;
	height: 170px;
	padding: 6px 0;
	box-sizing: border-box;
	box-shadow: 0px 5px 15px #dedede;
	margin-top: 36px;
}

.n_news_banner {
	width: 214px;
	height: 100%;
	float: left;
	display: block;
}

.n_news_right_w {
	width: 940px;
	height: 100%;
	float: right;
	padding: 23px 0;
	box-sizing: border-box;
}

.n_news_title_w {
	width: 76%;
	height: 100%;
	float: left;
}

.n_news_time_w {
	width: 19%;
	height: 100%;
	float: right;
}

.n_news_title {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news_content {
	color: #888888;
	font-size: 14px;
	margin-top: 27px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.n_news_time {
	color: #5b5b5b;
	font-size: 14px;
}

.n_news_but {
	width: 74px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #b2b2b2;
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	margin-top: 38px;
}

.n_news_but:hover {
	background: #b2b2b2;
	color: #fff;
}
.list_con{
	width: 100%;
}
.news_show_bt{
	font-size: 25px;
	color: #000000;
	text-align: center;
	line-height: 110px;
}
.news_show_sj{
	font-size: 15px;
	color: #454545;
	text-align: center;
	padding-bottom: 20px;
}
.news_show_con{
	font-size: 14px;
	color: #383838;
	line-height: 24px;
}