*{margin:0; padding:0; list-style:none;}
html,body{background:#fff;}
ul{list-style:none;}
a{ text-decoration:none;color:#333;}
div,input,a,ul,li{box-sizing: border-box;}
input{border: none;outline: none;}

.about_us{
	width: 100%;
	background: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.common_nav{
	background: #fff;
	padding: 35px 85px 50px;
	-moz-box-shadow: 0px 5px 10px #D4D4D4;
    -webkit-box-shadow: 0px 5px 10px #D4D4D4;
    box-shadow: 0px 5px 10px #D4D4D4;
    zoom: 1;
}
.common_nav:after{
	display: block;
	content: '';
	clear: both;
}
.left_menu{
	float: left;
	width: 22%;
}
.left_menu_list{
	background: #f4f4f4;
	padding: 20px 30px;
	margin-bottom: 35px;
}
.left_menu_list h3{
	font-size: 20px;
	color: #111111;
	font-weight: bold;
	margin-bottom: 45px;
}
.left_menu_list li{
	margin-bottom: 20px;
}
.left_menu_list li:hover>a{
	color: #0957b5;
}
.left_menu_list li a{
	font-size: 18px;
	color: #111111;
}
.active1>a{
	color: #0957b5 !important;
}
.left_menu_list li dl{
	padding:10px 0 10px 20px;
}
.left_menu_list li dl a{
	font-size: 16px;
	line-height: 32px;
}
.left_menu_img{
	width: 100%;
	position: relative;
}
.left_menu_img img{
	display: block;
	width: 100%;
}
.left_menu_img p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: rgba(12,75,149,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
}
.right_content{
	float: left;
	width: 75%;
	margin-left: 3%;
}
.right_nav{
	margin-bottom: 30px;
}
.right_nav p{
	font-size: 16px;
	color: #333331;
}
.right_nav p span{
	color: #0957b5;
}
.jgjj_nav{
	padding-bottom: 100px;
}
.jgjj_nav>img{
	display: block;
	width: 100%;
	
}
.jgjj_nav>h4{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 50px;
}
.jgjj_nav>p{
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	text-indent: 2rem;
	text-align: justify;
}
.rctd_nav ul{
	zoom: 1;
}

.rctd_nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.rctd_nav ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	border: 1px solid #dddddd;
	padding: 5px 10px;
	margin-bottom: 20px;
	position: relative;
	zoom: 1;
}
.rctd_nav ul li:before{
	display: block;
	content: '';
	width: 57px;
	height: 37px;
	background: url(../images/rc_icon1.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.rctd_nav ul li:after{
	display: block;
	content: '';
	clear: both;
}
.rctd_nav ul li:nth-child(2n){
	margin-right: 0;
}
.rctd_nav ul li img{
	float: left;
	width: 30.5%;
}
.rctd_right{
	float: left;
	width: 69.5%;
	padding: 10px 15px;
}
.rctd_right h5{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	
}
.rctd_right span{
	display: block;
	font-size: 16px;
	color: #777777;
	margin-top: 12px;
	margin-bottom: 12px;
}
.rctd_right p{
	font-size: 14px;
	color: #aaaaaa;
	font-family: "宋体";
	line-height: 20px;
}
.rctd_nav ul li:hover{
	border:1px solid #3a79c4;
}
.rctd_nav ul li:hover .rctd_right>h5{
	color: #3a79c4;
}
.rctd_nav ul li:hover .rctd_right>span{
	color: #3a79c4;
}
.rctd_nav ul li:hover .rctd_right>p{
	color: #3a79c4;
}
.rctd_nav ul li:hover:before{
	background: url(../images/rc_icon1a.png) no-repeat;
}
.rctdDetail_title{
	padding-top: 35px;
	padding-left: 40px;
	position: relative;
}
.rctdDetail_title img{
	width: 21%;
	position: absolute;
	left: 0;
	top: 0;
}
.rctdDetail_name{
	width: 100%;
	background: #f6f6f6;
	padding-top:50px;
	padding-bottom: 50px;
	padding-left: 25%;
}
.rctdDetail_name h5{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 27px;
}
.rctdDetail_name p{
	font-size: 18px;
	color: #444444;
	margin-bottom: 20px;
}
.rctdDetail_jl{
	padding-left: 40px;
	padding-top: 35px;
}
.rctdDetail_jl img{
	max-width: 100%;
}
.rctdDetail_jl dl{
	margin-bottom: 50px;
	zoom: 1;
}
.rctdDetail_jl dl:after{
	display: block;
	content: '';
	clear: both;
}
.rctdDetail_jl dl dt{
	float: left;
	width: 15%;
	font-size: 18px;
	color: #0957b5;
	font-weight: bold;
	padding-top: 7px;
}
.rctdDetail_jl dl dd{
	float: left;
	width: 85%;
	font-size: 16px;
	color: #555555;
	line-height: 36px;
	
}
.rctdDetail_jl dl dd a{
	display: block;
	padding-left: 17px;
	position: relative;
	zoom: 1;
}
.rctdDetail_jl dl dd a:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #2167bc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}
.mtbd a span:nth-child(1){
	width: 60%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mtbd a span:nth-child(2){
	width: 40%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.rctdDetail_jl dl dd a:after{
	display: block;
	content: '';
	clear: both;
}
.rctdDetail_jl dl dd a span:nth-child(1){
	float: left;
}
.rctdDetail_jl dl dd a span:nth-child(2){
	float: right;
}
.ryzz_nav ul{
	zoom: 1;
}
.ryzz_nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.ryzz_nav ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	cursor: pointer;
}
.ryzz_nav ul li:nth-child(3n){
	margin-right: 0;
}
.ryzz_img{
	padding: 15px;
	border: 1px solid #dddddd;
	height: 190px;
	text-align: center;
	line-height: 190px;
	overflow: hidden;
}
.ryzz_img img{
	max-width: 100%;
	max-height: 100%;
	transition-duration: 0.5s;
}
.ryzz_nav ul li>p{
	font-size: 18px;
	color: #777777;
	text-align: center;
	line-height: 46px;
}
.ryzz_nav ul li:hover .ryzz_img>img{
	transform: scale(1.1);
}
.large_img{
	position: fixed;
	background: #fff;
	width: 50%;
	max-height:90%;
	padding: 15px;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 999;
	display: none;
}
.large_img img{
	width: 100%;
	max-height: 100%;
}
.colse{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.s-page{width:100%; padding-top:34px; padding-bottom:30px;}
.p1Page2{ margin:0 auto; height:44px; font-size:14px; color:#535353;}
.page{line-height:30px;text-align:center; }
.page a{margin:0 3px;display:inline-block;padding:0 15px 0 15px; background:#ececec; color:#777777; }
.page a:hover{background:#0957b5; color:#fff;}
.page a.on{background:#0957b5;border-color:#076bc8;color:#FFF; padding:0 15px 0 15px; color:#fff;}
.page a.on:hover{background:#0957b5; color:#fff;}
.page a.on1{background:#eaeaea;border-color:#f3c800;color:#535353;  padding:0 15px 0 15px;}
.page a.page_turn:hover{background:#0957b5;border-color:#3BA2E3;color:#FFF;box-shadow:1px 1px 3px #CCC;}

.news_content{
	zoom: 1;
}
.news_content:after{
	display: block;
	content: '';
	clear: both;
}
.news_content_c{
	float: left;
	width: 62%;
}
.news_all li{
	padding: 20px 0;
}
.news_all li:nth-child(1){
	padding-top: 0;
}
.news_all li:not(:last-child){
	border-bottom: 2px solid #eeeeee;
}
.news_all li h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.time_new{
	display: block;
	font-size: 12px;
	color: #aaaaaa;
	margin: 10px 0;
}
.news_all li p{
	font-size: 14px;
	color: #aaaaaa;
	line-height: 18px;
	font-family: "宋体";
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.more_mew{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #2167bc;
	position: relative;
	top: 0;
	transition-duration: 0.5s;
}
.news_all li:hover h3{
	color: #2167bc;
}
.news_all li:hover span{
	color: #2167bc;
}
.news_all li:hover p{
	color: #2167bc;
}
.more_mew:hover{
	top: -2px;
	font-weight: bold;
}
.news_content_r{
	float: right;
	width: 33%;
	margin-left: 5%;
}
.new_search{
	background: #eeeeee;
	padding: 30px 25px 40px;
}
.new_search h4{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.new_search_time{
	width: 100%;
	height: 36px;
	margin-bottom: 13px;
	position: relative;
	
}
.new_search_time:after{
	content: "";
    width: 35px;
    height: 36px;
    background: url(../images/news1.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.new_search_time select{
	border: none;
	outline: none;
	width: 100%;
	height: 36px;
	background: #dddddd;
	line-height: 36px;
	font-size: 14px;
	font-family: "宋体";
	color: #555555;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
}
.gjc{
	display: block;
	width: 100%;
	height: 36px;
	border: none;
	outline: none;
	font-size: 14px;
	font-family: "宋体";
	color: #888888;
	padding-left: 10px;
	background: #dddddd;
}
.fenge_line{
	display: block;
	width: 100%;
	height: 2px;
	background: #eeeeee;
	margin: 30px 0;
}
.news_spe{
	width: 100%;
}
.news_spe img{
	display: block;
	width: 100%;
}
.new_spe_titile{
	padding: 25px 30px 10px;
	background: #eeeeee;
	min-height: 150px;
}
.new_spe_titile h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.new_spe_titile p{
	font-size: 14px;
	color: #aaaaaa;
	font-family: "宋体";
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new_spe_titile span{
	display: block;
	font-size: 12px;
	color: #999999;
}
.news_spe .slideBox .hd{
	bottom: 40%;
	text-align: right;
	padding-right: 20px;
}
.slideBox .hd ul li{
	width: 8px;
	height: 8px;
	border-radius: initial;
}
.newsDetail h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.newsDetail_time{
	margin-bottom: 20px;
	zoom: 1;
}
.newsDetail_time:after{
	display: block;
	content: '';
	clear: both;
}
.newsDetail_time span{
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	padding-left: 25px;
	position: relative;
}
.newsDetail_time span:nth-child(1){
	margin-right: 25px;
	padding-left: 20px;
}
.newsDetail_time span:nth-child(1):after{
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/time1.png) no-repeat;
	left: 0;
	top: 2px;
	content: '';
}
.newsDetail_time span:nth-child(2):after{
	position: absolute;
	width: 20px;
	height: 13px;
	background: url(../images/eye1.png) no-repeat;
	left: 0;
	top: 2px;
	content: '';
}
.newsDetail_message{
	font-size: 16px;
	color: #777777;
	line-height: 26px;
	text-align: justify;
	text-indent: 2rem;
}
.newsDetail_message p{
	margin-bottom: 15px;
}
.newsDetail_message img{
	display: block;
	margin: 30px auto;
	max-width: 100%;
}
.news_other{
	width: 100%;
	background: #f4f4f4;
	padding: 5px 10px;
}
.news_other_nav{
	background: #fff;
	padding: 15px;
}
.news_other_com{
	padding: 30px 0;
}
.news_other_com h5{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 15px;
}
.news_other_com p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
}
.news_other_com span{
	font-size: 14px;
	color: #aaaaaa;
}
.news_other_com:hover p{
	color: #076BC8;
}
.news_other_com:hover span{
	color: #076BC8;
}
.fenge_line2{
	display: block;
	width: 100%;
	height: 2px;
	background: #eeeeee;
}
.jsfw_nav{
	padding-top: 45px;
	border-top: 2px solid #eeeeee;
}
.Menubox1{
	margin-bottom: 45px;
}
.Menubox1 ul{
	zoom: 1;
}
.Menubox1 ul:after{
	display: block;
	content: '';
	clear: both;
}
.Menubox1 ul li{
	float: left;
	width: 24%;
	height: 60px;
	margin: 0 0.5%;
	
	background: #eeeeee;
	cursor: pointer;
}
.Menubox1 ul li a{
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 60px;
	display: block;
}
.Menubox1 ul li.hover1{
	background: #0957b5;
	
}
.Menubox1 ul li.hover1>a{
	color: #fff !important;
}
.CbContainer1 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.CbContainer1 ul{
	zoom: 1;
}
.CbContainer1 ul:after{
	display: block;
	content: '';
	clear: both;
}
.CbContainer1 ul li{
	float: left;
	width: 33.3%;
	padding: 0 40px;
}
.CbContainer1 h5{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.CbContainer1 ul li h5{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.CbContainer1 dl{
	margin-bottom: 20px;
}
.CbContainer1 dl dd{
	padding-left: 10px;
	position: relative;
}
.CbContainer1 dl dd:after{
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 11px;
}
.CbContainer1 dl dd p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;

}
.CbContainer1 p{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	text-align: justify;
}
.CbContainer1 ul li p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: justify;
}
.jsfw_nav .CbContainer1 table td div{
	text-align: left !important;
	margin-bottom: 10px;
}
.jsfw_nav .CbContainer1 table span{
	font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.jsfw_nav .CbContainer1 table p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: justify;
	text-align: left !important;
}
.pro_nav ul{
	zoom: 1;
}
.pro_nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.pro_nav ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
	border: 1px solid #f4f4f4;
	position: relative;
	margin-bottom: 35px;
}
.pro_nav ul li:before{
	content: '';
	width: 57px;
	height: 37px;
	background: url(../images/rc_icon1.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pro_nav ul li:nth-child(3n){
	margin-right: 0;
}
.pro_img{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}
.pro_img img{
	max-width: 100%;
	transition-duration: 0.5s;
}
.pro_name{
	padding: 20px 0;
}
.pro_name h4{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
}
.pro_name p{
	font-size: 14px;
	color: #888888;
	font-family: "宋体";
}
.pro_nav ul li:hover{
	border: 1px solid #0957b5;
}
.pro_nav ul li:hover .pro_img>img{
	transform: scale(1.1);
}
.pro_nav ul li:hover .pro_name>h4{
	color: #0957b5;
}
.pro_nav ul li:hover .pro_name>p{
	color: #0957b5;
}
.pro_nav ul li:hover:before{
	background: url(../images/rc_icon1a.png) no-repeat;
}
.proDetail{
	padding-top: 25px;
	border-top: 2px solid #eeeeee;
}
.proDetail_message{
	background: #f4f4f4;
	padding: 5px 10px;
	zoom: 1;
}
.proDetail_message:after{
	display: block;
	content: '';
	clear: both;
}
.proDetail_message img{
	float: left;
	width: 40%;
}
.proDetail_fr{
	float: left;
	width: 60%;
	padding: 30px 50px 0;
}
.proDetail_fr h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.proDetail_fr p{
	font-size: 16px;
	color: #777777;
	line-height: 26px;
}
.pro_all table{
	border-collapse: collapse;
	text-align: center;
	border: 1px solid #d1d1d1;
}
.pro_all table th{
	background: #2167bc;
	width: 160px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	border: 1px solid #90b3de;
}
.pro_all table td{
	border: 1px solid #d1d1d1;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.Menubox2{
	background: #f5f5f5;
	padding: 30px 35px;
}
.Menubox2 ul{
	zoom: 1;
}
.Menubox2 ul:after{
	display: block;
	content: '';
	clear: both;
}
.Menubox2 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	font-size: 18px;
	color: #444444;
	line-height: 45px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.Menubox2 ul li:nth-child(3n){
	margin-right: 0;
}
.Menubox2 ul li:before{
	content: '';
	width: 10px;
	height: 11px;
	background: url(../images/fh_icon1.png) no-repeat;
	position: absolute;
	left: 0;
	top: 17px;
}
.Menubox2 .hover2{
	color: #0957b5 !important;
}
.Menubox2 .hover2:before{
	background: url(../images/fh_icon2.png) no-repeat;
}
.CbContainer2{
	padding-top: 55px;
}
/*.fhgs_nav{
	font-size: 16px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 2rem;
}*/
	
.fhgs_nav h4{
	font-size: 24px;
	color: #444444;
	margin-bottom: 25px;
}
.fhgs_nav p{
	font-size: 16px;
	color: #444444;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 2rem;
}
.fhgs_nav_img{
	margin-top: 30px;
	}
.fhgs_nav_img img{
	max-width: 100%;
	}
.job ul{
	zoom: 1;
}
.job ul:after{
	display: block;
	content: '';
	clear: both;
}
.job ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px solid #f4f4f4;
	cursor: pointer;
	position: relative;
}
.job ul li:before{
	content: '';
	width: 57px;
	height: 37px;
	background: url(../images/rc_icon1.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.job ul li:nth-child(3n){
	margin-right: 0;
}
.job ul li h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.job ul li p{
	font-size: 16px;
	color: #777;
	font-family: "宋体";
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.job ul li:hover{
	border: 1px solid #0957b5;
}
.job ul li:hover:before{
	background: url(../images/rc_icon1a.png) no-repeat;
}
.job ul li:hover h4{
	color: #0957b5;
}
.job ul li:hover p{
	color: #0957b5;
}
.map_us_nav{
	width: 100%;
	height: 600px;
}
.map{
	height: 450px;
}

.job_detial h4{
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.job_detial li{
	margin-bottom: 10px;
}

.job_detial p{
	font-size: 16px;
	color: #555;
	line-height: 24px;
	margin-bottom: 20px;
}
.job_detial strong{
	font-size: 16px;
	color: #444;
}
/* 新增 */
.tdjs_list li{
	padding: 20px 0;
}
.tdjs_list li:not(:first-child){
	border-top: 1px dashed #ccc;
}
.tdjs_list_nav{
	width: 100%;
}
.tdjs_list_nav h4{
	font-size: 24px;
    color: #444444;
    margin-bottom: 10px;
    text-align: center;
}
.tdjs_list_nav h4:hover{
	color: #0957b5;
}
.leader{
	font-size: 16px;
	text-align: center;
	color: #777;
	margin-bottom: 15px;
}
.tdjs_list_nav>img{
	display: block;
	width: 100%;
}
.tdjs_list_messages{
	margin-top: 15px;
}
.tdjs_list_messages h5{
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 10px;
}
.tdjs_list_messages p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-indent: 2rem;
}



@media (min-width: 1368px) and (max-width: 1441px){
	
	.common_nav{
		padding: 35px 50px 50px;
	}
	.Menubox2 ul li{
		width: 33.3%;
		margin-right: 0;
	}
	.CbContainer1 ul li{
		padding: 0 30px;
	}
	.proDetail_fr{
		padding: 30px 40px 0;
	}
	.Menubox2 ul li{
		font-size: 17px;
	}
}
@media (min-width: 1198px) and (max-width: 1367px){
	
	.common_nav{
		padding: 35px 50px 50px;
	}
	.Menubox2 ul li{
		width: 50%;
		margin-right: 0;
	}
	.fhgs_nav_img img:nth-child(1){
		width: 60.5%;
	}
	.fhgs_nav_img img:nth-child(2){
		width: 38.5%;
	}
	.CbContainer1 ul li{
		padding: 0 30px;
	}
	.proDetail_fr{
		padding: 30px 40px 0;
	}
	.Menubox2 ul li{
		font-size: 17px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	
}
@media (min-width: 768px) and (max-width: 991px){
	
}
@media (min-width: 480px) and (max-width: 767px){
	
}
@media (max-width: 479px){
	.w11{
		width: 96%;
	}
	.common_nav{
		padding: 35px 5px 50px;
	}
	.left_menu{
		width: 100%;
		margin-bottom: 20px;
	}
	.left_menu_list h3{
		margin-bottom: 20px;
	}
	.left_menu_list {
		margin-bottom: 10px;
		padding: 20px;
	}
	.right_content{
		margin-left: 0;
		width: 100%;
	}
	.rctd_nav ul li{
		width: 100%;
		margin-right: 0;
	}
	.rctd_nav ul li img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.rctd_right{
		float: none;
		width: 100%;
	}
	.rctd_right h5{
		text-align: center;
	}
	.rctd_right span{
		text-align: center;
	}
	.rctdDetail_title{
		padding-top: 0;
		padding-left: 0;
		background: #f6f6f6;
	}
	.rctdDetail_title img{
		position: relative;
		display: block;
		margin: 0 auto;
		width: 30%;
	}
	.rctdDetail_name{
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	.rctdDetail_name h5{
		margin-bottom: 15px;
	}
	.rctdDetail_name p{
		margin-bottom: 5px;
	}
	.rctdDetail_jl{
		padding-left: 0;
		padding-top: 20px;
	}
	.rctdDetail_jl img{
		width: 100%;
	}
	.rctdDetail_jl dl dt{
		width: 100%;
	}
	.rctdDetail_jl dl dd{
		width: 100%;
	}
	.ryzz_nav ul li{
		width: 100%;
		margin-right: 0;
	}
	.large_img{
		width: 90%;
	}
	.news_content_r{
		width: 100%;
	}
	.new_search{
		padding: 20px 20px 20px;
	}
	.fenge_line{
		margin: 10px 0;
	}
	.news_content_c{
		width: 100%;
		margin-top: 20px;
	}
	.job ul li{
		width: 100%;
	}
	.map_us_nav{
		height: 350px;
	}
	.map{
		height: 350px;
	}
	.Menubox2{
		padding: 20px 10px;
	}
	.Menubox2 ul li{
		width: 100%;
	}
	.Menubox1 ul li{
		width: 49%;
		margin-bottom: 4px;
		font-size: 16px;
	}
	.CbContainer1 ul li{
		width: 100%;
		padding: 0 20px;
	}
	.left_menu_list ul{
		zoom: 1;
	}
	.left_menu_list ul:after{
		display: block;
		content: '';
		clear: both;
	}
	.left_menu_list li{
		float: left;
		width: 50%;
	}
	.pro_nav ul li{
		width: 100%;
		margin-right: 0;
	}
	.proDetail_message img{
		width: 100%;
	}
	.proDetail_fr{
		width: 100%;
		padding: 30px 10px 0;
	}
	.about_us{
		margin-top: 100px;
	}
	.Menubox1 ul li a{
		font-size: 16px;
	}
}





















