﻿@charset "utf-8";

body{font-family:"微软雅黑"}
.glyphicon{top:0 !important}
.no-margin{margin:0 !important}
.overflow{overflow:hidden;text-overflow:ellipsis}
a{text-decoration:none !important;cursor:pointer !important}
.container-fluid{max-width:1230px !important}
.tr{transition:all 0.3s;}
.tr3{transition:all 1s;}
input,button,textarea,.swiper-pagination span,.swiper-button-next,.swiper-button-prev{ outline: none; }
.sizeCover{ background-position: 50% 50%; background-size: cover; }
.trans{ backface-visibility:hidden;transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;}

.main-Background-1{ background:url(../images/bg1.jpg);}
.main-Background-2{ position: relative; overflow: hidden; }
.main-Background-2:before{ content: ""; position: absolute;top: 0; z-index: 1; width: 200%; height: 100%; background: url(../images/bg3.jpg) 50% 50%; background-size: cover; }
.main-Background-2:nth-child(1):before{ left: 0; }
.main-Background-2:nth-child(2):before{ left: -100%; }
.main-Background-2:after{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: #ea5413; opacity: 0; transition: all 0.3s; }
.main-Background-2.active:after{ opacity: 1 }
.main-Background-2 .box{ position: relative; z-index: 3; }

.menu-btn{ position: relative; top:35px; width: 43px; cursor: pointer;}
.menu-btn b{ display: block; height:6px; background: #ea5413;}
.menu-btn b:nth-child(2){ margin:7px 0; }
.menu-btn.active b{ height: 4px; }
.menu-btn.active b:nth-child(1){ transform:rotate(45deg) translate(5px,11px); }
.menu-btn.active b:nth-child(2){ opacity: 0; }
.menu-btn.active b:nth-child(3){ transform:rotate(-45deg) translate(5px,-11px); }
header{ position:relative; z-index:99999;}
header .box{ position: relative; }
header .logo a{ display:block; font-size:0;}
header .menu{ display: none; position:absolute; right:-10px; top: 97px; z-index: 1; width: 120px; }
header .menu ul li:nth-child(n+2){ margin-top: 5px; }
header .menu ul li a{ display:block; font-size:18px; line-height:36px; color:#fff; border-radius: 18px;}
header .menu ul li:hover a{ background:#ea5413 !important;}
header .menu ul li.active a{ background:#ea5413 !important;}
body.active header{ background: rgba(255,255,255,0.9); }
body.active header .menu ul li a{ background: rgba(0,0,0,0.8); }
.header{ position: relative; z-index:99999;  }
.header .logo a{ display: block; font-size: 0; }


.banner{ position:relative;}
.banner a{ display: block; font-size: 0; text-align: center;}
.banner a img{ max-width: 100%;}
.banner .textbox{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; font-size: 25px; color: #fff; font-weight: bold; line-height: 60px; background: rgba(0,0,0,0.65); }
.banner .textbox span{ display: inline-block; vertical-align: top; margin:26px 5px; width: 8px; height: 8px; background: #fff; border-radius: 50%; }
.banner .swiper-pagination{ position: absolute; left: 0; bottom:87px; z-index: 1; width: 100%; font-size: 0; text-align: center;}
.banner .swiper-pagination span{ margin: 0 5px; width: 10px; height: 10px; background: #fff; opacity: 1; transition: all 0.3s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #ea5413;}

/*body.on{ overflow: hidden; }
.loading{ position: fixed; left: 0; top: 0; z-index: 2147483647; width: 100%; height: 100%; background: #fff; }
.loading span{ display: block; position: relative; top: calc((100% - 30px) / 2); font-size:14px; color: #000; line-height: 30px; cursor: default; }*/

.title-1 a{ display:block;}
.title-1 a .cn{ font-size: 30px; color: #333;line-height: 34px; font-weight:lighter; }
.title-1 a .jiangexian{ position: relative; margin:10px 0; height: 1px; background:#e5e5e5; }
.title-1 a .jiangexian:before{ content: ""; position: absolute; left:calc((100% - 70px) / 2); bottom: 0; z-index: 1; width: 70px; height: 2px; background: #e56624; }
.title-1 a .en{ font-size: 20px; color: #999; line-height: 24px; font-weight:lighter; }
.title-1.active .jiangexian{ background: #fff; }
.title-2{ font-size: 0; }
.title-2 ul{ margin:0 0 -10px; }
.title-2 ul li{ display: inline-block; vertical-align:top; margin:0 5px 10px; }
.title-2 ul li a{ display: block; padding: 0 10px; min-width: 130px; font-size: 18px; color: #333; line-height: 40px; background: #cfcfcf; border-radius: 5px; }
.title-2 ul li.active a{ color: #fff; background: #ea5413; }
.title-3{ margin-bottom: 25px; }
.title-3 .cn{ font-size: 30px; color: #fff; line-height: 55px; }
.title-3 .en{ margin-left: 10px; font-size: 20px; color: #999; line-height: 55px;transition: all 0.3s; }
.title-3 .jiangexian{ position: relative; width: 100%; height: 2px; border-top: solid 1px #3f3f3f; border-bottom: solid 1px #161616;transition: all 0.3s; }
.title-3 .jiangexian:before{ content:""; position: absolute; left: 0; top: -1px; z-index: 1; width: 130px; height: 2px; background: #ea5413; transition: all 0.3s; }
.title-3.active .en{ color: #fff; }
.title-3.active .jiangexian{border-top: solid 1px #f58043; border-bottom: solid 1px #d04f0b;}
.title-3.active .jiangexian:before{ background:#fff; }
.title-4{ margin-bottom: 20px; font-size: 16px; color: #333; line-height: 24px; }
.title-5{ margin-bottom: 20px; font-size: 16px; color: #333; line-height: 24px; }
.title-6{ margin-bottom: 20px; }
.title-6 .biaoti{ font-size: 24px; color: #333; line-height: 30px; }
.title-6 .qita{ font-size: 12px;color: #999; line-height: 24px; }

.more-1 a{ display: block; margin:0 auto; width: 228px; font-size: 16px; color: #333; line-height: 38px; border:solid 1px #c9c9c9; border-radius: 5px; }

.text-1{ color: #fff; line-height: 30px; overflow: hidden; }
.text-2 .contact{ padding-left: 10px; padding-right: 20px; width: calc(100% - 175px); color: #fff; line-height: 30px; }
.text-2 .contact p{ margin:0; }
.text-2 .contact a{ color: #fff; text-decoration: underline !important; }
.text-2 .ewm{ padding-left: 40px; width: 175px; border-left: solid 1px rgba(255,255,255,0.2); box-shadow: inset 1px 0 0 rgba(0,0,0,0.1); }
.text-2 .ewm .imgbox{ font-size: 0; }
.text-2 .ewm .imgbox img{ width: 100%; }
.text-2 .ewm .mc{ margin-top: 15px; padding-top: 10px; font-size: 16px; color: #fff; line-height: 20px; border-top: solid 1px #fff; }
.text-3{ font-size: 16px; color: #333; line-height: 24px; }
.text-4{ color: #333; line-height: 26px; }
.text-4.active{ margin-bottom: 20px; }

.pictrue-1{ position: relative; }
.pictrue-1-list a{ display: block;}
.pictrue-1-list a .imgbox{ position: relative; border:solid 1px #eaeaea; overflow: hidden; }
.pictrue-1-list a .imgbox span{ display: block; padding-top: 100%; }
.pictrue-1-list a .textbox{ font-size: 16px; color: #333; line-height:36px; }
.pictrue-1 .icon-jiantou{ width: 46px; height: 46px; font-size: 18px; color: #fff; line-height: 44px; background: #ea5413; border:solid 1px #d3d3d3; border-radius: 50%; }
.pictrue-1 .icon-jiantou.swiper-button-disabled{ color: #d3d3d3; background: none; opacity: 1; }
.pictrue-1 .icon-jiantou.swiper-button-prev{ left: -64px; transform: rotateY(180deg); }
.pictrue-1 .icon-jiantou.swiper-button-next{ right: -64px; }
.pictrue-1 ul{ margin:0 -10px -20px; }
.pictrue-1 ul li{ padding: 0 10px; margin-bottom: 20px; width:calc(100% / 3); }
.pictrue-1 ul li .pictrue-1-list a .imgbox span{ padding-top: 80%; }
.pictrue-2-list a{ display: block; }
.pictrue-2-list a .imgbox{ position:relative; overflow:hidden; }
.pictrue-2-list a .imgbox span{ display: block; padding-top: 59%; }
.pictrue-2-list a .imgbox .biaoti{ position: absolute; left: 20px; bottom: 0; z-index: 1; padding: 0 20px; max-width: calc(100% - 40px); font-size: 20px; color: #fff; line-height: 45px; background: #2b2a2d; }
.pictrue-2-list a .textbox{ color: #333; line-height: 40px; }
.pictrue-2 ul{ margin:0 -10px -20px; }
.pictrue-2 ul li{ padding: 0 10px; margin-bottom: 20px; width: 50%; }
.pictrue-2 ul li .pictrue-2-list a .imgbox .biaoti{ font-size: 14px; }
.pictrue-3-list a{ position: relative; display: block; overflow: hidden; }
.pictrue-3-list a .imgbox{ overflow: hidden; }
.pictrue-3-list a .imgbox span{ display: block; padding-top: 73%; }
.pictrue-3-list a .mb{ position: absolute; left: -100%; top: -100%; z-index: 2; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0 30px; width: 100%; height: 100%; background: rgba(234,84,19,0.95); }
.pictrue-3-list a .mb .biaoti{ margin-bottom: 15px; font-size: 20px; color: #fff; line-height: 24px; }
.pictrue-3-list a .mb .jieshao{ margin:0 auto 10px; max-width: 220px; height: 48px; color: #fff; line-height: 24px; overflow: hidden; }
.pictrue-3-list a .mb .icon{ font-size:26px; color: #fff; line-height:30px; }
.pictrue-3 ul{ margin:0 -1px -2px; }
.pictrue-3 ul li{ padding: 0 1px; margin-bottom: 2px; width:calc(100% / 3); }
.pictrue-4 a{ display: block; }
.pictrue-4 a .imgbox{ margin-bottom: 15px; overflow: hidden; }
.pictrue-4 a .imgbox span{ display: block;}
.pictrue-4 a .textbox .biaoti{ margin-bottom: 5px; font-size: 16px; color: #333; line-height: 24px; }
.pictrue-4 a .textbox .jieshao{ margin-bottom: 5px; color:#999; line-height: 24px; }
.pictrue-4 a .textbox .time{ color:#999; line-height: 24px; }
.pictrue-5 ul{ margin:0 -10px; }
.pictrue-5 ul li{ padding: 0 10px; width: 50%; }
.pictrue-5 ul li a{ display: block; }
.pictrue-5 ul li a .imgbox{ margin-bottom: 15px; overflow: hidden; }
.pictrue-5 ul li a .imgbox span{ display: block; }
.pictrue-5 ul li a .textbox .biaoti{ margin-bottom: 5px; font-size: 16px; color: #333; line-height: 24px; }
.pictrue-5 ul li a .textbox .jieshao{ margin-bottom: 5px; height: 72px; color:#999; line-height: 24px; overflow: hidden; }
.pictrue-5 ul li a .textbox .time{ color:#999; line-height: 24px; }
.pictrue-6{ margin:0 auto 20px; max-width: 366px; font-size: 0; background: #fff; border:solid 1px #eaeaea; min-height:400px;}
.pictrue-6 img{ width: 100%;}
.pictrue-7{ position: relative; padding-top: 40%; }
.pictrue-7 .map{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; }
.pictrue-8 ul li:nth-child(n+2){ margin-top: 55px; }
.pictrue-8 ul li a{display: block;}
.pictrue-8 ul li a .imgbox{ width: 285px; overflow: hidden; }
.pictrue-8 ul li a .imgbox span{ display: block; height: 180px; }
.pictrue-8 ul li a .textbox{ padding-left: 20px; width: calc(100% - 285px);}
.pictrue-8 ul li a .textbox .biaoti{ margin-bottom:20px; line-height: 24px; }
.pictrue-8 ul li a .textbox .biaoti .mc{ width:calc(100% - 80px); font-size: 16px; color: #333;  }
.pictrue-8 ul li a .textbox .biaoti .time{ width: 80px; color: #999999; }
.pictrue-8 ul li a .textbox .jieshao{ margin-bottom:26px; height:72px; color: #333; line-height: 24px; overflow: hidden; }
.pictrue-8 ul li a .textbox .more span{ display: block; width: 	86px; color: #333; line-height: 38px; background: #e5e5e5; }

.subnav .biaoti{ position: relative; padding-left:60px; margin-bottom:15px; padding-bottom: 15px; border-bottom: solid 1px #dadada; }
.subnav .biaoti .cn{ margin-bottom: 5px; font-size: 30px; color: #333; line-height: 34px; font-weight: lighter; }
.subnav .biaoti .en{ font-size: 20px; color: #ea5413; line-height: 26px; }
.subnav .biaoti .en span{ display: block; position: absolute; left: 0; top: 0; font-size: 76px; line-height:58px; }
.subnav ul{ margin:0 0 15px; }
.subnav ul li:nth-child(n+2){ margin-top: 5px; }
.subnav ul li a{ display: block; padding: 0 10px 0 10px; font-size: 18px; color: #333; line-height: 45px; background: #e5e5e5; border-radius: 5px; text-align:center}
.subnav ul li.active a{ color: #fff; background: #ea5413; }

footer{ padding:15px 0; background: #231815; }
footer .menu ul li a{ display: block; height: 14px; color: #fff; line-height: 14px; }
footer .menu ul li:nth-child(n+2) a{ padding-left: 10px; margin-left: 10px; border-left: solid 1px #fff; }
footer .copyright{ color: #fff; line-height: 24px; }

@media (min-width:992px){
	.main-pad-1{ padding:50px 0 0;}
	.main-pad-2{ padding:0 0 50px;}
	.main-pad-3{ padding:30px 0 0;}
	.main-Background-2{ float: left; padding:25px 15px 0; width: 50%; height: 345px;}
	.main-Background-2 .box{width: 100%; max-width: 600px; }
	.main-Background-2:nth-child(1) .box{ float: right;}
	.main-Background-2:nth-child(2) .box{ float: left;}
	header{ position:fixed; left: 0; top: 0; width: 100%; transition: all 0.5s;}
	header .logo a{line-height:125px;}
	.header .top{ background: url(../images/bg1.jpg); }
	.header .logo a{line-height:125px;}
	.header .biaoyu{ font-size: 25px; color: #333; line-height: 125px; }
	.header .menu{ background: #ea5413; }
	.header .menu ul{ float: right; }
	.header .menu ul li:nth-child(n+2){ margin-left:30px; }
	.header .menu ul li a{ display: block; font-size: 18px; color: #fff; line-height: 48px; }
	.header .menu ul li:hover a{ color: #595656; }
	.header .menu ul li.active a{ color: #595656; }
	.title-4{ margin-bottom: 30px; line-height: 45px; border-bottom:solid 1px #dadada; }
	.title-4 .left{ color: #333; }
	.title-4 .right a{ display: block; color: #999999; }
	.title-4 .right a:hover{ color: #ea5413; text-decoration: underline !important; }
	.more-1 a:hover{ color: #fff; background: #ea5413; border:solid 1px #ea5413; }
	.text-1{ height: 150px; }
	.text-2 .contact a:hover{  font-weight: bold;}
	.pictrue-1-list a .imgbox .mb{ position: absolute; left: 0; top: 0; z-index: 2; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0 30px; width: 100%; height: 100%; transition: all 1s; background: rgba(234,84,19,0.95); transform: scale(0); }
	.pictrue-1-list a:hover .imgbox .mb{ transform: scale(1); }
	.pictrue-1-list a .imgbox .mb .biaoti{ margin-bottom: 15px; font-size: 20px; color: #fff; line-height: 24px; }
	.pictrue-1-list a .imgbox .mb .jieshao{ margin:0 auto 10px; max-width: 220px; height: 48px; color: #fff; line-height: 24px; overflow: hidden; }
	.pictrue-1-list a .imgbox .mb .icon{ font-size:26px; color: #fff; line-height:30px; }
	/*.pictrue-1-list a:hover .imgbox span{ transform: scale(1.05); }*/
	.pictrue-1-list a:hover .textbox{ color: #ea5413; }
	.pictrue-2-list a:hover .imgbox span{ transform: scale(1.05); }
	.pictrue-2-list a:hover .imgbox .biaoti{ background: #ea5413; }
	.pictrue-3-list a:hover .imgbox span{ transform: scale(1.05); }
	.pictrue-4{ float: left; width: calc(50% - 10px); }
	.pictrue-4 a .imgbox span{ padding-top: 277px; }
	.pictrue-4 a:hover .imgbox span{ transform: scale(1.05); }
	.pictrue-4 a:hover .textbox .biaoti{ color: #ea5413; }
	.pictrue-5{ float: right; width: calc(50% - 10px); }
	.pictrue-5 ul li a .imgbox span{ padding-top: 180px; }
	.pictrue-5 ul li a:hover .imgbox span{ transform: scale(1.05); }
	.pictrue-5 ul li a:hover .textbox .biaoti{ color: #ea5413; }
	.pictrue-8 ul li a:hover .imgbox span{ transform: scale(1.05); }
	.pictrue-8 ul li a:hover .textbox .biaoti .mc{ color: #ea5413; }
	.pictrue-8 ul li a:hover .textbox .more span{ color: #fff; background: #ea5413; }
	.subnav ul li:hover a{ color: #fff; background: #ea5413; }
	.subnav .imgbox{ margin-bottom:10px; font-size: 0; }
	.subnav .imgbox img{ width: 100%; }
	.subnav .textbox{margin-bottom:10px; color: #333; line-height: 28px; }
	.subnav .ewm .img{margin-bottom:5px; font-size: 0; }
	.subnav .ewm .img img{width: 135px;}
	.subnav .ewm .mc{ font-size: 16px; color: #333; line-height: 24px; }	
	footer .menu{ float: left; margin-top:5px; }
	footer .menu ul li{ float: left; }
	footer .menu ul li a:hover{ color: #ea5413; text-decoration: underline !important; }
    footer .copyright{ float: right; text-align: right; }
}

@media (max-width:1349px){
	.pictrue-1 .icon-jiantou{ display: none; }
}

@media (max-width:1199px){
	.main-pad-1{ padding:30px 0 0;}
	.main-pad-2{ padding:0 0 30px;}
	header .logo a{ line-height: 100px; }
	header .menu ul li a{ font-size: 14px; }
	.header .logo a{ line-height: 100px; }
	.header .biaoyu{ font-size: 18px; line-height: 100px; }
	.header .menu ul li:nth-child(n+2){ margin-left: 20px; }
	.header .menu ul li a{ font-size: 16px; }
	.banner .textbox{ font-size: 18px; line-height: 40px; }
	.banner .swiper-pagination{ bottom:60px; }
	.title-1 a .cn{ font-size: 24px; }
	.title-1 a .en{ font-size: 16px; }
	.title-2 ul li a{ font-size: 15px; }
	.title-3 .cn{ font-size: 24px; }
	.title-3 .en{ font-size: 16px; }
	.title-4{ margin-bottom:20px; font-size: 12px; }
	.more-1 a{ font-size: 14px; }
	.pictrue-1-list a .textbox{ font-size: 14px; }
	.pictrue-2-list a .imgbox .biaoti{ font-size: 14px; }
	.pictrue-3-list a .mb .biaoti{ font-size: 16px; }
	.pictrue-4 a .textbox .biaoti{ font-size: 14px; }
	.pictrue-5 ul li a .textbox .biaoti{ font-size: 14px; }
	.subnav .biaoti{ padding-left: 45px; }
	.subnav .biaoti .cn{ font-size: 24px; line-height: 30px; }
	.subnav .biaoti .en{ font-size: 16px; line-height: 20px; }
	.subnav .biaoti .en span{ font-size: 60px; line-height: 54px; }
	.subnav .textbox{ font-size: 12px; }
	.subnav .ewm .mc{ font-size: 14px; }
	.subnav ul li a{ font-size: 15px; }
}

@media (max-width:991px){
	.main-pad-3{ padding:30px 0 0; }
	.main-Background-2{ padding:30px 15px; }
	.main-Background-2:before{ width: 100%; }
	.main-Background-2.active:before{ display: none;}
	.menu-btn{ top: 29px; width: 40px; }
	.menu-btn b{ height: 4px; }
	.menu-btn b:nth-child(2){ margin:5px 0; }
	.menu-btn.active b:nth-child(1){transform:rotate(45deg) translate(5px,8px);}
	.menu-btn.active b:nth-child(3){transform:rotate(-45deg) translate(5px,-8px);}
	header .logo a{line-height:80px;}
	header .logo a img{ height: 60px; }
	header .menu{ top:100%; right:-15px; background: rgba(255,255,255,0.8); }
	header .menu ul li a{ color: #333; border-radius: 0; }
	header .menu ul li.active a{ color: #fff; }
	header .menu ul li:nth-child(n+2){ margin-top: 0; }
	.header{ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1) }
	.header .logo a{line-height:80px;}
	.header .logo a img{ height: 60px; }
	.header .menu{ position: absolute; right:0; top: 100%; z-index: 1; width: 120px; }
	.header .menu .container-fluid{ padding: 0; }
	.header .menu .container-fluid .row{ margin:0; }
	.header .menu .container-fluid .row .col-xs-12{ padding: 0; }
	.header .menu ul li{ float: none !important;}
	.header .menu ul li:nth-child(n+2){ margin-left: 0; }
	.header .menu ul li a{ display: block; font-size: 14px; color: #333; text-align: center; line-height:36px; background: rgba(255,255,255,0.8); }
	.header .menu ul li.active a{ color: #fff; background:#ea5413; }
	.banner .textbox{ font-size: 14px; }
	.title-2 ul li a{ font-size: 14px; }
	.title-3{ margin-bottom: 20px; }
	.title-3 .cn{ font-size: 18px; line-height: 30px; }
	.title-3 .en{ font-size: 14px; line-height: 30px; }
	.title-3 .jiangexian{ margin-top: 10px; }
	.text-1{ line-height: 26px; }
	.text-2 .contact{ padding-left:0; width: calc(100% - 150px); line-height: 26px; }
	.text-2 .ewm{ padding-left: 20px; width: 150px; }
	.text-2 .ewm .mc{ font-size: 12px; }
	.pictrue-1 ul li{ width: 50%; }
	.pictrue-2-list a .imgbox .biaoti{ line-height: 40px; }
	.pictrue-3-list a .mb{ left: 0; top: inherit; bottom: 0; height: 40px; line-height: 40px;}
	.pictrue-3-list a .mb .biaoti{ margin-bottom: 0; }
	.pictrue-4{ margin-bottom: 20px; }
	.pictrue-4 a .imgbox span{ padding-top: 47%; }
	.pictrue-4 a .textbox .jieshao{ font-size: 12px; }
	.pictrue-4 a .textbox .time{ font-size: 12px; }
	.pictrue-5 ul li a .imgbox span{ padding-top: 63%; }
	.pictrue-5 ul li a .textbox .jieshao{ font-size: 12px; }
	.pictrue-5 ul li a .textbox .time{ font-size: 12px; }
	.pictrue-8 ul li:nth-child(n+2){ margin-top: 30px; }
	.pictrue-8 ul li a .textbox .biaoti .mc{ font-size: 14px; }
	.pictrue-8 ul li a .textbox .biaoti .time{ font-size: 12px; }
	.pictrue-8 ul li a .textbox .jieshao{ margin-bottom:30px; font-size: 12px; }
	.pictrue-8 ul li a .textbox .more span{ font-size: 12px; line-height: 34px; }
	.subnav{ margin-bottom:20px; }
	.subnav .biaoti{ position: relative; padding:0 15px; padding-bottom:0; margin-bottom: 0; border-bottom:none; background: #ea5413; }
	.subnav .biaoti:before{ content: ""; position: absolute; right: 15px; top: 50%; margin-top:-4px; width: 0; height: 0; border-top: solid 6px transparent; border-bottom: solid 6px transparent; border-left: solid 8px #fff; transition: all 0.3s; }
	.subnav .biaoti.active:before{ transform: rotate(90deg); }
	.subnav .biaoti .cn{ float: left; margin-bottom: 0; font-size: 18px; color: #fff; line-height: 50px; }
	.subnav .biaoti .en{ float: left; margin-left: 10px; font-size: 14px; color: #fff; line-height: 50px; }
	.subnav .biaoti .en span{ position: inherit; display: inline; font-size: 14px; line-height: 50px; }
	.subnav ul{ margin:1px 0 0; }
	.subnav ul li:nth-child(n+2){ margin-top: 1px; }
	.subnav ul li a{ border-radius: 0; font-size: 14px; }
	footer{ text-align: center; }
	footer .menu ul li{ display: inline-block; vertical-align: top; }
}

@media (max-width:767px){
	.main-pad-1{ padding:20px 0 0;}
	.main-pad-2{ padding:0 0 20px;}
	.main-pad-3{ padding:20px 0 0; }
	.main-Background-2{ padding:20px 15px;}
	.main-Background-3{ padding:20px 15px;}
	.menu-btn{ top: 21px; }
	.menu-btn b{ height: 3px; }
	.menu-btn b:nth-child(2){ margin:4px 0; }
	.menu-btn.active b{ height: 3px; }
	.menu-btn.active b:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
	.menu-btn.active b:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
	header .logo a{line-height:60px;}
	header .logo a img{ height: 40px; }
	header .menu ul li a{ font-size: 12px; }
	.header .menu ul li a{ font-size: 12px; }
	.header .logo a{line-height:60px;}
	.header .logo a img{ height: 40px; }
	.banner .swiper-pagination{ bottom:50px; }
	.banner .swiper-pagination span{ width: 8px; height: 8px; }
	.menu-btn{ top: 21px; width: 30px;}
	#tabBar{ position: fixed; right:20px; bottom:20px; z-index: 99; width:50px; height: 50px;}
	#tabBar.active{ width: calc(100% - 40px); animation: tabBarAnimation 3s 1s infinite linear; -webkit-animation: tabBarAnimation 3s 1s infinite linear; -moz-animation: tabBarAnimation 3s 1s infinite linear; -o-animation: tabBarAnimation 3s 1s infinite linear;  }
	#tabBar .clickbtn{ position: absolute; right: 0; bottom: 0; z-index: 2; width:50px; height:50px; font-size: 0; line-height: 50px; background: rgba(255,255,255,0.8); border-radius: 50%; }
	#tabBar .clickbtn span{ display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; }
	#tabBar .clickbtn img{ width: 22px; }
	#tabBar .clickbtn.on{ animation:clickbtnAnimation 10s 0s infinite linear; -moz-animation:clickbtnAnimation 10s 0s infinite linear; -webkit-animation:clickbtnAnimation 10s 0s infinite linear; -o-animation:clickbtnAnimation 10s 0s infinite linear; box-shadow: 0 3px 5px rgba(0,0,0,0.5); }
	#tabBar .clickbtn.on:before{ content: ""; position: absolute; left: 0; bottom: -5px; z-index: 1; width: 20px; height: 5px;}
	#tabBar .clickbtn.active{ background:url(../images/tabBar/xian2.png) #ea5413; background-size: 100% 100%; }
	#tabBar .clickbtn.active:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; border:solid 1px rgba(255,255,255,0.2); border-radius: 50%; }
	#tabBar .clickbtn.active > img{ opacity: 0; }
	#tabBar .clickbtn.active span{ opacity: 1; }
	#tabBar .navigation{ position: absolute; left:calc(100% - 100px); bottom: 0; z-index: 1; width:0; height: 50px; border-radius: 25px; transition: all 0.3s;}
	#tabBar .navigation:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border-radius: 25px; 
background:-moz-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);background:linear-gradient(to right,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff',endColorstr='#99ffffff',GradientType=1 );}
	#tabBar .navigation ul{ position: relative; z-index: 2; padding: 0 60px 0 20px; }
	#tabBar .navigation ul li{ width: calc(100% / 3); font-size: 0; }
	#tabBar .navigation ul li a{ position: relative; left: 10px; display: inline-block; vertical-align: top; line-height: 50px;opacity: 0; }
	#tabBar .navigation ul li a .tab-icon{ margin-right: 5px; }
	#tabBar .navigation ul li a .tab-icon img{ width: 22px; }
	#tabBar .navigation ul li a .tab-title{ font-size: 12px;color: #333; }
	#tabBar .navigation.active{ box-shadow: 5px 5px 10px rgba(0,0,0,0.2); animation: navigationAnimation 0.5s 0s linear forwards; -webkit-animation: navigationAnimation 0.5s 0s linear forwards; -moz-animation: navigationAnimation 0.5s 0s linear forwards; -o-animation: navigationAnimation 0.5s 0s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(1) a{animation:navigationAAnimation 0.3s 0.5s linear forwards; -webkit-animation:navigationAAnimation 0.3s 0.5s linear forwards; -moz-animation:navigationAAnimation 0.3s 0.5s linear forwards; -o-animation:navigationAAnimation 0.3s 0.5s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(2) a{animation:navigationAAnimation 0.3s 0.6s linear forwards; -webkit-animation:navigationAAnimation 0.3s 0.6s linear forwards; -moz-animation:navigationAAnimation 0.3s 0.6s linear forwards; -o-animation:navigationAAnimation 0.3s 0.6s linear forwards; }
	#tabBar .navigation.active ul li:nth-child(3) a{animation:navigationAAnimation 0.3s 0.7s linear forwards; -webkit-animation:navigationAAnimation 0.3s 0.7s linear forwards; -moz-animation:navigationAAnimation 0.3s 0.7s linear forwards; -o-animation:navigationAAnimation 0.3s 0.7s linear forwards; }		

	@keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}
	@-webkit-keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}
	@-moz-keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}
	@-o-keyframes tabBarAnimation{
		0%{transform:translate(0,0);}
		30%{transform:translate(0,5px);}
		50%{transform:translate(0,0);}
		70%{transform:translate(0,-5px);}
		100%{transform:translate(0,0);}
	}

	@keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}
	@-webkit-keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}
	@-moz-keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}
	@-o-keyframes navigationAnimation{
		0%{left:calc(100% - 100px); width: 0; }
		80%{ left: -10px; width:100%; }
		90%{ left:  5px; width:100%; }
		100%{ left: 0; width:100%; }
	}

	@keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}
	@-moz-keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}
	@-webkit-keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}
	@-o-keyframes navigationAAnimation{
		from{ left: -10px; opacity: 0; }
		to{ left: 0; opacity: 1; }
	}

	@keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}
	@-moz-keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}
	@-webkit-keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}
	@-o-keyframes clickbtnAnimation{
		0%{ transform: rotateY(0deg); }
		10%{transform: rotateY(270deg); }
		15%{transform: rotateY(180deg); }
		30%{transform: rotateY(0deg); }
		100%{transform: rotateY(0deg); }
	}
	.banner .textbox{ font-size: 12px; }
	.title-1 a .cn{ font-size:18px; line-height: 24px; }
	.title-1 a .en{ font-size: 14px; }
	.title-2 ul li a{ min-width: 100px; font-size: 12px; line-height: 34px; }
	.title-3 .cn{ font-size: 16px; line-height: 24px; }
	.title-3 .en{ font-size: 12px; line-height: 24px; }
	.title-3 .jiangexian:before{ width:80px; }
	.title-5{ margin-bottom: 15px; font-size:14px; }
	.title-6 .biaoti{ font-size:18px; line-height: 24px; }
	.text-1{ font-size: 12px; }
	.text-2 .contact{ font-size: 12px; }
	.text-3{ font-size: 12px; }
	.text-4{ font-size: 12px; line-height: 24px; padding:10px 20px; min-height:400px; }
	.more-1 a{ width: 180px; font-size: 12px; line-height: 34px;}
	.pictrue-1-list a .textbox{ font-size: 12px; line-height: 30px; }
	.pictrue-2-list a .imgbox .biaoti{ left: 0; width: 100%; max-width: inherit; font-size: 12px; background: rgba(0,0,0,0.8); }
	.pictrue-2-list a .textbox{ font-size: 12px; }
	.pictrue-2 ul{ margin:0 -5px -20px; }
	.pictrue-2 ul li{ padding: 0 5px; }
	.pictrue-2 ul li .pictrue-2-list a .imgbox .biaoti{ font-size: 12px; line-height: 30px; }
	.pictrue-2-list a .textbox{ line-height: 30px; }
	.pictrue-3-list a .mb{ background: rgba(0,0,0,0.8); }
	.pictrue-3-list a .mb .biaoti{ font-size: 12px; }
	.pictrue-3 ul li{ width: 50%; }
	.pictrue-6{ margin-bottom:15px; }
	.pictrue-8 ul li:nth-child(n+2){ margin-top: 20px; }	
	.pictrue-8 ul li a .imgbox{ width: 220px; }
	.pictrue-8 ul li a .imgbox span{ height: 135px; }
	.pictrue-8 ul li a .textbox{ width: calc(100% - 220px); }
	.pictrue-8 ul li a .textbox .biaoti{ margin-bottom: 10px; }
	.pictrue-8 ul li a .textbox .jieshao{ margin-bottom: 20px; height: 48px; }
	.pictrue-8 ul li a .textbox .more span{ width: 70px; line-height: 30px; }
	.subnav .biaoti .cn{ font-size: 16px; line-height:40px; }
	.subnav .biaoti .en{ font-size: 12px; line-height:40px; }
	.subnav .biaoti .en span{ font-size: 12px; line-height:40px; }
	.subnav ul li a{ padding: 0 15px 0 30%; font-size: 12px; line-height: 34px; }
	footer .menu ul li a{ height: 12px; font-size: 12px; line-height: 12px; }
	footer .copyright{ font-size: 12px; }
}

@media (max-width:479px){
	.title-2 ul li a{ line-height: 30px; }
	.pictrue-3-list a .mb{ height: auto; }
	.pictrue-3-list a .mb .biaoti{ line-height:30px; }
	.pictrue-8 ul li a .imgbox{ width: 180px; }
	.pictrue-8 ul li a .textbox{ width: calc(100% - 180px); }
}

@media (max-width:413px){
	.text-2 .contact{ padding-right:0; margin-bottom: 20px; width: 100%; }
	.text-2 .ewm{ padding-top: 20px; padding-left:0; width: 100%;  border-left: none; border-top:solid 1px rgba(255,255,255,0.2); box-shadow: inset 0 1px 0 rgba(0,0,0,0.1) }
	.text-2 .ewm .imgbox{ margin:0 auto; max-width: 120px; }
	.pictrue-8 ul li a .imgbox{ width: 150px; }
	.pictrue-8 ul li a .imgbox span{ height: 110px; }
	.pictrue-8 ul li a .textbox{ padding-left: 15px; width: calc(100% - 150px); }
	.pictrue-8 ul li a .textbox .biaoti{ margin-bottom: 5px; }
	.pictrue-8 ul li a .textbox .biaoti .mc{ padding-right:0; width: 100%; }
	.pictrue-8 ul li a .textbox .biaoti .time{ display: block; width:100%; text-align: left; }
	.pictrue-8 ul li a .textbox .jieshao{ margin-bottom: 0; }
	.pictrue-8 ul li a .textbox .more{ display: none; }



}