@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	font-family:arial;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #0061ae;
}
body{
	font-size:14px;
	font-family:arial;
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{
	position: relative;
	height: 100px;
	box-shadow: -2px 2px 5px 0 rgba(0,0,0,0.2);
	z-index: 999;
}
.header{
	height: 100px;
}
header>.w{
	height: 100px;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1230px;
  }
  .container{
  	width: 100%;
  	max-width: 1310px;
  }
}
.hedaer_left{
	float: left;
	margin-top: 37px;
}
.hedaer_left>span{
	font-size: 16px;
	display: inline-block;
	line-height: 37px;
	padding-left: 40px;
	float: left;
	background: url('../images/fx.png') no-repeat left;
}
.bdsharebuttonbox{
	float: left;
}
.hedaer_left .share.bdshare-button-style1-32>a{
	float: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 5px;
	background: url('../images/icon-1.png') 0 center no-repeat;
}
.hedaer_left .share>a.bds_weixin{
	background-position:-35px center;
}
.hedaer_left .share>a.bds_tsina{
	background-position:-70px center;
}
.hedaer_left .share>a.bds_qzone{
	background-position:-105px center;
}
.logo{
	position: absolute;
	left: 50%;
	margin-left: -233px;
	top: 39px;
}
.logo a{
	display: block;
}
.logo a img{
	display: block;
	width: 100%;
}
.header_right{
	float: right;
	background: url('../images/dh.png') no-repeat left;
	padding-left: 60px;
	margin-top: 27px;
}
@font-face{
	font-family: "思源黑体";
	src: url('../font/NotoSansJP-Regular.otf');
}
.header_right>span{
	display: block;
	color: #222222;
	font-size: 18px;
	font-family: "思源黑体";
}
.header_right>p{
	font-size: 24px;
	color: #d27e06;
	font-weight: bold;
}
#nav{
	background: #d27e06;
	height: 50px;
	line-height: 50px;
}
.nav{
	animation-fill-mode:none !important;
	padding: 0 15px;
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color:#ffffff;
	padding: 0 35px;
	font-family: "arial";
}
.nav ul>li>a:hover{
	background: #693f03;
	color: #ffffff;
}
.nav ul>li.active>a{
	background: #693f03;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 234px;
	border: 2px solid #d27e06;
	display: none;
	z-index: 999;
	padding: 20px 0;
	background: #ffffff;
}
.sub_dl dd a{
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	overflow: hidden;
	padding-left: 30px !important;
}
.sub_dl dd a:hover{
	color: #d27e06;
}
@media (max-width: 1320px){
	.nav ul>li>a{
		padding: 0 32px;
	}
}
@media (max-width: 1260px){
	.nav ul>li>a{
		padding: 0 28px;
	}
}
@media (max-width: 1199px) {
	.hedaer_left{
		margin-left: -30px;
	}
	.nav ul>li>a{
		padding: 0px 24px;
		font-size: 14px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	header{
		height: 70px;
	}
	.hedaer_left{
		display: none;
	}
	.logo{
		left: 20px;
		top: 25px;
		margin-left: 0;
	}
	.header_right{
		display: none;
	}
	#nav{
		display: none;
	}
}
@media only screen and (max-width:590px ){
	.logo{
		left: 0;
	}
	.logo a img{
		width: 366px;
	}
}
@media only screen and (max-width:480px ){
	.logo a img{
		width: 240px;
	}
}

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-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: #fff;
    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: 900;
    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: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    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 .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #1d2088;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#mobileMenu .menu li .sub-dl dd>a{
	text-transform: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.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;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #693f03;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
/*.sub-dl dd a:hover{
	color: #fd545c !important;
}*/
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.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 only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:700px !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: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 30px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	background: #ffffff;
	-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 {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 98px;
	height: 89px;
	margin-left: 0px;
	margin-top: -26px;
	-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;
	top: 50% !important;
}
.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: #d27e06 !important;
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 98px;
	height: 89px;
	margin-left: 0;
	margin-top: -26px;
	-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;
	top: 50% !important;
}
.tp-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat ;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 36px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	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;
}
@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;
}

/* 产品分类 */
.index_title{
	text-align: center;
	margin: 78px auto 50px;
}
.pro_sort li{
	padding: 0;
	max-width: 611px;
	margin-right: 58px;
}
.pro_sort li a{
	display: block;
}
.pro_sort li:nth-child(2n+2){
	margin-right: 0;
}
.pro_sort li a .pro_img{
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.pro_sort li a .pro_img:hover{
	box-shadow: 1px 1px 8px 2px rgba(210, 126, 6, 0.3);
}
.pro_sort li a img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.pro_sort li a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
@font-face{
	font-family: Roboto-Regular;
	src: url('../font/Roboto-Regular.ttf');
}
.pro_sort li a p{
	height: 70px;
	line-height: 70px;
	color: #111111;
	font-size: 24px;
	text-align: center;
	font-family: Roboto-Regular;
}
.pro_sort li a:hover p{
	color: #d27e06;
}
@media(max-width: 1330px){
	.pro_sort li{
		padding: 0 15px;
		max-width: none;
		margin-right: 0;
	}
}

/* 产品展示 */
.index_pro{
	margin-bottom: 61px;
}
.index_pro .index_title{
	text-align: center;
	margin: 48px auto 50px;
}
@font-face{
	font-family: Oswald-Bold;
	src: url('../font/Oswald-Bold.ttf');
}
.index_title h3{
	font-size: 48px;
	color: #111111;
	padding-bottom: 39px;
	background: url('../images/h3.png') no-repeat bottom;
	font-family: Oswald-Bold;
}
.pro_con{
	overflow: hidden;
}
.pro_con li{
	padding: 0 14px;
}
.pro_con li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_con li a .pro_img{
	overflow: hidden;
	position: relative;
}
.hover{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.border{
	border: 1px solid #ffffff;
	width: 100%;
	height: 100%;
}
.border>img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -19.5px;
}
.pro_con li a:hover .hover{
	opacity: 1;
}
.pro_con li a .pro_img>img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a p{
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
}
@media(max-width: 1199px){
	.index_pro{
		margin-bottom: 31px;
	}
}
/* 关于我们 */
#about_wrap{
	background: url('../images/about-bg.jpg') no-repeat center;
	background-size: cover;
}
.index_about{
	padding: 72px 15px 119px;
}
.about_title{
	color: #ffffff;
	text-align: center;
}
@font-face {
	font-family: Caslon Bd BT;
	src: url('../font/Caslon Bd BT.ttf');
}
.about_title h3{
	font-size: 48px;
	text-transform: uppercase;
	font-family: Caslon Bd BT;
	text-shadow: 2px 2px 3px #000000;
	color: #ffffff;
	margin-bottom: 56px;
}
.about_con{
	text-shadow: 2px 2px 3px #000000;
	color: #ffffff;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.about_link{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #d27e06;
	color: #ffffff !important;
	text-align: center;
	margin: 93px auto 0;
	text-transform: uppercase;
}
@media(max-width: 1199px){
	.index_about{
		padding: 52px 15px 90px;
	}
	.about_title h3{
		font-size: 38px;
		margin-bottom: 36px;
	}
	.about_link{
		margin-top: 63px;
	}
}
@media(max-width: 991px){
	.index_about{
		padding: 30px 15px 60px;
	}
	.about_title h3{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.about_link{
		margin-top: 43px;
	}
}
@media(max-width: 767px){
	.about_title h3{
		font-size: 22px;
		margin-bottom: 16px;
	}
	.about_link{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}
/* 热销产品 */
.hot{
	padding-bottom: 40px;
}
#hot .item{
	margin: 0 29px;
}
#hot .item a{
	display: block;
}
#hot .item a .hot_img{
	overflow: hidden;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
#hot .item a:hover .hot_img{
	box-shadow: 1px 1px 8px 3px rgba(210, 126, 6, 0.3);
}
#hot .item a .hot_img img{
	display: block;
	width: 100%;
}
#hot .item a>p{
	line-height: 55px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #111111;
	font-family: Roboto-Regular;
}
.owl-pagination{
	text-align: center;
	margin-top: 20px;
}
#hot .owl-controls .owl-page{
	text-align: center;
	display:inline-block;
	width: 14px;
	height: 14px;
	background: #d27e06;
	margin: 0px 10px;
	border-radius: 12px;
}
#hot .owl-page.active{
	background: #fcd000;
}
@media(max-width: 1199px){
	.index_title{
		margin: 40px auto 30px;
	}
	.index_title h3{
		font-size: 38px;
		padding-bottom: 19px;
	}
	#hot .item{
		margin: 0 15px;
	}
}
@media(max-width: 991px){
	.hot{
		padding-bottom: 20px;
	}
	.index_title{
		margin: 20px auto 20px;
	}
	.index_pro .index_title{
		text-align: center;
		margin: 28px auto 20px;
	}
	.index_title h3{
		font-size: 28px;
		padding-bottom: 19px;
	}
	#hot .item{
		margin: 0 5px;
	}
	.owl-pagination{
		margin-top: 10px;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #d27e06;
}
.footer_nav>a{
	display: inline-block;
	color: #ffffff;
	height: 92px;
	line-height: 92px;
	font-size: 18px;
	padding: 0 33px;
	background: url('../images/footer-a.png') no-repeat right;
}
.footer_nav>a:last-child{
	background: none;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	padding: 13px 0;
	font-size: 16px;
	border-top: 1px solid #FFFFFF;
}
.copyright_left{
	float: left;
}
.copyright_right{
	float: right;
	width: 182px;
}
.copyright_right>p{
	float: left;
}
.share_list{
	overflow: hidden;
	float: right;
}
.share_list li{
	float: left;
}
.share_list li a{
	display: block;
}
.share_list li a span{
	height: 23px;
	display: block;
	overflow: hidden;
	margin: 0 4px;
}
.share_list li a span img{
	display: block;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.share_list li a:hover img{
	margin-top: -23px;
}
@media(max-width:1340px ){
	.footer_nav{
		text-align: center;
	}
	.footer_nav>a{
		padding: 0 30px;
	}
}
@media(max-width:1260px ){
	.footer_nav>a{
		padding: 0 20px;
	}
}
@media only screen and (max-width:1199px ){
	.footer_nav{
		text-align: center;
	}
	.footer_nav>a{
		line-height: 50px;
		height: 50px;
		font-size: 14px;
		padding: 0 20px;
	}
}
@media only screen and (max-width:991px ) {
	.footer_nav>a{
		padding: 0 10px;
	}
	.copyright_right{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.footer_nav{
		display: none;
	}
	.copyright{
		border-top: none;
	}
}

/* 内页样式 */
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 80px auto 40px;
	overflow: hidden;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 240px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #d27e06;
	text-align: center;
	margin-bottom: 2px;
}
.left_title h3{
	font-size: 30px;
	padding: 38px 0;
	font-family: Oswald-Bold;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul{
	border: 1px solid #d27e06;
}
.left_ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-family: Roboto-Regular;
	padding-left: 23px;
	border-bottom: 1px solid #d27e06;
}
.left_ul li:last-child a{
	border-bottom: 0;
}
.left_ul li a:hover{
	background: #d27e06;
	border-bottom: 1px solid #d27e06;
	color: #ffffff;
}
.left_ul li.active a{
	background: #d27e06;
	border-bottom: 1px solid #d27e06;
	color: #ffffff;
}
.left_contact{
	background: url('../images/left-contact.png') no-repeat;
	width: 240px;
	height: 130px;
	padding-left: 58px;
	padding-top: 44px;
	color: #ffffff;
	margin-top: 20px;
}
.left_contact>span{
	display: block;
	font-size: 18px;
}
@font-face{
	font-family: 方正兰亭中黑_GBK;
	src: url('../font/方正兰亭中黑_GBK.TTF');
}
.left_contact>p{
	font-size: 18px;
	font-family: 方正兰亭中黑_GBK;
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 292px);
	width: -webkit-calc(100% - 292px);
	width: -moz-calc(100% - 292px);
}
.inside_nav{
	height: 52px;
	line-height: 52px;
	background: url('../images/wz.png') no-repeat 17px #d27e06;
	padding-left: 34px;
	color: #ffffff;
	margin-bottom: 50px;
}
.inside_nav>a{
	padding: 0 10px;
	display: inline-block;
	color: #ffffff;
	font-family: Roboto-Regular;
}
.main_right>.pro_con li{
	padding: 0 11px;
}
@media (max-width: 991px){
	.left_title{
		height: 56px;
		line-height: 56px;
		font-size: 18px;
	}
	.left_title h3{
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		line-height: 56px;
		padding: 0 0 0 15px;
	}
	.left_contact{
		display: none;
	}
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_ul{
		display: none;
		margin-top: 10px;
	}
	.left_ul li a{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.inside_nav{
		margin-bottom: 25px;
	}
}

/* 新闻  */
.news_ul li{
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d3d3d3;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.news_ul li:last-child{
	margin-bottom: 40px;
}
.news_ul li a{
	display: block;
	overflow: hidden;
}
.news_ul li a .newsd_img{
	float: left;
}
.news_ul li a .newsd_img img{
	display: block;
	width: 100%;
}
.news_ul li a .newsd_left{
	float: right;
	width: calc(100% - 228px);
	-moz-width: calc(100% - 228px);
	-webkit-width: calc(100% - 228px);
}
.news_ul li a .newsd_left h3{
	font-size: 20px;
	font-family: Roboto-Regular;
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 15px;
	overflow: hidden;
	color: #333333;
}
.news_ul li a .newsd_left h4{
	color: #999999;
	font-size: 14px;
}
.news_ul li a:hover .newsd_left h3{
	color: #d27e06;
}
@font-face{
	font-family: Helvetica;
	src: url('../font/Helvetica.ttf');
}
.news_ul li a .newsd_more{
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
	height: 72px;
	font-family: Helvetica;
}
@media only screen and (max-width:1199px ) {
	.news_ul li a .newsd_left h3{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:991px ){
	.news_ul li a .newsd_img{
		display: none;
	}
	.news_ul li a .newsd_left{
		width: 100%;
		float: none;
	}
}

/* 内页分页 */
.page_box{
	text-align: center;
	margin-top: 16px;
	overflow: hidden;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 13px;
	color: #969696;
	margin:0px 3.0px;
	text-transform: uppercase;
}
.page_box a.on{
	color:#fff;
	background:#d27e06;
	border: 1px solid #d27e06;
}

/* 内页详情 */
.inside_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.inside_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
}
.inside_date{
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.inside_date>P,.inside_date>span{
	display: inline-block;
	padding-left: 10px;
}
/* 内页详情分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:40px; 
	border-top:1px solid #ccc;	
	padding-top:5px;
	font-size: 14px;
}
@media only screen and (max-width:1199px ) {
	.inside_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
}
/* 小屏幕 */
@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
@media(max-width: 560px){
	.fixed{
		display: none !important;
	}
}