.head_logo{
	float: left;
	background-color: #1E3C72;
	line-height: 90px;
	height: 90px;
	width: 15%;
	text-align: center;
}
.head{
	position: fixed;
	width: 100%;
	top: 40px;
	z-index: 10
}
.head_con{
	position: relative;
}
.head_right{
	float: left;
	background-color: #1E3C72;
	/*background: linear-gradient(150deg, #1E3C72, #2A5298);*/
	width: 85%;
	height: 90px;


  background: linear-gradient(to right,#1E3C72 , #2a5298); /* 标准的语法 */
}
.yingqie{
	float: right;
	margin-top: 34px;
	margin-left: 16px;
	margin-right: 20px;
}
.yingqie_sel{
	font-weight: bold;
}
.yingqie a{
color: white;
font-size: 16px;

}

.yingqie a:hover{
	font-weight: bold;

}
.yingqie  span{
	display: inline-block;
	margin: 0px 10px;
	width: 1px;
	height: 14px;
	background-color: white;
	position: relative;
	top: 2px;
}
.max1300{
	max-width: 1300px;
	margin: 0px auto;
	width: 100%;
}
.head_p{
	float: right;
	width: 1px;
	height: 18px;
	background-color: white;
	margin-right: 39px;
	margin-top: 39px;
}
.head_phone{
	float:right;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 15px
}
.head_phone img{
	float: left;
}
.head_phone span{
	float: left;
	color: white;
	display: inline-block;
	margin-left: 11px;
	font-size: 16px;
	position: relative;
	top: 4px;
}
.head_right ul{
	margin-left: 5%;
	overflow: hidden;
	float: left;
}
.head_right ul li{
	float: left;
	margin-right: 46px;
}
.head_right ul li:last-child{
	margin-right: 0
}
.head_right ul li a{
	padding: 34px 0;
	font-size: 16px;
	display: block;
	color: white;
	position: relative;
}
.head_right ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 3px;
    background-color: white;
    opacity: 0;
    transition: all .5s ease;
}
.head_right ul li a:hover::before {
    width:33px;
    opacity: 1;
}
.head_right_sel a::before {
    width: 33px  !important;
    opacity: 1 !important;
}

.banner_d{
	position: absolute;
}
.banner_d div{
	max-width: 1300px;
	margin: 0px auto;
}
.banner_d div p{
	font-size: 32px;
	color: white;

}
.banner .swiper-slide{
	position: relative;

}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
    background-color: white;
    margin: 0px 6px !important;
}
.swiper-pagination-bullet::before {
    content: '';
    border:1px solid transparent;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;    position: relative;
    left: -3px;
    top: -3px;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.swiper-pagination-bullet-active::before {
    border:1px solid white;

}



.index_head{
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px
}

.index_head_left{
	float: left;
}

.index_head_left h2{
	font-size: 26px;
	margin-top: 11px;
}
.index_head_left h3{
	font-size: 16px;
	color: #999999;
}
.index_head_right{
	float: right;
	overflow: hidden;
	margin-top: 44px;
}
.index_head_right_one{
	float: left;

}
.index_head_right_one a{
	display: inline-block;
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index_head_right_one a:hover{
	color: #2A5298
}
.index_head_right_one span{
	display: inline-block;
	margin: 0px 10px;
	width: 1px;
	height: 14px;
	background-color: #333;
	position: relative;
	top: 2px;
}
.index_head_right_more{
	float: right;
}
.index_head_right_more span{
	color: #2A5298;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;position: relative;
	left: 0;
}
.index_head_right_more img{margin-left: 13px;margin-top: -4px;}

.index_head_right_more:hover .index_head_right_more_s{
	position: relative;
	left: 8px;
}

.index_one_con_left{
	float: left;
	width: 49.6%;
	margin-right: 0%;
}
.index_one_con_right{
	float: right;
	width: 49.3%;
	overflow: hidden;
}
.index_one_con_right li{
	width: 49%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 15px;
	float: left;
}
.index_one_con_right li:nth-of-type(3),.index_one_con_right li:nth-of-type(4){
	margin-bottom: 0
}
.index_one_con_right li img{
	width: 100%;
}
.index_one_con_right li:nth-child(2n){
	margin-right: 0;
}
.index_one_con_right li p{
	position: absolute;
	width: 100%;
	bottom: 18px;
	font-size: 18px;
	color: white;
	text-align: center;
}


.index_one_con{
	overflow: hidden;
}

.index_one_con_left .swiper-slide{
	position: relative;
}

.index_one_con_left .swiper-slide p{
	position: absolute;
	width: 100%;
	bottom: 30px;
	font-size: 24px;
	text-align: center;
	color: white;
}

.index_one_con_left .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #9faab7;
    opacity: 1;
    margin: 0px 6px !important;
}
.index_one_con_left  img{
	width: 100%;
}
.index_one_con_left .swiper-pagination-bullet-active{
	 background: #1b2235
}
.index_one_con_left .swiper-pagination-bullet::before{
display: none;
}

.index_one_con_left .swiper-pagination{
text-align: right;
    width: 97%;	
}

.index_one_img{
	 -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.index_one_img:hover{
  transform:  scale(1.12);
    -ms-transform:  scale(1.12);
    -webkit-transform:  scale(1.12);
    -o-transform:  scale(1.12);
    -moz-transform:  scale(1.12);
	}
.index_one_con .swiper-slide,.index_one_con_right li{
	overflow: hidden;
}
.index_four_con_d2 li:nth-of-type(2) p{
	height: 46px;
	line-height: 46px
}
.index_four_con_d2 li:nth-of-type(2) p img {
    height: 38px;
}
.index_one_con_right .index_one_img{
height:250.6px
}

.index_four{
	position: relative;
}
.index_three_con{
	overflow: hidden;
}
.index_f_bei {
background-size: 100% 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    background: url(../img/guanbei.png) no-repeat bottom fixed;
    background-size: 100% 100%;
    height: 100%;
}

.index_four_con{
	position: relative;
}
.index_three_con_li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
}
.index_three_con_li:last-child{
	margin-right: 0
}
.index_three_con_li div{
	overflow: hidden;
}
.index_three_con_li h4{
	font-size: 18px;
	margin-top: 15px;
	    overflow:hidden;
        text-overflow:ellipsis; 
        white-space: nowrap;
 	height: 24px
}
.index_three_con_li p{
	font-size: 14px;
	margin-top: 15px;
	color: #666666;
	line-height: 24px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
 height:48px

}
.index_three_con_li_s{
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	color: #2A5298;
}
.index_three_con_li_s img{
	margin-right: 8px;
	margin-top: -4px;
}

.index_three_con_li_d,.index_three_con_li_s{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.index_three_con_li:hover .index_three_con_li_d{
	  transform:  scale(1.1);
    -ms-transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
    -moz-transform:  scale(1.1);
}
.index_three_con_li:hover .index_three_con_li_s{
	 margin-left: 15px
}


.shouqie .swiper-container{height: auto;padding-bottom: 20px;}
.shouqie .shouqie_d{margin-top: 0;}
.shouqie .shouqie_d .swiper-slide{width: 509px;height: auto;}
.shouqie .shouqie_d .swiper-slide .investpro{
	width: 96%;
	height: auto;
	margin-top: 0;
	margin-left: 2%;
	}
.shouqie .shouqie_d .swiper-slide-active .investpro{
	height: auto;
	/*margin-left: -3%;*/
	margin-top:.12rem;
	margin: 0px auto;
	}

.shouqie .shouqie_d .swiper-slide .investpro{
	/*margin-left: -3%;*/
	
}

.shouqie .swiper-slide a{width: 220px;border-radius: .08rem;left: 0;right: 0;
	margin: auto;bottom: .85rem;z-index: 2;}
.shouqie .swiper-slide-active .investpro a{width: 4.33rem; }

.shouqie  .investpro {
    position: relative;
}

.index_two_con_p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
	padding: 8px;
	padding-left: 10px;
	color: white;
	font-size: 16px;
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.shouqie  .investpro:hover .index_two_con_p{
	background-color: rgba(255,255,255,0.4);
}
.index_two_con .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #abb4c0;
    opacity: 1;
    margin: 0px 6px !important;
    border-radius: 2px
}
.index_two_con .swiper-pagination-bullet-active{
	 background: #1b2235
}
.index_two_con .swiper-pagination-bullet::before{
	display: none;
}


.index_two_con .shouqie_d{
	padding-bottom: 40px
}


.index_two_con  .swiper-pagination {
	bottom: 0px !important
}


.index_four{
	padding: 60px 0;
	/*background: url(../img/guanbei.png) no-repeat;*/
	border-bottom: 8px solid #2679fd;
	margin-top: 60px
}
.index_four_con_d1{margin-top: 50px;}
.index_four_con_d1 p{
	margin-bottom: 24px;
	color: white;
	font-size: 14px;
	text-align: center;
}

.index_four_con_d2{
	margin-top: 80px;
}

.index_four_con_d2 li{
	float: left;
	width: 190px;
	margin-right: 13%;
	text-align: center;
}
.index_four_con_d2 li:last-child{
	margin-right: 0
}
.index_four_con_d2 li p{
	margin-bottom: 16px;
}
.index_four_con_d2 li h4{
	font-size: 16px;	
	color: white;
}
.index_four_head h3{
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	opacity: 0.6
}
.index_four_head h2{
	position: absolute;
	width: 100%;
	color: white;
	font-size: 26px;
	margin-top: -40px;
	text-align: center;
}
.foot{
	padding-top: 60px;
	background: url(../img/dibei.png) no-repeat;
	background-size: cover;
}


.foot_con_one{
}
.foot_con_left{
	float: left;
}
.foot_con_left img{
	float: left;
	margin-right: 50px;
}
.foot_con_left p{
	float: left;
	width: 687px;
	overflow: hidden;
	margin-top: 6px;
}
.foot_con_left p span{
	display: inline-block;
	margin-right: 40px;
	color: white;
}
.foot_con_left p span:nth-of-type(3){
	margin-top: 26px
}


.foot_con_right{
	float: right;
	width: 96px;
	text-align: center;
}
.foot_con_right span{
font-size: 16px;
color: white;
display: inline-block;
margin-top: 14px;
}

.foot_con_two{
	margin-bottom: 30px
}
.foot_con_two span{
	color: white;
}
.foot_con_two a{
	color: #818285;
	display:inline-block;
	margin-right: 18px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.foot_con_two a:hover{
	color: white;
}
.foot_con_three{
	border-top: 1px solid #abb4c0;
	padding: 18px 0;
	overflow: hidden;
}

.foot_con_three_left{
	float: left;
	color: #cccccc
}
.foot_con_three_left a,.foot_con_three_right a{
	color: #cccccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.foot_con_three_right a:hover,.foot_con_three_left a:hover{
	color: white;
}
.foot_con_three_right{
	float: right;
}

.head_con,.head_bian{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.head_bian ul{
		    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head_con_bian{
	max-width: 100%;
}
.head_bian{
	top: 0
}
.head_bian ul{
	margin-left: 20%;
}

.sp_nav{
	display: none;
}

.index_one_con_shou{
	display: none;
}
.sjj_nav{
	position: fixed;
	width: 100%;
	display: block;
	background-color: white;
	height: 100%;
	left: 0;
	top: -100%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


.sp_nav{
	background: url(../img/dao.svg) no-repeat;
	background-size: cover;
}

.sp_navhou{
	background: url(../img/guanbi.svg) no-repeat;
	background-size: cover;

}
.sjj_nav ul{
	text-align: center;
	background-color: white;border-top: 1px solid #a9a9a9;
}
.sjj_nav ul li{
	width: 92%;
	margin: 0px auto;
	text-align: left;

	
}
.sjj_nav li a{
	overflow:hidden;
	display: block;	padding: 16px 0;
}
.sjj_nav li img{
	float: right;

}
.sjj_navhou{
	top:  50px;
	height: 100%;
	opacity: 1

}

.head_right_sel::before{
	    width: 33px!important;
    opacity: 1!important;
}




/*chanpin*/
.chanpin{
	margin-top: 60px;
}

.chanpin_left{
	float: left;
	width: 22%;
}
.chanpin_right{
	float: right;
	width: 74%;
}

.chanpin_left_head{
	background-color: #1E3C72;
	height: 70px;	
	padding-left: 10px;
	padding-top: 10px;
}
.chanpin_left_head h3{
	font-size: 30px;
	color: white;
}
.chanpin_left_head p{
	font-size: 30px;
	color: white;
	opacity: 0.4;
	margin-top: -27px;
}

.chanpin_left_ul_li_a{
	padding: 30px 0;
	width: 100%;
	padding-left: 16px;
	background-color: #eeeeee;
	position: relative;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
} 
.chanpin_left_ul_li_a:hover{
	background-color: #2a5298;
	color: white;
}
.chanpin_left_ul_li_a:hover .chanpin_left_ul_li_la{
	background: url(../img/xiala.svg) no-repeat;
		transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0);

}

.sjj_nav_i_se2 .chanpin_left_ul_li_la{
	    background: url(../img/xiala.svg) no-repeat;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0);
}
/*.chanpin_left_ul_li:hover #cpleft1div{
	height: 215px !important;
	    padding: 10px 0 !important;
}*/


.chanpin_left_ul_li_la{
	background: url(../img/heixialai.svg) no-repeat;
	width: 18px;
	height: 10px;
	position: absolute;
	right: 16px;
	top: 37px;
	transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.chanpin_left_ul_li div{
	padding: 0 0;background-color: #f8f8f8;
}
.chanpin_left_ul_li div a{padding: 10px  0;
	padding-left: 26px;width: 100%;display: inline-block;background-color: #f8f8f8;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.chanpin_left_ul_li div a:hover{
	font-weight: bold;
}


.chanpin_right_head{
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

.chanpin_right_head p{
	float: left;
	font-size: 30px;
	color: #2A5298
}

.chanpin_right_h_r{
	float: right;
	margin-top: 21px;
}

.chanpin_right_h_r img{
	margin-right: 4px;
	margin-top: -5px;
}
.chanpin_right_h_r a{
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.chanpin_right_h_r a:hover{
		color: #2A5298
}
.chanpin_right_nei_one{
	margin-top: 40px;
}

.chanpin_right_nei_one_left{
	float: left;
	width: 44%;
	height: 348px;
	text-align: center;
	line-height: 348px;
	border: 1px solid #EEEEEE;
}
.chanpin_right_nei_one_right{
	float: right;
	width: 51%;
}
.chanpin_right_nei_one_right h4{
	font-size: 20px;
	margin-top: 15px;
}

.chanpin_right_nei_one_right div{
	margin-top: 40px;
}

.chanpin_right_nei_one_right p{
float: left;
width: 56%;
margin-right: 4%;
height: 60px;
line-height: 60px;
text-align: center;
}
.chanpin_right_nei_one_right p img{
	position: relative;top: -3px;
}
.chanpin_right_nei_one_right p span{
	color: white;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.chanpin_right_nei_one_right p a{
		font-size: 18px;
		color: white;
background-color: #2a5298;
	display: inline-block;
}
.chanpin_right_nei_one_right p:last-child{
	width: 40%;
	margin-right: 0
}


.chanpin_right_nei_one_right p:last-child:hover{

}
.chanpin_right_nei_one_right p:last-child a{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	border:1px solid #2a5298;
}
.chanpin_right_nei_one_right p:last-child a:hover{
	background-color: white;	border-color:#2a5298;
	color:#2a5298;
}



.chanpin_right_nei_two{
	margin-top: 40px;
}
.chanpin_right_nei_two_head{
	border-bottom: 1px solid #e5e5e5
}
.chanpin_right_nei_two_head span{
	display: inline-block;
	width: 40%;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	background-color: #2a5298;
}
.chanpin_right_nei_two_d{
padding-bottom: 60px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 40px
}
.chanpin_right_nei_two_biao a{
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #e5e5e5;
	margin-right: 15px;    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.chanpin_right_nei_two_d h5{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.chanpin_right_nei_two_d p{
	margin-top: 30px;
	text-indent: 2em;
}
.chanpin_right_nei_two_biao{
	margin-bottom: 40px
}
.chanpin_right_nei_two_biao a:hover{
	border-color: #2a5298
}
.chandian{
	background-color: #2a5298;    color: white;
}
.chanpin_left_ul_li_la{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.chandian .chanpin_left_ul_li_la{
	background: url(../img/xiala.svg) no-repeat;
}

.cpleft1div{
	height: 215px !important;
	padding: 10px 0  !important;
}
#cpleft1div{
	display: none;
/*	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

.chanpin_right_nei_one_right p a{
    display: block;
}


.chanpin_right_lie{
	overflow: hidden;
}
.chanpin_right_lie li{
	float: left;
	width: 32%;
	border:1px solid #eeeeee;
	margin-right: 2%;
	margin-top: 40px
}
.chanpin_right_lie li:nth-child(3n){
	margin-right: 0
}

.chanpin_right_lie_d1{
	height: 240px;
	text-align: center;
	line-height: 240px;
	border-bottom: 1px solid #eeeeee; 
}

.chanpin_right_lie li:hover .chanpin_right_lie_d2_h2{
	color:#2A5298 
}

.chanpin_right_lie li:hover .chan_more{
	color:#2A5298 
}


.chanpin_right_lie li:hover .chanpin_right_lie_d1img{
  transform:  scale(1.1);
    -ms-transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
    -moz-transform:  scale(1.1);
}

.chanpin_right_lie_d2_h2,.chan_more{
	  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.chanpin_right_lie_d1img{
	  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
   max-height: 80%;
}

.chanpin_right_lie_d2{
	width: 94%;
	margin: 0px auto;
}

.chanpin_right_lie_d2 h2{
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.chanpin_right_lie_d2 p{
	overflow: hidden;
	padding: 10px 0;
	padding-bottom: 8px;
}


.chanpin_right_lie_d2 p span{
	display: inline-block;
	float: left;
	color: #999999
}
.chanpin_right_lie_d2 p img{
	float: right;
	margin-top: -5px;
}


.PT_fenye {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	margin: 40px 0
}
.PT_fenye .PT_pages {
	margin: 0px auto;
	color: #185aac;
	font-size: 14px;
	line-height: 20px;
}
.PT_fenye .PT_pages a:hover, .PT_fenye .PT_pages a.curr {
	/*border: 1px #2261b0 solid;*/
	color: #fff;
	background: #2A5298;
}
.PT_fenye .PT_pages a {
	padding: 7px 13px;
	border: 1px #dfdfdf solid;
	margin: 0 3px;
	color: #a1a1a1;    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bdbq{
	text-align: center;
}
@media (max-width:640px) {
	.PT_fenye .PT_pages a{
	padding: 0px;
	border: none;
}
.PT_fenye .PT_pages a:hover, .PT_fenye .PT_pages a.curr {
	/*border: 1px #2261b0 solid;*/
	color:#2A5298;
	background:white;
}
}




.lianxi{
	margin-top: 60px
}
.lianxi_bottom{
	margin-top: 60px;
	overflow: hidden;
}
.lianxi_bottom_left{
	float: left;
	width: 35%;
	margin-right: 80px;
}
.lianxi_bottom h3{
	font-size: 26px;
	margin-bottom: 30px;

}

.lianxi_bottom{

}
.lianxi_bottom_right p{
	margin-bottom: 30px;
	font-size: 18px;
	color: 
}
.lianxi_bottom_right p img{
	margin-right: 15px;
}
.lianxi_bottom_left p{
	margin-bottom: 10px;
	color: #666666

}
.lianxi_bottom_left input{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #757575;
	padding-left: 18px;
	background-color: #f7f7f7;
	border:none;
	outline: none;
	width: 100%;
}
.lianxi_bottom_right{
	float: left;
	color: #757575

}

.lianxi_bottom_left textarea{
	height: 160px;
		font-size: 16px;
	color: #757575;
	padding-left: 18px;
	background-color: #f7f7f7;
		border:none;
	outline: none;
	width: 100%;
	padding-top: 18px;
	resize:none

}

.lianxi_bottom_left_button{
	border:2px solid #2A5298;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:  #2A5298;
	font-size: 20px;
	display: block;
	width: 100%;
	cursor: pointer;
	background-color: transparent;
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.lianxi_bottom_left_button:hover {
	background-color: #2A5298;
	color: white;
}
.lianxi_bottom_left_button{
	margin-bottom: 40px;
}


.lie{
	margin-top: 60px
}

.lie_head{
	text-align: center;
}
.lie_head h3{
	    color: #CCCCCC;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    opacity: 0.6;
}
.lie_head h2 {
    /* position: absolute; */
    width: 100%;
    color: #2A5298;
    font-size: 26px;
    margin-top: -42px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.lie_head p{
	font-size: 16px;
	color: #666666;	
	margin-top: 20px;
}
.lie_con{
	margin-top: 50px;
}

.lie_xiazai a{
	overflow: hidden;
	display: block;

}
.lie_xiazai li:first-child{
	padding-top: 0
}
.lie_xiazai li{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 2px dashed #eeeeee
}

.lie_xiazai_left{
	float: left;
	width: 14%;
	text-align: center;
	border:1px solid #eeeeee;
	line-height: 122px;
	height: 122px;
	margin-right: 30px
}
.lie_xiazai_left img{
	height: 100px
}
.lie_xiazai_middle{
	float: left;
	font-size: 16px;
	margin-top: 57px;
}

.lie_xiazai_xia{
	float: right;
	border:1px solid #e5e5e5;
	padding: 10px 15px;
	text-align: center;
	margin-top: 78px;
}
.lie_xiazai_xia img{
	margin-right: 4px;
}

.lie_xiazai_xia_s{
	position: relative;
	top: 1px;
}
.lie_xiazai a:hover .lie_xiazai_middle{
	color:  #2A5298;
		transform: translateX(16px);
 -webkit-transform: translateX(16px);

}
.lie_xiazai_middle{
		    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lie_xiazai_xia{
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lie_xiazai_xia:hover{
	border-color: #2A5298;

}


.lie_xinwen_li{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid  #dadada
}

.lie_xinwen_li_left{
	float: left;
	margin-right: 20px
}
.lie_xinwen_li_left p{
	font-size: 20px;color: #999999;
	margin-bottom: 60px;
}
.lie_xinwen_li_xian{
	float: left;
}

.lie_xinwen_li_zi{
	float: left;
}
.lie_xinwen_li_xian{
	width: 35px;
	height: 2px;
	background-color: #999999;
	margin-right: 14px;
	margin-top: 15px;
	float: left;
}

.lie_xinwen_li_zi h3{
		font-size: 16px;
	font-weight: bold;
}
.lie_xinwen_li_zi{
	width: 66%;
}
.lie_xinwen_li_zi p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}

.lie_xinwen_li_you{
	float: right;
	width: 15%;
}

.lie_xinwen_li_zi_p{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.lie_xinwen_li_you_img,.lie_xinwen_li_leftimg,.lie_xinwen_li_xian{
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.lie_xinwen_li:hover .lie_xinwen_li_leftimg{
transform: translateX(12px);
 -webkit-transform: translateX(12px);

}
.lie_xinwen_li:hover  .lie_xinwen_li_zi_p{
	color: #2A5298

}
.lie_xinwen_li:hover  .lie_xinwen_li_zi_p{
	color: #2A5298

}
.lie_xinwen_li:hover .lie_xinwen_li_xian{
width: 50px
}
.lie_xinwen_li:hover  .lie_xinwen_li_you_img{
  transform:  scale(1.1);
    -ms-transform:  scale(1.1);
    -webkit-transform:  scale(1.1);
    -o-transform:  scale(1.1);
    -moz-transform:  scale(1.1);
}



.lie_xinwen_li_you{
	overflow: hidden;
}


.lie_anli li{
	float: left;
	width: 32%;
	margin-right: 2%;
	 border: 1px solid #eeeeee;
    margin-top: 40px;
}
.lie_anli li:nth-child(3n){
	margin-right: 0
}

.lie_anli{
	overflow: hidden;
}
.lie_anli_d1 img{
	width: 100%
}


.lie_anli{
	margin-top:  24px
}

.lie_anli li:hover .chanpin_right_lie_d1img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}.lie_anli li:hover .chanpin_right_lie_d2_h2 {
    color: #2A5298;
}
.lie_anli li:hover .chan_more {
    color: #2A5298;
}
.lie_anli_d1{
	overflow: hidden;
}



.guanyu_onecon h4{
	font-size: 32px;
	margin-bottom: 30px;
	text-align: center;

}

.guanyu_onecon p{
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.guanyu_two,.guanyu_three{
	margin-top: 50px
}

.guanyu_two{
	padding: 60px 0;
	position: relative;
	background-color: #0b1f2e;
	/*background: url(../img/guan2bei.png) no-repeat;*/
	background-size: 100% 100%;
}
.index_four_bei {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    background: url(../img/guan2bei.png) no-repeat bottom fixed;
    background-size:cover;
    height: 100%;
}

.guanyu_two_li{
	float: left;
	width: 25%;
	text-align: center;
}
.guanyu_two_li h4{
	font-size: 20px;
	margin-top: 24px;
	color: white;
	position: relative;
}

.guanyu_two_li_p1{
	width: 130px;
	height: 130px;
	margin: 0px auto;
	border-radius: 50%;
	border:1px dashed white;
	text-align: center;
	line-height: 130px;    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.guanyu_two_con  .lie_con{
	padding: 80px 0;
	padding-bottom: 120px;
}

.guanyu_two_li_p2{
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	line-height: 130px;
}
.guanyu_two_li_p2 img{

}
.guanyu_two_li div{
	position: relative;
}


.guanyu_two_li:hover .guanyu_two_li_p1{
 transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.guanyu_three_li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding: 20px;
	background-color: #f9f9f9
}

.guanyu_three_li:last-child{
	margin-right: 0%;
}


.guanyu_three_li h4{
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.guanyu_three{
	margin-bottom: 60px
}


.guanyu_three figure{
margin: 0px!important
}

.nei_head{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid  #cccccc;
}

.nei_head .chanpin_right_h_r{
	float: none;
}



.neiye_haed h2{
	font-size: 26px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 30px
}
.neiye_haed_p1{
	margin-top: 20px;
	text-align: center;

}
.neiye_haed_p1 span{
	color: #595959;
	display: inline-block;
	margin-right: 20px;
}
.neiye_haed_p2{
	background: #f2f2f2;
	color: #595959;
	padding: 8px;
margin-top: 20px;
}
.neiye_con{
	margin-top: 20px;
}

.neiye_con p{
	line-height: 24px;
	margin-bottom: 15px;
}

.guanjianci{
	margin-top: 30px;
}

.guanjianci  a{
	display: inline-block;
    padding: 8px 5px;
    border:1px solid  #ccc;
    margin-right: 15px;
    border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.shangxiaye{
	overflow: hidden;
	margin:25px 0;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}

.shangxiaye a:first-child{
	float: left;
	display: inline-block;
	width: 50%;
}
.shangxiaye a:last-child{
	float: right;
	display: inline-block;
	width: 50%;
	text-align: right;;
	position: relative;
}
.shangxiaye a{
	        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.shangxiaye a:hover{
color: #2a5298
}

.guanjianci a:hover{
	border-color: #2a5298
}

.index_four_con_p{
	display: none;
}



.lie_xinwen_li_shouimg{
	display: none;
}

.sjj_nav_i_se2{
    background-color: #2a5298;
    color: white;
}

.sjj_nav_i_se2  .chanpin_left_ul_li_a {
    background-color: #2a5298;
    color: white;
}

.guanyu_three_img{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.guanyu_three_img:hover{
	  transform:  scale(1.05);
    -ms-transform:  scale(1.05);
    -webkit-transform:  scale(1.05);
    -o-transform:  scale(1.05);
    -moz-transform:  scale(1.05);
}

.pyidong{
	display: none;
}.yidong_shou{
    display: none;
}