.comp_nav{
	margin:auto;
	text-align:center;
	text-align:justify;
	text-align-last:justify;/*解决IE的支持*/
}
.comp_nav .comp_nav_li{
	display:inline-block;
}
.comp_nav .comp_nav_li.active{
	border-bottom:2px solid rgba(22,142,255,1);
}
.comp_nav .comp_nav_li a{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(36,35,35,1);
	line-height:36px;
	text-decoration:none;
}
.comp_nav .comp_nav_li.active a{
	font-weight:bold;
	color:rgba(22,142,255,1);
}
.news_nav{
	margin-bottom:33px;
}
.news_nav .news_nav_li{
	display:inline-block;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
}
.news_nav .news_nav_li a{
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_nav .active a{
	color:rgba(22,142,255,1);
	text-decoration:none;
}
.comp_info_ul{
	margin-top:4px;
	width:100%;
}
.comp_info_li{
	border-bottom:1px solid rgba(226,226,226,1);
	height:248px;
	padding: 33px 0;
}
.comp_info_li.last{
	border-bottom:unset;
}
/* .comp_info_img{
    display:inline-block;
    float:left;
    width:296px;
    height:181px;
    text-align:center;
    vertical-align:middle;
    line-height:181px;
}
.comp_info_img img{
    max-width:296px;
    max-height:181px;
    margin:auto;
} */
.comp_info{
	display:inline-block;
	float:left;
	margin-left:29px;
}
.comp_info a{
	text-decoration:none;
}
.comp_info .title{
	height:29px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:24px;
	text-decoration:none;
}
.comp_info_li:hover .comp_info .title{
	color:rgba(54,157,255,1);
}
.comp_info .info{
	margin-top:10px;
}
.comp_info .info span{
	display:inline-block;
}
.comp_info .info .site{
	height:27px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:27px;
    margin-right:38px;	
}
.comp_info .info .tags{
	height:17px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(140,140,140,1);
	line-height:27px;
    margin-right:38px;	
}
.comp_info .info .addr{
	height:15px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(140,140,140,1);
	line-height:27px;
    margin-right:38px;	
}
.comp_info .intro{
	margin-top:20px;
	width:890px;
	height:95px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:32px;
	overflow:hidden;
}
.company_join{
	width:180px;
	height:420px;
	position: fixed;
	top: 200px;
	right: 0px;
	line-height:420px;
    text-align:center;
    vertical-align:middle;	
}
.company_join a{
	display:block;
}
.company_join img{
    max-width:180px;
    max-height:420px;
	margin:auto;
}
.comp_detail .title_group{
	height:150px;
}
.comp_detail .title_group .title_img{
	width:134px;
	height:134px;
	border-radius:6px;
	display:inline-block;
	float:left;
	line-height:134px;
	text-align:center;
	vertical-align:middle;
}
.comp_detail .title_group .title_img img{
	max-width:134px;
	max-height:134px;
	border-radius:6px;
	margin:auto;
}
.comp_detail .title_group .title_text{
	height:134px;
	display:inline-block;
	float:left;
	margin-left:29px;
}
.comp_detail .title_group .title_text .title{
	height:52px;
	font-size:29px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:52px;
}
.comp_detail .title_group .title_text div{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
	margin-top:20px;
}
.comp_detail .title_group .title_text div a{
	color:rgba(54,157,255,1);
}
.comp_detail .title_blue{
	height:30px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:36px;
	border-bottom:9px solid rgba(54,157,255,0.4);
	display:inline-block;
	margin:24px 0 18px 0;
}
.comp_info_table{
	text-align:center;
}
.comp_info_table td{
	height:64px;
	vertical-align:middle;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
}
.comp_detail .intro{
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:35px;
	text-indent:2em;
}
.comp_detail .photos{
	width:1194px;
	height:524px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(220,220,220,1);
}
.comp_detail .photos .slide{
	width:812px;
	height:475px;
	margin:24px auto;
}
.comp_detail .carousel-item{
	text-align:center;
	line-height:475px;
}
.comp_detail .photos .carousel-item img{
	/* max-width:812px;
	max-height:475px; */
	margin:auto;
}
.carousel-control-prev{
	/* margin-left:-190px; */
	width:190px;
}
.carousel-control-next{
	/* margin-right:-190px; */
	width:190px;
}
.carousel-control-prev-icon{
	background-image:url(../images/left.png);
	width:22px;
	height:36px;
}
.carousel-control-next-icon{
	background-image:url(../images/right.png);
	width:22px;
	height:36px;
}

.council_form .form_title{
	height:27px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:8px;
}
.council_form .info_title{
	height:46px;
	font-size:29px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:44px;
}
.council_form .form_notice{
	height:36px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
}
.form_list .input_label{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(139,139,139,1);
	line-height:80px;
	margin-bottom:unset;
}
.form_list .input_gray{
	width:100%;
	background:rgba(249,249,249,1);
	border:1px solid rgba(219,219,219,1);
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:25px;
	padding:14px 24px;
	height:55px;
}
.form_list textarea.input_gray{
	height:280px;
}
.form_list label{
	cursor: pointer;
}
.form_list input[type=checkbox]{
	width:21px;
	height:21px;
	cursor: pointer;
    position: relative;
	background:rgba(250,250,250,1);
	border:1px solid rgba(220,220,220,1);
	vertical-align:middle;
}
.form_list input[type=checkbox]::after{
	position: absolute;
	top: 0;
	color: #000000;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px;
	width:21px;
	height:21px;
}
.form_list input[type=checkbox]:checked::after{
	background-color:rgba(54,157,255,1);
	border:1px solid rgba(54,157,255,1);
	content: "✔";
	font-size: 12px;
	color:#ffffff;
	line-height:21px;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_list label{
	height:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:57px;
	width:165px;
}
.form_list .btn_submit{
	width:173px;
	height:59px;
	background:rgba(54,157,255,1);
	border-radius:6px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:46px;
	margin-top:60px;
}
.form_list .input_label .upload{
	width:145px;
	height:55px;
	background:rgba(250,250,250,1);
	border:1px solid rgba(108,108,108,1);
	border-radius:6px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(108,108,108,1);
	line-height:40px;
	margin-left:30px;
	float:right;
	margin-top:25px;
}
.form_list .input_label .upload.disabled{
	background:rgba(250,250,250,1);
	border:1px solid rgba(229,229,229,1);
}
.form_list .input_label .photo_count{
	position:absolute;
	top:25px;
	left:34px;
}
.form_list .img_list{
	margin-left:122px;
	margin-top:25px;
}
.form_list .img_show{
	width:145px;
	display:inline-block;
	margin:auto 15px;
	position: relative;
}
.form_list .img_show img{
	width:145px;
	height:145px;
}
.form_list.photo_upload{
	margin-top:32px;
}
.form_list.photo_upload .input_label{
	width:283px;
}
.form_list .img_delete{
	width: 0;
    height: 0;
	float:right;
    border-top: 45px solid rgba(0,0,0,0.3);
    border-left: 45px solid transparent;
	position:absolute;
	margin-left:-45px;
	display:none;
	cursor:pointer;
	top: 0px;
	right: 0px;
}
.form_list .img_show:hover .img_delete{
	display:unset;
}
.form_list .img_delete img{
	width:14px;
	height:16px;
	position:absolute;
	margin-left:-19px;
	margin-top:-40px;
}
#submit_success .modal-content{
	height:370px;
	border-radius:16px;
}
#submit_success .submit_success_info{
	width:520px;
	text-align:center;
	margin:auto;
	margin-top:60px;
}
#submit_success .title{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:44px;
}
#submit_success .delay_jump{
	height:36px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44, 44, 44, 1);
	line-height:36px;
	margin-top:25px;
}
#submit_success .delay_jump .delay_time{
	font-weight:bold;
	color:rgba(22,142,255,1);
}
#submit_success .click_jump{
	height:36px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(22,142,255,1);
	line-height:36px;
	margin-top:36px;
	display:inline-block;
}
.famous_comp{
    padding:0;
    margin:0;
    width:100%;
    background:rgba(244,244,244,1);
}
.famous_comp_nav{
    width:150px;
    display:inline;
    float:left;
}
.famous_comp_nav li{
    width:147px;
    height:51px;
    background:rgba(244,244,244,1);
    border:1px solid rgba(149,149,149,1);
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(36,35,35,1);
    line-height:51px;
    text-align:center;
    margin-bottom:28px;
    cursor:pointer;
}
.famous_comp_nav li:hover,
.famous_comp_nav li.active{
    background:rgba(22,142,255,1);
    color:rgba(255,255,255,1);
    font-weight:bold;
}

.famous_copm_list{
    display:inline;
    float:left;
    width:1050px;
}
.famous_copm_list li{
    width:150px;
    height:180px;
    display:inline-block;
    float:left;
    margin-left:49px;
    margin-right:11px;
    margin-bottom:30px;
}
.famous_copm_list li a{
	text-decoration:none;
}
.famous_copm_list li img{
    width:150px;
    height:120px;
    background:rgba(255,255,255,1);
}
.famous_copm_list li p{
    width:150px;
    font-size:17px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(36,35,35,1);
    line-height:30px;
    text-align:center;
}
.product{
	margin-top: 10px;
	text-align: center;
	width: 145px !important;
}
