﻿/*重置样式*/
body,div,p,h1,h2,h3,h4,ul,li,form,input,button {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑'；
}
ul,ol,li {
	list-style: none;
}
a {
	color: #fff;
	text-decoration: none;
}
.index-news-body .news-middle .news-middle-wrap li:last-child{
	display: none;
}
.news-left-content{
	display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}
.clear {
	clear: both;
}
/*html,body{
	overflow-x: hidden;
	width: 100%;
}*/
html {
	overflow-x: hidden;
	width: 100%;
}
body {
	overflow: hidden;
  	padding:0 !important;
}
.container {
	width: 1340px;
	max-width: 100%;
}
/*公共头部*/
.common-head .head-wrap {

	background: #2e2e2e;
	position: relative;
    z-index: 99999;
}
.common-head .head-top {
	/*max-width: 1340px;*/
	height: 40px;
	margin: 0 auto;	
}
.common-head .head-top .top-txt {
	font-size: 14px;
	color: #8f8f8f;
	line-height: 40px;
}
.common-head .head-top .top-form .form-group {
	margin-bottom: 8px;
}
.common-head .head-top .top-form .input-group {
	max-width: 173px;
	height: 25px;
	float: right;
	line-height: 40px;
	margin-bottom: 8px;
}
.common-head .head-top .top-form .input-group input {
	max-width: 136px;
	height: 25px;
}
.common-head .head-top .top-form .input-group .input-group-addon {
	width: 37px;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	background-color: #7ab9f8;
	background-image: url('../images/search.png');
	background-position: center center;
	background-repeat: no-repeat;
}
/*导航*/
.navbar {
	border: none;
	margin-bottom: 0;
	
}
.navbar .container {
	/*max-width: 1340px;*/
	/*height: 98px;*/
}
.navbar .navbar-header {
	/*height: 98px;*/
	width: auto;
}
.navbar .navbar-header .navbar-brand {
	height: 98px;
	width: auto;
	display: block;
	padding: 0;
	margin-left: 0;
}
.navbar .navbar-header .navbar-brand img {
	height: 98px;
	width: auto;
}
.navbar .navbar-collapse .navbar-nav {
	margin-top: -1px;
}
.navbar .navbar-collapse .navbar-nav li {
	/*max-width: 108px;*/
	height: 94px;	
	text-align: center;
	position: relative;
}
.hot-1,.hot-2,.hot-3 {
	position: relative;
}
.hot-1 span,.hot-2 span,.hot-3 span {
	display: block;
	width: 21px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 30%;
	background-image: url('../images/hot.png');
	background-position: right 30%;
	background-repeat: no-repeat;
	
}
.navbar .navbar-collapse .navbar-nav li a {
	color: #000;
	font-size: 16px;
	display: block;
	line-height: 95px;
	padding: 0;
	padding-left: 13px;
	padding-right: 13px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.navbar .navbar-collapse .navbar-nav>li:hover>a,.navbar-collapse .navbar-nav>li.active>a{
	color: #fff;
	background: #7ab9f8;
	border-bottom: 4px solid #2a2789;
	transition: 0.2s;
}

/*二级导航*/

.navbar .navbar-collapse .navbar-nav .second-nav {
	display: none;
	position: absolute;
	top: 99px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	min-height: 40px;
	padding: 15px;
	background: #2A2789;	
	z-index: 99999;
}
.navbar .navbar-collapse .navbar-nav .second-nav li {
	width: 170px;
	height: 32px;
	border-bottom: 1px solid #aaa;
}
.navbar .navbar-collapse .navbar-nav .second-nav li a {
	display: block;
	width: 100%;
	color: #ccc;
	line-height: 32px;
	font-size: 16px;
}
/*.navbar .navbar-collapse .navbar-nav li:hover .second-nav  {
	display: block;
}
.navbar .navbar-collapse .navbar-nav li:hover .second-nav a,.navbar-collapse .navbar-nav li.active .second-nav a  {
	background: transparent;
}
.navbar .navbar-collapse .navbar-nav li:hover .second-nav a:hover,.navbar-collapse .navbar-nav li.active .second-nav a:hover  {
	color: #fff;
}*/
.navbar-nav li .second-nav li{
	position: relative;
}
.navbar-nav li .second-nav .th_nav{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background: #7ab9f8;

}
.navbar-nav li .second-nav .th_nav li{
	margin-bottom: 0;
	
}
.navbar .navbar-collapse .navbar-nav .th_nav li a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.navbar .navbar-collapse .navbar-nav .th_nav li:last-child a{
	border-bottom: none;
}

/*banner*/
.about-banner {
	padding-left: 0;
	padding-right: 0;
}
.banner-wrapper img {
	/*display: block;*/
	width: 100%;
}
/*产品页共用左侧区域*/
.product-wrap {
	/*max-width: 1340px;*/
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 175px;
}
.product-wrap .product-left {	
	border-top: 6px solid #2a2789;
	border-radius: 10px;
	background: #7ab9f8;
	padding-left: 0;
	padding-right: 0;
}
.product-wrap .product-left .product-list {
	padding: 13px 4px;
	border-radius: 5px;
}
.product-wrap .product-left .product-list .list-title {
	text-align: center;
	margin-bottom: 18px;
}
.product-wrap .product-left .product-list .list-title span {
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.product-wrap .product-left .product-list .list-title .title-en {
	font-size: 20px;
}
.product-wrap .product-left .product-list .list-content {
	padding: 20px 12px;
	padding-bottom: 1px;
	border-radius: 5px;
	background: #fff;
}
.product-wrap .product-left .product-list .list-content dt a {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 36px;
	padding-left: 30px;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #636263;
}
.product-left .product-list .list-content dd ul {
	padding: 6px;
	padding-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
}
.product-left .product-list .list-content dd ul li {
	width: 100%;
	height: 36px;
	/*font-size: 14px;*/
	/*line-height: 36px;*/
	text-indent: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.product-left .product-list .list-content dd ul li a {
	color: #777;
	font-size: 14px;
	line-height: 36px;
}
.product-left .product-list .list-content dd ul li a:hover {
	color: #000;
}
/*产品右侧共用*/
.product-right {
	/*max-width: 1040px;*/
}
.product-right .product-right-page {
	font-size: 16px;
	color: #666;
	height: 40px;
	margin-bottom: 36px;
	border-bottom: 1px solid #ccc;
}
.product-right .product-right-page a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
	color: #666;
}
.product-right .product-right-page a:hover {
	color: #7ab9f8;
}


/*联系我们*/
.common-contact {
	padding-left: 0;
	padding-right: 0;
}
.common-contact .contact-top {
	height: 250px;
	background: #f2f3f3;
}
.common-contact .contact-top .contact-top-wrap {
	max-width: 100%;
	height: 250px;
	margin: 0 auto;
}
.common-contact .contact-top .contact-top-wrap>div {
	height: 250px;
	font-size: 12px;
	margin-top: -45px;
}
.common-contact .contact-top .contact-top-wrap .contact-top-list {
	text-align: center;
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	box-shadow: 0 0 10px 5px #eee;
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .phone {
	background-image: url('../images/phone.png');
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .add {
	background-image: url('../images/address.png');
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .email {
	background-image: url('../images/email.png');
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-en {
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-txt {
	font-size: 14px;
	    word-break: break-all;
}
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-txt a{
	color: #333;
}
.common-contact .contact-bottom {
	padding-top: 30px;
	padding-bottom: 15px;
	background: #2e2e2e;
}
.common-contact .contact-bottom .contact-bottom-wrap {
	/*max-width: 1340px;*/
	min-height: 255px;
	margin: 0 auto;
}
.contact-bottom-wrap .bottom-title {
	font-size: 24px;
	line-height: 38px;
	padding-left: 16px;
	margin-bottom: 35px;
	border-left: 4px solid #ff9900;
}
.contact-bottom-wrap .bottom-title .left-ch {
	display: inline-block;
	color: #999;
	margin-right: 18px;
}
.contact-bottom-wrap .bottom-title .left-en {
	color: #666;
}
.contact-bottom-wrap .bottom-left-content,.contact-bottom-wrap .bottom-left-content a {
	font-size: 14px;
	color: #7f7f7f;
	line-height: 34px;
}
.contact-bottom-wrap .bottom-left-content a {
	padding-left: 10px;
	padding-right: 10px;
}
.contact-bottom-wrap .bottom-left-content .left-first {
	padding-left: 0;
}
.contact-bottom-wrap .bottom-left-content a:hover {
	color: #fff;
}
.contact-bottom-wrap form input,.contact-bottom-wrap form textarea,.contact-bottom-wrap form button {
	font-size: 14px;
	color: #999;
	background: transparent;
}
.contact-bottom-wrap form input {
	height: 45px;
	line-height: 45px;
	border: none;
	border-bottom: 1px solid #999;
}
.contact-bottom-wrap form textarea {
	border: none;
	border-bottom: 1px solid #999;
}
.contact-bottom-wrap form button {
	float: right;
	width: 115px;
	height: 36px;
	margin-top: 10px;
	border: 1px solid #999;
}
.contact-bottom-wrap .right-img {
	/*max-width: 218px;*/
	text-align: right;
	margin-top: 43px;
}
.contact-bottom-wrap .right-img img {
	display: block;
	float: right;
}
.contact-bottom-wrap .right-img span {
	display: block;
	float: right;
	clear: both;
	width: 128px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 20px;
}
.copyright {
	height: 60px;
	background: #202020;
}
.copyright .copyright-txt {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	background: #202020;
}
.copyright .copyright-txt a {
	line-height: 60px;
	font-size: 14px;
	color: #999;
}
.copyright .copyright-txt a:hover {
	color: #fff;
}

/*自适应样式*/
@media (max-width: 1240px) {
	.navbar .container-fluid {;
		/*height: 70px;*/
	}
	.navbar .navbar-header {
		/*height: 70px;*/
	}
	.navbar .navbar-header .navbar-brand {
		height: 70px;
	}
	.navbar .navbar-header .navbar-brand img {
		height: 70px;
		width: auto;
	}
	.navbar .navbar-collapse .navbar-nav {
		/*margin-top: -1px;*/
	}
	.navbar .navbar-collapse .navbar-nav li {
		/*max-width: 108px;*/
		height: 70px;	
		text-align: center;		
	}
	.navbar .navbar-collapse .navbar-nav li a {
		color: #000;
		font-size: 12px;
		display: inline-block;
		line-height: 70px;
		padding: 0;
		padding-left: 10px;
		padding-right: 10px;	
	}
	.navbar .navbar-collapse .navbar-nav li a:hover,.navbar-collapse .navbar-nav li.active a{
		color: #fff;
		background: #7ab9f8;
		border-bottom: 4px solid #2a2789;
	}
	
	.shot-1 a{
	position: relative;
}
.shot-1 span{
	display: block;
	width: 21px;
	height: 8px;
	position: absolute;
	left: 10%;
	top: 0%;
	background-image: url('../images/hot.png');
	background-position: right 30%;
	background-repeat: no-repeat;
	
}	
	
}
@media (max-width: 992px) {
	.navbar .container-fluid {;
		/*height: 49px;*/
	}
	.navbar .navbar-header {
		/*height: 49px;*/
	}
	.navbar .navbar-header .navbar-brand {
		height: 49px;
	}
	.navbar .navbar-header .navbar-brand img {
		height: 49px;
		width: auto;
	}
	.navbar .navbar-collapse .navbar-nav {
		margin-top: -1px;
	}
	.navbar .navbar-collapse .navbar-nav li {
		/*max-width: 108px;*/
		height: 49px;	
		text-align: center;
		
	}
	.navbar .navbar-collapse .navbar-nav li a {
		color: #000;
		font-size: 12px;
		display: inline-block;
		line-height: 49px;
		padding: 0;
		padding-left: 5px;
		padding-right: 5px;	
	}
	/*联系我们*/
	.common-contact .contact-top .contact-top-wrap>div {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
	}	
	.contact-bottom-wrap .right-img {
		margin-top: 55px;
	}
	.contact-bottom-wrap .right-img img {
		float: none;
	}
	.contact-bottom-wrap .right-img span {
		float: none;
	}
	.copyright {
		height: 60px;
		background: #202020;
	}
	.copyright .copyright-txt, .copyright .copyright-txt a {
		font-size: 14px;
	}
}



@media (max-width: 768px) {
	.navbar-toggle .icon-bar{
		background: #333;
	}
	.navbar-collapse{
		width: 100%;
	}
	.navbar .navbar-collapse .navbar-nav li{
		max-width: 100%;
		width: 100%;
	}
	.navbar .navbar-collapse .navbar-nav{
		width: 100%;
		margin:0;
	}
	.common-head .container-fluid>.navbar-collapse,.common-head  .container-fluid>.navbar-header,.common-head  .container>.navbar-collapse,.common-head  .container>.navbar-header{
		margin:0;
	}
	.navbar .navbar-collapse .navbar-nav li a{
		width: 100%;
		display:inline-block;
		position: relative;
	}		
	.navbar-toggle{
		margin-right: 0;
	}
	.navbar .navbar-header{
		height: auto;
	}
	.navbar .container-fluid{
		height: auto
	}
	.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-en {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.down-body-list li .down-list-content{
		height: auto;
		float: none;
		word-break: break-all;
	}
	.down-body-list li .down-list-btn{
		display: block;
		float: none;
	}
	.down-body-list li{
		height:auto;
	}

}

@media (max-width: 580px) {
	.common-head .head-top .top-txt {
		font-size: 14px;
		color: #8f8f8f;
		line-height: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.copyright .copyright-txt,.copyright .copyright-txt a {
		line-height: 30px;
	}
}

/*下载页面共用*/
.down-body-list {
	width: 100%;
}
.down-body-list li {
	width: 100%;
	height: 65px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.down-body-list li .down-list-content {
	float: left;
	height: 65px;
	line-height: 65px;
	padding-left: 50px;
	background-image: url('../images/down1.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.down-body-list li .down-list-btn {	
	display: block;
	float: right;
	width: 120px;
	height: 65px;
	font-size: 14px;
	color: #666;
	padding-left: 45px;
	line-height: 65px;
	background-image: url('../images/down2.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.down-body-list li:hover .down-list-content {
	color: #000;
}
.down-body-list li:hover .down-list-btn {	
	transform: scale(1.1);
	transition: all 0.3s;
}
/*模态框*/
.modal-backdrop {
	opacity: 0;
	filter: alpha(opacity=0);
}
.login,.sign {
	width: 340PX;
	height: 440PX;
	margin:220px auto;
}
.sign{
	height: 480px;
}
.login-head,.sign-head {
	height: 70px;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	background: #5199e4;
}
.login-body,.sign-body {
	padding: 30px;
	background: #eee;
}
.login-form .form-group {
	margin-bottom: 20px;
}
.login-form .form-control {
	height: 45px;
	border: 1px solid #c6c6c6;
	padding-left: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  13px center;
}
.login-form .name {
	background-image: url('../images/name.png');
}
.login-form .pass {
	background-image: url('../images/pass.png');
}
.login-form .check {
	width: 160px;
	background-image: url('../images/check.png');
}
.login-form .text {
	width: 100%;
	height: 24px;
	margin-bottom: 20px;
}
.login-form .text a {
	display: inline-block;
	/*width: 100%;*/
	/*height: 24px;*/
	line-height: 24px;
	font-size: 14px;
	color: #5d5d5d;
}
.login-form .text .text-left {
	float: left;
}
.login-form .text .text-right {
	float: right;
}
.login-btn,.sign-btn {
	display: block;
	width: 280px;
	height: 50px;
	background: #5199e4;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	border: none;
}
/*关于验证码的样式*/
.form-check {
	position: relative;
}
#checkbox {
	position: absolute;
	top: 0;
	right: 0;"
}


/*注册*/
.sign-text {
	text-align: center;
	margin-bottom: 20px;
}
.sign-text a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}
.sign-text .sign-text-left {
	color: #666;
}
.sign-text .sign-text-right {
	color: #bb0e2e;
}
.sign-body form input {
	height: 36px;
	border: 1px solid #c6c6c6;
	border-radius: 0;
}
.sign-body form .form-group {
	margin-bottom: 7px;
}
.sign-body form .form-group-tel {
	margin-bottom: 16px;
}
.sign-body form .form-group-check {
	margin-top: 18px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
}
.sign-body form .form-group-check .signcheck {
	width: 50%;
	border-right: none;
}
.sign-body form .form-group-check .send {
	display: block;
	font-size: 16px;
	color: #000;
	width: 50%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #c6c6c6;
}
.sign-btn {
	background: #bb0e2e;

}

	

/*手机端导航开始*/
@media (min-width: 960px) {
	.m_nav_list{
		display: none;
	}
	.m_nav_con{
		display: none;
	}
}
@media (max-width: 960px) {
	header{
		display: none;
	}
	.common-head .head-top .top-form .form-group{
		display: none;
	}
	.common-head .head-top .top-txt{
		width:100%;
		line-height: 40px;
	}
	.logo{
		display: none;
	}
	nav{
		display: none;
	}
	.m_nav_con{		
		width: 100%;
		background: #fff;
		z-index: 999;
		position: relative;
		z-index: 99999;
	}
	.m_nav{
		padding:2px 0;
		position: relative;
		height:54px;
	}
	.m_nav .head{
		height: 100%;
	}
	.m_logo{
		display: block;		
		margin:0 auto;
		float: left;
		height: 100%;
		margin-left:25px;
		
	}
	.m_logo img{
		height:100%;
	}
	.m_nav .nav_button{
		display: block;
		float: right;
		height:30px;
		width: 35px;
		margin-right: 25px;
		position: relative;
		margin-top:10px;
	}
	.m_nav .nav_button::after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		background: #000;
		bottom: 0;
		left: 0;
		transition:all 0.3s;
	}
	.m_nav .nav_button::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		background: #000;
		top: 0;
		left: 0;
		transition:all 0.3s;
	}
	.m_nav .nav_button span{
		display: block;
		height:2px;
		width: 100%;
		background: #000;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
	}
	.m_nav .nav_button.on span{
		opacity: 0;
	}
	.m_nav .nav_button.on::after{
		transform: rotate(-45deg);
		top: 50%;
	}
	.m_nav .nav_button.on::before{
		transform: rotate(45deg);
		top: 50%;
	}
	.m_nav .m_store{
		display: block;
		position: absolute;
		right: 20px;
		height: 100%;
		top: 0;
		width: 50px;
		background: url(../images/m_heart.png) no-repeat right center/auto 100%;
	}
	.m_nav_list{
		position: fixed;
		top: 94px;
		max-width: 80%;
		width: 100%;		
		bottom: 0;
		overflow: hidden;
		font-size: 12px;
		transition:all 0.5s;
		left: -100%;
		z-index: 999;
		
	}
	.m_nav_list.on{
		transition-delay: 0.2s;
		left: 0;
	}
	.m_search{
		background: #efefef;
		padding: 10px;
	}
	.m_search .inner{
		width: 100%;
		background: #fff;
		height: 32px;
		border-radius: 16px;
		overflow: hidden;
	}
	.m_search input[type="submit"]{
		float: right;
		height: 100%;
		width: 45px;
		border:none;
		height: 100%;
		background:#7ab9f8 url(../images/search.png) no-repeat center;
		text-indent: -9999px;
		outline: none;		
	}
	.m_search input[type="submit"]:active{
		background-color: #ddd;
	}
	.m_search input[type="text"]{
		height: 100%;
		width:calc(100% - 45px);
		float: left;
		border:none;
		outline: none;
		text-indent: 10px;
		text-align: center;
	}
	.m_nav_list{
		border-right: 1px solid #efefef;
	}
	.m_nav_list li{
		padding: 15px 0;
		background: #fff;
		border-bottom: 1px solid #efefef;
		padding-left: 20px;
		position: relative;		
	}
	.m_nav_list li a{
		display: block;
		color: #333;
	}
	

.shot-1 a{
	position: relative;
}
.shot-1 span{
	display: block;
	width: 21px;
	height: 8px;
	position: absolute;
	left: 20%;
	top: 0%;
	background-image: url('../images/hot.png');
	background-position: right 30%;
	background-repeat: no-repeat;
	
}	
	
	.m_nav_list li .m_next{
		display: block;
		width: 50px;
		height: 100%;
		border-left: 1px solid #efefef;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	.m_nav_list li .m_next::after{
		content: "";
		display: block;
		height: 0;
		width: 0;
		border:4px solid transparent;
		border-left-color:#000;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		left: 50%;
		margin-left: -4px; 
	}
	.m_nav_list li .m_next:active{
		background:#efefef;
	}
	.m_nav_list ul{
		background: #fff;
		height: 100%;	
		position: absolute;
		width: 100%;
		overflow-y: scroll;	
	}
	.m_nav_list ul.first_list{
		top: 0;
		left: 0;
	}
	.m_nav_list .second_list{
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 100%;
	}
	.m_nav_list .third_list{
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 100%;
	}
	.nav_box{
		transition:all 0.3s;
	}
	.m_nav_title{
		height: 52px;
		background: #efefef;
		text-align: center;
		line-height: 52px;
		font-size: 16px;
		position: relative;
		cursor: pointer;
	}
	.m_nav_title span{
		display: block;
		width: 52px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.m_nav_title span::before{
		content: "";
	    border-top: 2px solid transparent;
	    border-left: 2px solid transparent;
	    display: block;
	    width: 8px;
	    height: 8px;
	    margin: auto;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    border-color: #000;
	    -ms-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	left: 50%;
	}
	.nav_box ul.ztop{
		z-index: 99;
	}
	.phonemask{
		display: block;
		position: fixed;
		z-index: 990;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		display: none;
	}
	html.oh,body.oh{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
}

@media (max-width: 780px) {
.shot-1 a{
	position: relative;
}
.shot-1 span{
	display: block;
	width: 21px;
	height: 8px;
	position: absolute;
	left: 10%;
	top: 0%;
	background-image: url('../images/hot.png');
	background-position: right 30%;
	background-repeat: no-repeat;
	
}	
}


@media (max-width: 560px) {
.shot-1 a{
	position: relative;
}
.shot-1 span{
	display: block;
	width: 21px;
	height: 8px;
	position: absolute;
	left: 20%;
	top: 0%;
	background-image: url('../images/hot.png');
	background-position: right 30%;
	background-repeat: no-repeat;
	
}	
 
 
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-img {
    width: 100%;
    /*height: 60px;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
}
 
}

@media (max-width: 380px) {
.common-contact .contact-top .contact-top-wrap .contact-top-list .contact-top-img {
	height: 80px;
}
	
}

.about-content li a{
	 color: #333;
}
   