/*自适应*/

	*{margin: 0;padding:0;}
	html {font-size: 100%;}
	/*html, body {min-width: 320px;max-width: 736px;margin: 0 auto;}*/
/*	html, body {max-width: 1000px;margin: 0 auto;}*/
/*
	@media only screen and (min-width: 320px) {html {font-size: 85.33% !important;}}
	@media only screen and (min-width: 360px) {html {font-size: 96%    !important;}}
	@media only screen and (min-width: 375px) {html {font-size: 100%   !important;}}
	@media only screen and (min-width: 400px) {html {font-size: 106.67%!important;}}
	@media only screen and (min-width: 412px) {html {font-size: 109.6% !important;}}
	@media only screen and (min-width: 414px) {html {font-size: 110.4% !important;}}
	@media only screen and (min-width: 736px) {html {font-size: 196.27%!important;}}
	@media only screen and (min-width: 768px) {html {font-size: 204.8% !important;}}
*/
	@media only screen and (min-width: 1000px){html {font-size: 273.07%!important;}}  
/*header部分*/
	a{text-decoration: none;}
	.head, .tel, .logo{width: 100%;text-align: center;color: #fff;}
	.head a{color: #fff;}
	.tel{height: 2rem;line-height: 2rem;position: fixed;z-index: 1;top: 0;background: url("../images/back.png") no-repeat; background-size: 100% auto;}
	.logo{height: 3rem;margin-top: 2rem;padding: 2% 0;}
	.logo img{height: 100%;}
	.navbg{background:#003a8f;height:50px;}
.nav-fixed {position: fixed;width: 100%;left: 0;top: 0;z-index: 1000;}
.nav{width:1100px;margin:0 auto;}
.nav li{float:left;width:120px;line-height:50px;color:#ffffff;position:relative;z-index:99;text-align:center;}
.nav li:hover{background:#00337d;}
.nav a{color:#ffffff;font-size:16px;font-weight:bold;display:block;height:50px;line-height:50px;}
.nav a:hover{color:#ffffff;}
.nav .subnav,.nav .subnav2,.nav .subnav3{background:#f1f1f1;position:absolute;left:0;top:50px;z-index:1000;width:360px;display:none;box-shadow:2px 2px 5px 2px rgba(4,0,0,0.24);}
.nav li:hover .subnav,.nav li:hover .subnav2,.nav li:hover .subnav3{display:block;z-index:999;position:absolute;left:0;top:50px;}
.nav .subnav2{width:120px;text-align:center;}
.nav .subnav3{width:480px;text-align:center;}
.nav .subnav li,.nav .subnav2 li,.nav .subnav3 li{width:120px;height:50px;line-height:50px;background:none;display:inline-block;*display:inline;_height:50px;}
.nav .subnav a,.nav .subnav2 a,.nav .subnav3 a{color:#313131;font-weight:normal;font-size:14px;display:inline-block;*display:inline;_height:50px;height:50px;line-height:50px;}
.nav .subnav li:hover a,.nav .subnav2 li:hover a,.nav .subnav3 li:hover a{color:#313131;}
.nav .subnav a:hover,.nav .subnav2 a:hover,.nav .subnav3 a:hover{text-decoration:underline;}
/*footer部分*/
	.footer, .btop, .foot{width: 100%;text-align: center;}
	.btop{background: #c2c2c2 url("../images/btop.png") no-repeat center 7%;background-size: 7%;height: 2rem;margin-top: 1rem;}
	.foot{font-size: 0.7rem;background: #e5e4e4;padding: 0.5rem 0 1rem 0;}
	.foot img{height: 1rem;}
	.foot, .foot a{color: #000;}
/*框架样式*/
	/*标题样式*/
	.title{margin: 3% 0;}
	.title h5{height: 2.7rem; background: url("../images/title.png")no-repeat center; background-size: 135%;text-align: center;}
	.title h5 span{background: linear-gradient(to right, #b3fc42, #3bd683);  -webkit-background-clip: text; color: transparent;font-size: 1.1rem;}
	/*商务通按钮样式*/
	.buttom{margin: 3% 0 10% 0;}
	.buttom p,.title p{font-size: 0.7rem;color: #686c61;margin-top: 0.2rem;}
	.buttom,.title{text-align: center;}
	.buttom a{text-decoration: none;background: url("../images/buttom.png")no-repeat center;display: block;color: #fff;background-size: auto 100%;height: 2rem;line-height: 2rem;
		animation:buttom 4s infinite;
		-webkit-animation: buttom 4s infinite;
	}
	@-webkit-keyframes buttom{0%,90%,95%{-webkit-transform: scale(1);}90.25%,97.5%{-webkit-transform: scale(1.1);}}
	@keyframes buttom{0%,90%,95%{transform: scale(1);}90.25%,97.5%{transform: scale(1.1);}}
	/*图片上按钮浮动定位*/
	.container>div{position: relative;}
	.anchor{position: absolute;}
	/*内容部分图片及通用表样式*/
	a{color: #000;}
	.container{text-align: center;}
	.content img{width: 100%;display: block;}
	.content ul li{width: 100%;list-style: none;margin: 2% 0;display: inline-block;}
	.content ul li div{width: 45%;margin: 0 1% 0 1%;display: inline-block;vertical-align:middle;text-align: center;word-wrap: break-word;}






















