@import url(share.min.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

body.pos {
	overflow-y: hidden;
	height: 100%;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	/*-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s;*/
	/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}

a:hover {
	color: #e1c564;
	/*text-decoration: underline;*/
}

input,
select,
img {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

em,
cite,
th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}

.wrap {
	clear: both;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
	word-wrap: break-word;
}

.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	word-wrap: break-word;
}

.divhidden {
	display: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.f130 {
	font-size: 130px;
}

.f80 {
	font-size: 80px;
}

.f70 {
	font-size: 70px;
}

.f62 {
	font-size: 62px;
}

.f60 {
	font-size: 60px;
}

.f55 {
	font-size: 55px;
}

.f50 {
	font-size: 50px;
}

.f48 {
	font-size: 48px;
}

.f45 {
	font-size: 45px;
}

.f44 {
	font-size: 44px;
}

.f40 {
	font-size: 40px;
}

.f36 {
	font-size: 36px;
}

.f34 {
	font-size: 34px;
}

.f32 {
	font-size: 32px;
}

.f30 {
	font-size: 22px;
	font-weight: bold;
}

.f28 {
	font-size: 28px;
}

.f26 {
	font-size: 26px;
}

.f24 {
	font-size: 24px;
}

.f22 {
	font-size: 22px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}


/*PC导航*/

.header-v1 {
	width: 100%;
	position: fixed;
	/*overflow:hidden; */
	height: 100px;
	z-index: 10;
	background: #fff;
	transition: all 0.3s;
}

.header-v1.bgs2 {
	background: #fff;
}

.nav-hide .header-v1 {
	height: 88px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.nav-hide .blank_h {
	height: 88px;
}

.nav-hide .header-v1 .top-main .logo1 img {
	height: 68;
}

.header-v1 .top-main {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	/* position:relative;*/
}

.header-v1 .top-main .logo1 {
	float: left;
	height: 100%;
	margin-top: 16px;
}

.header-v1 .top-main .logo1 img {
	height: 68px;
	transition: all 0.3s;
}

.header-v1 .top-main .logo1 img:hover {
	filter: Alpha(Opacity=90);
	opacity: 0.9;
}

.header-v1 .top-main .top_r {
	float: right;
}

.header-v1 .top-main .top-main-content {
	float: right;
	opacity: 1.0;
	filter: Alpha(opacity=100);
	transition: all 0.5s;
	transform-origin: left center;
}

.header-v1 .top-main#showopen .top-main-content {
	opacity: 0;
	filter: Alpha(opacity=0);
	transform: scale3d(0, 0, 0);
}

.navBar {}

.nav {
	float: right;
}

.nav li.m {
	float: left;
	text-align: center;
	margin-left: 32px;
	position: relative;
}

.nav li.m:first-child {
	/*background:none; padding-right:0;*/
	margin-left: 0;
}


/*.nav li.m:nth-child(2) h3 a,.nav li.m:nth-child(3) h3 a{ padding-left:16px; padding-right:16px;}*/

.nav h3 a {
	height: 100px;
	line-height: 100px;
	display: block;
	font-size: 17px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	/*  background:url(../images/nav_bg1.png) right center no-repeat;transition:all 0.3s;*/
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.nav-hide .nav li.m h3 a {
	height: 88px;
	line-height: 88px;
}

.nav h3 {
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}


/*.nav h3 a i{ position:absolute; right:0; width:9px; height:5px; top:50%; margin-top:-3px; background:url(../images/top_bg1.png) no-repeat;}*/

.nav li.on h3 a i {
	background-image: url(../images/top_bg1_on.png);
}

.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 100px;
}

.nav h3 a span:after {
	content: attr(data-title);
	position: absolute;
	/*color:#fff;*/
	left: 0;
	transform: translateY(100%);
	width: 100%;
	top: 0;
}

.nav-hide .nav h3 a span {
	height: 88px;
}

.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0px;
	height: 2px;
	opacity: 0;
	background-color: #e1c564;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li h3 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}


/*.nav li#m2 h3 a:after,.nav li#m3 h3 a:after,.nav li#m5 h3 a:after,.nav li#m6 h3 a:after{ height:0;}*/

.nav a:hover {
	color: #e1c564;
}

.nav a:hover span {
	transform: translateY(-100%);
}

.nav li.on h3 a {
	color: #e1c564;
}

.nav li.on h3 a:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}


/*.nav .sub_bg{ position:fixed; width:100%; z-index:109; height:0px; background:rgba(0, 0, 0, 0.6); z-index:109; left:0; top:128px; overflow:hidden;transition:all 0.3s;}
.nav .m:hover .sub_bg{ height:50px;}*/

.nav .sub {
	display: none;
	/*默认隐藏*/
	/*width:100%; left:0;*/
	width: 210px;
	left: 50%;
	margin-left: -70px;
	padding: 0;
	/*background:rgba(179, 144, 88, 0.5); */
	position: absolute;
	top: 100px;
	z-index: 110;
	background: rgba(243, 243, 245, 1.0);
	/*border-top:2px solid #ededed; */
	/*border-bottom:1px solid #e6e6e6;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);*/
	box-shadow: 3.3px 3.5px 15px 6px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 4px 4px;
}

.nav-hide .nav .sub {
	top: 88px;
}


/*.nav-hide .nav .sub_bg{ top:90px;}*/


/*.nav .m#m4 .sub{ width:280%; left:-90%;}
.nav .m#m3 .sub{ width:220%; left:-60%;}*/

.nav .sub dl {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.nav .sub dd {
	list-style: none;
	text-decoration: none;
}

.nav .sub dd a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333333;
	font-size: 14px;
	transition: all 0.3s;
	/* width:147px;*/
	/*background:rgba(243, 243, 245, 1.0);*/
}

.nav .sub dd a:hover {
	color: #fff;
	text-decoration: none;
	background: #e1c564;
}

.nav .sub dd .top_img {
	float: left;
	margin-left: 40px;
	width: 270px;
	overflow: hidden;
}

.nav .sub dd .top_img img {
	width: 100%;
	height: 180px;
	margin-bottom: 4px;
}

.nav .sub dd .top_img h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 3px;
}

.nav .sub dd .top_img p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	color: #8f8f8f;
}

.nav .sub dd .top_img a:hover h2 {
	color: #e1c564
}

.nav .sub dd .top_img a:hover img {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

.nav .sub .sub_t {
	margin-top: 29px;
	float: left;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 32px;
	width: 96px;
	padding-right: 46px;
	border-right: 1px dashed #e1e1e1;
}

.nav .sub .sub_t a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 20px;
	background: #00a0ea;
	transition: all 0.3s;
	margin-bottom: 8px;
}

.nav .sub .sub_t a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.nav .sub .sub_t a.isel {
	color: #fff;
}

.nav .sub .sub_t a.a {
	color: #333333;
	font-size: 16px;
	margin-bottom: 0;
	background: none;
	line-height: 34px;
	height: 34px;
}

.nav .sub .sub_t a.a.isel {
	color: #e1c564;
}

.nav .sub .sub_t a:nth-child(4) {
	margin-bottom: 11px;
}

.nav .sub .sub_dl {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 56px;
}

.nav .sub .sub_dl dl dd {
	overflow: hidden;
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.nav .sub .sub_dl dl dd a {
	height: auto;
}

.nav .sub .sub_dl dl dd a:hover {
	background: none;
	color: #e1c564;
}

.nav .sub .sub_dl dl dd:nth-child(6n+0) {
	margin-right: 0;
}

.nav .sub .sub_dl dl dd .imgs {
	overflow: hidden;
}

.nav .sub .sub_dl dl dd .imgs img {
	width: 100%;
	margin-bottom: 0;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.nav .sub .sub_dl dl dd:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.nav .sub .sub_dl dl dd .h3 {
	font-weight: normal;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	margin-top: 13px;
	font-size: 16px;
}


/*语言*/


/*滚动条*/

.i_jsq_scroll {
	width: 98%;
	margin: 0 auto;
	max-width: 1850px;
	overflow-y: auto;
	max-height: 500px;
	position: relative;
	background: url(../images/top_bg6.png) right top repeat-y;
}

.i_jsq_scroll::-webkit-scrollbar {
	-webkit-appearance: none;
}

.i_jsq_scroll::-webkit-scrollbar:vertical {
	width: 2px;
}

.i_jsq_scroll::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 0;
	background-color: rgba(0, 84, 165, 1.0);
}

.blank_h {
	height: 100px;
	overflow: hidden;
}


/*语言下拉*/


/*.top_language{ float:right;width:75px; padding-left:30px; position:relative; height:30px; text-align:left;  background:url(../images/top_bg5.png) left center no-repeat; margin-top:35px;transition: all 0.3s;}
.nav-hide .top_language{ margin-top:20px;}
.top_language label{background:url(../images/top_bg1.png) right 12px no-repeat; display:block; height:30px; line-height:30px; font-size:14px; color:#777777; transition:all 0.3s;letter-spacing:0.5px; cursor:pointer;}
.top_language ul{width: 100%; display:block;position:absolute; top:30px; left:0; border:1px solid #dcdcdc; background:#fff; z-index:999; display:none;}
.top_language ul li{line-height: 30px; height:30px; overflow:hidden; display:block; border: 1px solid transparent; cursor: pointer; font-size:14px;}
.top_language ul li a{ display:block;width: 100%;display: inline-block;text-align:left; text-indent:11px;}
.top_language ul li a:hover{filter: Alpha(Opacity=90);opacity: 0.9;transition: all 0.3s; background-color:#0075c1; color:#fff;}
.top_language ul li.current a{filter: Alpha(Opacity=90);opacity: 0.9;transition: all 0.3s;background-color:#0075c1; color:#fff;}*/

.top_language {
	float: right;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 5px;
	transition: all 0.3s;
}

.nav-hide .top_language {
	margin-top: 29px;
}

.top_language a {
	float: left;
	margin-left: 17px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #999999;
	text-transform: uppercase;
	transition: all 0.3s;
}

.top_language a.on {
	color: #e1c564;
}

.top_language a:hover {
	color: #e1c564;
}

#showopen .top_language {
	opacity: 0;
	filter: Alpha(opacity=0);
}


/*语言下拉2*/

.header-v1 .language {
	float: right;
	position: relative;
	padding-right: 6px;
}

.header-v1 .top-main#showopen .language {
	display: none;
}


/*.header-v1 .language:after{ content:""; position:absolute; right:0; height:14px; top:50%; margin-top:-7px; width:1px; background:#999999;}*/

.header-v1 .language .btn {
	width: 78px;
	height: 100px;
	line-height: 100px;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.5s;
	background-image: url(../images/top_bg1.png);
	color: #999999;
	font-size: 14px;
	font-family: Arial;
	padding-left: 37px;
	position: relative;
}

.header-v1 .language .btn:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: #cccccc;
	left: 0;
}

.header-v1 .language .btn:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/top_bg2.png) 13px center no-repeat;
}


/*.header-v1 .language .btn.cn{ background-image:url(../images/language1.png);}
.header-v1 .language .btn.en{ background-image:url(../images/language2.png);}
.header-v1 .language .btn.jp{ background-image:url(../images/language3.png);}*/

.nav-hide .header-v1 .language .btn {
	height: 88px;
	line-height: 88px;
}

.header-v1 .language .list {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 5;
	width: 100px;
	padding-top: 4px;
	text-align: center;
	display: none;
	border: 1px solid #eee;
}

.nav-hide .header-v1 .language .list {
	top: 58px;
}

.header-v1 .language ul {
	background: #fff;
	border-radius: 4px;
	padding: 4px 0;
	position: relative;
}

.header-v1 .language ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFFFFF;
	border-width: 4px;
	margin-left: -4px;
}

.header-v1 .language li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
}

.header-v1 .language li a:hover {
	color: #e1c564;
}


/*PC搜索*/

.top-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgb(102, 102, 102);
	z-index: 9;
	opacity: 0.8;
	display: none;
}

.top_search {
	float: right;
	height: 50px;
	margin-top: 25px;
	position: relative;
	transition: all 0.5s;
}

.nav-hide .top_search {
	margin-top: 19px;
}

.top_search em {
	background: url(../images/top_bg5.png) center center no-repeat;
	height: 100%;
	width: 26px;
	cursor: pointer;
	display: block;
	float: right;
	overflow: hidden;
	transition: all 0.3s;
}


/*.nav-hide .top_search em{ background-image:url(../images/head_pic3.png);}*/

.top_search em:Hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#showopen .top_search em {
	opacity: 0;
	filter: Alpha(opacity=0);
}

.top_search .search_con2 {
	position: absolute;
	right: 0px;
	height: 50px;
	z-index: 100;
	transform: scale3d(0, 0, 0);
	transform-origin: right center;
	transition: all 0.5s;
	opacity: 0;
	filter: Alpha(opacity=0);
	width: 500px;
}

#showopen .top_search .search_con2 {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	transform: scale3d(1, 1, 1);
}

.top_search .search_con2 .search-input {
	width: 380px;
	float: left;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 20px;
	background: #fff;
}

.top_search .search_con2 .input1 {
	height: 48px;
	line-height: 48px;
	background: none;
	border: 0;
	width: calc(100% - 57px);
	width: -webkit-calc(100% - 57px);
	width: -moz-calc(100% - 57px);
	float: left;
	outline: none;
	font-size: 16px;
	color: #666666;
	font-family: "微软雅黑";
}

.top_search .search_con2 .bnts {
	float: right;
	width: 56px;
	height: 48px;
	background: url(../images/head_pic3.png) center center no-repeat;
	margin-right: 1px;
	cursor: pointer;
	border: none;
}

.top_search .search_con2 .bnts:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.top_search .search_con2 .moblie-search-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(../images/c10.png) center center no-repeat;
}

.nav-hide .top_search .search_con2 .moblie-search-close {
	background-image: url(../images/c10.png);
}


/* 手机导航全局 */

.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	max-height: 100%;
	overflow-y: auto;
}

.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);
	/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}

.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
}

.touch-top-wrapper .touch-logo {
	float: left;
}

.touch-top-wrapper .touch-logo img {
	height: 90px;
	display: block;
}

.appl_dl table td img {
	width: 100%;
}

@media only screen and (max-width:720px) {
	.touch-top {
		padding: 6px 0;
	}
	.touch-top-wrapper .touch-logo img {
		height: 50px !important;
	}
}

.touch-navigation {
	display: block;
}

.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}

.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 6px;
	text-align: center;
}

.touch-toggle li a {
	height: 70px;
}

.touch-toggle li:hover,
.touch-toggle li:active {}

.touch-toggle .touch-toggle-item-first {
	border-left: none;
}

.touch-toggle .touch-toggle-item-last {
	border-right: none;
}

.touch-toggle li a {
	display: block;
	font-size: 12px;
}

.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	/*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.touch-toggle .touch-icon-language {
	background-image: url(../images/top_bg1.png);
}

.touch-toggle .touch-icon-user {
	background-image: url(../images/i_bg5.png);
}

.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}

.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}

.touch-toggle .top_ico {
	width: 26px;
	height: 70px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 8px;
}

.touch-toggle .top_ico i {
	display: block;
	font-size: 0;
	width: 26px;
	height: 2px;
	z-index: 1;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	top: 0;
	background: #666666;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	overflow: hidden;
	margin-top: 25px;
}

.touch-toggle .top_ico i:nth-child(2) {
	top: 10px;
}

.touch-toggle .top_ico i:nth-child(3) {
	top: 20px;
}


/*.nav-hide .header-v1 .top_ico i{ margin-top:26px;}*/

.touch-toggle .top_ico:hover i {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.touch-toggle .top_ico i span {
	width: 2px;
	height: 2px;
	margin-left: 3px;
	float: left;
	background: #fff;
}

.touch-toggle .top_ico.on {
	margin-top: 12px;
}

.touch-toggle .top_ico.on i:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.touch-toggle .top_ico.on i:nth-child(2) {
	opacity: 0;
}

.touch-toggle .top_ico.on i:nth-child(3) {
	top: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.touch-toggle .top_ico.on i span {
	display: none;
}

.touch-toggle li span {
	display: none;
	text-align: center;
}

.drawer-section {
	/* background-color:#40312f; padding:20px;*/
	display: none;
}

.drawer-section-menu {
	/* padding:20px 20px 35px;*/
	/*padding:0px 0px 35px;*/
}

.touch-toggle-content {
	clear: both;
}

.touch-menu {
	clear: both;
}

.touch-menu ul li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.touch-menu ul li a {
	color: #333;
	display: block;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	/* padding-left:10px;*/
	padding-left: 2%;
	text-transform: uppercase;
}

.touch-menu ul li a:hover,
.touch-menu ul li a:active {
	background-color: #e1c564;
	color: #fff;
}

.touch-menu ul li.tels a {
	display: inline-block;
}

.touch-menu ul li.tels a:hover {
	background: none;
	color: #e1c564;
}

.touch-menu ul li i {
	position: absolute;
	top: 14px;
	/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}

.touch-menu ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}

.touch-menu ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}

.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d2.png);
}

.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u2.png);
}

.touch-menu ul ul {
	display: none;
	margin: 0;
	/* padding:0 10px 30px 30px;*/
	padding: 0 0px 15px 0px;
}

.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}

.touch-menu ul ul li i {
	top: 13px;
}

.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}

.touch-menu .closetitle img {
	margin: 0 auto;
	height: 20px;
	width: auto;
}


/*手机弹出搜索*/

.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none;
	/*z-index:999;*/
}

.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px;
	line-height: 40px;
}

.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}

.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}


/*尾部*/

.f_bg {
	background: #f8f8f8;
	color: #777777;
	font-size: 14px;
	clear: both;
	padding-top: 46px;
	text-align: left;
}

.f_bg_div {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}

.f_bg a {
	color: #777777;
	text-decoration: none;
}

.f_bg a:hover {
	color: #e1c564;
}

.f_bg .h2 {
	height: 68px;
	line-height: 68px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	position: relative;
	text-transform: uppercase;
}

.f_bg .links {
	width: calc(31% - 124px);
	width: -webkit-calc(31% - 124px);
	width: -moz-calc(31% - 124px);
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 5.5%;
	text-align: left;
	float: left;
}

.f_bg .links:nth-child(5) {
	display: none;
}

.f_bg .links:nth-child(6) {
	display: none;
}

.f_bg .links ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 5px;
}

.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}

.f_bg .f_bg_m {
	text-align: left;
	overflow: hidden;
	float: left;
	width: calc(98% - 244px);
	width: -webkit-calc(98% - 244px);
	width: -moz-calc(98% - 244px);
	max-width: 870px;
}

.f_bg .f_div2_r2 {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 25%;
	padding-bottom: 5.5%;
	color: #777777;
}

.f_bg .f_div2_r2 ul li {
	display: block;
	overflow: hidden;
	line-height: 30px;
	/*padding-left:25px;background-repeat:no-repeat; background-position:left center;*/
}


/*.f_bg .f_div2_r2 ul li.bgs1{ background-image:url(../images/foot_bg1.png);}
.f_bg .f_div2_r2 ul li.bgs2{ background-image:url(../images/foot_bg2.png);}
.f_bg .f_div2_r2 ul li.bgs3{ background-image:url(../images/foot_bg3.png); line-height:20px; background-position:left 2px; margin-top:7px;}*/

.f_bg .f_div2_r {
	float: right;
	width: 246px;
	overflow: hidden;
}

.f_bg .f_div2_r ul li {
	float: left;
	width: 118px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #777777;
}

.f_bg .f_div2_r ul li:nth-child(2) {
	margin-left: 10px;
}

.f_bg .f_div2_r ul li img {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}

.f_div3 {
	clear: both;
	background: #e1c564;
	line-height: 29px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
}

.f_div3 span {
	display: inline-block;
	vertical-align: top;
	padding-right: 2%;
}

.f_div3 a {
	color: #fff;
	transition: all 0.3s;
}

.f_div3 a:hover {
	color: #fff;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.foot_a {
	float: right;
	line-height: 29px;
	font-size: 14px;
	text-align: center;
}

.foot_a ul {}

.foot_a ul li {
	float: left;
	vertical-align: top;
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-left: 8px;
	/* border:1px solid #a3b4d4;border-radius:50%;*/
}


/*.foot_a ul li:hover{border:1px solid #fff;}*/

.foot_a ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	transition: all 0.3s;
	border-radius: 50%;
	z-index: 0;
	/*background:#f3f7f5;*/
}

.foot_a ul li a:hover {
	/*filter: Alpha(Opacity=60);opacity: 0.6;*/
}

.foot_a ul li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 50%;
	/*background-size:0% 0%;*/
	z-index: 1;
}


/*.foot_a ul li a:after{content: ""; position:absolute; width:0%; height:0%;left:50%; top:50%;transition:all 0.3s;background:#e5f9ef; border-radius:50%;z-index:0;}
.foot_a ul li a:hover:after{  width:100%; height:100%;left:0%; top:0%;background-size:100% 100%;}*/

.foot_a ul li.weixin a:hover {
	filter: Alpha(Opacity=100);
	opacity: 1.0;
}

.foot_a ul li.weixin a:before {
	background-image: url(../images/foot_ico2.png);
}

.foot_a ul li.weixin .wem1 {
	width: 203px;
	bottom: 43px;
	text-align: center;
	position: absolute;
	margin-left: -87px;
	margin-top: -203px;
	background-image: url(../img/ewm.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}

.foot_a ul li.weixin .wem1 img {
	width: 155px;
	height: 155px;
	margin-right: 5px;
	transition: all 0.3s;
}

.foot_a ul li.weixin a:hover .wem1 {
	height: 155px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot_a ul li.sinna a:before {
	background-image: url(../images/foot_ico3.png);
}

.foot_a ul li.qq {
	margin-left: 0;
}

.foot_a ul li.qq a:before {
	background-image: url(../images/foot_ico1.png);
}

.foot_a .social-share .social-share-icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	vertical-align: top;
}

.foot_a .social-share .social-share-icon:hover {
	background: none;
}

.foot_a .social-share .icon-qq:before {
	content: "";
}

.foot_a .social-share .icon-qq {
	border: 0;
}

.foot_a .social-share .icon-qq:hover {
	background-image: url(../images/foot_fx1.png);
	background-size: 100% 100%;
}

.foot_a .social-share .icon-wechat:before {
	content: "";
}

.foot_a .social-share .icon-wechat {
	border: 0;
}

.foot_a .social-share .icon-wechat:hover {
	background-image: url(../images/foot_fx2.png);
	background-size: 100% 100%;
}

.foot_a .social-share .icon-weibo:before {
	content: "";
}

.foot_a .social-share .icon-weibo {
	border: 0;
}

.foot_a .social-share .icon-weibo:hover {
	background: url(../images/foot_fx3.png) no-repeat;
	background-size: 100% 100%;
}

.gotop {
	position: fixed;
	bottom: 10%;
	right: 1%;
	width: 44px;
	height: 44px;
	background: url(../images/gotop.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: none;
}

.gotop.active {
	display: none;
}

.gotop:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	cursor: pointer;
	transform: rotate(360deg);
}

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}

.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}

.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}

.right_ul ul li:last-child a {
	border: 0;
}


/*微信弹窗*/

#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}

#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}

#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

#hiddenimg2 {
	text-align: center;
}

.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}


/*导航菜单-二级菜单*/

.dh1 {
	display: block;
	-webkit-animation: dhli 0.8s;
	animation: dhli 0.8s;
}

.dh2 {
	display: block;
	-webkit-animation: dhli 1.0s;
	animation: dhli 1.0s;
}

.dh3 {
	display: block;
	-webkit-animation: dhli 1.2s;
	animation: dhli 1.2s;
}

.dh4 {
	display: block;
	-webkit-animation: dhli 1.4s;
	animation: dhli 1.4s;
}

.dh5 {
	display: block;
	-webkit-animation: dhli 1.6s;
	animation: dhli 1.6s;
}

.dh6 {
	display: block;
	-webkit-animation: dhli 1.8s;
	animation: dhli 1.8s;
}

.dh7 {
	display: block;
	-webkit-animation: dhli 2.0s;
	animation: dhli 2.0s;
}

.dh8 {
	display: block;
	-webkit-animation: dhli 2.2s;
	animation: dhli 2.2s;
}

.dh9 {
	display: block;
	-webkit-animation: dhli 2.4s;
	animation: dhli 2.4s;
}

@-webkit-keyframes dhli {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
	}
}

@keyframes dhli {
	0% {
		opacity: 0;
		transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
	}
}


/*nav-end*/

@-webkit-keyframes logo {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10px, -20px);
	}
}

@keyframes logo {
	0% {
		opacity: 0;
		transform: translate(-10px, -20px);
	}
}

@-webkit-keyframes nav-lianjie {
	0% {
		opacity: 0;
		-webkit-transform: translate(50px, 0px);
	}
}

@keyframes nav-lianjie {
	0% {
		opacity: 0;
		transform: translate(50px, 0px);
	}
}

@-webkit-keyframes top_jy {
	0% {
		opacity: 0;
		-webkit-transform: translate(20px, -40px);
	}
}

@keyframes top_jy {
	0% {
		opacity: 0;
		transform: translate(20px, -40px);
	}
}

@-webkit-keyframes nav-box {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50px, 0px);
	}
}

@keyframes nav-box {
	0% {
		opacity: 0;
		transform: translate(-50px, 0px);
	}
}

@-webkit-keyframes hover-wen {
	0% {
		text-indent: 0;
	}
	50% {
		text-indent: 5px;
	}
	100% {
		text-indent: 0;
	}
}

@keyframes hover-wen {
	0% {
		text-indent: 0;
	}
	50% {
		text-indent: 5px;
	}
	100% {
		text-indent: 0;
	}
}

@-webkit-keyframes hover-img {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes hover-img {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes more-img {
	0% {
		right: 5px;
	}
	50% {
		right: 10px;
	}
	100% {
		right: 5px;
	}
}

@keyframes more-img {
	0% {
		right: 5px;
	}
	50% {
		right: 10px;
	}
	100% {
		right: 5px;
	}
}

@-webkit-keyframes lianjie {
	0% {
		background-position: 20px center;
	}
	50% {
		background-position: 10px center;
	}
	100% {
		background-position: 20px center;
	}
}

@keyframes lianjie {
	0% {
		background-position: 20px center;
	}
	50% {
		background-position: 10px center;
	}
	100% {
		background-position: 20px center;
	}
}

@-webkit-keyframes liebiao {
	0% {
		background-position: 20px center;
		background-color: none;
	}
	25% {
		background-position: 15px center;
		background-color: #fff9ed;
	}
	50% {
		background-position: 10px center;
		background-color: #feeeca;
	}
	75% {
		background-position: 15px center;
		background-color: #fff9ed;
	}
	100% {
		background-position: 20px center;
		background-color: none;
	}
}

@keyframes liebiao {
	0% {
		background-position: 20px center;
		background-color: none;
	}
	25% {
		background-position: 15px center;
		background-color: #fff9ed;
	}
	50% {
		background-position: 10px center;
		background-color: #feeeca;
	}
	75% {
		background-position: 15px center;
		background-color: #fff9ed;
	}
	100% {
		background-position: 20px center;
		background-color: none;
	}
}

@media screen and (max-width: 1660px) {
	/*PC导航*/
	.nav .sub .sub_t {
		padding-right: 36px;
	}
	.nav .sub .sub_dl {
		padding-left: 36px;
	}
	/*PC搜索*/
}

@media screen and (max-width: 1500px) {
	/*PC导航*/
	.nav h3 a {
		font-size: 16px;
	}
	.nav .sub dd a {
		font-size: 13px;
	}
	.nav .sub .sub_t {
		padding-right: 26px;
	}
	.nav .sub .sub_t a {
		font-size: 14px;
	}
	.nav .sub .sub_dl {
		padding-left: 26px;
	}
	.nav .sub .sub_dl dl dd .h3 {
		font-size: 15px;
	}
	/*PC搜索*/
}

@media screen and (max-width: 1440px) {
	.f130 {
		font-size: 120px;
	}
	.f80 {
		font-size: 70px;
	}
	.f70 {
		font-size: 60px;
	}
	.f62 {
		font-size: 52px;
	}
	.f60 {
		font-size: 50px;
	}
	.f55 {
		font-size: 48px;
	}
	.f50 {
		font-size: 46px;
	}
	.f48 {
		font-size: 42px;
	}
	.f45 {
		font-size: 40px;
	}
	.f44 {
		font-size: 39px;
	}
	.f40 {
		font-size: 36px;
	}
	.f36 {
		font-size: 32px;
	}
	.f34 {
		font-size: 31px;
	}
	.f32 {
		font-size: 30px;
	}
	.f30 {
		font-size: 28px;
	}
	.f28 {
		font-size: 26px;
	}
	/*PC导航*/
}

@media screen and (max-width: 1360px) {
	.f28 {
		font-size: 25px;
	}
	/*PC导航*/
	.nav h3 a {
		font-size: 15px;
	}
	.nav .sub .sub_t {
		padding-right: 16px;
	}
	.nav .sub .sub_t a {
		font-size: 13px;
	}
	.nav .sub .sub_dl {
		padding-left: 16px;
	}
	.nav .sub .sub_dl dl dd .h3 {
		font-size: 14px;
	}
	/*PC搜索*/
	.top_search {
		margin-left: 2px;
	}
}

@media screen and (max-width: 1310px) {
	.f130 {
		font-size: 110px;
	}
}

@media screen and (max-width: 1260px) {
	/*PC导航*/
	.nav li.m {
		margin-left: 30px;
	}
	.nav h3 a {
		font-size: 14px;
	}
	/*尾部*/
	.f_bg {
		padding-top: 30px;
		font-size: 13px;
	}
	.f_div3 {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
	.f130 {
		font-size: 90px;
	}
	.f80 {
		font-size: 62px;
	}
	.f70 {
		font-size: 50px;
	}
	.f62 {
		font-size: 47px;
	}
	.f60 {
		font-size: 46px;
	}
	.f55 {
		font-size: 44px;
	}
	.f50 {
		font-size: 42px;
	}
	.f48 {
		font-size: 38px;
	}
	.f45 {
		font-size: 36px;
	}
	.f44 {
		font-size: 34px;
	}
	.f40 {
		font-size: 32px;
	}
	.f36 {
		font-size: 30px;
	}
	.f34 {
		font-size: 29px;
	}
	.f32 {
		font-size: 28px;
	}
	.f30 {
		font-size: 26px;
	}
	.f28 {
		font-size: 24px;
	}
	.f26 {
		font-size: 22px;
	}
	.f24 {
		font-size: 20px;
	}
	.f22 {
		font-size: 19px;
	}
	.f20 {
		font-size: 18px;
	}
	.f18 {
		font-size: 16px;
	}
	/*PC导航*/
	/* 手机导航全局 */
	.blank_h {
		height: 90px;
	}
	.nav-hide .blank_h {
		height: 90px;
	}
	.header-v1 {
		display: none;
	}
	.touch-top {
		display: block;
	}
	/*尾部*/
	.f_bg {
		text-align: center;
		padding-top: 20px;
	}
	.f_bg .h2 {
		line-height: 50px;
		height: 50px;
	}
	.f_bg .f_bg_m {
		display: inline-block;
		vertical-align: top;
		display: none;
	}
	.f_bg .f_div2_r {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.f_bg .f_div2_r ul li {
		float: none;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-block;
		vertical-align: top;
	}
	.f_div3 {
		padding-top: 12px;
		line-height: 24px;
	}
	.f_bg_div {
		text-align: center;
	}
	.f_div3 span {
		display: block;
	}
	.foot_a {
		float: none;
		margin-top: 5px;
	}
	.foot_a ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 960px) {
	.f130 {
		font-size: 80px;
	}
	.f80 {
		font-size: 52px;
	}
	.f70 {
		font-size: 46px;
	}
	.f62 {
		font-size: 43px;
	}
	.f60 {
		font-size: 42px;
	}
	.f55 {
		font-size: 40px;
	}
	.f50 {
		font-size: 38px;
	}
	.f48 {
		font-size: 34px;
	}
	.f45 {
		font-size: 32px;
	}
	.f44 {
		font-size: 31px;
	}
	.f40 {
		font-size: 30px;
	}
	.f36 {
		font-size: 28px;
	}
	.f34 {
		font-size: 27px;
	}
	.f32 {
		font-size: 26px;
	}
	.f30 {
		font-size: 24px;
	}
	.f28 {
		font-size: 22px;
	}
	.f26 {
		font-size: 20px;
	}
	.f24 {
		font-size: 18px;
	}
	.f22 {
		font-size: 17px;
	}
	.f20 {
		font-size: 16px;
	}
	.f18 {
		font-size: 14px;
	}
}

@media screen and (max-width: 830px) {
	.f130 {
		font-size: 70px;
	}
	.f80 {
		font-size: 42px;
	}
	.f70 {
		font-size: 40px;
	}
	.f62 {
		font-size: 40px;
	}
	.f60 {
		font-size: 38px;
	}
	.f55 {
		font-size: 36px;
	}
	.f50 {
		font-size: 34px;
	}
	.f48 {
		font-size: 32px;
	}
	.f45 {
		font-size: 30px;
	}
	.f44 {
		font-size: 29px;
	}
	.f40 {
		font-size: 28px;
	}
	.f36 {
		font-size: 26px;
	}
	.f34 {
		font-size: 25px;
	}
	.f28 {
		font-size: 20px;
	}
}

@media screen and (max-width: 780px) {
	/*右边浮动客服*/
	.side {
		display: none;
	}
	.right_ul {
		display: block;
	}
	/*尾部*/
	.f_bg {
		padding-top: 15px;
	}
	.f_bg .h2 {
		font-size: 15px;
	}
	.f_bg .f_div2_r ul li {
		font-size: 13px;
	}
	.gotop.actives {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.f130 {
		font-size: 60px;
	}
	.f80 {
		font-size: 42px;
	}
	.f70 {
		font-size: 38px;
	}
	.f62 {
		font-size: 34px;
	}
	.f60 {
		font-size: 32px;
	}
	.f55 {
		font-size: 31px;
	}
	.f50 {
		font-size: 31px;
	}
	.f48 {
		font-size: 30px;
	}
	.f45 {
		font-size: 28px;
	}
	.f44 {
		font-size: 27px;
	}
	.f40 {
		font-size: 26px;
	}
	.f36 {
		font-size: 24px;
	}
	.f34 {
		font-size: 23px;
	}
	.f32 {
		font-size: 22px;
	}
	.f30 {
		font-size: 20px;
	}
	.f28 {
		font-size: 18px;
	}
	.f26 {
		font-size: 17px;
	}
	.f24 {
		font-size: 16px;
	}
	.f22 {
		font-size: 15px;
	}
	/*.f20{ font-size:14px;}
.f18{ font-size:13px;}*/
	/* 手机导航全局 */
	.blank_h {
		height: 80px;
	}
	/*.nav-hide .blank_h{ height:80px;}*/
	.touch-top-wrapper .touch-logo img {
		height: 80px;
	}
	.touch-toggle li i {
		margin-top: 24px;
	}
	.touch-menu ul li a {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.touch-menu ul ul li a {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
	.touch-toggle .top_ico {
		margin-top: 4px;
	}
	.touch-toggle .top_ico.on {
		margin-top: 8px;
	}
	/*尾部*/
	.f_div3 {
		font-size: 12px;
		line-height: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.gotop.actives {
		display: block;
	}
}

@media screen and (max-width: 520px) {
	/* 手机导航全局 */
	.blank_h {
		height: 70px;
	}
	.nav-hide .blank_h {
		height: 70px;
	}
	.touch-top-wrapper .touch-logo img {
		height: 70px;
	}
	.touch-toggle li {
		padding-left: 4px;
		padding-right: 4px;
	}
	.touch-toggle li i {
		width: 26px;
		height: 26px;
		margin-top: 23px;
	}
	.touch-menu ul li a {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}
	.touch-menu ul ul li a {
		font-size: 13px;
	}
	.touch-toggle .top_ico {
		margin-top: 0;
	}
	.touch-toggle .top_ico.on {
		margin-top: 4px;
	}
	/*尾部*/
	.f_bg {
		font-size: 12px;
	}
	.f_bg .f_div2_r2 {
		padding-bottom: 6%;
	}
}

@media screen and (max-width: 480px) {
	.f130 {
		font-size: 50px;
	}
	.f80 {
		font-size: 36px;
	}
	.f70 {
		font-size: 32px;
	}
	.f62 {
		font-size: 30px;
	}
	.f60 {
		font-size: 28px;
	}
	.f55 {
		font-size: 27px;
	}
	.f50 {
		font-size: 25px;
	}
	.f48 {
		font-size: 26px;
	}
	.f45 {
		font-size: 25px;
	}
	.f44 {
		font-size: 24px;
	}
	.f40 {
		font-size: 24px;
	}
	.f36 {
		font-size: 22px;
	}
	.f34 {
		font-size: 20px;
	}
	.f30 {
		font-size: 19px;
	}
	.f28 {
		font-size: 16px;
	}
	.f26 {
		font-size: 15px;
	}
	.postions .postions_r img {
		width: 14px;
		margin-top: -2px;
	}
	/* 手机导航全局 */
	.blank_h {
		height: 60px;
	}
	.nav-hide .blank_h {
		height: 60px;
	}
	.touch-top-wrapper .touch-logo img {
		height: 60px;
	}
	.touch-toggle li {
		height: 60px;
	}
	.touch-toggle li a {
		height: 60px;
	}
	.touch-toggle li i {
		margin-top: 17px;
	}
	.touch-toggle .top_ico {
		height: 60px;
	}
	.touch-toggle .top_ico i {
		margin-top: 20px;
	}
	/*尾部*/
	.f_bg .h2 {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.f_div3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 420px) {
	.f70 {
		font-size: 29px;
	}
	.f62 {
		font-size: 27px;
	}
	.f34 {
		font-size: 19px;
	}
}

@media screen and (max-width: 360px) {
	.f130 {
		font-size: 46px;
	}
	.f70 {
		font-size: 28px;
	}
	.f62 {
		font-size: 26px;
	}
	.f60 {
		font-size: 26px;
	}
	.f55 {
		font-size: 25px;
	}
	.f50 {
		font-size: 24px;
	}
	.f48 {
		font-size: 24px;
	}
	.f45 {
		font-size: 22px;
	}
	.f44 {
		font-size: 21px;
	}
	.f36 {
		font-size: 20px;
	}
	.f34 {
		font-size: 18px;
	}
	.f32 {
		font-size: 18px;
	}
	.f30 {
		font-size: 18px;
	}
	.f20 {
		font-size: 15px;
	}
	/*尾部*/
}

.anim-show .imgsa1 {
	animation: mymove8 0.6s;
	-webkit-animation: mymove8 0.6s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
}

.anim-show .imgsa2 {
	animation: mymove7 0.6s;
	-webkit-animation: mymove7 0.6s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
}