body, html, button, dd, div, dl, dt, ul, li, form, iframe, input, ol, p, select, table, td, th, tr, textarea, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body, html {
    width: 100%;
    height: 100%;

}

body {
    zoom: 1;
    background: #fff;
    font-family: Arial, "微软雅黑";
    color: #333;

}

img {
    border: 0 none;
    vertical-align: middle
}

li, ol, ul {
    list-style: none
}

body, button, input, select, textarea {
    font-size: 12px;
    overflow-x: hidden
}

table, td, th, tr {
    border: 0 none;
    vertical-align: middle;
    border-collapse: collapse
}

button {
    cursor: pointer
}

address, cite, em, i {
    font-style: normal
}

a {
    text-decoration: none;
    outline: 0;
    color: #333;
    blr: expression(this.onFocus=this.blur());outline-style:none;
}
input {
	blr: expression(this.onFocus=this.blur());outline-style:none;
}

.fl {
    float: left
}

.fr {
    float: right;
}

a:link {
    text-decoration: none;
    cursor: pointer
}

a:active, a:hover {
    text-decoration: none;
    color: #193681;
}

.head_pc {
	width: 100%; 
	height: 90px;
	padding: 20px 0;
}
.head_pc .container {
	display: flex;
	padding-left:0;
	padding-right:0;
}
.head_pc .logo {
	width: 140px;
	height: 50px;
}
.head_pc .nav {
	margin-left:70px;
	margin-top: 10px;
	margin-right: 20px;
}
.head_pc .nav ul li {
	display:inline-block;
	margin: 0 15px;
	position: relative;
}
.head_pc .nav ul li .nav_a {
	font-size: 20px;
	color: #373738;
	padding-bottom: 30px;
	display: block;
}
.head_pc .nav ul li .nav_a:hover,.head_pc .nav ul li .nav_a.current,.head_pc .nav ul li:hover .nav_a {
	color:#0753a0;
	border-bottom: 2px solid #0753a0;
}
.head_pc .nav ul li .menu { 
	display: none;
	position: absolute;
	left: -30px;
	top: 60px;
	width: 145px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 5px 5px #ccc 10px;
	z-index: 100;
}
.head_pc .nav ul li .menu span,.head_pc .nav ul li .menu a {
	color: #666666;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.5s;
}
.head_pc .nav ul li .menu span:hover,.head_pc .nav ul li .menu a:hover{
	background: #0753a0;
	color: #fff;
}
.head_pc .helpline {
	width: 240px;
	height: 40px;
	background:#f2f2f2;
	line-height: 40px;
	border-radius: 20px 0 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.head_pc .helpline .font {
	color:#666px;
	font-size: 15px;
}
.head_pc .helpline .fgx {
	display:block;
	background: url(../image/helpline_fgx.png) no-repeat;
	width: 2px;
	height: 25px;
	margin: 0 10px;
}
.head_pc .helpline .line {
	color:#eb5d19;
	font-size: 20px;
}
.head_iphone {
	display:none;
}

.service {
	width:100%;
	background: #fff;
	padding: 70px 0;
}
.index_title {	
	width: 90%;
	margin: 0 5%;
	height: 54px;
	text-align: center;
}
.index_title h2 {
	font-size:25px;
	display: block;
	padding-bottom: 7px;
}
.index_title span {
	font-size: 14px;
	padding-top: 10px;
}
.index_title.blue {
	background: url(../image/t_bg_grey.png) repeat-x;
	background-size: 100% 100%;
}
.index_title.blue h2 {
	color: #323333;
	background: url(../image/blue.png) no-repeat bottom center;
}
.index_title.blue span {
	color:#999;
}
.index_title.orange {
	background: url(../image/t_bg_white.png) repeat-x;
	background-size: 100% 100%;	
}
.index_title.orange h2 {
	color:#fff;
	background: url(../image/orange.png) no-repeat bottom center;
}
.index_title.orange span {
	color:#fff;
}
.service .list {
	text-align: center;
	margin-top: 80px;
	transition: all 0.5s;
}
.service .list .biao {
	width: 130px;
	height: 130px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-align: center;
	padding-top: 28px;
	display: inline-block;
}
.service .list .biao img {
	width:75px;
	height: 65px;
	display: inline-block;
	transform: rotate(0);
	transition: all 0.5s;
}
.service .list .title {
	color: #333333;
	font-size: 18px;
	margin-top: 20px; 
	margin-bottom: 10px;
	display: block;
	transform:translateX(0);
	transition: all 0.5s;
}
.service .list .disp {
	color:#999;
	font-size: 15px;
	width: 90%;
	margin: 0 5%;
	line-height: 25px;
}
.service .list.current .biao img {
	transform:rotate(360deg);
}
.service .list.current .title {
	transform:translateX(10px);	
	color: #0753a0;
}

.cases {
	background:url(../image/cases_bg.jpg) no-repeat center;
	background-size:100% 100%;
	width: 100%;
	padding: 70px 0;
}
.cases .list {
	margin-top:60px;
	position: relative;
	width: 100%;
}
.cases .list .every {
	background:#fff;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	margin:0 20px;
	text-align: center;
	transition: all 0.5s;
}
.cases .list .every .pic {
	width: 100%;
	height: 255px;
	overflow:hidden;
}
.cases .list .every .pic img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.cases .list .every .title {
	color: #323333;
	font-size: 18px;
	margin: 10px;
	height: 22px;
	overflow: hidden;
	display: block;
	text-align: left;
	transition: all 0.5s;
}
.cases .list .every .disp {
	color: #999;
	font-size: 15px;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	margin: 0 10px;
	text-align: left;
}
.cases .list .every .more {
	line-height: 40px;
	display: inline-block;
	width: 140px;
	height: 40px;
	color: #666;
	font-size: 16px;
	border: 1px solid #dedede;
	border-radius: 3px;
	text-align: center;
	margin: 15px auto;
	transition:  all 0.5s;
}
.cases .list .every.current {
	background:#f9f9f9;	
}
.cases .list .every.current .pic img {
	transform: scale(1.1,1.1);
}
.cases .list .every.current .title {
	color:#0753a0;
	transform: translateX(10px);
}
.cases .list .every.current .more {
	background: #0753a0;
	color: #fff;
	border: none;
}
.cases .list .customNavigation {
	width: 100%;
}
.cases .list .customNavigation .prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display:block;
	background: url(../image/icon_prev.png) no-repeat;
	background-size:100% 100%;
	width: 12px;
	height: 19px;
	left: -30px;
	cursor: pointer;
}
.cases .list .customNavigation .next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display:block;
	background: url(../image/icon_next.png) no-repeat;
	background-size:100% 100%;
	width: 12px;
	height: 19px;
	right:-30px;
	cursor: pointer;
}

.news {
	width: 100%;
	padding: 70px 0;
	background: #fff;
}
.news .list {
	margin-top:40px;
}
.news .list .tabtitle {
	width: 100%;
}
.news .list .tabtitle li {
	display:inline-block;
	width: 112px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 18px;
	transition:all 0.5s;
	cursor: pointer;
}
.news .list .tabtitle li.current,.news .list .tabtitle li:hover {
	background:url(../image/news_tbg.png) no-repeat center;
	background-size:100% 100%;
	color:#fff;
}
.news_box { 
	width:100%;
	margin-top: 40px;
	display: none;
}
.news_box:first-child {
	display:block;
}
.news_box ul li {
	width: 100%;
	border-top: 1px solid #f6f6f6;
	padding: 20px 20px 20px 0;
	height: 122px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	transition: all 0.5s;
}
.news_box ul li .time {
	background:#f2f2f2;
	display: inline-block;
	color: #7f7f7f;
	width: 82px;
	height: 75px;
	text-align: center;
	line-height: 1;
	padding-top: 7px;
}
.news_box ul li .time span {
	display:block;
}
.news_box ul li .time span:first-child {
	font-size: 30px;
}
.news_box ul li .cont {
	margin-left:20px;
	margin-right: 60px;
	flex: 1;
	transition: all 0.5s;
}
.news_box ul li .cont h2 {
	color:#323333;
	font-size: 18px;
	transition: all 0.5s;
}
.news_box ul li .cont p {
	color:#999;
	font-size: 15px;
	margin-top: 10px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.news_box ul li .more {
	display: inline-block;
	background:url(../image/icon_more_grey.png) no-repeat right center;
	background-size:10px 9px;
	color: #666;
	font-size: 16px;
	width: 80px;
	padding-right: 10px;
	transition: all 0.5s;
}
.news_box ul li.current {
	background: #f2f2f2;
}
.news_box ul li.current .time span:first-child {
	color: #0753a0;
}
.news_box ul li.current .cont {
	margin-left:40px;
	margin-right:40px;
}
.news_box ul li.current .cont h2 {
	color:#0753a0;
}
.news_box ul li.current .more {
	background:url(../image/icon_more_blue.png) no-repeat right center;	
	color:#0753a0;
}

.aboutus {
	width:100%;
	background: url(../image/aboutus_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 420px;
	padding: 70px 0;
}
.aboutus .cont {
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 0 5%;
	margin-top:60px;
}
.aboutus .cont .zong {
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
}
.aboutus .cont .disp {
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
}
.aboutus .cont .disp p {
	font-size:15px;
}
.aboutus .cont .more {
	display:inline-block;
	margin-top: 20px;
	text-align: center;
	position: relative;
	width: 130px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	transition:all 0.5s;
}
.aboutus .cont .more .jia {
	position:absolute;
	right: 10px;
}
.aboutus .cont .more:hover {
	background: #0753a0;
	border:1px solid #0753a0;
}
.aboutus .cont .more:hover .jia {
	display:none;
}

.footer {
	background: #333333;
	padding: 30px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .cont {
	width: 100%;
	display: flex;
	align-items: flex-start;	
}
.footer .left {
	text-align: left;
}
.footer .left .name {
	color:#acacac;
	font-size: 16px;
}
.footer .left .disp {
	margin-top:10px;
}
.footer .left .disp p {
	color: #848484;
	font-size: 14px;
	display: block;
	padding-left: 22px;
	line-height: 22px;
}
.footer .left .disp .address {
	background: url(../image/icon_address.png) no-repeat left;
	background-size: 16px;
}
.footer .left .disp .qq {
	background: url(../image/icon_qq.png) no-repeat left;
	background-size: 16px;	
}
.footer .left .disp .email {
	background: url(../image/icon_email.png) no-repeat left;
	background-size: 16px;	
}
.footer .left .disp .iphone {
	background: url(../image/icon_iphone.png) no-repeat left;
	background-size: 16px;	
}
.footer .mid {
	text-align: center;
	flex: 1;
}
.footer .mid .weixin {
	margin:0 20px;
	text-align: center;
	display: inline-block;
}
.footer .mid .weixin img {
	width:88px;
	height: 88px;
	display: inline-block;
}
.footer .mid .weixin p {
	color:#848484;
	font-size: 12px;
	line-height: 22px;
}
.footer .right ul {
	width: 100%;
	text-align: center;
}
.footer .right ul li {
	margin-left:30px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.footer .right ul li:first-child {
	margin-left:0;
}
.footer .right ul li .group {
	color:#acacac;
	font-size: 16px;
}
.footer .right ul li .disp {
	margin-top:10px;
}
.footer .right ul li .disp span,.footer .right ul li .disp a {
	color:#848484;
	font-size: 14px;
	display: block;
	line-height: 22px;
}
.footer .right ul li .disp span:hover,.footer .right ul li .disp a:hover {
	color:#acacac;
}
.copyright {
	width:100%;
	min-height: 30px;
	background: #000;
}
.copyright p {
	text-align:left;
	line-height: 30px;
	color: #666;
	font-size: 12px;
}

.toTop {
    width: 80px;
    height: 70px;
    padding: 10px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

* html .toTop {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    margin-bottom: 80px;
}

.toTop a {
    background: url(../image/icon-top.png) no-repeat;
    width: 80px;
    height: 70px;
    display: block;
}

.toTop a:hover {
    background: url(../image/icon-top.png) no-repeat 0 -70px;
    width: 80px;
    height: 70px;
    display: block;
}

.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.locate {
	width: 100%;
	height: 60px;
	background: #f2f2f2;
}
.locate .cont {
	display:flex;
	justify-content: flex-start;
	height: 60px;
}
.locate .cont h3 {
	margin-right: 10px;
	color: #333333;
	font-size: 24px;
	line-height: 60px;
}
.locate .cont .disp {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}
.locate .cont .part {
	margin-left:20px;
}
.locate .cont .part li{
	display: inline-block;
	margin-right: 30px;
}
.locate .cont .part li a {
	color: #333;
	font-size: 16px;
	line-height: 58px;
	display: inline-block;
}
.locate .cont .part li a:hover,.locate .cont .part li a.current {
	border-bottom:2px solid #0753a0;
	color: #0753a0;
	font-weight: bold;
}

.service_2 {
	width:100%;
	height: 500px;
	padding: 100px 0;
}
.service_2.blue {
	background:#e6edf5;
}
.service_2.orange {
	background:#fdeee8;
}
.service_2 .container {
	height: 300px;
}
.service_2 .disp {
	text-align:left;
	width:55%;
}
.service_2 .disp h3 {
	font-size: 35px;
	line-height: 100px;
}
.service_2 .disp .info {
	max-height:200px;
}
.service_2 .disp .info p {
	color: #333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 25px;
}
.service_2 .pic {
	max-width: 40%;
	max-height: 300px;
}
.service_2.blue h3 {
	color:#0753a0;
}
.service_2.blue .disp {
	margin-right:5%;
	float: left;
}
.service_2.blue .pic {
	float:right;
}
.service_2.orange h3 {
	color: #eb5d19;
}
.service_2.orange .disp {
	margin-left:5%;
	float:right;
}
.service_2.orange .pic {
	float:left;
}

.cases_2 {
	padding:70px 0;
}
.cases_2 .list {
	text-align: left;
}
.cases_2 .list .every {
	background:#fff;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #eee;
	text-align: center;
	transition: all 0.5s;
	margin-bottom: 30px;
}
.cases_2 .list .every .pic {
	width: 100%;
	height: 255px;
	overflow:hidden;
}
.cases_2 .list .every .pic img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.cases_2 .list .every .title {
	color: #323333;
	font-size: 18px;
	margin: 10px;
	height: 22px;
	overflow: hidden;
	display: block;
	text-align: left;
	transition: all 0.5s;
}
.cases_2 .list .every .disp {
	color: #999;
	font-size: 15px;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	margin: 0 10px;
	text-align: left;
}
.cases_2 .list .every .more {
	line-height: 40px;
	display: inline-block;
	width: 140px;
	height: 40px;
	color: #666;
	font-size: 16px;
	border: 1px solid #dedede;
	border-radius: 3px;
	text-align: center;
	margin: 15px auto;
	transition:  all 0.5s;
}
.cases_2 .list .every.current {
	background:#f9f9f9;
}
.cases_2 .list .every.current .pic img {
	transform: scale(1.1,1.1);
}
.cases_2 .list .every.current .title {
	color:#0753a0;
	transform: translateX(10px);
}
.cases_2 .list .every.current .more {
	background: #0753a0;
	color: #fff;
	border: none;
}

.page {
	width:100%;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page a {
	display:inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px;
	transition:all 0.5s;
}
.page a.current {
	border: 1px solid #0753a0;
	background: #0753a0;
	color: #fff;
}

.news_2 {
	padding: 70px 0;
}
.news_2 .news_box {
	margin-top:0;
	margin-bottom: 30px;
}

.news_detail {
}
.news_detail .title {
	text-align: center;
	padding-bottom: 20px;
}
.news_detail .title h3 {
	color:#323333;
	font-size: 22px;
	margin-bottom: 15px;
}
.news_detail .title .time {
	font-size: 15px;
	color: #999;
}
.news_detail .disp {
	padding: 30px 0 70px 0;
	text-align: center;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.news_detail .disp .pic {
	max-with:100%;
	margin: 30px auto;
	display: inline-block;
}
.news_detail .disp p {
	text-align:left;
	text-indent:2em;
	color: #333;
	font-size: 15px;
	line-height: 25px;
}
.piece {
	margin-top: 30px;
	display:flex;
	justify-content: space-between;
}
.piece a {
	width: 46%;
	color: #999999;
	font-size: 14px;
	padding: 0 10px 0 25px;
	line-height: 35px;
	border: 1px solid #dedede;
	transition:all 0.5s;
	text-align: left;
	overflow: hidden;
	height: 35px;
	display: block;
}
.piece .icon_pre {
	background: url(../image/icon_pre_grey.png) no-repeat 10px;
}
.piece .icon_next {
	background: url(../image/icon_next_grey.png) no-repeat 10px;
}
.piece a:hover {
	border: 1px solid #0753a0;
	color: #0753a0;
}
.piece .icon_pre:hover {
	background: url(../image/icon_pre_blue.png) no-repeat 10px;	
}
.piece .icon_next:hover {
	background: url(../image/icon_next_blue.png) no-repeat 10px;
}
.news_hot .title {
	height: 30px;
	border-bottom: 2px solid #0753a0;
	text-align: left;
}
.news_hot .title span {
	display: inline-block;
	background: url(../image/icon_hot.png) no-repeat right top;
	font-size: 18px;
	color: #0753a0;
	padding-right: 35px;
}
.news_hot .cont {
	padding: 30px 0;
	width: 100%;
}
.news_hot .cont .hot_li {
	width:100%;
	position: relative;
	margin-bottom: 15px;
	display: block;
}
.news_hot .cont .hot_li img {
	width:100%;
	max-height: 180px;
}
.news_hot .cont .hot_li .namebox {
	display:none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 35px;
	overflow: hidden;
	text-align: center;
}
.news_hot .cont .hot_li .namebox .bg {
	position: absolute;
	width:100%;
	height: 35px;
	background: #0753a0;
	opacity: 0.5;
	z-index: 2;
}
.news_hot .cont .hot_li .namebox .name {
	position: absolute;
	z-index:3;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	width: 100%;	
}

.aboutus_2 {
	padding:70px 0;
}
.aboutus_2 .name {
	display:block;
	text-align: center;
	color: #323333;
	font-size: 22px;
	margin-bottom: 30px;
}
.aboutus_2 .info {
	text-align:center;
}
.aboutus_2 .info p {
	text-align:left;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	text-indent: 2em;
}
.aboutus_2 .info .pic {
	display: inline-block;
	margin: 30px auto;
}

.qualification .qua_li {
	text-align:center;
	cursor: pointer;
	margin-bottom: 30px;
}
.qualification .qua_li .picbox {
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 10px;
	border-radius:5px;
	text-align: center;
	transition: all 0.5s;
	height: 255px;
	overflow: hidden;
}
.qualification .qua_li .picbox img {
	display: inline-block;
	max-width: 100%;
	max-height: 235px;
	transition: all 0.5s;
}
.qualification .qua_li .qname {
	color: #323333;
	font-size: 18px;
	margin-top: 15px;
	transition: all 0.5s;
}
.qualification .qua_li.current .picbox {
	background: #f9f9f9;
	box-shadow: 2px 2px 3px #f3f3f3;
}
.qualification .qua_li.current img {
	transform: scale(1.1,1.1);
}
.qualification .qua_li.current .qname {
	color:#0753a0;
}

.aboutus_2.recruit {
	padding-top:0;
}
.tishi {
	background:#fdeee8;
}
.tishi .info {
	line-height:40px;
	color: #eb5d19;
	font-size: 16px;
}
.recruit_li {
	padding:30px 0;
	border-bottom: 1px solid #eee;
}
.recruit_li .rname {
	color: #323333;
	font-size: 22px;
}
.recruit_li .rcont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.recruit_li .disp {
	color: #333;
	max-height: 120px;
	overflow: hidden;
	text-align: left;
}
.recruit_li .disp .rtitle {
	font-size: 16px;
	padding: 15px 0 5px 0;
	display: block;
}
.recruit_li .disp p {
	font-size: 15px;
	line-height: 25px;
}
.recruit_li .r_more {
	display: block;
	width: 140px;
	height: 35px;
	color: #0753a0;
	border: 1px solid #0753a0;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.recruit_li .r_shou{
	width: 140px;
	height: 35px;
	color: #666;
	background: #f9f9f9;
	border: 1px solid #dedede;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition:all 0.5s;
	display: none;
}

.contact_us .cinfo .name {
	width:100%;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}
.contact_us .cinfo h3 {
	font-size: 22px;
	color: #323333;
	padding-bottom: 20px;
	background: url(../image/icon_dibiao.png) no-repeat left bottom;
}
.contact_us .cinfo p {
	color: #666;
	font-size: 16px;
	line-height: 25px;
}
.contact_us .map {
	width: 100%;
	border: 1px solid #888;
	padding: 10px;
	height: 600px;
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.container { 
		width:1200px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1210px) {	
	.head_pc .helpline {
		display:none;
	}
	.cases .list .every .pic {
		height: 220px;
	}
	.cases_2 .list .every .pic {
		height: 220px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {	
	.head_pc .helpline {
		display:none;
	}
	.head_pc .nav {
		margin-left:40px;
		margin-right:0;
	}
	.head_pc .nav ul li .nav_a {
		font-size:16px;
	}
	.cases .list .every .pic {
		height: 140px;
	}
	.footer .cont {
		display:block;
	}
}
@media screen and (max-width: 768px){	
	.head_pc { 
		display:none;
	}
	.head_iphone {
		display:block;
	}
	.head_iphone .logo {
		width: 140px;
		height: auto;
	}
	.service {
		padding:30px 0;
	}
	.index_title h2 {
		font-size:18px;
		line-height: 35px;
		padding-bottom: 0;
	}
	.index_title span {
		font-size: 12px;
	}
	.service .list {
		margin-top:30px;
		padding-left: 0;
		padding-right: 0;
	}
	.service .list .biao {
		width: 80px;
		height: 80px;
		padding-top: 23px;
	}
	.service .list .biao img {
		width:40px;
		height: 35px;
	}
	.service .list .title {
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.service .list .disp {
		font-size: 13px;
	}
	.cases {
		padding:30px 0;
		height: auto;
	}
	.cases .list {
		margin-top:30px;
	}
	.cases .list .every .pic {
		height: 220px;
	}
	.cases .list .every .title {
		font-size: 16px;
	}
	.cases .list .every .disp {
		font-size:13px;
	}
	.cases .list .every .more {
		font-size:13px;
		margin:10px auto;
		width: 120px;
		height: 34px;
		line-height: 34px;
	}
	.cases .list .customNavigation .prev {
		left:0;
	}
	.cases .list .customNavigation .next {
		right: 0;
	}
	.news {
		padding:30px 0;
	}
	.news .list {
		margin-top:30px;
	}
	.news .list .tabtitle li {
		font-size:16px;
		width: 90px;
		height: 32px;
		line-height: 28px;
	}
	.news_box {
		margin-top:20px;
	}
	.news_box ul li {
		padding:10px 0;
		height: 82px;
	}
	.news_box ul li .time {
		width:60px;
		height: 60px;
		padding-top: 8px;
	}
	.news_box ul li .time span {
		font-size:12px;
	}
	.news_box ul li .time span:first-child {
		font-size:22px;
	}
	.news_box ul li .cont {
		margin-left:10px;
		margin-right: 10px;
	}
	.news_box ul li .cont h2 {
		font-size:16px;
		height: 16px;
		overflow: hidden;
	}
	.news_box ul li .cont p {
		max-height: 22px;
	}
	.news_box ul li .more {
		font-size:12px;
		width: 60px;
	}
	.news_box ul li.current .cont {
		margin-left:15px;
		margin-right:15px;
	}
	.aboutus {
		padding:30px 0;
		height: auto;
	}
	.aboutus .cont {
		margin-top:30px;		
	}
	.aboutus .cont .zong {
		font-size:13px;
		margin-bottom:10px;
	}
	.aboutus .cont .disp p{
		font-size:13px;
	}
	.aboutus .cont .more {
		font-size: 13px;
	}
	.footer {
		padding:15px 0;
	}
	.footer .cont {
		display:block;
	}
	.footer .left .disp p {
		font-size:13px;
	}
	.footer .mid {
		margin-top:30px;
		margin-bottom: 30px;
	}
	.copyright p {
		line-height:18px;
		padding:10px 0;
	}
	.locate .cont h3 {
		font-size: 16px;
	}
	.locate .cont .disp {
		font-size: 12px;
	}
	.locate .cont .part li {
		margin-right:15px;
	}
	.locate .cont .part li a {
		font-size:13px;
	}
	.locate .cont.cont2 h3 {
		display:none;
	}
	.locate .cont.cont2 .part {
		margin-left: 0;
	}
	.locate .cont.cont2 .part li {
		margin-right:10px;
	}
	.service_2 {
		padding:30px 0;
		height: auto;
	}
	.service_2 .container {
		height: auto;
	}
	.service_2 .pic {
		max-width: 70%;
		margin: 0 15%;
		float: none;
	}
	.service_2 .disp {
		width: 90%;
		margin: 20px 5% 0 5%;
		float: none;
	}
	.service_2 .disp h3 {
		font-size:18px;
		line-height: 50px;
		text-align: center;
	}
	.service_2 .disp .info p {
		font-size: 13px;
	}
	.service_2 .disp .info {
		max-height: 100%;
	}
	.cases_2 {
		padding:30px 0;
	}
	.cases_2 .list .every {
		margin-bottom:15px;
	}
	.cases_2 .list .every .pic {
		height: 220px;
	}
	.cases_2 .list .every .title {
		font-size: 16px;
	}
	.cases_2 .list .every .disp {
		font-size:13px;
	}
	.cases_2 .list .every .more {
		font-size:13px;
		margin:10px auto;
		width: 120px;
		height: 34px;
		line-height: 34px;
	}
	.page {
		margin-top:15px;
	}
	.page a {
		font-size: 12px;
		padding: 0 5px;
		line-height: 25px;
		height: 25px;
	}
	.news_2 {
		padding:30px 0;
	}
	.news_detail .title {
		padding-bottom:10px;
	}
	.news_detail .title h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.news_detail .title .time {
		font-size: 13px;
	}
	.news_detail .disp {
		padding:15px 0 30px 0;
	}
	.news_detail .disp p {
		font-size: 13px;
	}
	.news_detail .disp .pic {
		margin:15px auto;
	}
	.piece {
		margin-top:15px;
		display: block;
	}
	.piece a {
		width: 100%;
		margin-bottom: 15px;
	}
	.news_hot {
		margin-top:30px;
	}
	.news_hot .cont {
		padding:15px 0;
	}
	.aboutus_2 {
		padding:30px 0;
	}
	.aboutus_2 .name {
		margin-bottom:15px;
		font-size: 18px;
	}
	.aboutus_2 .info p {
		margin-bottom:5px;
	}
	.aboutus_2 .info .pic {
		margin:15px auto;
	}
	.qualification .qua_li {
		margin-bottom:15px;
	}
	.qualification .qua_li .picbox {
		height: 200px;
	}
	.qualification .qua_li .picbox img {
		max-height: 180px;
	}
	.qualification .qua_li .qname {
		font-size:15px;
		margin-top: 10px;
	}
	.tishi .info {
		line-height: 20px;
		padding: 10px 0;
		font-size: 13px;
	}
	.recruit_li .rcont {
		display:block;
	}
	.recruit_li .rname {
		font-size:18px;
		font-weight: bold;
	}
	.recruit_li .disp p {
		font-size:14px;
		line-height: 20px;
	}
	.recruit_li .r_more {
		display: inline-block;
		margin-top: 15px;
	}
	.recruit_li .r_shou {
		margin-top:15px;
	}
	.contact_us .cinfo h3 {
		font-size:18px;
	}
	.contact_us .cinfo p {
		font-size:14px;
		line-height: 22px;
	}
	.contact_us .map {
		height:200px;
	}
	
}