@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;
	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:"微软雅黑";
	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;
	z-index: 30;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
	
}
.header_right img{
	margin-top: 5px;
}
.header_right p{
	/*background: url(../images/dh.png) no-repeat left;*/
	height: 37px;
	line-height: 53px;
	padding-left: 40px;
	font-size: 18px;
	color: #000000;
	margin: 2px 0px 8px;
}
.header_right span{
	display: block;
	font-size: 30px;
	color: #eca227;
}
.logo{
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}
#nav_wrap{
	width: 100%;
	height: 82px;
	background: #eca227;
}
.nav{
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
	color:#000;
	padding:0px 20px;
	margin: 30px 5px 25px;
}
.nav ul>li>a:hover{
	color: #FFFFFF;
	background: #000000;
}
.nav ul>li.active>a{
	color: #FFFFFF;
	background: #000000;
}
.nav>li:nth-child(2)>a{
	background: url(../images/nav_icon.png) no-repeat calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -webkit-calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -moz-calc(100% - 5px) center;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 62px;
	width: 100%;
	display: none;
	z-index: 999;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 27px;
	line-height: 27px;
	margin: 2px 5px;
	color: #eca227;
	background: #000000;
}



@media (max-width: 1199px) {
	.nav ul>li>a{
		padding: 0px 16px;
		font-size: 13px;
	}
	.nav>li:nth-child(2)>a{
		background: url(../images/nav_icon.png) no-repeat right center;
	}
}



#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: #eca227;
}
#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{
	background-color: #f6a402;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

#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(max-width: 991px){
	#nav_wrap{
		display: none;
	}
	.logo{
		margin-top: 8px;
	}
	.logo img{
		width: 340px;
	}
	.header_right{
		margin-right: 70px;
		margin-top: 10px;
	}
	.header_right p{
		height: 25px;
		line-height: 25px;
		font-size: 16px;
		margin: 0;
	}
	.header_right span{
		font-size: 20px;
	}
	#navToggle{
		display: block;
	}
	
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
	.nav ul>li>a{
		font-size: 12px;
	}
}
@media only screen and (max-width:768px ) and (min-width:480px){
	.header_right{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	.logo{
		margin: 15px 0px;
	}
	.logo img{
		width: 180px;
	}
	.header_right{
		display: none;
	}
} 
/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 801px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:801px !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;
	}
}

.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: #f6a402 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	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 {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	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-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	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;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.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;
}

/*关于我们*/
#about_wrap{
	background: #f6f6f6;
	width: 100%;
	padding: 55px 0px 60px;
}
.about{
	overflow: hidden;
}
.index_title{
	text-align: center;
	margin-bottom: 55px;
}
.index_title h3{
	font-size: 44px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 30px;
}
.index_title h3>span{
	display: inline-block;
	color: #f6a402;
	padding-right: 10px;
}
.index_title h4{
	font-weight: normal;
	font-size: 24px;
	color: #bac5cc;
}
.about_img{
	padding-top: 20px;
	overflow: hidden;
}
.about_img>a{
	display: block;
	overflow: hidden;
}
.about_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-animation: all 0.5s;
	-moz-animation: all 0.5s;
	-o-animation: all 0.5s;
}
.about_img>a:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_img .about_ms{
	height: 86px;
	background: #FFFFFF;
	position: relative;
	padding: 15px 0px 0px 17px;
	overflow: hidden;
}
.about_img .about_ms h3{
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.about_img .about_ms .about_p{
	font-size: 12px;
	line-height: 20px;
	color: #858585;
	padding-right: 80px;
}
.about_img .about_ms span{
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	top: 20px;
	right: 30px;
}
.about_img .about_ms .icon-1{
	background: url(../images/span-1.png) no-repeat;
}
.about_img .about_ms .icon-2{
	background: url(../images/span-2.png) no-repeat;
}
.about_img .about_ms .icon-3{
	background: url(../images/span-3.png) no-repeat;
}
.about_img .about_ms .icon-4{
	background: url(../images/span-4.png) no-repeat;
}
.about_img a:hover .about_ms{
	background: #f6a402;
}
.about_img a:hover .about_ms h3,.about_img a:hover .about_ms p{
	color: #FFFFFF;
}
.video_box{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1199px ) {
	.about_right{
		padding-top: 0px;
	}
	.about_img .about_ms .about_p{
		line-height: 20px;
		overflow: hidden;
		padding-right: 80;
	}
}
@media only screen and (max-width:991px ) {
	.index_title{
		margin-bottom: 30px;
	}
	.index_title h3{
		font-size: 34px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width:767px ) {
	#about_wrap{
		padding: 30px 0px 20px;
	}
	.about_img{
		float: none;
		width: 100%;
		max-width: 485px;
		padding-bottom: 15px;
		margin: 0 auto;
	}
	.index_title h3{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.index_title h4{
		font-size: 16px;
	}
	.about_img .about_ms .about_p{
		max-height: 30px;
		line-height: 16px;
		overflow: hidden;
		padding-right: 80px;
	}
}

/* 工程案例 */
.case{
	padding: 58px 0px 60px;
}
.case .index_title h3{
	color: #666666;
}
.case .index_title h4{
	color: #666666;
	font-size: 16px;
}
.scroll_wrap{
	margin: 70px auto;
}
#case_scroll{
	padding:0px 40px;
	position: relative;
}
#case_scroll .item{
	margin: 0px 10px;
}
#case_scroll .item .case_list:first-child{
	margin-bottom: 40px;
}
.case_list{
	display: block;
	margin: 0 auto;
	max-width: 336px;
}
.list_a{
	display: block;
	position: relative;
}
.list_a img{
	display: block;
	width: 100%;
}
.list_a .a_hover{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(246,164,2,0.5);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.list_a:hover .a_hover{
	opacity: 1;
}
.list_a .a_hover span{
	display: block;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -35px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.span_img{
	width: 131px !important;
	margin: 150px auto 0px;
}
#case_scroll .owl-prev{
	text-indent: -9999px;
	width: 38px;
	height: 39px;
	background: url(../images/scroll_jt.png) no-repeat left bottom;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -22px;
}
#case_scroll .owl-prev:hover{
	background: url(../images/scroll_jt.png) no-repeat left top;
}
#case_scroll .owl-next{
	text-indent: -9999px;
	width: 38px;
	height: 39px;
	background: url(../images/scroll_jt.png) no-repeat right bottom;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -22px;
}
#case_scroll .owl-next:hover{
	background: url(../images/scroll_jt.png) no-repeat right top;
}
@media only screen  and (max-width: 1199px){
	.span_img{
		margin: 110px auto 0px;
	}
}
@media only screen  and (max-width: 991px) {
	.case{
		padding: 30px 0px 30px;
	}
	.list_a .a_hover span{
		font-size: 20px;
	}
	.span_img{
		width: 110px !important;
		margin: 95px auto 0px;
	}
}
@media only screen and (max-width:480px ) {
	.case{
		padding: 15px 0px 15px;
	}
	.case .index_title{
		margin-bottom: 20px;
	}
	.case .index_title h4{
		font-size: 14px;
	}
	.list_a .a_hover span{
		font-size: 14px;
	}
	.span_img{
		width: 80px !important;
		margin: 80px auto 0px;
	}
}

/*服务支持*/
.w{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#service_wrap{
	background: url(../images/service_wrap.jpg) no-repeat center;
	padding: 133px 0px 106px;
	background-size: cover;
}
.service{
	overflow: hidden;
}
.service_list{
	color: #FFFFFF;
	position: relative;
}
.service_list2{
	overflow: hidden;
	color: #FFFFFF;
}
.service_list2 ul li p{
	padding-left: 7px;
}
.ul_list{
	margin: 87px 0px 0px 189px;
	overflow: hidden;
}
.ul_list li{
	font-size: 18px;
	margin-bottom: 26px;
}
.service_list h3,.service_list h4{
	font-size: 50px;
}
.service_list h4{
	text-align: right;
}
@media only screen  and (max-width:1421px ) {
	.service_list h3,.service_list h4{
		font-size: 40px;
	}
}
@media only screen  and (max-width:1271px ){
	.ul_lsit{
		margin: 70px 0px 0px 180px;
	}
}
@media only screen and (max-width:1199px ) {
	#service_wrap{
		padding: 50px 0px 50px;
	}
	.service_list2 ul{
		display: table;
		margin: 0 auto;
	}
	.service_list2 ul li{
		float: left;
		margin: 0 30px;
	}
}
@media only screen and (max-width:991px ){
	.service_list h3,.service_list h4{
		text-align: center;
	}
	.service_list h3,.service_list h4{
		font-size: 19px;
	}
	.ul_list{
		display: table;
		margin: 0px auto;
		padding-top: 5px;
	}
	.ul_list li{
		margin-bottom: 0;
	}
	.ul_list li img{
		padding-right: 5px;
	}
	.service_img img{
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px ){
	.service_list{
		margin-bottom: 10px;
	}
	.service_list2 ul li{
		margin: 0 14px;
	}
	
}
@media only screen and (max-width:480px ){
	.service_list2 ul li{
		margin: 0 10px;
	}
}
@media (min-width: 1200px) {
 .w{
    width: 100%;
    max-width: 1442px;
    }
}
/*新闻中心*/

/*行业领导者*/
.leader_wrap{
	width: 100%;
	background: #0D1518;
	color: #fff;
	padding: 38px 0px;
}
.leader_left{
	width: 300px;
	text-align: center;
	float: left;
}
.leader_left h3{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	text-transform: uppercase;
}
.leader_left h4{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.leader_right{
	float: left;
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
}
.leader_right li{
	width: 33.33%;
	text-align: center;
	float: left;
}
.leader_right li h3{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
}
.leader_right li h4{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
@media only screen and (max-width:767px ) {
	.leader_wrap{
		padding: 25px 0px;
	}
	.leader_left{
		float: none;
		width: 100%;
	}
	.leader_left h3{
		height: 35px;
		line-height: 35px;
		font-size: 24px;
		text-transform: uppercase;
	}
	.leader_left h4{
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.leader_right{
		float: none;
		width: 100% !important;
		margin-top: 20px;
	}
	.leader_right li h3{
		height: 35px;
		line-height: 35px;
		font-size: 24px;
	}
	.leader_right li h4{
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
}

/*产品展示*/
.pro_content{
	width: 100%;
	padding: 0 !important;
}
.pro_contacontainer .index_title{
	padding-top: 58px;
	margin-bottom: 0;
}
.pro_contacontainer .index_title h3{
	padding-bottom: 22px;
}
.pro_contacontainer .index_title h4{
	font-size: 16px;
	color: #666666;
}
.pro_sort{
	text-align: center;
	position: relative;
	bottom: -25px;
	z-index: 2;
}
.pro_sort a:first-child{
	margin-right: 119px;
}
.pro_sort a{
	display: inline-block;
	font-size: 26px;
	color: #FFFFFF;
	background: #000000;
	padding: 14px 27px;
}
.pro_sort a:hover{
	background: #f6a402;
}
.pro_sort a.pro_link{
	background: #f6a402;
}
.pro_img{
	position: relative;
	float: left;
	padding: 0;
	max-width: 640px;
	overflow: hidden;
	
}
.pro_img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.pro_img:hover img{
	transform: scale(1.1);
	-webkit-transform: all 0.5s;
    -moz-transform: all 0.5s;
    -ms-transform: all 0.5s;
    -o-transformn: all 0.5s;
}
.pro_img p{
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	left: 55px;
	bottom: 95px;
}
.pro_ms{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}
.pro_img:hover p{
	display: none;
}
.pro_ms:hover{
	opacity: 1;
}
.pro_ms a h3{
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 75px 0px 60px 29px;
}
.pro_ms ul{
	margin-left: 29px;
}
.pro_ms ul li{
	float: left;
	margin: 0 5px 5px;
	border: 1px solid #FFFFFF;
}
.pro_ms ul li a{
	display: inline-block;
	padding: 0 6px;
	color: #FFFFFF;
}
.pro_ms ul li:hover{
	background: #f6a402;
	border: 1px solid #f6a402;
}


@media only screen and (max-width: 1199px){
	.pro_img p{
		font-size: 18px;
	}
	.pro_ms a h3{
		font-size: 18px;
	}
	
}
@media only screen and (max-width: 991px) {
	.pro_left{
		float: none;
		width: 100%;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.pro_title h3{
		font-size: 25px;
	}
	.pro_title{
		margin-bottom: 10px;
	}
	.pro_wrap{
		background-size: cover ;
	}
	.pro_text{
		margin-bottom: 10px;
	}
	.pro_wrap{
		padding: 50px 0px;
	}
}
@media only screen and (max-width: 767px){
	.pro_wrap{
		padding: 0px;
	}
	.pro_img{
		margin: 0 auto;
		float: none;
	}
}
@media only screen and (max-width: 480px){
	.pro_img p{
		position: absolute;
		left: 20px;
		font-size: 14px;
	}
	.pro_ms a h3{
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 50px;
	}
	.pro_ms ul li{
		margin-bottom: 5px;
	}
	.pro_ms ul li a{
		font-size: 14px;
	}
	.pro_sort a{
		margin-right: 8px !important;
		font-size: 16px;
		padding: 10px 17px;
	}
}
/*公司新闻*/
.news_container{
	overflow: hidden;
	margin: 25px auto 0px;
}
.news_container .index_title h4{
	font-size: 16px;
	color: #666666;
}
.date{
	width: 79px;
	height: 83px;
	float: left;
	color: #000000;
	text-align: center;
	background: url(../images/date.png) no-repeat;
}
.date h4{
	font-size: 29px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.date h5{
	font-size: 15px;
}
.news_list ul li .news_nr h5{
	display: none;
}
.news_list ul li h3{
	font-size: 16px;
	margin-bottom: 8px;
	color: #333333;
	overflow: hidden;
}
.news_list ul li:hover .date{
 	background: url(../images/date2.png) no-repeat center;	
}
.news_list ul li:hover{
	border-bottom: 1px solid #f6a402;
}
.news_list ul li:hover a h3{
	color: #f6a402;
}
.news_nr{
	width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
}
.news_ms{
	max-height: 70px;
	overflow: hidden;
}
.news_list li{
	width: 80%;
	margin:0 auto 50px;
	height: 115px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
.news_list li a{
	display: block;
}
.news_list li span{
	display: block;
	float: right;
	width: 90px;
	text-align: center;
}
@media only screen and (max-width:991px ) {
	.news_left{
		width: 100%;
		max-width: 479px;
		float: none;
		margin:0 auto;
	}
	.news_right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.news_container{
		margin:30px auto;
	}
	.index_news_title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.news_box{
		padding: 15px;
	}
	.n_more{
		margin-top: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.news_list ul li{
		margin-bottom: 35px;
		padding-bottom: 35px;
		height: auto;
	}
	.date{
		display: none;
	}
	.news_nr{
		float: initial;
		margin-bottom: 15px;
		width: 100%;
	}
	.news_list ul li .news_nr h3{
		margin-bottom: 0;
	}
	.news_list ul li .news_nr h5{
		display: block;
		line-height: 25px;
	}
	.news_list li a{
		height: 80px;
		font-size: 14px;
	}
}
@media only screen and (max-width:480px ){
	.news_container{
		margin: 10px 0px 0px 0px;
	}
	.news_ms{
		line-height: 18px;
	}
}

/*底部内容*/
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #fff;
	padding-top: 52px;
}
.footer_conter{
	float: left;
	width: calc(100% - 255px);
    width: -webkit-calc(100% - 255px);
    width: -moz-calc(100% - 255px);
}
.footer_top{
	height: 126px;
	border-bottom: 1px solid #FFFFFF;
	font-family: 宋体;
}
.icon-1,.icon-2,.icon-3{
	width: 33%;
	float: left;
}
.icon-1 p,.icon-2 p,.icon-3 p{
	margin-bottom: 20px;
}
.icon-1 p img,.icon-2 p img,.icon-3 p img{
	padding-right: 8px;
}
.p1,.p2,.p3,.p4{
	height: 50px;
}
.footer_bottom{
	padding-top: 30px;
}
.footer_bottom p img{
	padding-right: 10px;
	width: 58px;
	height: 58px;
}
.footer_right{
	float: right;
}
.footer_right p{
	color: #f6a402;
	margin-bottom: 25px;
}
.footer_right img{
	float: right;
}

.footer_right p>span{
	font-size: 20px;
}
.copyright{
	text-align: center;
	line-height: 28px;
	padding: 10px 0px;
	margin-top: 10px;
}
.copyright>a{
	color: #ffffff;
}
@media only screen and (max-width:1199px ){
	.footer_top{
		height: 135px;
		border-bottom: none;
	}
	.icon-1,.icon-2,.icon-3{
		font-size: 12px;
		width: 50%;
		margin-bottom: 15px;
	}
	.footer_bottom p{
		margin-bottom: 17px;
	}
}
@media only screen and (max-width:991px ) {
	.contact_title h3{
		line-height: 40px;
		font-size: 30px;
	}
	.contact_title{
		margin-bottom: 20px;
	}
	.copyright{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.footer_conter{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.footer_top{
		height: auto;
		border-bottom: none;
		overflow: hidden;
	}
	.icon-1,.icon-2,.icon-3{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.footer_bottom{
		height: auto;
		overflow: hidden;
	}
	.footer_bottom p{
		width: 50%;
		float: left;
		margin-bottom: 18px;
	}
	.footer_right{
		float: none;
		text-align: center;
	}
	.footer_right img{
		float: none;
	}
}
@media only screen and (max-width:480px ){
	.icon-1,.icon-2,.icon-3{
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
	.icon-1 p,.icon-2 p,.icon-3 p{
		margin-bottom: 10px;
	}
	.footer_bottom{
		text-align: left;
	}
	.footer_bottom p{
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.footer_bottom p img{
		padding-right: 15px;
		width: 48px;
		height: 48px;
	}
}


.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 70px auto;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}


/*左侧*/
.main_left{
	float: left;
	width: 23%;
}
.left_list{
	background: #eca227;
	padding: 0 7px 9px;
}
.left_title{
	color: #fff;
	font-size: 22px;
	position: relative;
	text-align: left;
	padding: 15px 10px;
}
.left_title h3{
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
}
.left_title h4{
	line-height: 26px;
	font-size: 16px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul{
	background: #FFFFFF;
}
.left_phone{
	margin-top: 9px;
	background: #eca227;
	padding: 0px 2px 2px;
}
.phone_title{
	padding: 17px 0px 12px;
	color: #FFFFFF;
	text-align: center;
}
.phone_box{
	background: #FFFFFF;
	padding-top: 5px;
	padding-left: 6px;
	font-size: 12px;
	text-align: left;
}
.phone_box span{
	color: #eca227;
}
.left_phone img{
	display: block;
	width: 100%;
	padding: 0px 5px;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		line-height: 26px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
	.left_phone{
		display: none;
	}
	
}
.left_ul li a{
	display: block;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #cdcdcd;
	text-align: left;
	overflow: hidden;
	padding-left: 8px;
}
.left_ul li:last-child a{
	border-bottom: 0;
}
.left_ul li a:hover,.left_ul li a:focus{
	color: #eca227;
}
.left_ul li.active a{
	color: #eca227;
}
.left_contact{
	margin-top: 30px;
}
.left_contact img{
	display: block;
	width: 100%;
}
.contact_nr{
	border:1px solid #55555F;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 30px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.main_right{
	float: right;
	width: 73%;
}	
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_list{
		padding: 0px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
	}
	.left_contact{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding: 0px 10px 0px 15px;
		font-size: 18px;
	}
	.main_right iframe{
		display: none !important;
	}
}
@media (max-width: 767px){
	
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
	.main_right img{
		display: block;
		width: 100%;
	}
	.main_right table tbody td{
		
	}
}
.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 20px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 289px;
	overflow: hidden;
}
.pro_image{
	display: block;
	overflow: hidden;
}
.pro_image img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_a:hover .pro_image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pro_a:hover .pro_xq{
	background: #eca227;
	border: 1px solid #eca227;
	border-top: none;
}
.pro_a:hover .pro_xq p{
	color: #000000;
}
.pro_a:hover .pro_xq span{
	color: #FFFFFF;
}
.pro_xq{
	padding: 5px 0px 0px 5px;
	overflow: hidden;
	max-height: 84px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #000000;
	border-top: none;
	color: #000;
}
.pro_xq span{
	display: block;
}
.inside_img{
	float: left;
	width: 48%;
	text-align: center;
}
.inside_img img{
	width: 100%;
	max-width: 448px;
}
.inside_ms{
	float: right;
	width: 48%;
	line-height: 24px;
	font-size: 14px;
}
@media only screen and (max-width:767px ) {
	.inside_img{
		float: none;
		width: 100%;
	}
	.inside_ms{
		float: none;
		width: 100%;
		max-width: 448px;
		margin: 20px auto 0px;
	}
}
.news_ul li{
	padding: 10px 0px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
.list_news{
	overflow: hidden;
	padding: 8px;
}
.list_date{
	float: left;
	height: 144px;
	width: 144px;
	border: 3px solid #dcdcdc;
	text-align: center;
	padding-top: 15px;
	color: #666;
}
.list_date h4{
	line-height: 30px;
	font-size: 20px;
}
.list_date h3{
	line-height: 80px;
	font-size: 72px;
}
.news_link{
	overflow: hidden;
}
.list_right{
	float: right;
	width: calc(100% - 102px);
	width: -webkit-calc(100% - 102px);
	width: -moz-calc(100% - 102px);
	overflow: hidden;
}
.list_right h3{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
}
.list_right h4 a{
	font-size: 18px;
}
.list_right h5{
	font-size: 14px;
	color: #666;
	display: none;
	line-height: 30px;
}
.list_ms{
	margin-top: 15px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}
.list_more{
	display: block;
	float: right;
	text-decoration: underline;
}
.news_ul li:hover .list_news .date{
	background: url(../images/date2.png) no-repeat center;
}
.news_ul li:hover{
	border-bottom: 1px solid #eca227;
}
.main_right .list_news:hover .list_right h3{
	color: #eca227;
}
.news_ul:hover .list_news a{
	color: #000000;
} 
.list_news,.list_news .list_date,.list_news .list_right h4 a,.list_news .list_ms,.list_news .list_more,.list_right h5{
	transition: all 0.3s;
}
.list_news:hover .list_date,.list_news:hover .list_right h4 a,.list_news:hover .list_ms,.list_news:hover .list_more{
	color: #eca227;
}
@media only screen and (max-width:767px ) {
	.list_date{
		display: none;
	}
	.list_right{
		float: none;
		width: 100%;
	}
	.list_ms{
		margin-top: 5px;
	}
	.list_right h5{
		display: block;
	}
}



@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 8px;
	color: #969696;
	margin:0px 3.0px;
}
.page_box span.current{
	color:#fff;
	background:#eca227;
	border: 1px solid #eca227;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}



.left-swiper{
	display: none;
}
.left-swiper .swiper-slide{
	text-align: center;
}
.left-swiper .swiper-slide.left-swiperAct a{
	background: #eca227;
	color: #fff;
	display: block;
}
/* .left-swiper .swiper-slide.swiper-slide-active a{

	background: #eca227;
	color: #fff;
	display: block;
} */
@media(max-width:991px){
	.left-swiper{
		display: block;
	}
	.left-swiperlist{
		display: none;
	}
}


