/*弹性布局*/
.disFlex{
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}
.full_size{
	width:100%;
	height:100%;
}

.topBanner{
	width:100%;
	height:300px;
	padding-top:56px;
	box-sizing: border-box;
}
.bannerImg{
	background:url(../../img/page/productCenter/banner_2.png) center/cover no-repeat;
}
.product_content{
    width: 1200px;
    margin:0 auto;
    position:relative;
}
/*左侧菜单样式*/
#productLeft{
	width:280px;
    height: auto;
	/*background:#fff;*/
	z-index:9;
}
.product_Left{
    position:absolute;
    left:0;
    top:-50px;
}
.productLeft_calss{
    position:fixed;
    background:#fff;
    top:56px;
}
.first_menu{
	height:50px;
	width:100%;
	color:#fff;
	box-sizing:border-box;
	line-height:50px;
	padding-left:18px;
	font-weight:normal;
	font-size:21px;
}
.first_cover{
	background: -webkit-linear-gradient(left,  #2187f0 , #315ae0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #2187f0, #315ae0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #2187f0, #315ae0); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#2187f0 , #315ae0);
}
.product_list{
	width:100%;
	box-sizing:border-box;
	padding-left:30px;
	padding-top:12px;
}
.menu_second{
	height:40px;
	width:100%;
	line-height:40px;
	color:#000;
	font-size:18px;
	font-weight:550;
	cursor: pointer;
	color:#333;
}
.second_cover{
	color:#2383ee;
}
.menu_third{
	height:36px;
	width:100%;
	line-height:36px;
	color:#333;
	font-size:16px;
	cursor: pointer;
	display:flex;
	align-items:center;
}
.menu_third i.fa.fa-circle {
	font-size: 6px;
	color: #ceddf2;
	padding-right: 10px;	
}
.third_cover{
	color:#2383ee;
}
.third_cover i.fa.fa-circle{
	color:#2383ee;
}
.product_right{
    width: 920px;
    float: right;
    /*padding-top:50px;*/
    /*background-color:#FAC467;*/
}
/*右侧页面内容*/
.top_title{
	height:100px;
	width:100%;
	background: -webkit-linear-gradient(left,  #2187f0 , #315ae0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #2187f0, #315ae0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #2187f0, #315ae0); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#2187f0 , #315ae0);
    align-items:center;
    justify-content:space-between;
}
.top_title h1{
	color:#fff;
	line-height:100px;
	font-size:30px;
	padding-left:60px;
}
.red_title{
	height:46px;
	width:483px;
	background: url(../../img/page/productCenter/redPart.png) center/cover no-repeat;
	margin-right:20px;
	text-align:center;
	line-height:46px;
	color:#fff;
	font-size:18px;
}
.main_part{
	background:#f7f7f7;
	width:100%;
	padding:45px 60px;
	box-sizing:border-box; 
	color:#333;
	margin-bottom:15px;
}
.main_part h2{
	font-size:24px;
	align-items:center;
}
.main_part h2 span{
	display:inline-block;
	border-bottom:4px solid #2187f0;
	padding-bottom:8px;
	/*border-image: -webkit-linear-gradient(left,  #2187f0 , #315ae0); 
　　	border-image: -moz-linear-gradient(right,  #2187f0, #315ae0); 
　　 border-image: linear-gradient(to right,#2187f0 , #315ae0);*/
}
.main_part h2 .EnglishName{
	color:#ececec;
	font-size:30px;
	border-bottom:none;
	padding-left:8px;
}
.main_part h2 .EnglishName b{
	font-weight:normal;
	color:#ececec;
	font-size:32px;
}
.main_part .content_p{
	padding:20px 0 15px 0;
	line-height:32px;
	font-size:16px;
	color:#333;
}
.main_part .content_p span{
	color:#2383ee;
}
.main_part ul{
	padding:40px 0 15px 0;
}
.main_part .function_img{
	width:100%;
	display:block;
	padding:0 50px;
	box-sizing:border-box;
	margin-top:10px;
}
.main_part .disFlexPart img{
	display:block;
	margin:0 auto;
}
.main_part .disFlexPart h5{
	font-size:18px;
	color:#2383EE;
	font-weight:normal;
	text-align:center;
	padding:20px 0;
}
.main_part .disFlexPart p{
	line-height:28px;
	font-size:15px;
	color:#333;
}
.main_part .locationImg{
	float:right;
}
.main_part .listPart_p{
	padding-top:0;
}
.main_part h6{
	font-size:18px;
	margin-bottom:5px;
	display:flex;
	align-items:center;
}
.main_part h6 i.fa.fa-circle{
	font-size:10px;
	padding-right:10px;
	color:#666;
	display:inline-block;
}
.main_part h6 span{
	color:#2383ee;
}
.main_part h6 span i.fa.fa-circle{
	color:#2383ee;
}
#footer{
	/* margin-top:105px; */
	/*z-index:999 !important;*/
}
.pad_bottom{
	padding-bottom:22px;
}
/*智能访客预约——全是图片*/
.wholeImg{
	height:100%;
}
.wholeImg img{
	display: block;
	width:100%;
	/*height:90%;*/
	margin:0 auto;
	margin-bottom:5px;
}

.paddingH6 h6{
	padding:5px 0;
}
