
@font-face{
    font-family: 'Impact';
    src: url('../font/Impact.ttf') format('truetype');
}
/*搜索框css*/
.soubtn{
    background: url(../img/header-sou.png) no-repeat center;
    width: 28px;
    height: 28px;
    border:none;
}
.search_box{
    position: relative;
}
.text{
    width:0px;
    position: absolute;
    right:35px;
    border:none;
    height: 35px;
    text-indent: 10px;
    top:-2px;
}
.search_cha{
    background: url(../img/search_cha.png) no-repeat center;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 45px;
    display: none;
    cursor: pointer;
}
.search_icon{
    width: 28px;
    height: 28px;
    background:none;
    position: absolute;
    top: 0;
    cursor: pointer;
}
/*手机导航*/
/* 导航按钮 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #fff;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 9999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #007471;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello h4{
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../img/cha.png) no-repeat;
}
/*.menu_li a{
	background: url(../img/arrow_icon2.png) no-repeat 200px center #fff;
	transition: all 0.5s;
}*/
#mobileMenu .menu_li>a{
	position: relative;
}
#mobileMenu .menu_li>a::after {
    content: "";
    display: block;
    background: url(../img/arrow_icon2.png) no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 25px;
    top: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_li.on{
	color: #007471;
}
.menu_li.on a::after{
	transform: rotate(180deg);
}
#mobileMenu .menu .menu_li.on>a{
    color: #fff;
    background: #007471;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
    text-decoration: none;
    color:#007471;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
   	.nav{
		display: none;
    }
    #navToggle{
		display: block;
	}
}
@media(max-width: 599px){
    #navToggle{
        height: 50px;
        width: 50px;
    }
}


.picFocus .bd{
	border: 1px solid #e2e2e2;
}
.picFocus .bd img{
	width: 100%;
	max-width: 564px;
}
.picFocus .hd{
	position: relative;
	padding: 0px 35px;
	margin-top: 20px;
	overflow: hidden;
}
.picFocus .hd ul li{
	width: 25%;
	float: left;
	padding:0px 6px;
}
.picFocus .hd ul li img{
	display: block;
	width: 100%;
	max-width: 105px;
	border: 2px solid #E2E2E2;
	cursor: pointer;
	margin:0 auto;
}
.picFocus .hd ul li.on img{
	border: 2px solid #006db8;
}
.picFocus .hd a{
	transition: none;
}
.picFocus .prev{
	display: block;
	cursor: pointer;
	z-index: 20;
	width: 30px;
	height: 44px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -22px;
	background: url(../images/pro_inside_jt.png) no-repeat left top;
}
.picFocus .prev:hover{
	background: url(../images/pro_inside_jt.png) no-repeat left bottom;
}
.picFocus .next{
	display: block;
	cursor: pointer;
	z-index: 20;
	width: 30px;
	height: 44px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -22px;
	background: url(../images/pro_inside_jt.png) no-repeat right top;
}
.picFocus .next:hover{
	background: url(../images/pro_inside_jt.png) no-repeat right bottom;
}
/* 导航按钮 */
#pronavToggle{
    display: none;
}
#pronavToggle{
    display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	/* background: #f5f5f5; */
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 22;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#pronavToggle::before {
    margin-top: -7px;
}
#pronavToggle::after {
    margin-top: 7px;
}
#pronavToggle span,
#pronavToggle::after,
#pronavToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#pronavToggle.show span {
    opacity: 0;
}
#pronavToggle span, #pronavToggle::after, #pronavToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #007471;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
@media(max-width:991px){
    #pronavToggle{
        display: block;
        width: 50px;
        height: 50px;
    }
}
/* 内页banner */
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* banner */
/* #banner .swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.banner-swiper .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active{
    background: #007471;
}
.banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
@media (max-width: 991px){
    .banner-swiper .swiper-pagination-bullet{
        width: 40px;
    }
    .banner-swiper > .swiper-pagination-bullets{
        bottom: 50px;
    }
}
@media (max-width: 599px){
    .banner-swiper .swiper-pagination-bullet{
        width: 30px;
    }
    .banner-swiper > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
} */
/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.tp-simpleresponsive{
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 360px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 225px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 150px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 113px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #007471 !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
	display: none !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
    bottom: 25px !important;

}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: none;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large, .tp-rightarrow.large {
    display: none;
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #007471;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
#fp-nav.right {
    right: 37px !important;
}
@media(max-width: 991px){
	#fp-nav.right {
	    right: 17px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* 椭圆 */
#fp-nav ul li a span{
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #fff !important;
}
#fp-nav ul li a.active span{
	background: #fff !important;
}
#fp-nav ul li.on a span{
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #358582 !important;
}
#fp-nav ul li.on a.active span{
	background: #358582 !important;
}
