ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0;
}

body {
	margin: 0;
}

.nav {
	display: none;
}

.navul,
.inner {
	width: 1200px;
	margin: 0 auto;
}

.menu {
	overflow: hidden;
	background: #0F58D6;
	line-height:110px;
	width:1400px;
	position:fixed;
	top:20px;
    border-radius:10px;
	left:calc((100% - 1400px) / 2);
	z-index:9;
	box-shadow: 0px 2px 7px #0000006b
}

.menu ul {
	overflow: hidden;
	width:900px;
	float:left;
}

.menu ul li {
	float: left;
	width: calc(100% / 8);
	text-align: center;
	color: #fff;
	position:relative;
	cursor: pointer;
}
.menu ul li:after{
	content:'';
	position:absolute;
	width:0;
	height:5px;
	background:#fff;
	left:0;
	bottom:0;
}
.menu ul li:hover{
	background:#292929;
	box-sizing:border-box;
}
.menu ul li:hover:after{
	width:100%;
	transition:1s;
}
.menu ul li a {
	color: #fff;
	display:block;
}

.hear {
	width: 100%;
	height: 176px;
	background: url(../img/header_bg_01.jpg) no-repeat 50% 0;
	overflow: hidden;
}

.top,
.header {
	overflow: hidden;
	margin-top: 20px;
}

.top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	background: none;
}

.top span {
	float: right;
}

.top a:nth-child(3):hover+a {
	display: block;
}

.tel {
	width: 200px;
	min-height: 76px;
	padding-left: 60px;
	background: url(../img/header_icon_03.png) no-repeat left;
	display: block;
	overflow: hidden;
}

.tel span {
	font-size: 26px;
	color: #f08200;
	display: block;
	margin-top: 10px;
}

.header_r {
	float: right;
}

.yincang {
	display: none;
	position: absolute;
}

.lightbox img {
	width: 100px;
}

.header_r {
	display: inline-block;
}

.header img {
	vertical-align: middle;
}

.i_banner {
	display: none;
}

.banner {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.banner img{
	width:100%;
}

.swiper {
	position: relative;
}

.swiper-pagination-bullet-active {
	background: #f08200;
}



.i_search{
	width:100%;
	float:none;
	background:none;
}
.i_search1 {
	background: #f9f9f9;
	text-align: center;
	float:right;
	width:200px;
	height:110px;
}
.i_search_form p {
	float: left;
	margin-left:10px;
}
.i_search1 .i_search_form p:last-child{
	margin-top:10px;
}
.i_search_lang,
.i_search_short {
	border: 1px solid #0F58D6;
	height: 40px;
	margin-right: 20px;
	padding-left: 10px;
	border-radius: 5px;
	width:100px;
}

.i_search_button {
	background: url(../image/i_search_btn.jpg) 0 0 no-repeat;
	border: 0;
	width: 40px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #ddd;
}


.abb_list {
	overflow: hidden;
	padding: 20px 0;
}

/* .floor_8_main {
	background: #fff;
	width: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 60px;
	box-sizing: border-box;
} */
.floor-content li:hover{
	background:#0F58D6;
}
.floor-content li {
	float: left;
	width: calc(25% - 20px);
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
	position:relative;
	border:1px solid #ddd;
	height:235px;
	margin-right:26px;
	box-sizing:border-box;
}
.floor-content li:last-child{
	margin-right:0;
}

.floor-content li a {
	color: #111;
	overflow: hidden;
	display: inline-block;
	text-align: left;
	margin-left:10px;
}
.floor-content li:hover a{
	color:#fff;
}
.floor-content li a img {
	width: 60%;
	float:right;
}

.floor-content li a span {
	margin-top: 50px;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
}
.floor-content li a span img:last-child,.floor-content li:hover a span img:nth-child(1){
	display:none;
}
.floor-content li:hover a span img:last-child{
	display:block;
}
.floor-content li a h3{
	font-size:20px;
}
.floor-content li a h4{
	font-size:14px;
	color:#999;
	font-weight:500;
}
.floor-content li:hover a h4{
	color:#fff;
}

.floor-content li div {
	float: left;
	width: calc(100% - 50px);
}

.in_title8 {
	text-align: center;
	margin-top: 30px;
}

.p1,
.p2 {
	font-size: 30px;
	font-weight: 600;
}

.p3 {
	display: block;
}

.proCase {
	margin-top: 0px;
	padding-bottom: 20px;
	float:left;
	width:200px;
}

.proCase li {
	overflow: hidden;
	width:calc(100% - 2px);
	float:left;
}

.proCase li:hover img {
	transform: scale(1.3);
	transition: 1s;
}

.proCase li img {
	width: 48%;
	transition: 1s;
	margin:0 auto;
	display:block;
}

.floor_8_main .inner {
	overflow: hidden;
}

.floor_8_main li {
	border: 1px solid #0F58D6;
}

.i_about {
	background: #eee;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 50px;
}

.i_about p {
	margin-top: 20px;
}

.i_search_tit {
	margin: 20px 0;
}

.i_about_tit {
	text-align: center;
	margin-bottom: 30px;
}

.i_about_sub {
	position: relative;
	overflow: hidden;
}

.i_about_con {
	width: 90%;
	background: #0F58D6;
	overflow: hidden;
}

.i_about_con h2 {
	margin-top: 100px;
	color: #fff;
	margin-left: 30px;
}

.i_about_con p {
	color: #fff;
	width: 60%;
	margin-left: 30px;
}

.i_about_con span {
	display: block;
	margin-bottom: 100px;
	color: #fff;
	margin-left: 30px;
}

.i_about_con a {
	color: #fff;
}

.i_about_img {
	width: 500px;
	position: absolute;
	top: 45px;
	right: 0;
}

.i_about_img li {
	float: left;
	width: 49%;
}

.i_about_img li:nth-child(2n) {
	float: right;
}

.i_about_img li img {
	width: 100%;
}

.i_pro {
	margin-top: -30px;
	float:left;
	width:1000px;
}

.i_pro .inner {
	background: #fff;
	overflow: hidden;
}

.in-prd-cate {
	padding: 0 20px;
	margin-top: 80px;
}

.i_pro_sub {
	width: 100%;
}

.tit {
	text-align: center;
	color: #0F58D6;
	font-size: 40px;
	font-weight: 600;
	margin-top: 0px;
	width: 100%;
	margin-bottom: 20px;
}

.in-prd-cate dl {
	margin: 0;
	padding: 20px 10px;
	width: calc(30% - 20px);
	float: left;
	background: #0F58D6;
	margin-right: 5%;
	border-radius: 10px;
}

.in-prd-cate dl:last-child {
	margin-right: 0;
}

.in-prd-cate dl a {
	color: #fff;
}

.in-prd-cate dd {
	margin-top: 20px;
}

.in-prd-cate dd a {
	font-size: 12px;
}

.i_pro_list {
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.i_pro_list li {
	float: left;
	width: 24%;
	border: 1px solid #0F58D6;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
	margin-right: calc(4% / 3);
	border-radius: 10px;
	overflow: hidden;
	transition: 1s;
	height: 320px;
}

.i_pro_list li:hover {
	border-top: 3px solid #07529c;
	border-left: 3px solid #0f59d6;
	border-right: 3px solid #FF5943;
	border-bottom: 3px solid #0F58D6;
	transition: 1s;
}

.i_pro_list li:nth-child(4n) {
	margin-right: 0;
	\

}

.i_pro_list li img {
	width: 100%;
	transition: 1s;
}

.i_pro_list li:hover img {
	width: 100%;
	margin-top: -30px;
	transition: 1s;
}

.index-c4 {
	padding-top: 80px;
    height:600px;
}

.index-c4 ul {
	overflow: hidden;
}

.index-c4 ul li {
	position: relative;
}

.index-c4 ul li .wz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 131, 0, 0.9);
	color: #fff;
	opacity: 0;
	transition: 1s;
}

.index-c4 ul li:hover .wz {
	opacity: 1;
	transition: 1s;
}

.index-c4 ul li .wz h3,
.index-c4 ul li .wz p {
	margin-left: 20px;
}

.index-c4 ul li img {
	width: 100%;
}

.index-c4 ul>div {
	overflow: hidden;
}

.index-c4 ul>div>div {
	float: left;
	width: 33%;
	height: 195px;
	background: #fff;
	color: #000;
	padding-left: 20px;
	box-sizing: border-box;
}

.index-c4 ul>div>div p {}

.index-c4 ul>div>div i {
	display: block;
	background: #008072;
	width: 50px;
	height: 10px;
	margin-top: 20px;
}

.index-c4 ul>div>div span {
	display: inline-block;
	background: #FF5943;
	color: #fff;
	margin-top: 30px;
	padding: 10px 20px;
}

.index-c4 ul>div:first-child li {
	width: 30%;
	float: left;
	margin-left: 3%;
}

.index-c4 ul>div:last-child {
	margin-top: 30px;
}

.index-c4 ul>div:last-child li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
}

.index-c4 ul>div:last-child li:last-child {
	margin: 0;
}

.iareas .areasbox {
	overflow: hidden;
}

.iareas .areasbox a {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-top: 20px;
}

.iareas .areasbox a:nth-child(3n) {
	margin-right: 0;
}

.iareas .areasbox a img {
	width: 100%;
	display: block;
}

.iareas .areasbox a li {
	position: relative;
	overflow: hidden;
}

.iareas .areasbox a li::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	content: '';
	transition: 1s;
}

.iareas .areasbox a li p {
	position: absolute;
	width: 60%;
	height: 60%;
	border: 3px solid #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	line-height: 111px;
	z-index: 99;
	border-radius: 5px;
	transition: 1s;
}

.iareas .areasbox a li:hover::after {
	opacity: 0;
	transition: 6s;
}

.iareas .areasbox a li:hover p {
	top: -200%;
	transition: 3s;
	border-top: 3px solid #0F58D6;
	border-right: 3px solid #FF5943;
	border-bottom: 3px solid #d90f14;
	border-left: 3px solid #008072;
}

.i_tit {
	text-align: center;
}

.i_tit a {
	color: #0F58D6;
	font-size: 40px;
}

.news_hot {
	overflow: hidden;
	background: #eee;
	padding-bottom: 30px;
}

.news_hot ul li {
	float: left;
	width: 55%;
	background: #fff;
	margin-top: 60px;
	margin-left: 5%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.news_hot ul li:hover {
	background: #0F58D6
}

.news_hot ul li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #008072;
	transition: 1s;
	position: absolute;
	left: 0;
	top: 0;
}

.news_hot ul li:hover::after {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.news_hot ul li::before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #008072;
	transition: 1s;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news_hot ul li:hover::before {
	width: 100%;
	height: 100%;
	transition: 1s;
}

.controlArrow {
	display: none;
}

.news_hot ul li:hover a {
	color: #fff;
}

.news_hot ul li img {
	display: none;
}

.news_hot ul li:first-child {
	width: 40%;
	float: left;
	margin-left: 0;
	margin-top: 0;
}

.news_hot ul li:first-child img {
	display: block;
	width: 100%;
}

.news_hot ul li:nth-child(2) {
	margin-top: 0;
}

.news_list ul {
	overflow: hidden;
}

.news_list li {
	width: 50%;
	float: left;
	height: 222px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.news_list li a {
	width: 95%;
	display: block;
}

.i_bottom {
	max-width: 100%;
	margin: 0px auto 0;
	height: 219px;
	padding: 60px 0;
	background: #0f58d6;
}

.i_bottom1 {
    max-width: 100%;
    margin: 0px auto 0;
    height: 219px;
    padding: 45px 0;
    background: #0F58D6;
}

.i_bottom_sub {
	width: 1200px;
	margin: 0 auto;
}

.link {
	width: 1200px;
	float: left;
	border-radius: 5px;
}

.link h2,
.foot_type h2 {
	color: #FFF;
	font-size: 18px;
}

.link ul {}

.link ul li {
	float: left;
	/*padding-right: 70px;
    border-bottom: 1px dashed #FFF;*/
	margin-left: 80px;

	height: 40px;
	line-height: 40px;
}

.link ul li:nth-child(6),
.link ul li:nth-child(7),
.link ul li:nth-child(5),
.link ul li:nth-child(8) {}

.link ul li a {
	color: #FFF;
}

.foot_logo {
	width: 500px;
	float: left;
	margin-left: 0px;
	background: url(../image/foot.png) no-repeat;
	height: 135px;
	margin-top: 40px;
}

.foot_type {
	width: 411px;
	float: left;
	margin-top: 20px;
}

.foot_type ul {
	margin-top: 10px;
}

.foot_type ul li {
	float: left;
	width: 390px;
	margin-right: 50px;
	/*border-bottom: 1px dashed #FFF;*/
	height: 30px;
	line-height: 40px;
}

.foot_type ul li a {
	color: #FFF;
}

.foot_type>div:first-child {
	float: left;
	width: 200px;
}

.foot_type>div:first-child p {
	writing-mode: horizontal-tb;
	word-wrap: break-word;
	width: 20px;
	float: left;
	color: #efefef;
	font-size: 20px;
	margin-left: 90px;
	margin-top: 26px;
}

.foot_type>div:last-child {
	float: left;
	width: 690px;
	background: #111;
	height: 300px;
}

.foot_type>div:last-child img {
	width: 208px;
	float: left;
	margin-top: 46px;
	margin-left: 31px;
}

.foot_type>div:last-child>div {
	float: left;
	width: calc(78% - 130px);
	margin-left: 30px;
	color: #fff;
}

.foot_type>div:last-child>div>div {
	overflow: hidden;
	margin-top: 5px;
	line-height: 29px;
}

.foot_type>div:last-child>div>div>p {
	float: left;
}

.foot_type>div:last-child>div>div>div {
	float: left;
	width: 90%;
}

.footer {
	max-width: 1920px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	background: #d90f14;
	text-align: center;
	width: 100%;
}

.foot_type>div:last-child>div>div>div i {
	font-style: normal;
	display: block;
	margin-top: 3px;
}

.foot_img {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
	width: 201px;
	float: right;
	margin-top: 30px;
	margin-right: -50px;
}


.footer {
	max-width: 100%;
	color: #0F58D6;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	background: #f0f0f0;
	text-align: center;
}

.footer a {
	color: #0F58D6;
}

.foot_sub {
	display: none;
}

.foot_img img {
	width: 50%;
}

.ewmtext {
	color: #fff;
}

.toolbar {
	width: 52px;
	position: fixed;
	right: 3% !important;
	top: 44%;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd:hover a{
	width:180px;
	background:#0F58D6;
}
.toolbar dd:hover .pop{
	display:block;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../image/rightfixicon.png) no-repeat 0 0;
	float: none;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 0;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #0F58D6;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -35px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #0F58D6;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: 0 -47px;
}

.toolbar .tel1 span {
	background-position: -35px 0;
}

.toolbar .tel1:hover {
	background: #0F58D6;
}

.toolbar .tel1:hover span {
	background-position: 0 0;
}

.toolbar .code span {
	background-position: -35px -95px;
}

.toolbar .code:hover {
	background-color: #0F58D6;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: 0 -95px;
}

.toolbar .foot_top span {
	background-position: -35px -142px;
}

.toolbar .foot_top:hover {
	background-color: #0F58D6;
	border-radius: 100%;
}

.toolbar .foot_top:hover span {
	background-position: 0 -142px;
}

.toolbar dd:hover {}

.foot_top {
	background: #fff;
}

/*新闻中心*/
.main {
	overflow: hidden;
	background: #f9f9f9;
}

.crumb {
	margin-top: 20px;
}

.sidebar {
	text-align: center;
}

.sidebar ul {
	display: inline-block;
	overflow: hidden;
}

.sidebar li {
	float: left;
	background: #fff;
	padding: 10px 20px;
	margin-right: 20px;
}

.sidebar1 {
	overflow: hidden;
	margin-top: 30px;
}

.sidebar1>div {
	float: left;
}

.sidebar1>ul {
	float: left;
}

.sidebar1 li {
	float: left;
}

.news {
	margin-bottom: 60px;
}

.news li {
	width: 100%;
	float: none;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	box-sizing: border-box;
	border: transparent 1px solid;
}

.news li:hover {
	border: 1px solid #0F58D6;
}
.news li:hover .newLeftss{
	background:#0F58D6;
}
.news li:hover .newLeftss span {
	color: #fff;
}
.news li:hover .newLeftss p{
	color:#fff
}
.news li a {
	overflow: hidden;
	display: block;
}

.newLeftss {
	float: left;
	background: #E1EEF0;
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
}

.newLeftss p {
	color: #0F58D6;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	margin-top: 20px;
}

.newLeftss span {
	color: #999;
	display: block;
}

.newRights {
	float: left;
	width: calc(100% - 250px);
	margin-left: 20px;
}

.newRights p:first-child {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

.news li>a>span {
	float: right;
	margin-right: 20px;
	background: #0F58D6;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}

.small-new {
	display: none;
}

.banner1 img {
	width: 100%;
}

/* 关于我们 */
.crumb {
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.crumb p {
	margin-right: 10px;
	color: #999;
}

.crumb p a {
	color: #999;
}

.sidebar {
	width: 100%;
}

.sidebar_list {
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;
	padding: 5px 30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 15px;
}

.sidebar_listnew {
	background: none;
	border: none;
}

.sidebar_list li {
	
	height: 48px;
	line-height: 49px;
	transition: all 0.6s;
	overflow: hidden;
	f
}

.sidebar_list li span {
	float: right;
	margin-right: 5px;
}

.sidebar_list li:hover {
	background: #0F58D6;
	padding-left: 10px;
}

.sidebar_list li:hover a {
	color: #fff;
}

.sidebar_list li:hover span {
	color: #fff;
}

.sidebar_list li:last-child {
	border-bottom: none;
}


.sidebar1 {
	width: 100%;
	margin-top: 20px;
}

.sidebar1_list {
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;
	padding: 5px 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 15px;
}

.sidebar1_list li {
	border-bottom: 1px dashed #dedede;
	line-height: 49px;
	transition: all 0.6s;
	float: none;
}

.sidebar1_list li span {
	float: right;
	margin-right: 5px;
}

.sidebar1_list li:hover {
	background: #0F58D6;
	padding-left: 10px;
	color: #fff;
}

.sidebar1_list li:hover a {
	color: #fff;
}

.sidebar1_list li:hover span {
	color: #fff;
}

.sidebar1_list li:last-child {
	border-bottom: none;
}

.left_tit {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.left_tit a {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}

.first-bg {
	background: #0F58D6;
}

.about {
	overflow: hidden;
}

.about .left {
	float: left;
	width: 250px;
}

.about .right {
	float: right;
	width: calc(100% - 270px);
}

.brand_cat li {
	width: 23%;
	height: 294px;
	float: left;
	overflow: hidden;
	background: #F8F8F8;
	border: 1px solid #F1F1F1;
	margin-left: 1%;
}

.brand_cat li:hover {
	background: #fff;
	box-shadow: 2px 5px 20px #ccc;
}

.brand_cat li img {
	width: 50%;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.right1 li img {
	width: 100%;
	margin-right: 0;
	float: none;
}

.brand_cat li>div {
	width: 100%;
	margin-top: 60px;
}

.brand_cat li>div>div:first-child {
	font-size: 26px;
	margin-left: 20px;
}

.brand_cat li>div>div:nth-child(2) {
	margin-left: 20px;
	font-size: 15px;
	margin-top: 10px;
}

.brand_cat li>div>div:nth-child(3) {
	margin-left: 12px;
	color: #666;
	font-size: 12px;
}

.right1 li {
	position: relative;
}

.right1 li>div {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: 1s;
}

.right1 li:hover>div {
	top: 0;
	transition: 1s;
	color: #fff;
}

.product_sub img {
	width: 73%;
	float: left;
	margin: 0;
	border: none;
	height: 100%;
}

.product_sub .product_sub_1 {
	width: 62%;
	float: left;
	margin: 0;
	border: none;
}

.product_sub>div {
	overflow: hidden;
	display: inline-block;
}

.product_sub table {
	margin-top: 20px;
	border: none;
	width: 100%;
	line-height: 30px;
}

.product_sub table tr {
	border: none;
}

.product_sub table tr:last-child {
	border: none;
}

.product_sub table tr td {
	border: none;
	text-align: center;
}

.product_sub table tr th {
	background: none;
	text-align: left;
	color: #666;
}

.product_sub table tr td:first-child {
	background: #898989;
}

.product_sub table tr td:last-child {
	background: #f4f4f4;
}

.brand ul {
	overflow: hidden;
	margin-bottom: 30px;
}

/*关于我们*/
.contact-2 {
	margin-left: -20px;
	margin-bottom: 40px;
}

.contact-2 li {
	float: left;
	width: 25%;
}

.contact-2 li .wrap {
	border: 1px solid #ddd;
	margin-left: 20px;
	text-align: center;
	padding: 20px;
}

.contact-2 li img {
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto;
}

.contact-2 li p {
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}

.contact-1 {
	margin: 0 0 40px;
	background-color: #f5f5f5;
}

.contact-1 dt {
	float: left;
	width: 440px;
}

.contact-1 dd {
	margin-left: 440px;
	padding: 10px 50px 0 50px;
}

.contact-1 dd h4 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #0F58D6;
}

.contact-1 dd p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin: 20px 0 0;
}

.contact-2 {
	margin-left: -20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.contact-2 li {
	float: left;
	width: 25%;

}

.contact-2 li .wrap {
	border: 1px solid #ddd;
	margin-left: 20px;
	text-align: center;
	padding: 20px;
}

.contact-2 li img {
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto;
}

.contact-2 li p {
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}

.xinghao {
	overflow: hidden;
}

.inf_lc {
	clear: both;
	padding: 5px 0 0;
}

.inf_lc li {
	padding: 1px 20px 0 0;
	border: 1px solid white;
	border-radius: 8px;
	height: 300px;
	margin: 0 0 30px;
	background: #f9f9f9;
	float: left;
	width: 30%;
	text-align: center;
}

.inf_lc img {

	width: 100%;
}

.inf_lc li:hover {
	border-color: #0F58D6;
	border-radius: 4px;
}

.inf_lc li.bg {
	background: #f5f5f5;
}

.inf_lc li h4 {
	padding: 35px 14px 5px 15px;
	text-align: center;
	float: left;
	width: 64px;
	overflow: hidden;
}

.inf_lc li h4 b {
	font-weight: 100;
	display: block;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 28px;
	font-family: Arial;
	text-transform: uppercase;
}

.inf_lc li h4 span {
	font-weight: 100;
	display: block;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	color: #343434;
}

.inf_lc li p {
	padding: 0 0 0 14px;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	float: left;
	color: #666;
}

.inf_lc li p b {
	display: block;
	font-weight: 100;
	color: #0F58D6;
	line-height: 30px;
	height: 30px;
	margin: 5px 0;
	font-size: 15px;
}

.inf_lc li p b a,
.inf_lc li p b a:hover {
	color: #0F58D6;
	font-weight: bold;
}

.inf_lc li p b a:hover {
	color: #0F58D6;
}

.inf_lc li .fr {
	margin: 50px 0 0;
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #999;
	float: right;
}

.inf_lc li .fr:hover {
	background: #0F58D6;
}

/* 型号 */
.xinghaoleft,
.shili .left {
	float: left;
	width: 22%;
	margin-right: 3%;
}

.xinghaoleft li {
	float: none;
}

.xinghaoright,
.shili .right {
	float: right;
	width: 74% !important;
	background: #FFF;
	min-height: 500px;
	padding: 0 0%;
}

.types-sk {
	margin: 40px 0 50px;
}

.types-sk table {
	width: 100%;
	border: 1px solid #e9e9e9;
}

.types-sk table tr:hover {
	background: #f7f7f7;
}

.types-sk table tr:nth-child(even) {
	background: #f5f5f5;
}

.types-sk table th {
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

.types-sk table td {
	height: 32px;
	line-height: 32px;
	text-align: center;
}

/* 分页样式 */
.pagination1-box {
	text-align: center;
	padding: 20px 0;
}

.pagination1-box .num {
	padding: 5px 16px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.pagination1 {
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pagination1 li {
	display: inline;
}

.pagination1 li a {
	color: black;
	float: left;
	padding: 5px 16px;
	text-decoration: none;
}

.pagination1 li a.active {
	background-color: #0f59d6;
	color: white;
}

.pagination1 li a:hover:not(.active) {
	background-color: #ddd;
}

.pagination {
	text-align: center;
	clear: both;
}

.pagination li {
	display: inline-block;
	margin-right: -1px;
	padding: 5px;
	border: 1px solid #e2e2e2;
	min-width: 20px;
	text-align: center;
}

.pagination li.active {
	background: #0f58d6;
	color: #fff;
	border: 1px solid #0f58d6;
}

.pagination li a {
	display: block;
	text-align: center;
}



.search_con {
	background: #f1f1f1;
	height: 110px;
	margin-top: 20px;
}

.search_con ul {
	text-align: center;
	width: 460px;
	margin: 0 auto;
}

.search_con ul li {
	float: left;
	/*padding-left:18px;*/
	line-height: 45px;
}

.search_con ul li:first-child {
	float: none;
	color: #0c3869;
	font-size: 16px;
	font-weight: 600;
}





.pro_content {
	clear: both;
	padding: 10px;
}

.pro_content img {
	display: block;
	margin: 10px auto;
	width: 635px;
	float: none;
}

.pro_tuijian {
	margin-top: 10px;
}

.pro_tuijian li {
	width: 33%;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.product_con {
	margin-top: 20px;
}

.product_con h4 {
	width: 96%;
	padding: 0 2%;
	background: #0F58D6;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	border-radius: 10px;
	font-size: 15px;
}

.product_con p {
	font-size: 14px;
	line-height: 35px;
	text-indent: 2em;
	padding: 10px;
}

.product_con img {
	max-width: 800px;
	margin: 20px auto;
}

.product_con qq {

	width: auto;

	margin: 0;

}



.product_tuijian {
	margin-top: 20px;
	overflow:hidden;
}

.product_tuijian li {
	width: 29.333%;
	margin: 0 2%;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.subpart {
	margin: 20px 0;
	background: #0F58D6;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	color: #fff;
}

.subpart p {
	width: 44%;
	padding: 0 2%;
	margin-right: 4%;
	overflow: hidden;
	float: left;
}

.subpart p:last-child {
	margin-right: 0;
}

.subpart a {
	color: #fff;
}

@media (max-width: 720px) {
	.brand_about img {
		width: 100%;
	}

	.search_con ul {
		width: 100%;
	}

	.search_con ul li {
		width: 100%;
	}

	.search_con {
		height: 139px;
	}

	.crumb {
		margin: 10px;
	}

	.menu {
		display: none;
	}

	.nav-btn {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 999;
	}

	.nav-btn span {
		display: block;
		width: 30px;
		background: #0F58D6;
		margin-top: 5px;
		height: 5px;
		border: 1px solid #fff;
	}

	.nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
	}

	.nav ul {
		width: 100%;
		background: #0F58D6;
		color: #fff;
		height: 90vh;
		overflow: hidden;
	}

	.nav ul li {
		margin-top: 10px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}

	.nav ul li a {
		color: #fff;
	}

	.foot_sub {
		height: 5rem;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		background: #0F58D6;
		position: fixed;
		bottom: 0;
		z-index: 999;
		display: block;
	}

	.xinghaoleft {
		display: none;
	}

	.floor_8_main {
		position: initial;
	}

	.foot_sub ul li {
		width: 20%;
		float: left;
		text-align: center;
	}

	.foot_sub ul li a {
		color: #FFF;
	}

	.foot_sub ul li span {
		display: block;
		font-size: 2.5rem;
		line-height: 3rem
	}

	.foot_sub ul li h3 {
		font-size: 1.5rem;
		line-height: 2rem
	}

	.navul,
	.inner {
		width: 100%;
	}

	.top {
		font-size: 12px;
		margin-top: 10px;
	}

	.top span {
		float: none;
	}

	.header img {
		width: 100%;
	}

	.header_r {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		display: none;
	}

	.hear {
		height: 119px;
		background: url(../img/header_bg_01.jpg) 100% 100%;
	}

	.banner {
		display: none;
	}

	.types-sk table th,
	.types-sk table td {
		display: none;
	}

	.types-sk table th:nth-child(1),
	.types-sk table th:nth-child(2),
	.types-sk table th:nth-child(3),
	.types-sk table th:nth-child(4),
	.types-sk table th:nth-child(5),
	.types-sk table th:nth-child(6),
	.types-sk table td:nth-child(1),
	.types-sk table td:nth-child(2),
	.types-sk table td:nth-child(3),
	.types-sk table td:nth-child(4),
	.types-sk table td:nth-child(5),
	.types-sk table td:nth-child(6) {
		display: table-cell;
	}

	.i_banner {
		display: block;
	}

	.i_banner img {
		width: 100%;
	}

	.i_search_form {
		display: block;
	}

	.i_search_form p {
		width: 50%;
		margin-left:0;
	}

	.i_search_form input {
		margin: 10px auto;
	}

	.i_search_form p:last-child {
		width: 100%;
		/* position:absolute; */
		top:-16px;
		right:0;
	}
	.i_search_form p:last-child input{
		margin:0 auto;
	}

	.floor-content li {
		height: 190px;
	}

	.i_about_img {
		position: relative;
		width: 100%;
		top: 0;
	}

	.i_about_con {
		width: 100%;
	}

	.index-c4 ul>div>div i {
		margin-left: calc(50% - 25px);
	}

	.i_about_con p {
		width: auto;
	}

	.in-prd-cate dl {
		width: calc(100% - 20px);
		margin-top: 10px;
	}

	.index-c4 ul>div>div {
		width: 100%;
		text-align: center;
		height: 150px;
	}

	.index-c4 ul>div:first-child li,
	.index-c4 ul>div:last-child li {
		width: 50%;
		margin: 0;
	}

	.index-c4 {
		padding-top: 20px;
	}

	.index-c4 ul>div:last-child {
		margin-top: 0;
	}

	.index-c4 ul li img {
		height: 143px;
		display: block;
	}

	.iareas .areasbox a {
		width: 49%;
	}

	.iareas .areasbox a:nth-child(2n) {
		margin-right: 0;
	}

	.iareas .areasbox a:nth-child(2n+1) {
		margin-right: 2%;
	}

	.iareas .areasbox a li p {
		line-height: 40px;
	}

	.news_hot ul li:first-child,
	.news_hot ul li,
	.news_list li {
		width: 100%;
		margin: 10px auto;
	}

	.news_list li a {
		margin: 0 auto;
	}

	.i_bottom {
		overflow: hidden;
		height: auto;
	}

	.i_bottom_sub {
		width: 100%;
	}

	.i_bottom_sub>div {
		width: 100%;
	}

	.link ul li {
		margin-left: 20px;
	}

	.foot_logo {
		/*background-size: 100% 100%;*/
	}

	.foot_type {
		margin-left: 30px;
	}

	.foot_img {
		text-align: center;
	}

	.footer {
		height: auto;
		font-size: 12px;
	}

	.toolbar {
		display: none;
	}

	/*新闻*/
	.max-new {
		display: none;
	}

	.small-new {
		display: block;
	}

	/* 关于我们 */
	.about .left {
		float: none;
		width: calc(100% - 40px);
		padding: 20px;
	}

	.about .right {
		float: none;
		width: calc(100% - 40px);
		padding: 20px;
		box-sizing:border-box;
	}

	.about .right img {
		width: 100%;
	}

	/* 轴承品牌 */
	.brand_cat li {
		width: 49%;
		box-sizing: border-box;
		height: 181px;
		margin-top: 20px;
	}

	.right1 li img {
		margin-top: 0;
	}

	/* 新闻 */
	.small-new .newLeftss {
		width: 100%;
	}

	.small-new .newLeftss p,
	.small-new .newLeftss span {
		float: left;
	}

	.small-new .newLeftss span {
		margin-top: 30px;
		margin-left: 10px;
	}

	.small-new .newLeftss span:last-child {
		float: right;
		margin-right: 20px;
	}

	.small-new .newLeftss {
		height: 81px;
	}

	.small-new .newRights {
		width: calc(100% - 40px);
		margin: 20px;
	}

	/* 实力 */
	.xinghaoleft,
	.shili .left {
		width: calc(100% - 40px);
		margin: 20px;
	}

	.xinghaoright,
	.shili .right {
		width: calc(100% - 40px) !important;
		margin: 20px;
	}

	.inf_lc li {
		width: 49%;
		box-sizing: border-box;
		height: 181px;
		margin-top: 20px;
	}

	.sidebar_list li {
		box-sizing: border-box;
		width: 49%;
		float: left;
		margin-right: 1%;
	}

	.contact-1,
	.contact-1 dd,
	.contact-1 dd p,
	.contact-1 dt {
		width: calc(100% - 40px);
		margin: 20px;
		padding: 0;
	}

	.i_pro_list li {
		height: 150px;
	}

	.contact-1 dt img {
		width: 100%;
	}

	.types-sk {
		overflow-x: auto;
	}

	.types-sk table {
		width: 700px;
	}
}

.section.table,
.slide.table {
	padding-bottom: 30px;
}

.dibu {
	background: #0F58D6;
}

.xinwen {
	background: #eee;
}

.beijing {
	background: url("../img/youshi.jpg");
    padding-top:30px;
}
.logo{
	float:left;
	width:300px;
	background:#0f58d6;
	height:110px;
}
.in_adv{
    position: relative;
    height: 330px;
    width: 100%;
    background: url("../picture/advbg.jpg") no-repeat center top;
}
.in_adv .left{
    width: 560px;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 4.5%;
}
.in_adv .left .fir{
    font-weight: bold;
    font-size:40px;
}
.in_adv .left .sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% 0 5% 0;
}
.in_adv .left .sec span{
    color:#fff;
    font-size:22px;
    letter-spacing: 2px;
}
.in_adv .left .sec i{
    display: inline-block;
    margin:0 15px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}
.in_adv .left .thr{
    width:85%;
    margin:0 auto;
    background: #fff;
    border:1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    overflow: hidden;
}
.in_adv .left .thr .a1{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 6%;
}
.in_adv .left .thr .a1 span{
    display: inline-block;
    margin-left: 16px;
    font-weight: bold;
    font-size:30px;
    color:#0f58d6;
}
.in_adv .left .thr .a2{
    display: inline-block;
    width: 40%;
    text-align:center;
    line-height: 60px;
    border-radius: 40px;
    color:#fff;
    font-size:24px;
    background: #0f58d6;
}
.in_adv .left .thr .a2:hover{
    background: #234995;
}
.in_adv .right{
    position: absolute;
    top:0;
    right:4%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.warpper{
  width:1400px;
  margin:0 auto;
}

.in_company{
    width: 100%;
	overflow:hidden;
    padding:30px 0;
}
.in_company .imgbox{
    float: right;
    width: 50%;
    height: 600px;
}
.in_company .imgbox img{
    object-position: bottom;
	width:700px;
	height:600px;
}
.in_company .text{
    float: left;
    width: 44%;
}
.in_company .text .fir{
    font-weight: bold;
    font-size:46px;
    color:#333333;
}
.in_company .text .fir span{
    color:#0f58d6;
}
.in_company .text .sec{
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #bdc8df;
    display: inline-block;
    margin: 2% 0 6% 0;
    font-weight: bold;
}
.in_company .text .sec span{
    font-weight: 500;
    font-size:14px;
    color:#999999;
    display: inline-block;
    margin-left: 12px;
}
.in_company .text .thr{
    line-height: 30px;
    font-size:16px;
    color:#666666;
    text-align:justify;
}
.in_company .allmore{
    width: 147px;
    margin-top: 4%;
}
.in_company .allmore a{
    justify-content: space-between;
}
.in_company .allmore a .bg{
    left:0;
}
.in_company .allmore:hover{
    width: 190px;
    padding:0 20px;
}
.allmore{
    width: 189px;
    height: 50px;
    background: transparent;
    border-radius: 45px;
    overflow: hidden;
}
.allmore a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.allmore a span{
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin-right: 17px;
    position: relative;
    z-index: 2;
    margin-left: 20px;
}
.allmore a .bg{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f3d4d4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    z-index: 1;
}
.allmore:hover{
    background: #0f58d6;
}
.allmore:hover a span{
    color:#fff;
    margin-left: 9px;
}
.allmore:hover a img{
    filter:brightness(1000%) grayscale(1000%);
}
.allmore:hover a .bg{
    background: #cf5154;
    width: 30px;
    height: 30px;
}
.alltitle{
    text-align:center;
    margin-bottom: 5%;
}
.alltitle .en{
    font-family: Arial;
    font-size:60px;
    color:#e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 52px;
}
.alltitle .fir{
    font-size:40px;
    color:#333333;
    font-weight: bold;
    margin-top: -35px;
}
.alltitle .fir span{
    color:#0f58d6;
}
.alltitle .sec{
    font-size:16px;
    color:#333333;
    margin-top: 25px;
}
.plan_c{width: 80%;margin: 0 auto;min-width: 1200px;}
.plan_c dl{width: 33.333%;float: left;padding-bottom: 100px;position: relative;overflow: hidden;}
.plan_c dt,.plan_c dt img{width: 100%;display: block;overflow: hidden;}
.plan_c dd{width: 100%;height: 100px;position: absolute;left: 0;bottom: 0;background: #fff;box-sizing:border-box;-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;font-size:14px;color: #6e6e6e;z-index: 2;padding:16px 10% 0 7%;}
.plan_c dd h3{display: block;background: url(../images/plan_ico1.png) no-repeat right center;font-size:18px;line-height:42px;color: #333;font-weight: normal;padding-right: 16%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.plan_c dd p{display: none;}
.plan_c dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.plan_c dl:hover dt img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.plan_c dl:hover dd{height: 224px;background: #444b54;color: #fff;font-size: 14px;line-height: 28px;padding-top: 16px;}
.plan_c dl:hover dd p{display: block;}
.plan_c dl:hover dd h3{background: url(../images/plan_ico2.png) no-repeat right center;line-height:46px;color: #fff;}
.inner-company-sec{
	overflow:hidden;
}
.in_news{
    background: #f5f5f5;
    padding:30px 0;
}
.in_news_lunbo .swiper-slide .time{
    margin-bottom: 4%;
}
.in_news_lunbo .swiper-slide .time .t1{
    font-weight: bold;
    color:#0f58d6;
    font-size:40px;
}
.in_news_lunbo .swiper-slide .time .t2{
    color:#666666;
    font-size:20px;
}
.in_news_lunbo .swiper-slide .title{
    font-weight: bold;
    font-size:30px;
    color:#333333;
}
.in_news_lunbo .swiper-slide .con{
    line-height: 27px;
    font-size: 16px;
    color: #666666;
    margin: 4% 0;
}
.in_news_lunbo .swiper-slide .imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.in_news_lunbo .swiper-slide .allmore{
    width: 147px;
    margin-top: 8%;
}
.in_news_lunbo .swiper-slide .allmore a{
    justify-content: space-between;
}
.in_news_lunbo .swiper-slide .allmore a .bg{
    left:0;
}
.in_news_lunbo .swiper-slide .allmore:hover{
    width: 190px;
    padding:0 20px;
}
.in_news_lunbo .swiper-slide .text1{
    position: relative;
    z-index: 1;
}
.in_news_lunbo .swiper-slide .text2{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: 0;
}
.in_news_lunbo .swiper-slide .text2 a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.in_news_lunbo .swiper-slide .text2 a .pic{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left:0;
    top:0;

}
.in_news_lunbo .swiper-slide .text2 a .wenzi{
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom,#0f58d6d6,#0f58d678);
    width: 100%;
    height: 100%;
    padding:12% 9%;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .time .t1{
    color:#fff;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .time .t2{
    color:#fff;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .title{
    color:#fff;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .con{
    color:#fff;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    background: #fff;
    border-radius: 40px;
    height: 50px;
    margin-top: 13%;
}
.in_news_lunbo .swiper-slide .text2 a .wenzi .more span{
    display: inline-block;
    color:#0f58d6;
    font-size:20px;
    letter-spacing: 1px;
    margin-right: 10px;
}
.in_news_lunbo .swiper-slide:hover .text2{
    opacity: 1;
}
.in_news_lunbo .swiper-slide .text2 .time{
    margin-bottom: 17%;
}
.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_con{
	overflow:hidden;
}
.about_con>p{
	float:left;
	width:50%;
}
.alltitle{
    text-align:center;
    margin-bottom: 5%;
}
.alltitle .en{
    font-family: Arial;
    font-size:60px;
    color:#e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 52px;
}
.alltitle .fir{
    font-size:40px;
    color:#333333;
    font-weight: bold;
    margin-top: -35px;
}
.alltitle .fir span{
    color:#0f58d6;
}
.alltitle .sec{
    font-size:16px;
    color:#333333;
    margin-top: 25px;
}

.protype{
    margin-bottom: 2%;
}
.protype .item{
    border:1px solid #e9ecf4;
}
.protype .item .list{
    float: left;
    width: 16.66666%;
    position: relative;
    height: 180px;
    text-align:center;
    border-left:1px solid #e9ecf4;
    overflow: hidden;
}
.protype .item .list:first-child{
    border-left:none;
}
.protype .item .list .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
    opacity: 0;
}
.protype .item .list .text{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 3%;
}
.protype .item .list .text .inner{
    width: 100%;
    margin-top: 20%;
}
.protype .item .list .text .icon{
    width: 100%;
    height: 60px;
    position: relative;
}
.protype .item .list .text .title{
    font-size:16px;
    color:#666666;
    margin-top: 14%;
}
.protype .item .list:hover .bg{
    opacity: 1;
}
.protype .item .list:hover .text .title{
    color:#fff;
}
.protype .item .list:hover .text .icon img{
    filter:brightness(10000%) grayscale(1000%);
}
.pro-item{
   /* padding:0 13%;*/
}
.pro-item .list{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2.5%;
}
.pro-item .list:nth-child(4n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    position: relative;
    overflow: hidden;
    border:1px solid #dcdcdc;
}
.allpro .picbox{
    width: 100%;
    height: 100%;
}
.allpro .picbox .pic{
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
.allpro .picbox .title{
    width: 110px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:4% 0;
    overflow: hidden;
}
.allpro .picbox .title .s1{
    font-size: 22px;
    color: #333333;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin: 0 auto;
    height: 230px;
}

.allpro .picbox .title .s2{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #717171;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
}
.allpro:hover .picbox .title{
    width: 0;
}
.allpro:hover .picbox .pic{
    width: 100%;
}
.allpro .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #0f58d6;
    color:#fff;
    display: flex;
    align-items: center;
    opacity: 0;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}
.allpro .imgbox .meng-inner{
    width: 100%;
    text-align:center;
}
.allpro .imgbox .meng span{
    display: block;
    font-size:22px;
    color:#fff;
}
.allpro .imgbox .meng .more{
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    border-radius: 100%;
    position: relative;
    margin:10% auto 0 auto;
}
.allpro .imgbox .meng .xian{
    position: absolute;
    width: 90%;
    height: 90%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.allpro .imgbox .meng .xiansec{
    position: absolute;
    width: 90%;
    height: 83%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.allpro .imgbox .meng i{
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.allpro .imgbox .meng .i1
,.allpro .imgbox .meng .i2
{
    width: 0;
    height: 2px;
}
.allpro .imgbox .meng .i1{
    top:0;
    left:0;
}
.allpro .imgbox .meng .i2{
    bottom:0;
    right:0;
}
.allpro .imgbox .meng .i3
,.allpro .imgbox .meng .i4{
    width: 2px;
    height: 0;
}
.allpro .imgbox .meng .i3{
    left:0;
    bottom:0;
}
.allpro .imgbox .meng .i4{
    right:0;
    top:0;
}
.allpro:hover .imgbox .meng .i1
,.allpro:hover .imgbox .meng .i2{
    width: 100%;
}
.allpro:hover .imgbox .meng .i3
,.allpro:hover .imgbox .meng .i4{
    height: 100%;
}
.allmore{
    width: 189px;
    height: 50px;
    background: transparent;
    border-radius: 45px;
    overflow: hidden;
}
.allmore a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.allmore a span{
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin-right: 17px;
    position: relative;
    z-index: 2;
    margin-left: 20px;
}
.allmore a .bg{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f3d4d4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    z-index: 1;
}
.allmore:hover{
    background: #0f58d6;
}
.allmore:hover a span{
    color:#fff;
    margin-left: 9px;
}
.allmore:hover a img{
    filter:brightness(1000%) grayscale(1000%);
}
.allmore:hover a .bg{
    background: #cf5154;
    width: 30px;
    height: 30px;
}
.inner-company-fir{
    background: #f4f6fa;
}
.inner-company-fir .con .text{
    float: left;
    width: 48%;
}
.inner-company-fir .con .text .title{
    font-weight: bold;
    font-size:20px;
    color:#333333;
    padding-left:35px;
    margin-bottom: 3%;
    background: url("../images/douhao.png") no-repeat left top;
    text-align: justify;
}
.inner-company-fir .con .text .des{
    font-size: 15px;
    line-height: 33px;
    color: #666666;
    text-align: justify;
}
.inner-company-fir .con .imgbox{
    float: right;
    width: 48%;
    height: 600px;
    position: relative;
}
.inner-company-fir .con .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.inner-company-fir .con .imgbox .pic{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .con .imgbox .but{
    position: absolute;
    width: 260px;
    height: 60px;
    background: #0f58d6;
    bottom:0;
    right: 100%;
    z-index: 2;
}
.inner-company-fir .con .imgbox .swiper-button-next{
    right:9%;
}
.inner-company-fir .con .imgbox .swiper-button-prev{
    left:9%;
}
.inner-company-fir .con .imgbox .but .anniu:after{
    font-size:22px;
}
.inner-company-fir .con .imgbox .swiper-pagination{
    bottom:initial;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size:20px;
    z-index: 1;
}
.inner-company-fir .con .imgbox .swiper-pagination span{
    font-size:16px;
    display: initial;
    margin:0 13px;
}
.inner-company-fir .con .imgbox .swiper-pagination .swiper-pagination-total{
    font-weight: bold;
    font-size:22px;
}
.inner-company-fir .shuzi-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.inner-company-fir .shuzi-item .list{
    width: 30.5%;
    height: 200px;
    background: #fff;
    border-radius: 60px 0 60px 0;
    display: flex;
    align-items: center;

}
.inner-company-fir .shuzi-item .list .inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-company-fir .shuzi-item .list .icon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #0f58d6;
    position: relative;
    margin-right: 40px;
}
.inner-company-fir .shuzi-item .list .icon img{
    filter:brightness(1000%) grayscale(1000%);
}
.inner-company-fir .shuzi-item .list .text .t1{
    display: flex;
    align-items: baseline;
    justify-content:left;
    font-size:60px;
    color:#0f58d6;
    font-weight: bold;
}
.inner-company-fir .shuzi-item .list .text .t2{
    font-size:16px;
    color:#333333;
}
.inner-company-fir .shuzi-item .list:hover{
    background: #0f58d6;
}
.inner-company-fir .shuzi-item .list:hover .icon{
    background: #fff;
}
.inner-company-fir .shuzi-item .list:hover .icon img{
    filter:inherit;
}
.inner-company-fir .shuzi-item .list:hover .text .t1{
    color:#fff;
}
.right{
	overflow:hidden;
}
.inner-company-fir .shuzi-item .list:hover .text .t2{
    color:#fff;
}
.inner-company-sec .item{
    height: 470px;
    border:1px solid #dcdcdc;
}
.inner-company-sec .item .list{
    width: 20%;
    height: 100%;
    float: left;
    border-right:1px solid #dcdcdc;
}
.inner-company-sec .item .list:last-child{
    border-right:none;
}
.inner-company-sec .item .list .con{
    height: 100%;
}
.inner-company-sec .item .list.act{
    width: 60%;
}
.inner-company-sec .item .list .imgbox{
    width: 0;
    height: 100%;
    float: left;
    overflow: hidden;
    display: none;
}
.inner-company-sec .item .list.act .imgbox{
    width: 70%;
    display: block;
}
.inner-company-sec .item .list .text{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .item .list.act .text{
    width: 30%;
}
.inner-company-sec .item .list .text .pic{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-company-sec .item .list .text .pic img{

}
.inner-company-sec .item .list .text .wenxi{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    text-align:center;
    background: rgba(255,255,255,0.72);
}
.inner-company-sec .item .list .text .wenxi .inner{
    width: 100%;
    padding:0 3%;
}
.inner-company-sec .item .list .text .wenxi .title{
    font-size:30px;
    font-weight: bold;
    color:#333333;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 57%;
}
.inner-company-sec .item .list .text .wenxi .title:after{
    content:"";
    position: absolute;
    left:2px;
    bottom:-4px;
    background: #333333;
    width: 30px;
    height: 3px;
}
.inner-company-sec .item .list .text .wenxi .icon{
    width: 80px;
    height: 70px;
    margin:0 auto;
    position: relative;
}
.inner-company-sec .item .list .text .wenxi .icon .img2{
    opacity: 0;
}
.inner-company-sec .item .list.act .text .wenxi{
    background: #0f58d6;
}
.inner-company-sec .item .list.act .text .wenxi .title:after{
    display: none;
}
.inner-company-sec .item .list.act .text .wenxi .title{
    color:#fff;
    margin-bottom: 22%;
}
.inner-company-sec .item .list.act .text .wenxi .icon .img2{
    opacity: 1;
}
.inner-company-sec .item .list.act .text .wenxi .icon .img1{
    opacity: 0;
}
.inner-company-thr .factlunbo .swiper-slide .imgbox{
    width: 100%;
    height: 432px;
    position: relative;
    overflow: hidden;
}
.inner-company-thr .factlunbo .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-company-thr .factlunbo .swiper-button-next{
    right: 0;
}
.inner-company-thr .factlunbo .swiper-button-prev{
    left: 0;
}
.inner-company-thr .factlunbo .but_fang{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-company-thr .factlunbo .swiper-slide .imgbox .shuzi{
    width: 48px;
    line-height: 48px;
    background: #fff;
    position: absolute;
    right:0;
    bottom:0;
    font-size:30px;
    color:#0f58d6;
    z-index: 2;
    font-style: italic;
    font-weight: bold;
    text-align:center;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.alltitle{
    text-align:center;
    margin-bottom: 5%;
    margin-top:40px;
}
.alltitle .en{
    font-family: Arial;
    font-size:60px;
    color:#e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 52px;
}
.alltitle .fir{
    font-size:40px;
    color:#333333;
    font-weight: bold;
    margin-top: -35px;
}
.alltitle .fir span{
    color:#0f58d6;
}
.alltitle .sec{
    font-size:16px;
    color:#333333;
    margin-top: 25px;
}

.protype{
    margin-bottom: 2%;
}
.protype .item{
    border:1px solid #e9ecf4;
}
.protype .item .list{
    float: left;
    width: 16.66666%;
    position: relative;
    height: 180px;
    text-align:center;
    border-left:1px solid #e9ecf4;
    overflow: hidden;
}
.protype .item .list:first-child{
    border-left:none;
}
.protype .item .list .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
    opacity: 0;
}
.protype .item .list .text{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 3%;
}
.protype .item .list .text .inner{
    width: 100%;
    margin-top: 20%;
}
.protype .item .list .text .icon{
    width: 100%;
    height: 60px;
    position: relative;
}
.protype .item .list .text .title{
    font-size:16px;
    color:#666666;
    margin-top: 14%;
}
.protype .item .list:hover .bg{
    opacity: 1;
}
.protype .item .list:hover .text .title{
    color:#fff;
}
.protype .item .list:hover .text .icon img{
    filter:brightness(10000%) grayscale(1000%);
}
.inner-company-fir{
    background: #f4f6fa;
}
.inner-company-fir .con .text{
    float: left;
    width: 48%;
}
.inner-company-fir .con .text .title{
    font-weight: bold;
    font-size:20px;
    color:#333333;
    padding-left:35px;
    margin-bottom: 3%;
    background: url("../images/douhao.png") no-repeat left top;
    text-align: justify;
}
.inner-company-fir .con .text .des{
    font-size: 15px;
    line-height: 33px;
    color: #666666;
    text-align: justify;
}
.inner-company-fir .con .imgbox{
    float: right;
    width: 48%;
    height: 600px;
    position: relative;
}
.inner-company-fir .con .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.inner-company-fir .con .imgbox .pic{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .con .imgbox .but{
    position: absolute;
    width: 260px;
    height: 60px;
    background: #0f58d6;
    bottom:0;
    right: 100%;
    z-index: 2;
}
.inner-company-fir .con .imgbox .swiper-button-next{
    right:9%;
}
.inner-company-fir .con .imgbox .swiper-button-prev{
    left:9%;
}
.inner-company-fir .con .imgbox .but .anniu:after{
    font-size:22px;
}
.inner-company-fir .con .imgbox .swiper-pagination{
    bottom:initial;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size:20px;
    z-index: 1;
}
.inner-company-fir .con .imgbox .swiper-pagination span{
    font-size:16px;
    display: initial;
    margin:0 13px;
}
.inner-company-fir .con .imgbox .swiper-pagination .swiper-pagination-total{
    font-weight: bold;
    font-size:22px;
}
.inner-company-fir .shuzi-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.inner-company-fir .shuzi-item .list{
    width: 30.5%;
    height: 200px;
    background: #fff;
    border-radius: 60px 0 60px 0;
    display: flex;
    align-items: center;

}
.inner-company-fir .shuzi-item .list .inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-company-fir .shuzi-item .list .icon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #0f58d6;
    position: relative;
    margin-right: 40px;
}
.inner-company-fir .shuzi-item .list .icon img{
    filter:brightness(1000%) grayscale(1000%);
}
.inner-company-fir .shuzi-item .list .text .t1{
    display: flex;
    align-items: baseline;
    justify-content:left;
    font-size:60px;
    color:#0f58d6;
    font-weight: bold;
}
.inner-company-fir .shuzi-item .list .text .t2{
    font-size:16px;
    color:#333333;
}
.inner-company-fir .shuzi-item .list:hover{
    background: #0f58d6;
}
.inner-company-fir .shuzi-item .list:hover .icon{
    background: #fff;
}
.inner-company-fir .shuzi-item .list:hover .icon img{
    filter:inherit;
}
.inner-company-fir .shuzi-item .list:hover .text .t1{
    color:#fff;
}
.inner-company-fir .shuzi-item .list:hover .text .t2{
    color:#fff;
}
.inner-company-sec .item{
    height: 470px;
    border:1px solid #dcdcdc;
}
.inner-company-sec .item .list{
    width: 20%;
    height: 100%;
    float: left;
    border-right:1px solid #dcdcdc;
	box-sizing:border-box;
	transtion:1s;
	cursor: pointer;
}
.inner-company-sec .item .list:last-child{
    border-right:none;
}
.inner-company-sec .item .list .con{
    height: 100%;
}
.inner-company-sec .item .list:hover{
    width: 60%;
	transition:1s;
}
.inner-company-sec .item .list .imgbox{
    width: 0;
    height: 100%;
    float: left;
    overflow: hidden;
    display: none;
}
.inner-company-sec .item .list:hover .imgbox{
    width: 70%;
    display: block;
}
.inner-company-sec .item .list .text{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .item .list:hover .text{
    width: 30%;
}
.inner-company-sec .item .list .text .pic{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-company-sec .item .list .text .pic img{

}
.inner-company-sec .item .list .text .wenxi{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    text-align:center;
    background: rgba(255,255,255,0.72);
}
.inner-company-sec .item .list .text .wenxi .inner{
    width: 100%;
    padding:0 3%;
}
.inner-company-sec .item .list .text .wenxi .title{
    font-size:30px;
    font-weight: bold;
    color:#333333;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 57%;
}
.inner-company-sec .item .list .text .wenxi .title:after{
    content:"";
    position: absolute;
    left:2px;
    bottom:-4px;
    background: #333333;
    width: 30px;
    height: 3px;
}
.inner-company-sec .item .list .text .wenxi .icon{
    width: 80px;
    height: 70px;
    margin:0 auto;
    position: relative;
}
.inner-company-sec .item .list .text .wenxi .icon .img2{
    opacity: 0;
}
.inner-company-sec .item .list:hover .text .wenxi{
    background: #0f58d6;
}
.inner-company-sec .item .list:hover .text .wenxi .title:after{
    display: none;
}
.inner-company-sec .item .list:hover .text .wenxi .title{
    color:#fff;
    margin-bottom: 22%;
}
.inner-company-sec .item .list:hover .text .wenxi .icon .img2{
    opacity: 1;
}
.inner-company-sec .item .list:hover .text .wenxi .icon .img1{
    opacity: 0;
}
.inner-company-thr .factlunbo .swiper-slide .imgbox{
    width: 100%;
    height: 432px;
    position: relative;
    overflow: hidden;
}
.inner-company-thr .factlunbo .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-company-thr .factlunbo .swiper-button-next{
    right: 0;
}
.inner-company-thr .factlunbo .swiper-button-prev{
    left: 0;
}
.inner-company-thr .factlunbo .but_fang{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-company-thr .factlunbo .swiper-slide .imgbox .shuzi{
    width: 48px;
    line-height: 48px;
    background: #fff;
    position: absolute;
    right:0;
    bottom:0;
    font-size:30px;
    color:#0f58d6;
    z-index: 2;
    font-style: italic;
    font-weight: bold;
    text-align:center;
}
.types-sk table tr:first-child th{
	background:#ddd;
}
.inner-company-sec{
	width:1440px;
	margin:auto;
    padding:30px;
}
@media (max-width: 720px) {
	.xinwen{
		padding:10px;
	}
	.warpper{
		width:100%;
	}
	.in_adv .left{
		width:100%;
		overflow:hidden;
	}
	.floor-content li{
		width:calc(50% - 20px);
		margin-right:40px;
		text-align:left;
	}
	.floor-content li:nth-child(2n){
		margin-right:0;
	}
	.in_adv .left .fir{
		font-size:20px;
		margin-top:20px;
	}
	.in_adv .left .thr .a1 span{
		font-size:16px;
	}
	.in_company .text{
		width:100%;
	}
	.in_company .imgbox{
		width:100%;
	}
	.plan_c dl{
		width:100%;
	}
	.plan_c{
		min-width:100%;
	}
	.about{
		width:100%;
	}
	.inner-company-fir .con .text{
		width:100%;
	}
	.inner-company-fir .con .imgbox{
		width:100%;
	}
	.inner-company-sec{
		width:100%;
		padding:0;
	}
	.alltitle .en{
		font-size:40px;
	}
	.i_bottom1{
		overflow:hidden;
	}
	.pro-item .list{
		width:48.5%;
	}
	.pro-item .list:nth-child(2n){
		margin-right:0;
	}
    .in_company .imgbox img{
    object-position: bottom;
        width:100%;
        height:209px;
    }
    .in_company .imgbox{
        float: right;
        width: 50%;    
    }
}