@charset "utf-8";
/*!+----------------------------------------------------------------------
 * | Uimom v1.2 (2017-05)
 * +----------------------------------------------------------------------
 * | Copyright 2008-2017 uimom.com All rights reserved.
 * +----------------------------------------------------------------------
 * | Author: Panil <45650368@qq.com>
 * +----------------------------------------------------------------------
 */

/* ------------------------------------
 * 瀵艰埅
 * ------------------------------------
 */
.uim-header{
	width: 100%;
	height: 80px;
	display: block;
	background-color: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 198;
}
.uim-header.fixed{
	background-color: rgba(0,0,0,.5);
}
.uim-logo{
	width: 200px;
	height: 65px;
	line-height: 65px;
	float: left;
	padding: 20px 0 5px 120px;
}
.uim-logo a{
	height: 65px;
	line-height: 65px;
	display: block;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.uim-logo a.white{background-image: url(../images/logo.png);}

/*nav*/
.uim-nav-wrap{
	height: 70px;
	line-height: 70px;
	float: right;
	color: #fff;
	position: relative;
}
.uim-nav-wrap nav{float: left;}
.uim-nav-wrap nav ul li:first-child{display: none;}
.uim-nav-wrap nav ul li{
	padding: 0 25px;
	overflow: hidden;
	float: left;
}
.uim-nav-wrap nav ul li a{
	display: block;
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.uim-nav-wrap nav ul li a:after{
	width: 0;
	height: 1px;
	content: '\20';
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 18px;
}
.uim-nav-wrap nav ul li a.current:after{
	width: 100%;
	left: 0;
}
.uim-nav-wrap nav ul li a:hover{color: #eee;}
.uim-nav-phone{
	float: right;
	overflow: hidden;
	font-size: 1.1rem;
	padding: 0 30px 0 10px;
}
.uim-nav-phone i{
	width: 50px;
	height: 70px;
	float: left;
	background-image: url(../images/phone.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}

/* ------------------------------------
 * banner
 * ------------------------------------
 */
.uim-banner{
	height: 550px;
	overflow: hidden;
	position: relative;
}
.uim-banner a{
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.uim-banner .pagination{
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 2;
}
.uim-banner .swiper-pagination-switch{
	width: 12px;
	height: 6px;
	display: inline-block;
	background-color: rgba(255,255,255,.5);
	margin: 0 2px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.uim-banner .swiper-active-switch{
	width: 26px;
	background-color: rgba(255,0,0,.95);
}

/* ------------------------------------
 * 鏍囬
 * ------------------------------------
 */
.uim-title-yj{
	padding: 80px 0 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uim-title-yj h2{
	padding-bottom: 15px;
	overflow: hidden;
	font-size: 1.7rem;
}
.uim-title-yj p{
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 50%;
	bottom: -12px;
}
.uim-title-yj span{
	height: 25px;
	font-weight: 100;
	color: #aaa;
	background: #f7f7f7;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	position: relative;
	left: -50%;
}

/* ------------------------------------
 * about
 * ------------------------------------
 */
.uim-about-3d{
	overflow: hidden;
}
.uim-about-3d ul{
	padding: 30px 0 50px;
	overflow: hidden;
}
.uim-about-3d li{
	width: 33.333333%;
	float: left;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uim-about-3d li:after{
	width: 0;
	height: 100%;
	content: '\20';
	border-right: 1px solid #e8e8e8;
	position: absolute;
	top: 140px;
	right: 0;
	bottom: 100px;
}
.uim-about-3d li:last-child:after{display: none;}
.uim-about-3d li i{
	height: 110px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.uim-about-3d li i.a31{background-image: url(../images/about_cz.png);}
.uim-about-3d li i.a32{background-image: url(../images/about_td.png);}
.uim-about-3d li i.a33{background-image: url(../images/about_jh.png);}
.uim-about-3d li:hover i{margin-top: -10px;}
.uim-about-3d li:hover i.a31{background-image: url(../images/about_cz_hover.png);}
.uim-about-3d li:hover i.a32{background-image: url(../images/about_td_hover.png);}
.uim-about-3d li:hover i.a33{background-image: url(../images/about_jh_hover.png);}
.uim-about-3d li h3{
	height: 60px;
	line-height: 60px;
	font-size: 1.5rem;
}
.uim-about-3d li p{
	line-height: 180%;
	padding: 0 50px;
	overflow: hidden;
	font-size: 15px;
}
.uim-about-us{
	overflow: hidden;
	padding: 50px 0;
	background-image: url(../images/gz_ab.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.uim-about-us .us-text{
	width: calc(100% - 500px);
	line-height: 190%;
	float: left;
	font-size: 16px;
	padding-top: 40px;
}
.uim-about-us .us-text b{
	font-size: 17px;
}
.uim-about-us .us-photo{
	width: 500px;
	float: right;
	text-align: center;
}
.uim-about-us .us-photo img{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

/* ------------------------------------
 * 鑱旂郴
 * ------------------------------------
 */
.uim-contact{
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.uim-contact-map{
	width: 50%;
	height: 400px;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.uim-contact-add{
	width: 50%;
	padding-left: 25px;
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uim-contact-add h1{
	height: 50px;
	line-height: 50px;
	font-size: 1.3rem;
}
.uim-contact-add .list{
	overflow: hidden;
}
.uim-contact-add .list li{
	line-height: 25px;
	padding: 10px 0;
	overflow: hidden;
}
.uim-contact-add .list li i{
	width: 30px;
	height: 25px;
	display: block;
	overflow: hidden;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.uim-contact-add .list li i.c1{background-image: url(../images/contact_1.png) }
.uim-contact-add .list li i.c2{background-image: url(../images/contact_2.png);}
.uim-contact-add .list li i.c3{background-image: url(../images/contact_3.png);}
.uim-contact-add .list li i.c4{background-image: url(../images/contact_4.png);}
.uim-contact-add .list li div{
	width: calc(100% - 35px);
	overflow: hidden;
	float: left;
	margin-left: 5px;
	display: block;
}
.uim-contact-add .list li p{
	overflow: hidden;
	padding-bottom: 10px;
}
.uim-contact-add .list li p:last-child{padding: 0;}

/* ------------------------------------
 * 鍔犲叆
 * ------------------------------------
 */
.uim-join-us{
	padding: 30px 0 80px;
	overflow: hidden;
}
.uim-join-us .text-1{
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	font-size: 1rem;
}
.uim-join-us .list-1{
	padding-top: 30px;
}
.uim-join-us .swiper-container{
	width: 100%;
	height: 330px;
	position: relative;
	overflow: hidden;
}
.uim-join-us .swiper-wrapper{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.uim-join-us .swiper-slide{
	width: 285px;
	overflow: hidden;
	float: left;
	padding-right: 20px;
	position: relative;
}
.uim-join-us .swiper-slide:last-child{padding-right: 0;}
.uim-join-us .swiper-slide .job-inner{
	height: 280px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uim-join-us .swiper-slide h3{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 1.2rem;
	border-bottom: 1px solid #eee;
}
.uim-join-us .swiper-slide p{
	height: 20px;
	line-height: 20px;
	padding: 15px 0 0;
	overflow: hidden;
	color: #aaa;
}
.uim-join-us .pagination{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.uim-join-us .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ddd;
	margin: 0 3px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.uim-join-us .swiper-visible-switch{
	background: #333;
}
.uim-join-us .swiper-active-switch{
	background: #f90;
}

/*job view*/
.uim-join-view{
	text-align: left !important;
	font-size: 14px !important;
}
.uim-join-view .title-1{
	line-height: 1.2rem;
	padding: 10px 0 15px;
	font-size: 1rem;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.uim-join-view .list-1{
	padding: 15px 0;
	overflow: hidden;
}
.uim-join-view .list-1 li{
	width: 50%;
	line-height: 20px;
	color: #888;
	padding: 10px 0;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.uim-join-view .list-1 li.addr{
	width: 100%;
	float: none;
}
.uim-join-view .title-2{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.uim-join-view .text-1{
	line-height: 180%;
	font-size: 14px;
	overflow: hidden;
	padding: 15px 0;
}
.uim-join-view .join-button-box{
	padding: 10px;
	text-align: center;
}

/* ------------------------------------
 * 杩斿洖椤堕儴
 * ------------------------------------
 */
.uim-back-top{
	display: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
	background-image: url(../image/back_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1987;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* ------------------------------------
 * 搴曢儴
 * ------------------------------------
 */
.uim-footer{
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	font-family: arial;
}

/* ------------------------------------
 * 閰嶈壊
 * ------------------------------------
 */
.t-c1{color: #333;}
.t-c2{color: #000;}
.t-c3{color: #f00;}

/*灏忓睆*/
@media screen and (max-width: 1200px){
	.uim-content{width: 1000px;}
	
	/*banner*/
	.uim-banner{height: 500px;}
	
	.uim-join-us .swiper-slide{
		width: 238px;
		padding-right: 16px;
	}
}

/*pad绔�*/
@media screen and (max-width: 1002px) and (min-width: 760px){
	.uim-content{width: 100%;}
	.uim-logo{padding-left: 20px;}
	/*nav*/
	.uim-nav-wrap nav ul li{padding: 0 18px;}
	.uim-nav-wrap nav ul li a{font-size: 1.2rem;}
	.uim-nav-phone{padding: 0 10px 0 5px;}
	/*banner*/
	.uim-banner{height: 450px;}
	
	/*about*/
	.uim-about-3d ul{padding: 30px 0;}
	.uim-about-3d li i{background-size: auto 90%;}
	.uim-about-3d li p{padding: 0 25px;font-size: 1rem;}
	.uim-about-us{padding: 30px 10px;}
	.uim-about-us .us-text{width: calc(100% - 350px);}
	.uim-about-us .us-photo{width: 350px;}
	.uim-about-us .us-photo img{width: 95%;display: inline-block;}
	
	/*contact*/
	.uim-contact{padding: 30px 0 0;}
	.uim-contact-map{
		width: 100%;
		height: 350px;
		float: none;
	}
	.uim-contact-add{
		width: 100%;
		padding: 20px;
		float: none;
	}
	
	/*join us*/
	.uim-join-us{padding: 30px 0 50px;}
	.uim-join-us .swiper-wrapper{
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	.uim-join-us .swiper-slide{
		width: 246px;
		overflow: hidden;
		float: left;
		padding-right: 15px;
		position: relative;
	}
}

/*鎵嬫満妯�*/
@media screen and (max-width: 758px) and (min-width: 470px){
	.uim-content{width: 100%;}
	.uim-header{
		height: 58px;
		background-color: rgba(0,0,0,.3);	
	}
	.uim-header.fixed{background: auto;}
	.uim-logo{
		width: 50%;
		height: 38px;
		line-height: 38px;
		padding: 10px 0 10px 10px;
	}
	.uim-logo a{
		height: 38px;
		line-height: 38px;
		background-image: url(../image/logo_m.png);
		background-size: auto 100%;
	}
	.uim-logo a.white{background: auto;}
	/**/
	.uim-nav-wrap{
		height: 58px;
		line-height: 58px;
	}
	.uim-nav-wrap nav{
		height: 58px;
		float: right;
		position: relative;
	}
	.uim-nav-wrap nav ul{
		width: 8rem;
		height: 58px;
		display: block;
		float: right;
	}
	.uim-nav-wrap nav ul li:first-child{
		width: 58px !important;
		height: 58px !important;
		float: right !important;
		display: block !important;
		border: 0 !important;
		background: none !important;
		position: relative;
		z-index: 19870228;
	}
	.uim-nav-wrap nav ul li:first-child i{
		width: 34px;
		height: 1px;
		background: #fff;
		overflow: hidden;
		display: block;
		margin-top: -0.5px;
		position: absolute;
		top: 50%;
		left: calc(50% - 17px);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.uim-nav-wrap nav ul li:first-child i:nth-child(1){top: 30%;}
	.uim-nav-wrap nav ul li:first-child i:nth-child(2){top: 50%;}
	.uim-nav-wrap nav ul li:first-child i:nth-child(3){top: 70%;}
	.uim-nav-wrap nav ul li{
		display: none;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0;
		float: none !important;
		clear: both !important;
		background-color: rgba(0,0,0,.8);
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.uim-nav-wrap nav ul li:last-child{border: 0 !important;}
	.uim-nav-wrap nav ul li a{font-size: 1.2rem;}
	.uim-nav-wrap nav ul li a:after{display: none !important;}
	/**/
	.uim-nav-wrap nav ul:hover > li,
	.uim-nav-wrap nav ul:focus > li,
	.uim-nav-wrap nav ul:active > li{
		display: block !important;
	}
	/**/
	.uim-nav-wrap nav ul:hover > li:first-child,
	.uim-nav-wrap nav ul:focus > li:first-child,
	.uim-nav-wrap nav ul:active > li:first-child{
		background-color: rgba(0,0,0,.6) !important;
	}
	/**/
	/*.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(1){
		height: 2px;
		top: 50% !important;
		-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(2){left: 150%;}
	.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(3){
		height: 2px;
		top: 50% !important;
		-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}*/
	.uim-nav-phone{display: none;}
	
	/*banner*/
	.uim-banner{height: 320px;}
	
	/*about*/
	.uim-about-3d ul{padding: 30px 0 0;}
	.uim-about-3d li{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.uim-about-3d li:after{display: none;}
	.uim-about-3d li i{background-size: auto 90%;}
	.uim-about-3d li p{
		padding: 0 10px;
		font-size: 1rem;
	}
	.uim-about-us{
		padding: 20px 0 0;
		background-image: none;
	}
	.uim-about-us .us-text{
		width: auto;
		padding: 0 10px;
		float: none;
	}
	.uim-about-us .us-photo{display: none;}
	
	/*contact*/
	.uim-contact{padding: 30px 0 0;}
	.uim-contact-map{
		width: 100%;
		height: 350px;
		float: none;
	}
	.uim-contact-add{
		width: 100%;
		padding: 10px;
		float: none;
	}
	
	/*join us*/
	.uim-join-us{padding: 30px 0 50px;}
	.uim-join-us .swiper-slide{
		width: 300px;
		padding-right: 10px;
	}
	
	/**/
	.uim-join-view .list-1 li{
		width: 100%;
		float: none;
		font-size: 15px;
	}
	/**/
	.uim-page-wrap{max-height: 300px;}
	
	/*footer*/
	.uim-footer{padding: 12px 0;}
}

/*鎵嬫満绔�*/
@media screen and (max-width: 470px){
	.uim-content{width: 100%;}
	.uim-header{
		height: 58px;
		background-color: rgba(0,0,0,.3);
	}
	.uim-header.fixed{background: auto;}
	.uim-logo{
		width: 50%;
		height: 38px;
		line-height: 38px;
		padding: 10px 0 10px 10px;
	}
	.uim-logo a{
		height: 38px;
		line-height: 38px;
		background-image: url(../image/logo_m.png);
		background-size: auto 100%;
	}
	.uim-logo a.white{background: auto;}
	/**/
	.uim-nav-wrap{
		height: 58px;
		line-height: 58px;
	}
	.uim-nav-wrap nav{
		height: 58px;
		float: right;
		position: relative;
	}
	.uim-nav-wrap nav ul{
		width: 8rem;
		height: 58px;
		display: block;
		float: right;
	}
	.uim-nav-wrap nav ul li:first-child{
		width: 58px !important;
		height: 58px !important;
		float: right !important;
		display: block !important;
		border: 0 !important;
		background: none !important;
		position: relative;
		z-index: 19870228;
	}
	.uim-nav-wrap nav ul li:first-child i{
		width: 34px;
		height: 1px;
		background: #fff;
		overflow: hidden;
		display: block;
		margin-top: -0.5px;
		position: absolute;
		top: 50%;
		left: calc(50% - 17px);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.uim-nav-wrap nav ul li:first-child i:nth-child(1){top: 30%;}
	.uim-nav-wrap nav ul li:first-child i:nth-child(2){top: 50%;}
	.uim-nav-wrap nav ul li:first-child i:nth-child(3){top: 70%;}
	.uim-nav-wrap nav ul li{
		display: none;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		padding: 0;
		float: none !important;
		clear: both !important;
		background-color: rgba(0,0,0,.8);
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.uim-nav-wrap nav ul li:last-child{border: 0 !important;}
	.uim-nav-wrap nav ul li a{font-size: 1.2rem;}
	.uim-nav-wrap nav ul li a:after{display: none !important;}
	/**/
	.uim-nav-wrap nav ul:hover > li,
	.uim-nav-wrap nav ul:focus > li,
	.uim-nav-wrap nav ul:active > li{
		display: block !important;
	}
	/**/
	.uim-nav-wrap nav ul:hover > li:first-child,
	.uim-nav-wrap nav ul:focus > li:first-child,
	.uim-nav-wrap nav ul:active > li:first-child{
		background-color: rgba(0,0,0,.6) !important;
	}
	/**/
	/*.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(1){
		height: 2px;
		top: 50% !important;
		-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(2){left: 150%;}
	.uim-nav-wrap nav ul:hover > li:first-child i:nth-child(3){
		height: 2px;
		top: 50% !important;
		-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
	}*/
	.uim-nav-phone{display: none;}

	/*banner*/
	.uim-banner{height: 250px;}
	
	/*about*/
	.uim-about-3d ul{padding: 30px 0 0;}
	.uim-about-3d li{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.uim-about-3d li:after{display: none;}
	.uim-about-3d li i{background-size: auto 90%;}
	.uim-about-3d li p{
		padding: 0 10px;
		font-size: 1rem;
	}
	.uim-about-us{
		padding: 20px 0;
		background-image: none;
	}
	.uim-about-us .us-text{
		width: auto;
		padding: 0 10px;
		float: none;
	}
	.uim-about-us .us-photo{
		width: 100%;
		float: none;
		text-align: center;
	}
	.uim-about-us .us-photo img{
		width: 90%;
		display: inline-block;
	}
	
	/*contact*/
	.uim-contact{padding: 30px 0 0;}
	.uim-contact-map{
		width: 100%;
		height: 350px;
		float: none;
	}
	.uim-contact-add{
		width: 100%;
		padding: 10px;
		float: none;
	}
	
	/*join us*/
	.uim-join-us{
		padding: 30px 0 50px;
	}
	.uim-join-us .swiper-container{
		width: 320px;
		height: 330px;
		position: relative;
		overflow: hidden;
	}
	.uim-join-us .swiper-wrapper{
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	.uim-join-us .swiper-slide{
		width: 320px;
		padding: 0;
	}
	.uim-join-us .swiper-slide p{font-size: 1rem;}
	
	/**/
	.uim-join-view .list-1 li{
		width: 100%;
		float: none;
		font-size: 15px;
	}
	/**/
	.uim-page-wrap{max-height: 450px;}
	
	/*footer*/
	.uim-footer{padding: 12px 0;}
}