@charset "utf-8";
/* 适应各种屏幕 */
.btn-hamburger {
	display:none;
}
@media screen and (max-width: 1024px) {
.center {
	width:760px;
}
.center_contact {
	width:760px;
}
.my_header {
	width:760px;
	height:80px;
}
.btn-hamburger {
	display:block;
	border: none;
	position:fixed;
	z-index:111;
	top:10px;
	right:10px;
	left: auto;
	outline: none;
	background:url('../images/menu.png') no-repeat center;
	width: 30px;
	height: 30px;
	background-size:100%;
}	
.welcome {
	display:none;
}
.logo {
	margin:10px 0 0 10px;
}
.tel4 {
	display:block;
}
.menu {
	max-width:200px;
	background-color: rgba(0,0,0,0.7);
	padding:15em 0 0 0;
	display:block;
	opacity:0;
	position:fixed;
	left:auto;
	top:0;
	bottom:0;
	right:-200px;
	z-index:12;
	overflow-y:auto;
	-webkit-transition: all 200ms ease-in-out ;
	-moz-transition: all 200ms ease-in-out ;
	-o-transition: all 200ms ease-in-out ;
	-ms-transition: all 200ms ease-in-out ;
	transition: all 200ms ease-in-out ;
}
.menu_no {
	opacity:1;
	right:0px;
}
.menu ul {
	position:relative;
    left:0;
    float:left;
	box-sizing:border-box;
	text-align:left;
}
.menu li {
	clear:both;
	display:block;
	width:200px;
	margin:0;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #CCC;
	padding-left:40px;
	box-sizing:border-box;
	text-align:left;
	position:relative;
}

.menu  li:nth-child(2n) {
	display:none;
}
.menu li:last-child {
	border-bottom:0px;
}
.menu a {
	text-align:left;
	color:#FFF;
}
.menu a:hover {
	text-align:left;
	color:#ccc;
}
/*新增的二级菜单部分*/
.menu ul ul {
	top:250px;
	left:auto;
	right:200px;
	position:fixed;
}
.menu ul ul li {
	width:160px;
	height:40px;
	padding-left:40px;
	border-bottom:1px solid #FFF;
	border-top:0px;
	background-color: rgba(60,100,150,0.9);
}

.menu ul ul li:last-child {
	border-bottom:0px;
}
.menu ul ul li a:hover {
	background-color: rgba(102,102,102,0.7);
}
.menu ul ul li a {
color:#fff;
}
.menu ul ul li a:hover {
background:rgba(0,0,0,0);
color:#fff;
}
.menu li:nth-child(2n-1):hover , .menu li:nth-child(2n):hover{
  background:rgba(102,102,102,0.9);
}
.menu ul ul {
visibility:visible;
}
.second {
	box-shadow:0px 0px 0px 0px #666;
}
.second li:nth-child(2n) {
	display:block;
}
.second_x{
visibility:visible;
opacity: 1;
display:block;
}
.menu ul li:nth-child(3){
	background:rgba(60,100,150,0.9);
}
.slider1 {
	width:760px;
	min-height:311px;
	background:url(/index8/images/indexpic_banner_1_2.jpg) no-repeat;
	margin:0 auto;
}
.slider1 img {
	display: block;
}
.slider2 img {
	display: block;
}
.slider3 img {
	display: block;
}

p {
	font-size:1em;

}
.xiangmu ul{
	text-align:left;
}
.xiangmu ul li {
	text-align:center;
	margin:0 5px 0 0;
	display:inline-block;
}
.youshi_ul_div {
	width:70%;
}
.slider2 {
	width:760px; 
	min-height:300px;
	text-align:center;
	background:url(http://o8qzvwi30.bkt.clouddn.com/indexpic_pic2.jpg) no-repeat;
	background-position:center;
	margin:40px auto 0 auto;
}
.slider3 {
	width:760px; 
	min-height:300px;
	text-align:center;
	background:url(/index8/images/indexpic_banner201610_2-2.jpg) no-repeat;
	background-position:center;
	margin:40px auto 0 auto;
}
.anli {
	height:510px;
}
.anlizhanshi {
	width:760px;

}
.kehu ul {
	height:50px;
	overflow:hidden;
}
.kehu ul li {
	margin:0 17px 10px 0;
}
.weizhi,.dizhi {
	display:none;
}
.foot_list {
	width:190px;
}
.copyright {
	display:none;
}
.beian {
	margin:0 0 0 0;
}
.foot_list {
	font-size:1em;

}
.foot_list h3 {
	font-size:1.2em;
	margin:40px 0 0 0px;
}
.foot_menu{
	font-size:1em;
}
.yeziweixin {
	-webkit-animation: yeziweixin_Effect 2s ease-out 750ms ;
	-moz-animation: yeziweixin_Effect 2s ease-out 750ms ;
	animation: yeziweixin_Effect 2s ease-out 750ms ;
}

@-webkit-keyframes yeziweixin_Effect {
	0% {
		width:20px;
	}
	20% {
		width:90px;
	}
	80% {
		width:90px;
	}
	100% {
		width:20px;
	}
}
@-moz-keyframes yeziweixin_Effect {
	0% {
		width:20px;
	}
	20% {
		width:90px;
	}
	80% {
		width:90px;
	}
	100% {
		width:20px;
	}
}
@keyframes yeziweixin_Effect {
	0% {
		width:20px;
	}
	20% {
		width:90px;
	}
	80% {
		width:90px;
	}
	100% {
		width:20px;
	}
}
.yeziweixin {
	width:20px;
	line-height:20px;
	right:0.5em;
}
.yeziweixin_kuozhan {
	width:90px;
}
.yeziweixin span b{
	display: inline;
}
.donghua_yeziweixin {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


/*内页正文排版css开始*/
.wenzhang{
	width:560px;
}
.lanmu_pic {
	width:100%;
}
.ul_tuozhanxiangmu li {
	width:165px;
	margin-left:10px;

}

.quick_link {
	width:180px;
	height:100%;
	position:fixed;
	top:0px;
	left:-150px;	
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99999;
}
::-webkit-scrollbar{width: 0;}
.quick_link {
	-webkit-animation: quick_link_Effect 2s ease-out 750ms ;
	-moz-animation: quick_link_Effect 2s ease-out 750ms ;
	animation: quick_link_Effect 2s ease-out 750ms ;
}

@-webkit-keyframes quick_link_Effect {
	0% {
		left:-130px;
	}
	20% {
		left:0px;
	}
	80% {
		left:0px;
	}
	100% {
		left:-130px;
	}
}
@-moz-keyframes quick_link_Effect {
	0% {
		left:-130px;
	}
	20% {
		left:0px;
	}
	80% {
		left:0px;
	}
	100% {
		left:-130px;
	}
}
@keyframes quick_link_Effect {
	0% {
		left:-130px;
	}
	20% {
		left:0px;
	}
	80% {
		left:0px;
	}
	100% {
		left:-130px;
	}
}
.quick_link_left {
	left:0px;
}
.donghua_quick_link {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.left_include {
	width:150px;
	min-height:100%;
	background:rgba(0,0,0,0.6);
	padding-top:110px;
	float:left;
}
.left_include ul li {
	background:rgba(60,100,150,0.9);
}

.left_include ul li a {
	color:#fff;
}
.left_include ul li:hover {
	background:#036;
}
.to_right {
	width:30px;
	height:40px;
	background:#000;
	float:right;
	margin-top:110px;
	
}
.to_right span.arr_r {
	background-position: 2px -34px;
}
.arr_l {
	background-position: 2px 0px;
}
.to_right span {
	margin:6px 5px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(/index8/images/arr.png) no-repeat;
}
.neirong {
	width:560px;

}

.aside {
	width:190px;

}	


/*内页正文排版css结束*/
}
@media screen and (max-width: 760px) {
.center {
	width:96%;
	border:0px solid #ccc;
}
.center_contact {
	width:96%;
}
.my_header {
	width:96%;
	height:3.8em;
}
.menu {
	padding: 5em 0 0 0;
	max-width:300px;
	width:220px;
    background-color: rgba(0,0,0,0);
}
.black_bg {
	width:100px;
	height:100%;
	position:fixed;
	background-color: rgba(0,0,0,0.7);
	top:0px;
	right:0px;
}
.menu ul {
	margin-left:120px;
}

.menu li {
	width:100px;
	padding-left:1em;
}
.menu ul ul {
	top:110px;
	left:auto;
	right:100px;
	position:fixed;
}
.menu ul ul li {
	width:110px;
	padding-left:1em;

}
.logo {
	width:7em;
	height:3.5em;
	margin:10px 10px 0 6px;
}
.tel4 {
	float:right;
	right:50px;
	position:absolute;
	width:11em;
	height:1.6em;
	background-size:12%;
	text-align:right;
	box-sizing:border-box;
	margin-top:1.5em;

}
.tel4 a{
	font-size:1.5em;
	line-height:1.2em;
	
}
.slider1 {
	width:100%;
	min-height:100px;
	background: #FFF;
	margin:0 auto;
}
.slider1 img {
	width:100%;
	height:auto;
	display:block;
}
.xiangmu {
  margin-top: 40px;
}
#chanpin {
	 background:rgba(60,100,150,0.9);
}
.akela_ad_text2 {
	width:100%;
}
.my_article {
	width:90%;
}
.xiangmu ul {
	margin:40px 0;
	display: inline-block;
	width:100%;
	text-align:center;
}
.xiangmu ul li {
	width:42%;
	text-align:center;
	margin:0 3% 16px 0;
	display: inline-block;
}
.xiangmu ul li:nth-child(2n) {
	margin:0 0 0 0;
}
.yuan1 {
	margin: 0 0 10px 0;
}
.youshi {
	width:100%;
	min-height:420px;
}

.youshi_ul li {
	width:100%;
	margin:20px 0 0px 0;
}
.youshi_ul {
  width: 100%;
}
.my_focus{
	height:380px;
	}

.my_focus_m li {
	height: 220px;
}
.my_focus_l, .my_focus_r {
	top: 60px;
}
.my_focus_s{
	top:200px;
}
.my_focus h2 {
	margin:240px 0 0 0;
}
.slider2 {
  width: 100%;
  min-height: 100px;
  background: #f60;
  margin: 0 auto;
}
.slider2 img {
	width: 100%;
	height: auto;
	display: block;
}
.slider3 {
  width: 100%;
  min-height: 100px;
  background: #f60;
  margin: 0 auto;
}
.slider3 img {
	width: 100%;
	height: auto;
	display: block;
}
.anli {
	height:440px;
}
.anli ul {
	text-align:left;
}
.anli ul li {
	margin:6px auto;
}
.anlizhanshi {
	top:100px;
	width: 100%;
}

.jidi ul li {
  width: 46%;
  margin: 0 10px 10px 0;
}

.kehu ul {
	height:116px;
	overflow: hidden;
}
.kehu ul li {
	width:30%;
	padding:5px;
	box-sizing:border-box;
	text-align:center;
	margin:0 2% 6px 0;
}
.kehu ul li img{
	width:90%;
	max-width:102px;
}
.shejiao {
	display:none;
}
.contact_us {
  font-size: 24px;
}
.foot_list {
	width:100%;
}
.foot_list h3 {
	margin:20px 0 0 0px;
}
.foot_list ul li {
	margin:10px 0 0 0px;
}
.QR {
	border-top:2px solid #CCC;
	width:100%;
	float:left;
	padding-top:2em;
}
.QR div {
	float:left;
	margin:0 5% ;
	width:100%;
	text-align:center;
}
.beian {
	width:100%;
}
.foot_menu ul {
	float:left;
	line-height:35px;
	background:#666;
	width:100%;
	position:absolute;
	left:0;
	top:50px;
}
.foot_menu ul li {
	display:block;
	margin:10px 5px;
	border-bottom:1px solid #333;
	line-height:30px;
	height:30px;
}
.foot_menu ul li:last-child {
  display:block;
  margin: 10px 5px 10px 5px;
}
/*内页正文排版css开始*/
.wenzhang{
	width:100%;
}
.lanmu_pic {
	width:100%;
	height:120px;
	
	background-size:150% 100%;
}
.ul_tuozhanxiangmu li {
	width:150px;
	margin-left:10px;

}
.to_right {
	margin-top:91px;
	
}
.neirong {
	width:100%;
	border-left:0px solid #489bd7;
}
.neirong h1 {
	font-size:1.4em;
	font-weight:bold;

}
.neirong img {
	width:100%;
	margin-bottom:10px;
	box-sizing:border-box;
}
.ul_tuozhanxiangmu img {
  margin-bottom:0px;
}
.neirong select, .neirong_input{
	width:14em;
	
}
textarea {
	width:14em;
	height:8em;
	margin:0.6em 0;
	border-radius:5px;
	border:1px solid #999;
}
.aside {
	display:none;
}	


/*内页正文排版css结束*/

}

