@charset "utf-8";
/* PC端共通样式 */
blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
body, button, dd, div, dl, dt, input, li, ol, p, ul {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}
body, button, input, keygen, legend, select, textarea {
	line-height: auto;
	font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Roboto, Droid Sans, Droid Sans Fallback, Heiti SC, Hiragino Sans GB, Simsun, sans-self
}
body, html {
	width: 100%;
	min-height: 100%;
}
body {
	padding-top: 4.28rem
}
a {
	outline: 0;
	background: 0 0;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	transition: all linear 0.2s
}
em, i {
	font-style: normal
}
img {
	outline: 0;
	border: none;
	width: 100%;
	max-width: 100%
}
li, ol, ul {
	list-style: none outside none
}
a, button, input, textarea {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none
}
select::-ms-expand {
display:none
}
input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: none
}
input::-webkit-input-speech-button {
display:none
}
textarea {
	resize: none;
	-webkit-appearance: none
}
button {
	border-radius: 0
}
select {
	outline: 0;
	border: none;
	background: 0 0;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none
}
.css {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.animation-a {
	-webkit-transition: all .3s;
	transition: all .3s
}/*a标签动画效果增加此class*/
.common-Toast {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 60%;
	width: auto;
	padding: 14px;
	background: rgba(0, 0, 0, .5);
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	z-index: 99999;
	border-radius: 5px;
	display: none
}
.jm-cb {
	clear: both;
	display: block
}
.jm-p0 {
	padding: 0 !important
}
.jm-m0 {
	margin: 0 !important
}
.jm-show {
	display: inline-block !important;
	opacity: 1 !important;
}/*显示*/
.jm-hidden {
	display: none !important
}/*隐藏*/
.jm-fl {
	float: left
}/*左浮动*/
.jm-fr {
	float: right
}/*有浮动*/
.jm-oh {
	overflow: hidden
}/*滚动条隐藏*/
.jm-tal {
	text-align: left
}/*内容左对齐*/
.jm-tac {
	text-align: center
}/*内容居中对齐*/
.jm-tar {
	text-align: right
}/*内容右对齐*/
.jm-taj {
	text-align: justify;
	text-justify: inter-ideograph
}/*内容两端对齐*/
.jm-usn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}/*禁止选择，防复制*/
.jm-pr {
	position: relative
}
.wap-space {
	width: 100%;
	display: block;
	clear: both;
	height: 3rem;
}
@media screen and (min-width:321px) and (max-width:414px) {
html {
	font-size: 10px
}
}
 @media screen and (min-width:415px) and (max-width:719px) {
html {
	font-size: 11px
}
}
 @media (min-width:720px) {
html {
	font-size: 14px
}
}

/*动画效果*/
@keyframes error-move {
 0% {
 transform:translateX(0px)
}
 50% {
 transform:translateX(5px)
}
 100% {
 transform:translateX(0px)
}
}
@-moz-keyframes error-move {
 0% {
 transform:translateX(0px)
}
 50% {
 transform:translateX(5px)
}
 100% {
 transform:translateX(0px)
}
}
@-webkit-keyframes error-move {
 0% {
 transform:translateX(0px)
}
 50% {
 transform:translateX(5px)
}
 100% {
 transform:translateX(0px)
}
}
@keyframes up-move {
 0% {
 transform:translateY(0px)
}
 50% {
 transform:translateY(5px)
}
 100% {
 transform:translateY(0px)
}
}
@-moz-keyframes up-move {
 0% {
 transform:translateY(0px)
}
 50% {
 transform:translateY(5px)
}
 100% {
 transform:translateY(0px)
}
}
@-webkit-keyframes up-move {
 0% {
 transform:translateY(0px)
}
 50% {
 transform:translateY(5px)
}
 100% {
 transform:translateY(0px)
}
}
 @-moz-keyframes opa-animate {
 0% {
 opacity:0
}
 100% {
 opacity:1
}
}
@-webkit-keyframes opa-animate {
 0% {
 opacity:0
}
 100% {
 opacity:1
}
}
@keyframes opa-animate {
 0% {
 opacity:0
}
 100% {
 opacity:1
}
}
@keyframes load-move {
 0% {
 transform:translateY(30px);
 opacity:0
}
 100% {
 transform:translateY(0px);
 opacity:1
}
}
@-moz-keyframes load-move {
 0% {
 transform:translateY(30px);
 opacity:0
}
 100% {
 transform:translateY(0px);
 opacity:1
}
}
@-webkit-keyframes load-move {
 0% {
 transform:translateY(30px);
 opacity:0
}
 100% {
 transform:translateY(0px);
 opacity:1
}
}
.common-header {
	background: #001734;
	height: 4.28rem;
	line-height: 4.28rem;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 11;
	left: 0;
	width: 100%
}
.common-header .logo-area {
	display: inline-block;
	width: 3.92rem;
}
.common-header .logo-area img {
	width: 100%
}
.common-header .nav-area {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.common-header .nav-area .nav-tab, .common-header .nav-area .nav-tab>a {
	display: inline-block;
	margin-left: 4.28rem;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 0.8rem
}
.common-header .nav-area .nav-tab>a {
	margin-left: 0
}
.common-header .nav-area .nav-tab:hover, .common-header .nav-area .nav-tab:hover>a {
	color: #0580ed
}
.common-header .nav-area .nav-tab.active, .common-header .nav-area .nav-tab .active a, .common-header .nav-area .nav-tab .active {
	color: #0580ed
}
.common-header .nav-area .nav-tab .dropdown-area {
	position: absolute;
	left: 50%;
	top: 100%;
	pointer-events: none;
	transform: translate(-50%, 2rem);
	opacity: 0;
	padding: 1rem;
	overflow: hidden;
	background: #f6f6f6;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.common-header .nav-area .nav-tab:hover .dropdown-area {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto
}
.common-header .nav-area .nav-tab .dropdown-area a {
	display: block;
	font-size: 0.8rem;
	color: #919191;
	line-height: 2rem;
	white-space: nowrap
}
.common-header .nav-area .nav-tab .dropdown-area a:hover {
	color: #00306E
}
.common-header .search-area {
	display: inline-block;
}
.common-header .search-area input {
	display: inline-block;
	background: none;
	border: none;
	background: #fff;
	font-size: 1rem;
	color: #000;
	height: 2rem;
	line-height: 2rem;
	width: 0;
	margin-left: 2rem;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.common-header .search-area input.active {
	width: 8rem;
	padding: 0 1rem;
}
.common-header .search-area img {
	display: inline-block;
	width: 1rem;
	cursor: pointer;
	margin-left: 1rem;
	position: relative;
	z-index: 1
}
.common-header .search-area a {
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-left: 2rem
}
.wap-nav {
	float: right;
}
.wap-nav .wap-nav-btn {
	display: inline-block;
	width: 2.2rem;
	height: 1.8rem;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	z-index: 5
}
.wap-nav .wap-nav-btn i {
	position: absolute;
	left: 0;
	height: 0.3rem;
	width: 100%;
	background: #fff;
}
.wap-nav .wap-nav-btn i:nth-of-type(1) {
	top: 0;
}
.wap-nav .wap-nav-btn i:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%)
}
.wap-nav .wap-nav-btn i:nth-of-type(3) {
	bottom: 0;
}
.wap-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background: #f6f6f6;
	text-align: left;
	padding: 1rem;
	display: none;
}
.wap-dropdown .wap-dropbtn {
	display: block;
	font-size: 1rem;
	line-height: 2.4rem;
	color: #919191
}
.wap-dropdown .wap-dropbtn:hover {
	color: #00306E
}
.wap-dropdown .wap-dropbtn .second-dropdown {
	display: none
}
.wap-dropdown .wap-dropbtn:hover .second-dropdown {
	display: block;
}
.wap-dropdown .wap-dropbtn:hover .second-dropdown a {
	display: block;
	color: #919191;
	padding-left: 1rem;
	line-height: 2.3rem
}
.common-title {
	text-align: center;
	overflow: hidden
}
.common-title h2 {
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	position: relative
}
.common-title h2 i {
	position: absolute;
	display: inline-block;
	border-top: 1px solid #888;
	width: 3rem;
	height: 0.8rem;
	left: -4.5rem;
	top: 50%;
	margin-top: -0.1rem;
}
.common-title h2 i em {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background: #888;
	position: absolute;
	left: 0;
	top: -0.3rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.common-title h2 i:last-of-type {
	left: auto;
	right: -5rem
}
.common-title h2 i:last-of-type em {
	left: auto;
	right: 0
}
.common-title h3 {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5em;
}
.common-title.special {
	color: #fff;
}
.common-title.special h2 i {
	border-color: #fff
}
.common-title.special h2 i em {
	background: #fff
}
.btn-more {
	font-size: 0.8rem;
	display: inline-block;
	color: #000;
	border-bottom: 1px solid transparent
}
.btn-more:hover {
	color: #00306E;
	border-bottom: 1px solid #00306E
}
.common-footer {
	background: #f7f7f7;
	padding: 6rem 15px 5rem;
	padding-bottom: 0rem;
}
.common-footer .logo {
	text-align: center;
}
.common-footer .logo img {
	width: 5.21rem
}
.common-footer .details {
	padding-left: 4rem;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	overflow: hidden
}
.common-footer .details .left {
	float: left;
	width: 50%
}
.common-footer .details .right {
	float: right;
	width: 50%
}
.common-footer .details .content {
	display: inline-block;
	width: 100%
}
.common-footer .details .content a {
	display: block;
	font-size: 0.8rem;
	color: #555;
	line-height: 1.6rem
}
.common-footer .details .content a:first-of-type {
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.3rem
}
.common-footer .details .content a:hover {
	color: #00306E
}
.common-footer .details .right .content {
	margin-top: 3.7rem
}
.common-footer .details .right .content:first-of-type {
	margin-top: 0
}
.common-footer .form {
	padding: 0 4rem;
	border-right: 1px solid #eaeaea
}
.common-footer .form .content h3 {
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 1rem
}
.common-footer .form .content input[type='text'] {
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 4rem;
	line-height: 4rem;
	font-size: 0.8rem;
	border-bottom: 0.1rem solid #eaeaea
}
.common-footer .form .content textarea {
	background: none;
	border: none;
	resize: none;
	display: block;
	height: 6.6rem;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5rem;
	padding-top: 1rem;
	border-bottom: 0.1rem solid #eaeaea;
	border-radius: 0
}
.common-footer .form .content a {
	display: block;
	background: none;
	border: none;
	display: inline-block;
	background: #00306E;
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem 3rem;
	margin-top: 1rem;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.common-footer .form .content a:hover {
	opacity: 0.8
}
.common-footer .share a {
	display: block;
	text-align: center;
	padding-top: 1.5rem;
	background: none !important;
	outline: none;
	width: 100%;
	color:#00306E;
	transform: none !important
}
.at-resp-share-element .at-share-btn .at-icon-wrapper svg, .at-resp-share-element .at-label, .at-resp-share-element .at4-share-count-container {
	display: none
}
.addthis_inline_share_toolbox {
	position: relative;
}
.share-text {
	display: block;
	font-size: 1.1rem;
	color: #333;
	padding-left: 0.4rem;
	position: absolute;
	top: 0;
	left: 0
}
.addthis_inline_share_toolbox:hover .share-text {
	color: #00306E;
	text-decoration: underline;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: url(../images/icon-share-5.png) no-repeat center;
	background-size: 100%;
}
.addthis_inline_share_toolbox_oi02:hover .at-resp-share-element .at-share-btn .at-icon-wrapper {
	background: url(../images/icon-share-6.png) no-repeat center;
	background-size: 100%
}
.common-footer .share a img {
	width: auto
}
.common-copyright {
	min-height: 4.5rem;
	line-height: 4.5rem;
	color: #7e7e7e;
	font-size: 0.8rem;
	border-top: 1px solid #e2e2e2
}
.common-copyright .left {
	text-align: right
}
.common-copyright .right a {
	color: #7e7e7e
}
.common-copyright .right a:hover {
	color: #00306E
}
.common-copyright .right i {
	display: inline-block;
	margin: 0 1rem
}
.common-inner-header {
	height: 199px;
}
.common-inner-header h2 {
	font-weight: bold;
	font-size: 2.8rem;
	color: #000;
	line-height: 199px;
	opacity: 0.5
}
.common-crumbs {
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 0.8rem;
	color: #999
}
.common-crumbs a {
	color: #999;
	text-decoration: underline
}
.common-crumbs a:hover {
	text-decoration: underline !important
}
.common-crumbs span {
	font-weight: bold
}
.common-more {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background: #00306E;
	height: 3.2rem;
	line-height: 3.2rem;
	padding: 0 2.2rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	border-radius: 0.3rem;
}
.common-more:hover {
	color: #fff;
	opacity: 0.8
}
.left-nav {
	background: #00306E;
	padding: 0 1.5rem 2rem 1.5rem
}
.left-nav .title{
	display: block;
	font-size: 1.42rem;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	line-height: 4rem;
	padding-top: 2rem
}
.left-nav .title a{
	color: #fff
}
.left-nav .link-list {
	margin-top: 1.6rem
}
.left-nav .link-list a {
	display: block;
	color: #fff;
	font-size: 1rem;
	line-height: 2.2rem;
}
.left-nav .link-list a:hover, .left-nav .link-list .on {
	color: #82c4ff
}
.left-nav .pro-list {
	overflow: hidden;
	border-bottom: 2px solid #4b8cc5;
}
.left-nav .pro-list a{
	color: #fff
}
.left-nav .pro-list:last-of-type {
	border: none
}
.left-nav .pro-list span:first-of-type {
	display: block;
	font-size: 1rem;
	color: #fff;
	line-height: 1.4rem;
	padding: 1.6rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.left-nav .pro-list span {
	display: block;
	font-size: 0.9rem;
	color: #fff;
	margin-bottom: 1rem
}
.left-nav .pro-list span:nth-of-type(2) {
	display: block;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.8rem;
	height: 3.6rem;
	overflow: hidden;
	margin-bottom: 0;
}
.left-nav .pro-list a:last-of-type {
	display: block;
	font-size: 1rem;
	color: #fff;
	margin-top: 1.8rem;
	margin-bottom: 2.5rem;
}
.left-nav .pro-list a:hover {
	color: #7abeff
}
.left-nav .pro-list a:last-of-type:hover {
	text-decoration: underline !important
}
.common-right-title {
	font-size: 1.4rem;
	font-weight: bold;
	height: 3.4rem;
	line-height: 3.4rem;
	border-bottom: 1px solid #00306E;
}
.list-area .content {
	display: block;
	overflow: hidden;
	margin-top: 2rem
}
.list-area .content .left {
	float: left;
	width: 18%;
}
.list-area .content .left img {
	width: 100%;
}
.list-area .content .right {
	float: right;
	width: 80%
}
.list-area .content .right h3 {
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	line-height: 3.2rem;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	white-space:nowrap; 
	text-overflow:ellipsis;
	overflow:hidden;
}
.list-area .content .right p {
	font-size: 1rem;
	color: #999;
	line-height: 1.6rem;
	height: 3rem;
	overflow: hidden
}
.list-area .content .right a,.list-area .content .right span {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	background: #00306E;
	height: 2.2rem;
	line-height: 2.2rem;
	padding: 0 1rem;
	margin-top: 2.5rem
}
.list-area .content :hover h3 {
	color: #00306E
}
.page-control {
	clear: both;
	text-align: left;
	overflow: hidden;
	padding-top: 2rem;
}
.page-control a, .page-control span {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 1.9rem;
	font-size: 1.05rem;
	cursor: pointer;
	color: #333;
	border: 1px solid #ddd;
	border-left: none;
	float: left;
}
.page-control a:first-of-type {
	border-left: 1px solid #ddd;
	font-size: 0.9rem
}
.page-control a:last-of-type {
	font-size: 0.9rem
}
.page-control a:hover, .page-control a.active {
	background: #00306E;
	color: #fff;
}
/*xpage*/
.xpage {
	padding-top: 2rem;
}
.xpage span, .xpage a {
	display: inline-block;
*zoom:1;
*display:inline;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 1px 0;
	color: #000;
	font-size: 14px;
	background: #fff;
}
.xpage a {
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 1.9rem;
	font-size: 1.05rem;
}
.xpage .pp span {
	color: #fff;
	background: #00306E;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 1.9rem;
	font-size: 1.05rem;
}
.xpage span.pp {
	border: none;
	padding: 0;
	vertical-align: top;
}
.xpage span.iselect {
	border: none;
	padding: 0;
	vertical-align: top;
	width: 90px;
	line-height: 39px;
	position: relative;
	display: none;
}
.xpage span.iselect .page {
	font-size: 16px;
	line-height: 39px;
	border: none;
	padding: 0;
	vertical-align: top;
	text-align: left;
	text-indent: 22px;
}
.xpage span.iselect b {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 18px;
	content: '';
	border-right: 2px solid #797979;
	border-bottom: 2px solid #797979;
	-webkit-transform: rotate(45deg);
	z-index: 6;
}
.xpage span.iselect .page-select {
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 9;
	width: 90px;
	height: 39px;
	opacity: 0;
}
.xpage .rate-page-prev {
	border-width: 1px;
}
.xpage .rate-page-break {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}
.xpage a:hover {
	background: #00306E;
	color: #fff;
	text-decoration: underline;
}
span.rate-page-prev {
	margin-right: 2px;
}
a.rate-page-next {
	margin-left: 2px;
	border-left: 1px solid #e5e5e5;
}
.wap-left-nav .title {
	font-size: 1.6rem;
	color: #333;
	text-align: left;
	line-height: 2rem;
	font-weight: bold;
}
.wap-left-nav .scroll-area {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	padding: 1rem 0 2rem
}
.wap-left-nav .scroll-area a {
	display: inline-block;
	margin-right: 1rem;
	color: #fff;
	background: #00306E;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 1rem
}
.product-list {
	border-bottom: 1px dashed #ccc;
	word-break: break-all;
}
.product-list a:first-of-type {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1.8rem;
	color: #333
}
.product-list span {
	display: block;
	color: #666;
	font-size: 0.9rem;
	margin-top: 1.8rem
}
.product-list a:nth-of-type(2) {
	display: block;
	color: #999;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 1rem;
	height: 4.5rem;
	overflow: hidden
}
.product-list a:nth-of-type(3){
	display: inline-block;
	position: relative;
	padding-right: 0.2rem
}
.product-list a:last-of-type {
	height: auto;
	display: block;
	font-size: 1rem;
	color: #333;
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
}
.product-list a:first-of-type:hover {
	color: #237ac1
}
.product-list a:last-of-type:hover {
	text-decoration: underline !important
}
.icon-pdf {
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem
}
.details-area {
	text-align: center;
}
.details-area .title {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 3rem 0 1.6rem
}
.details-area .time {
	font-size: 0.9rem;
	color: #666
}
.details-area .content {
	text-align: left;
	padding-top: 3rem;
	font-size: 1rem;
	color: #999
}
.download-btn {
	display: inline-block;
	margin-bottom: 2rem;
	font-size: 0.9rem;
	color: #0580ed
}
.details-area .content img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;
}
.detail-control {
	display: block;
	margin-top: 2rem;
}
.detail-control span {
	display: block;
	font-size: 1rem;
	color: #666;
	line-height: 2rem
}
.detail-control a {
	color: #666
}
.detail-control a:hover {
	color: #00306E
}
/*20181015*/
.common-footer .form .content {
	position: relative;
}
.win-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
}
.win-wrap p {
	font-size: 1.4em;
	line-height: 7.8rem;
	color: #ccc;
	text-align: center;
}
.s-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/win_wrap_close.png) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.returnTop {
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background: url(../images/returnTop.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.win_warp {
	position: fixed;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.win_warp .tanchuang {
	width: 400px;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top: 50%;
	margin-top: 200px;
}
.win_warp .off {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/icon_close.jpg) no-repeat;
}
.win_warp .shibai {
	display: none;
}
.win_warp .shibai .lose {
	background: url(../images/img_messagetip1.jpg) no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.win_warp .tishi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #005bae;
	font-size: 22px;
}
.win_warp .again {
	width: 170px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #8bae5a;
	display: block;
	line-height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 0 auto;
}
.win_warp .chenggong .lose {
	background: url(../images/img_messagetip1.jpg) no-repeat;
	background-position: 0 -60px;
	width: 60px;
	height: 60px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.win_warp .chenggong {
	display: none;
}
 @media (max-width:1025px) {
 	.common-header .search-area img{
 		padding: 1rem;
 		box-sizing: content-box;
 		margin-left: 0
 	}
	.common-header .logo-area {
		float: left
	}
	.common-footer {
		padding: 3rem 15px
	}
	.common-footer .logo {
		margin-bottom: 2rem
	}
	.common-footer .details {
		padding: 0 15px;
		margin-bottom: 2rem
	}
	.common-footer .form {
		padding: 0 15px;
		margin-bottom: 2rem
	}
	.common-footer .form .content input[type='button'] {
		margin: auto;
		margin-top: 1rem;
		display: block
	}
	.common-footer .share {
		text-align: center;
	}
	.common-footer .share a {
		display: inline-block;
		margin: 0 0;
		padding-top: 2rem
	}
	.common-copyright {
		line-height: 2.2rem;
		padding: 1rem 15px;
	}
	.common-copyright .left, .common-copyright .right {
		text-align: center;
	}
	.common-inner-header {
		height: 4rem;
		background-size: 100% 100%
	}
	.common-inner-header h2 {
		line-height: 8rem;
		font-size: 2rem
	}
	.list-area {
		overflow: hidden
	}
	.list-area .content {
		width: 46%;
		display: inline-block;
		float: left;
	}
	.list-area .content:nth-of-type(2n) {
		float: right
	}
	.list-area .content .left {
		width: 100%;
		float: none
	}
	.list-area .content .right {
		width: 100%;
		float: none
	}
	.addthis_inline_share_toolbox {
		width: 6rem
	}
	.at-resp-share-element .at-share-btn .at-icon-wrapper {
		width: 2.5rem !important;
		height: 2.5rem !important;
		line-height: 2.5rem !important;
	}
	.share-text {
		line-height: 2
	}
	.common-footer .details .content a:first-of-type,.common-footer .form .content h3{ font-size:1.4rem;}
	.common-footer .details .content a{ font-size:1.3rem;}
}
