@charset "utf-8";
*{
    margin:0;
    padding:0;
}
body{
    font:16px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#595858;
}
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}

@media (max-width: 767px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
}
a{
    text-decoration:none;
    color:#595858;
}
a:hover{
	text-decoration:none;
	color:#d83838;
}
a:focus{
    text-decoration:none !important;
}
.clear{clear:both}


/* 导航 */
/* 右侧导航 */
.right-menu{
    width:170px;
    height:100%;
    background:transparent;
    position: fixed;
    top:0;
    right:0;
    z-index:99;
}
.right-menu::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 70px;
    background: #f7f7f7;
    width: 100%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.right-menu.active::before{
	background:#d83838;
}
.right-menu.active ul li a{
	color:#fff;
}
.right-menu .nav_control {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.right-menu.active .right-pro-list ul li:hover a{
	color:#fff !important;
}

.right-menu .nav_control span {
	width: 25px;
	height: 2px;
	background: #313131;
	display: block;
	margin: 20px 0 0 13px;
	position: relative;
	-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}

.right-menu .nav_control span:before,
.right-menu .nav_control span:after {
	content: '';
	width: 18px;
	height: 2px;
	background: #313131;
	position: absolute;
	left: 0;
	-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}

.right-menu .nav_control span:before {
	top: -8px;
}

.right-menu .nav_control span:after {
	bottom: -8px;
}

.right-menu .nav_control:hover span {
	width: 28px;
}

.right-menu .nav_control:hover span:before {
	width: 22px;
}

.right-menu .nav_control:hover span:after {
	width: 16px;
}

.right-menu .nav_control.active span {
	background: transparent;
	margin-left: 10px;
	color:#fff;
}

.right-menu .nav_control.active span:before {
	transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
	background:#fff;
}

.right-menu .nav_control.active span:after {
	transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
	background:#fff;
}


.right-menu .right-pro-list{
    position: relative;
    top:120px;
    left:30px;
}
.right-menu .right-pro-list ul li{
    padding:10px 10px;
    position: relative;
}
.right-menu .right-pro-list ul li a:hover{
	color:#d83838;
}
.right-menu .right-pro-list ul li a img{
	margin-left: 0px;
    position: absolute;
    left: -26px;
    top: 12px;
}

.right-menu .hidden-box{
	position: absolute;
	bottom:-100px;
	height:0;
	width:0;
	opacity: 0;
	background:#d83838;
	transition: all 0.5s;
}
.right-menu .show-box{
	position: absolute;
	bottom:0;
	width:100%;
	height:70px;
	opacity: 1;
	background:#d83838;
}
.right-menu .hidden-box.show{
	bottom:0;
	width:100%;
	height:80px;
	opacity: 1;
}

/* 右侧展开 */
.fixed_nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(100vw - 203px);
	background: #fff;
	z-index: 999;
	-webkit-transition: all 700ms cubic-bezier(.4,0,0,1);
	transition: all 700ms cubic-bezier(.4,0,0,1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	font-size: 0;
	background:rgba(0,0,0,0.7)
}
@media (max-width: 992px)  {
	.fixed_nav{
		width: calc(100vw - 0px);
	}
}
.fixed_nav_c{
	width:calc(100vw - 200px);
}
.fixed_nav.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.fixed_nav.active ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.fixed_nav ul {
	height:100%;
}
.fixed_nav ul li{
	width:33.3%;
	height:50%;
	float:left;	
	border-bottom:1px solid rgba(255,255,255,0.5);
	text-align: center
}
.fixed_nav ul li:nth-child(2),.fixed_nav ul li:nth-child(5){
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
}
.fixed_nav ul li a{
	top: 50%;
	position: relative;
	margin-top: -100px;
	display: inline-block;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.5s;
}
.fixed_nav ul li a i{
	display: block;
	font-size: 40px;
	font-weight: 300;
}
.fixed_nav ul li a i.a1{
	font-size: 35px;
	padding-bottom:10px;
}
.fixed_nav ul li:hover a{
	color:#d83838;
	padding:8px 0;
	border-bottom:2px solid #d83838;
}
.fixed_nav ul li a img{
	display: block;
	height:55px;
	margin:0 auto;
	margin-bottom:5px;
}
.fixed_nav ul li:hover a img.imgicon{
	display: none;
}
.fixed_nav ul li a img.hiddenimg{
	display: none;
}
.fixed_nav ul li:hover a img.hiddenimg{
	display: block;
}


@media (min-width: 1480px)  {
	.container {
		width:85% !important;
	}
}
@media (min-width: 1200px)  {
	.container {
		width:85% !important;
	}
}

@media (min-width: 993px)  {
	.left-box {
		width: calc(100vw - 216px);
		float: left;
		position: relative;
	}
}
@media screen and (min-width:960px) and (max-width:1200px){
    .container {
		width:85% !important;
	}
}


/* 顶部导航 */
header{
    position: fixed;
    top:0;
    z-index:99;
	padding:30px 0 0 0;
}
header .header .header-nav{
    margin-top:10px;
}
header .header .header-nav ul li{
    margin-left:10px;
    display: inline-block;
    position: relative;
}
header .header .header-nav ul li a {
    color:#fff;
}
header .header .header-nav ul li a img{
	height:25px;
	transition: all 0.5s;
}
header .header .header-nav ul li.tel-munber a{
	font-size: 20px;
	display: inline-block;
	margin:0 10px 0 3px;
	position: relative;
	top:3px;
}
header .header .header-nav ul li a img:hover{
	transform: scale(1.3);
}

/* 底部 */
footer .footer{
	background:#1e1e1e;
	padding:60px 0 40px 0;
}
footer .footer .foot-nav ul{
	overflow: hidden;
	width:106%;
}
footer .footer .foot-nav ul li{
	float: left;
	padding:20px 0;
	padding-right:60px;
}
footer .footer .foot-nav ul li a{
	color:#fff;
}

footer .footer .foot-bottom{
	color:#fff;
	padding:30px 0;
}
footer .footer .foot-bottom .foot-text{
	font-size: 14px;
}
footer .footer .foot-bottom .foot-text a{
	color:#fff;
}
footer .footer .foot-bottom ul li{
	display: inline-block;
	position: relative;
	margin-left:30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
footer .footer .foot-bottom ul li:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
footer .footer .foot-bottom ul li span{
	font-size: 25px;
	color:rgba(255,255,255,0.7);
}
footer .footer .foot-bottom ul li:hover .tc-box,header .header .header-nav ul li:hover .tc-box{
	display: block;
}
footer .footer .foot-bottom ul li .tc-box,header .header .header-nav ul li .tc-box{
	position: absolute;
	top:-30px;
	left:-130px;
	display: none;
}
header .header .header-nav ul li .tc-box{
	top:35px;
	left:-60px;
}
footer .footer .foot-bottom ul li .tc-box img{
	width:120px;
}
footer .footer .foot-bottom ul li .tc-tel{
	width:120px;
	top:40px;
	left:-45px;
	color:#fff;
}
@media (min-width: 1360px)  {
	.right-menu {
	    width: 200px;
	}
}
@media (max-width: 992px)  {
	header{
		width:100%;
	}
	.right-menu{
		display: none;
	}
}


/* 设置滚动条样式 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 4px;
    height: 9px;
}
/*定义滚动条轨道*/
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    background-color: #d83838;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em
}

@media (max-width: 992px)  {
	header .header .header-nav{
		display: none;
	}
}
@media (max-width: 568px)  {
	.header-logo{
		width:70%;
	}
	.header-logo img{
		width:100%;
	}
	.header-nav{
		display: none;
	}
	.foot-bottom{
		text-align: center;
	}
	footer .footer .foot-nav{
		display: none;
	}
	footer .footer .foot-nav ul{
		width:100%;
	}
}

/* 手机端导航 */
.m_nav{
	position: fixed;
	top: 0px;
	width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
    background: #eaeaea;
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	width:70%;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 40px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(9) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(10) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li{
	position: relative;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li a img {
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 15px;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 0 15px;
		margin-right: -15px;
		display: inline-block;
		float:right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #d83838;
	}
	.header #navToggle span.g,
	.header #navToggle span.g:before,
	.header #navToggle span.g:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #666;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
}


/* 页码 */
.page-box{
    margin:50px 0;
    text-align: center;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:0 3px 0 0;
}
.page-num-current{
    background:#d83838 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}