﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/animate.css");/*动画效果*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*02导航*/
@import url("../css/navi/navi_01.css");/*02导航*/
/*@import url("../css/animate.min.css");*//*动画*/

html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}

body{
	overflow: hidden;
}

.header{ width:100%; background:none; position:fixed !important; z-index:999!important;background: #fff;box-shadow: 0 0 25px rgba(0, 0, 0, .1);}
.header .navbar{ margin: 0 auto;position: relative;margin: 0 4%;}
.header .navbar .pc_menu{
 width:100%;
 margin:0 auto;
 transition: all 0.3s 0s ease-in-out ;
 transition: all 0.2s linear -1ms;
 -webkit-transition: all 0.2s linear -1ms;
 -moz-transition: all 0.2s linear -1ms;
 -ms-transition: all 0.2s linear -1ms;
 -o-transition: all 0.2s linear -1ms;
}
.header .navbar .pc_menu .pc_logo{ height:100%;align-items:center; display: -webkit-flex;position: absolute;}
.header .navbar .pc_menu .pc_logo a { display:block; height:45%;}
.header .navbar .pc_menu .pc_logo a img{ height:100% !important;}

.header .navbar .pc_menu .pc_menu_right{padding: 0 6%;}
.header .navbar .pc_menu .pc_menu_right>li{ float:left; margin-left:2%; margin-right:2%;}
.header .navbar .pc_menu .pc_menu_right>li .t{display:block;line-height:100px; font-size:16px; color:#666666;position: relative;}
.header .navbar .pc_menu .pc_menu_right .active>a{ position: relative;}
.header .navbar .pc_menu .pc_menu_right>li .t::after{
	content: "";
	width: 0;
	height: 3px;
	background: #f2642d;
	position: absolute;
	left: 0px;
	top:0%;
}
.header .navbar .pc_menu .pc_menu_right>li:hover .t{color: #f2642d;}
.header .navbar .pc_menu .pc_menu_right>li:hover .t::after{
	width: 100%;
	color: #f2642d;
}
.header .navbar .pc_menu .pc_menu_right .active>a::after{ 
	width: 100%;
}
.header .navbar .pc_menu .pc_menu_right>li.active .t{color: #f2642d;}

/* 顶部 */
.header-top{ height: 48px; background: #fff; box-sizing: border-box; border-bottom: 1px solid #eee; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.header-top-container{display: flex;justify-content: space-between;align-items: center; max-width: 1600px;margin: 0 auto;height: 100%;padding: 0 6%;}
.header-top-container ul{display: flex;align-items: center;}
.header-top-container ul li{display: flex;align-items: center;}
.header-top-container ul p a{display: inline-block; font-size: 14px;color: #777;line-height: 48px;border-right: 1px solid #eee;padding-right: 20px;margin-right: 20px;}
.header-top-container ul li>a{display: inline-block; font-size: 14px;color: #aaa;line-height: 14px;border-left: 1px solid #aaa;padding-left: 10px;margin-left: 10px;}
.header-top-container ul li:first-child>a{border: none;}
.header-top-container ul p img{display: inline-block;width: 20px;margin-right: 12px;}
.header-top-container a:hover{color: #f2642d !important;}


/*-----滚动后--------*/
.header.pc_fixed{ transition: all 0.2s linear -1ms; box-shadow: 0 0 13px rgba(0, 0, 0, .13); transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.header.pc_fixed .header-top{opacity: 0;height: 0;}

.header .navbar .pc_menu .pc_logo p br{display: none;}


@media(max-width:1600px){
	.header .navbar .pc_menu .pc_menu_right>li .t{font-size: 16px;line-height: 95px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 20px;}
}
@media(max-width:1500px){
	.header .navbar .pc_menu .pc_logo p {font-size: 18px;}
	.header .navbar .pc_menu .pc_menu_right>li .t{font-size: 15px;line-height: 90px;}
	.header-top-container ul p,.header-top-container ul a{font-size: 13px;line-height: 13px;}
	.header .navbar .pc_menu .pc_logo a {height: 35%;}
}
@media(max-width:1400px){
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 85px;font-size: 14px;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 15px;margin-right: 15px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 16px;line-height: 18px;}
}
@media(max-width:1300px){
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 80px;font-size: 13px;}
}
@media(max-width:1200px){
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 75px;font-size: 13px;}
	.header .navbar .pc_menu .pc_menu_right>li{margin: 0 1.5%;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 10px;margin-right: 10px;}
}
@media(max-width:1200px){
	.Big-index{
		height: 60px;
	}
	.header.pc_fixed .header-top{opacity: 1;}
	.header .navbar .pc_menu .pc_logo{width: calc(100% - 75px);height: 60px;}
	.header-top-container ul p, .header-top-container ul a {letter-spacing: -0.03rem;}
	.header .navbar .pc_menu .pc_logo {padding-right: 10px;margin-right: 10px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 14px;line-height: 16px;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 8px;margin-right: 8px;}
}
@media(max-width:760px){
	.header-top-container ul p a{border: none}
	.header-top-container .header-top-left ul li:not(:nth-child(1)){display: none;}
	.header .navbar .pc_menu .pc_logo p {font-size: 12px;line-height: 14px;}
	.header .navbar .pc_menu .pc_logo p br{display: block;}
}


/* banner */
.part_one,.banner,.page_banner{width: 100%;margin-top: 100px;overflow: hidden;}
.banner img,.page_banner img{display: inline-block;width: 100%;}

@media(max-width:1600px){
	.part_one,.banner,.page_banner{margin-top: 95px;}
}
@media(max-width:1500px){
	.part_one,.banner,.page_banner{margin-top: 90px;}
}
@media(max-width:1400px){
	.part_one,.banner,.page_banner{margin-top: 85px;}
}
@media(max-width:1300px){
	.part_one,.banner,.page_banner{margin-top: 80px;}
}
@media(max-width:1200px){
	.part_one,.banner,.page_banner{margin-top: 75px;}
}
@media(max-width:1200px){
	.part_one,.banner,.page_banner{margin-top: 60px;}
}
@media(max-width:760px){
	.banner img,.page_banner img{
		width: 250%;
		margin-left: -76%;
	}
}


/* 底部 */
.footer{
	background-color: #f0f0f0;
}
.footer .content{
	width: 75%;
	margin: 0 auto;
}
.footer .content .top{
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.footer .content .top .left{
	width: 30%;
}
.footer .content .top .left .left_top{
	margin-bottom: 40px;
}
.footer .content .top .left .left_top .footer_logo a img{
	max-width: 100%;
}
.footer .content .top .left .left_bottom .one{
	margin-bottom: 20px;
}
.footer .content .top .left .left_bottom .one p{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}
.footer .content .top .left .left_bottom .one span{
	font-size: 22px;
	color: #f2642d;
	line-height: 36px;
	font-weight: bold;
}
.footer .content .top .left .left_bottom .two p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.footer .content .top .left .left_bottom .two span{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.footer .content .top .right{
	width: 70%;
}
.footer .content .top .right ul{
	display: flex;
	margin-bottom: 0;
	justify-content: space-around;
	margin-top: 20px;
}
.footer .content .top .right ul > li{
	width: 16.6%;
}
.footer .content .top .right ul > li > a{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500;
}
.footer .content .top .right ul > li ol li a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	transition: all .5s linear;
	font-weight: 500;
}
.footer .content .top .right ul > .footer_product{
	width: 33.2%;
}
.footer .content .top .right ul > .footer_product ol{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .content .top .right ul > .footer_product ol li{
	width: 50%;
}
.footer .content .bottom{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.footer .content .bottom p{
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}
.footer .content .bottom p a{
	font-size: 14px;
	color: #999999;
	line-height: 36px;
}

@media (max-width:1400px){
    .footer .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .footer .content{
        width: 95%;
	}
	.footer .content .top .right ul > li > a{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.footer .content .top .right ul > li ol li a{
		font-size: 13px;
		line-height: 30px;
	}
	.footer .content .top .left .left_top{
		margin-bottom: 30px;
	}
	.footer .content .bottom{
		padding: 40px 0;
	}
}
@media (max-width:1000px){
	.footer .content .top{
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.footer .content .top .left{
		width: 100%;
	}
	.footer .content .top .right{
		width: 100%;
	}
	.footer .content .top .left .left_top{
		margin-bottom: 20px;
	}
	.footer .content .top .right ul{
		margin-top: 40px;
	}
	.footer .content .bottom{
		flex-wrap: wrap;
	}
	.footer .content .bottom p{
		width: 100%;
	}
}
@media (max-width:760px){
	.footer .content .top .right{
		display: none;
	}
	.footer .content .bottom{
		padding: 20px 0;
	}
}
@media (max-width:550px){
	.footer .content .top .left .left_bottom .one p{
		font-size: 12px;
		line-height: 30px;
	}
	.footer .content .top .left .left_bottom .one span{
		font-size: 18px;
		line-height: 30px;
	}
	.footer .content .top .left .left_bottom .two p{
		font-size: 12px;
		color: #666666;
		line-height: 26px;
	}
	.footer .content .top .left .left_bottom .two span{
		font-size: 14px;
	}
	.footer .content .top .left .left_bottom .one{
		margin-bottom: 10px;
	}
	.footer .content .top{
		padding: 30px 0;
	}
	.footer .content .top .left .left_top .footer_logo a img{
		max-width: 45%;
	}
}

/*了解更多 */
.more > a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	border: 2px solid #f2642d;
}
.more > a > span{
	font-size: 16px;
	color: #f2642d;
	margin-right: 5px;
}
.more > a > img{
	width: 16px;
	height: 10px;
}
.more > a:hover{
	background:#f2642d;
}
.more > a:hover > span{
	color: #ffffff;
}
.more > a:hover > img{
	filter: brightness(300);
}
@media (max-width:1200px){
	.more > a{
		width: 150px;
		height: 50px;
	}
	.more > a > span{
		font-size: 14px;
	}
}
@media (max-width:760px){
	.more > a{
		width: 120px;
		height: 40px;
		border: 1px solid #f2642d;
	}
	.more > a > span{
		font-size: 12px;
	}
	.more > a > img{
		width: 14px;
		height: 8px;
	}
}




/* 轮播箭头 */
.row-arrow .owl-nav .owl-prev,.row-arrow .owl-nav .owl-next{
    width: 13px;height: 25px;position: absolute;top: 44.5%;background: url(../img/index02-arrow.png) no-repeat;background-size: 100% 100%;display: block !important;}
    .row-arrow .owl-nav .owl-prev{left: -3.5%;}
    .row-arrow .owl-nav .owl-next{ right: -3.5%; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
    .row-arrow .owl-nav .owl-prev:hover{
background: url(../img/index02-arrow-hover.png) no-repeat;
background-size: 100% 100%;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg)-ms-transform: rotate(180deg);-o-transform: rotate(180deg);}
.row-arrow .owl-nav .owl-next:hover{
background: url(../img/index02-arrow-hover.png) no-repeat;
background-size: 100% 100%;transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);}
@media(max-width:760px){
    .row-arrow .owl-nav .owl-prev{left: -8%;}
    .row-arrow .owl-nav .owl-next{right: -8%;}
}


/* info页面 */
.padding{max-width: 1440px;margin: 0 auto;padding: 0 6%;}
.info-main{max-width: 1280px; margin: 6.5% auto;padding: 0 6%;}
.info-edit img{display: inline-block;width: auto !important;height: auto !important;max-width: 100%;}

@media(max-width:1200px){
	.padding{padding: 0 3%;}
	.info-main{padding: 0 3%;}
}
@media(max-width:760px){
	.info-container,.info-main{margin: 10% 0;}
}















