/* 滚动槽 */

/*body::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}*/
/*body::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #EF8200;
}

body::-webkit-scrollbar-thumb:window-inactive {
	background: #EF8200;
}*/
em {
	font-style: normal;
}



body {
	overflow-x: hidden;
}

img {
	vertical-align: bottom;
}

.slick-arrowimg {
	max-width: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	display: block;
	opacity: 0;
	width: 55px !important;
	height: 55px !important;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	border: none;
	outline: none;
}

.banner:hover .slick-arrow {
	opacity: 1;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	text-align: center;
}

.slick-dots li {
	cursor: pointer;
	margin: 0 5px;
	width: 30px;
	height: 5px;
	background: #ddd;
	display: inline-block;
}

.slick-dots button {
	border: none;
	background: none;
	outline: none;
}

.slick-dots li.slick-active {
	background: #EF8200;
}

.slick-arrow i {
	display: block;
	height: 100%;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.slick-slide {
	position: relative;
}

.slick-slide img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 45px;
	text-transform: uppercase;
	color: #E6E6E6;
}

.title h3 {
	font-size: 30px;
	color: #555;
	margin-top: -10px;
}

.title h4 {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 1px;
}

.title h4:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 50px;
	background: #EF8200;
}

.dropnav .navimg h2 {
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
	line-height: 1;
	margin-bottom: 15px;
}

.dropnav .navimg p {
	line-height: 20px;
	color: #999;
	font-size: 13px;
	text-align: left;
}

.insec2 .title h3 {
	color: #fff;
}

.language a {
	display: inline-block;
	padding-right: 28px;
	width: 90px;
}

.language i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/language.png);
}

.bantxt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 4;
	left: 0;
	right: 0;
}

.bantxt h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	letter-spacing: 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.6s;
	line-height: 1.2;
	max-width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bannercover {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
}

.bantxt p {
	display: inline-block;
	width: 800px;
	color: #fff;
	font-size: 17px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.6s;
}

.slick-active h2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.6s;
}

.slick-active p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.9s;
}

.section {
	padding: 60px 0;
}

.title1 {
	text-align: center;
}

.title1 h2 {
	margin-bottom: 10px;
	font-size: 35px;
}

.title1 p {
	display: inline-block;
	font-size: 16px;
	width: 770px;
}

.insec1 {
	background: #f2f3f5;
}

.numbox {
	padding: 50px 0 30px 0;
	height: auto;
	overflow: hidden;
}

.numbox li {
	box-sizing: border-box;
	padding: 0 25px;
	float: left;
	width: 25%;
	text-align: center;
}

.numbox h1 {
	line-height: 1;
	margin-bottom: 20px;
	color: #EF8200;
	font-size: 20px;
}

.numbox h1 span {
	font-size: 42px;
}

.numbox h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.insec2 {
	background: url(../images/inbg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.inabout {
	margin: 70px 0 50px 0;
	height: auto;
	overflow: hidden;
}

.inabout .about_l {
	text-align: center;
	float: left;
	box-sizing: border-box;
	background: #fff;
	padding: 70px 60px;
	width: 380px;
	height: 460px;
}

.about_l h1 {
	text-align: center;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 2px solid #EF8200;
	transition: all .3s linear;
}

.about_l h1 img {
	margin-top: 14px;
	width: 35px;
}

.about_l h2 {
	font-weight: normal;
	margin: 20px 0 15px 0;
}

.about_l a {
	margin-top: 30px;
	display: inline-block;
	height: 35px;
	width: 140px;
	position: relative;
	background: #EF8200;
	color: #fff;
	line-height: 35px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 35px;
}

.about_l a span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s linear;
}

.about_l a:hover span {
	right: 15px;
}

.about_l h1:hover {
	transform: rotateY(180deg);
}

.about_r {
	margin-left: 450px;
}

.about_l p {
	margin: 10px 0;
}

.ritem_1 {
	position: relative;
	float: left;
	width: 48%;
	height: 200px;
	background: #EF8200;
	box-sizing: border-box;
	text-align: center;
}

.ritem_1:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px;
	top: 25px;
	right: 25px;
	left: 25px;
	bottom: 25px;
	border: 1px solid #fff;
}

.ritem_2 {
	float: right;
	width: 48%;
	height: 200px;
	background: url(../images/inabout.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ritem_1 h2 {
	color: #fff;
	font-size: 50px;
}

.ritem_1 h2 span {
	font-size: 30px;
	font-weight: normal;
}

.ritem_1 div {
	padding: 30px;
}

.ritem_1 {
	color: #fff;
	font-size: 15px;
}

.about_r2 {
	padding-top: 30px;
}

.about_r1 {
	height: auto;
	overflow: hidden;
}

.ritem_3 {
	color: #444;
	display: block;
	float: left;
	width: 48%;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	height: 230px;
	box-sizing: border-box;
	padding: 30px;
}

.ritem_4 {
	color: #444;
	display: block;
	float: right;
	width: 48%;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	height: 230px;
	box-sizing: border-box;
	padding: 30px;
}

.about_r2 h2 {
	font-weight: normal;
	font-size: 22px;
}

.about_r2 p {
	font-size: 15px;
}

.about_r2 h1 {
	margin-top: 17px;
	margin-bottom: 10px;
}

.insec3 {
	box-sizing: border-box;
	margin: 60px 0;
	height: 760px;
	position: relative;
}
.probgbox {
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bgl {
	width: 55%;
	height: 100%;
	float: left;
	background: url(../images/inbg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}

.bgr {
	width: 45%;
	height: 100%;
	float: left;
	background: #EF8200;
}

.insec3 .wp {
	position: relative;
	height: 500px;
	z-index: 3;
}

.protitle h2 {
	text-align: right;
	font-size: 35px;
	margin-bottom: 8px;
	color: #fff;
}

.protitle p {
	font-size: 18px;
	text-align: right;
	color: #fff;
}

.pro-slider .item {
	margin: 0 20px;
}
.pro-slider .item .imgbox{
	height: 310px;
	text-align: center;
}
.pro-slider .item  img{
	height: 100%;
}
.probox {
	box-sizing: border-box;
	padding: 50px 40px;
	background: #fff;
	width: 80%;
	float: right;
	margin-top: 50px;
	box-shadow: 0 30px 50px rgba(0, 0, 0, .15);
}

.pro-slider .item a {
	color: #444;
}

.pro-slider .item p {
	font-weight: 400;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.pro-slider .slick-arrow {
	opacity: 1;
	background: none;
}

.pro-slider .slick-arrow i {
	color: #444;
}

.pro-slider .slick-next {
	right: -50px;
}

.pro-slider .slick-prev {
	left: -50px;
}

.pro-slider .slick-arrow i:hover {
	color: #EF8200;
}

.insec4 {
	padding-top: 0;
}

.inew_l_t {
	padding: 40px 35px;
	box-sizing: border-box;
	background: #EF8200;
}

.inew {
	margin-top: 60px;
	height: auto;
	overflow: hidden;
}

.inew_l {
	float: left;
	width: 48%;
}

.inew_l h4 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.inew_l h2 {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inew_l p {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	height: 50px;
	overflow: hidden;
}

.inew_l_b {
	overflow: hidden;
	height: 295px;
}

.inew_l_b div {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}

.inew_l_b:hover div {
	transform: scale(1.1);
}

.inew_r a {
	color: #444;
	display: block;
}

.inew_r a h2 {
	margin-bottom: 8px;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inew_r {
	width: 48%;
	float: right;
}

.inew_r li {
	padding: 20px 20px;
	border-bottom: 1px dashed #ededed;
	background: #f8f8f8;
}

.inew_r a h4 {
	font-size: 14px;
	font-weight: normal;
}

.inew_r a p {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	height: 50px;
	overflow: hidden;
}

.inew_r li:hover h2 {
	color: #EF8200;
}

.footer {
	background: url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
}

.footer dl {
	float: left;
	width: 25%;
}

.footer dl dt {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
}

.foot_t {
	height: auto;
	overflow: hidden;
}

.footer dl dt:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 25px;
	height: 1px;
	background: #999ba0;
}

.footer dl a {
	color: #444;
}

.footer dl dd {
	font-size: 15px;
	color: #7c7b7b;
	line-height: 20px;
	margin-bottom: 10px;
}

.foot_r {
	text-align: right;
	float: right;
	width: 200px;
}

.foot_l {
	margin-right: 250px;
}

.ewmbox {
	margin-top: 30px;
}

.ewm {
	text-align: center;
	float: right;
	margin-left: 20px;
}

.ewm p {
	margin-top: 5px;
}

.foot_b {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.foot_b .left {
	float: left;
}

.foot_b .right {
	float: right;
}

.foot_b a {
	color: #444;
}

.footer {
	padding-top: 60px;
	padding-bottom: 15px;
}

.banner {
	margin-top: 75px;
}

.secbanner {
	position: relative;
	margin-top: 75px;
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bcover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
}

.secbanner .wp {
	position: relative;
	z-index: 2;
	height: 100%;
}

.cat_box {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 3;
}

.cat_box h2 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 1;
}

.posi {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.posi a {
	color: #fff;
}

.bnav {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
}

.bnav a {
	position: relative;
	color: #444;
	display: inline-block;
	padding: 0 20px;
}

.bnav a.active {
	color: #fff;
	background: #EF8200;
}

.bnav a:hover {
	color: #fff;
	background: #EF8200;
}

.bnav a:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	border-right: 1px solid #999;
	height: 10px;
	width: 20px;
}

.bnav a.active:after {
	display: none;
}

.bnav a:hover:after {
	display: none;
}

.about_s1 {
	background: url(../images/about_bg1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: cneter center !important;
}

.about_s1 .wp {
	height: auto;
	overflow: hidden;
	position: relative;
}

.about_s1 .title1 h2 {
	font-size: 60px;
	text-transform: uppercase;
	color: #eaebec;
}

.about_s1 .title1 h3 {
	font-size: 30px;
	font-weight: normal;
	color: #EF8200;
	margin-top: -70px;
}

.about_s1 .title1 h4 {
	background: #86AD3B;
	display: inline-block;
	width: 50px;
	height: 4px;
}

.about_s1 h5 {
	line-height: 1;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 25px;
}

.company_l p {
	font-size: 15px;
	margin-bottom: 8px;
}

.about_s1 h2 {
	text-align: left;
}

.about_s1 h3 {
	text-align: left;
}

.about_s1 h5 {
	text-align: left;
}

.company_r {
	padding-top: 50px;
	float: right;
	width: 400px;
}

.company_r img {
	width: 100%;
}

.company_l {
	margin-right: 470px;
	box-sizing: border-box;
}

.comp_box {
	margin-top: 30px;
}

.about_s2 {
	background: url(../images/aboutbg_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cul_l {
	float: left;
	width: 300px;
	height: 420px;
	overflow: hidden;
	background-size: cover !important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

.cul_box {
	height: auto;
	overflow: hidden;
}

.cul_r {
	margin-left: 300px;
	height: 420px;
}

.cul_nav {
	float: right;
	width: 300px;
	height: 100%;
	background: #eaeaea;
}

.cul_nav li {
	cursor: pointer;
	height: 25%;
	border-bottom: 1px solid #fff;
}

.cul_main {
	margin-right: 330px;
	height: 100%;
	background: #fff;
}

.cul_item {
	box-sizing: border-box;
	padding: 40px 60px;
}

.cul_item h2 {
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 28px;
}

.cul_item h2 img {
	height: 50px;
	vertical-align: -2px;
	margin-right: 20px;
}

.cul_item p {
	font-size: 15px;
}

.cul_nav li {
	position: relative;
	text-align: center;
	line-height: 106px;
	font-size: 20px;
}

.cul_nav li.active {
	background: #EF8200;
	color: #fff;
}

.about_s2 {
	padding: 80px 0;
}

.cul_nav li:after {
	display: none;
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #EF8200;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}

.cul_nav li.active:after {
	display: block;
}

.cul_main .cul_item {
	display: none;
}

.title2 h2 {}

.title2 {
	text-align: center;
}

.title2 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.title2 p {
	color: #fff;
	font-size: 15px;
}


.about_s3 .wp {
	height: 100%;
	position: relative;
}


.newlist {
	height: auto;
	overflow: hidden;
}

.newlist li {
	padding: 30px 40px;
	border-bottom: 1px solid #eee;
	transition: all .3s ease;
}

.date {
	text-align: center;
	box-sizing: border-box;
	padding: 25px 10px 10px 10px;
	background: #42668f;
	width: 90px;
	height: 90px;
	float: left;
}

.date p {
	margin-bottom: 7px;
	font-size: 15px;
	color: #fff;
	line-height: 1;
}

.list_r {
	padding-left: 20px;
	margin-left: 140px;
	position: relative;
}

.list_r:before {
	content: '';
	display: block;
	position: absolute;
	height: 90px;
	width: 1px;
	background: #eee;
	top: 0;
	left: -25px;
}

.newlist li a {
	color: #444;
}

.list_con {
	margin-right: 340px;
}

.list_con h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.list_con h3 {
	font-weight: normal;
	color: #c9c9c9;
	font-size: 13px;
	margin: 5px 0;
}

.list_con p {
	display: block;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.list_con h3 i {
	margin-right: 5px;
	vertical-align: -3px;
	font-size: 20px;
}

.new_more {
	position: relative;
	margin-top: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0 20px;
	border-left: 1px solid #EF8200;
	border-right: 1px solid #EF8200;
}

.new_more span {
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #EF8200;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: right .3s ease;
}

.newlist li .new_more:hover {
	background: #EF8200;
	color: #fff;
}

.newlist li .new_more:hover span {
	right: 20px;
	border-left: 5px solid #fff;
}

.newlist li:hover {
	background: #f6f9fc;
}

.newlist li:hover .date {
	background: #EF8200;
}

.list_img {
	overflow: hidden;
	width: 270px;
	height: 150px;
	float: right;
}

.list_img div {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}

.newlist li:hover .list_img div {
	transform: scale(1.1);
}

.pagebox {
	height: 58px;
	margin-top: 80px;
}

.pagel {
	background: #f0f2f8;
	float: left;
}

.pagespan a {
	width: 100%;
}

.pager {
	background: #f0f2f8;
	float: right;
	height: 58px;
}

.pagespan {
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 58px;
	line-height: 58px;
	font-size: 15px;
	text-align: center;
	float: left;
}

.pagebox a.active {
	color: #fff;
	background: #EF8200;
}

.pagebox a:hover {
	color: #fff;
	background: #EF8200;
}

.pagespan:hover {
	color: #fff;
	background: #EF8200;
}

.pagespan a {
	color: #444;
	display: block;
	width: 100%;
	height: 100%;
}

.pagespan a:hover {
	color: #fff;
}

.pagenum a {
	color: #444;
	display: inline-block;
	width: 75px;
	height: 58px;
	text-align: center;
	line-height: 58px;
}

.phdate {
	margin-left: 10px;
}

.newsL {
	background: #fff;
	float: left;
	width: 68%;
	padding: 60px 55px;
	box-sizing: border-box;
}

.newsL h2 {
	font-size: 23px;
	margin-bottom: 25px;
}

.newsbox {
	height: auto;
	overflow: hidden;
	color: #444;
}

.newsL h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 55px;
}

.newsL h3 span {
	margin-right: 20px;
}

.newsL h3 span i {
	margin-right: 5px;
	font-size: 20px;
	vertical-align: -2px;
}

.newscont {
	margin-top: 50px;
}

.newsR {
	float: right;
	width: 28%;
}

.pagenav {
	font-size: 16px;
	background: #fff;
	padding: 30px 20px;
	display: block;
	margin-bottom: 15px;
}

.pagenav h2 {
	margin-bottom: 11px;
	font-size: 18px;
}

.pagenav a {
	color: #444;
	padding: 0;
	background: transparent;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.newshare {
	background: #fff;
	padding: 30px 20px;
	display: block;
}

.newshare h2 {
	margin-bottom: 11px;
	font-size: 18px;
}

.newshare> a {
	text-align: center;
	color: #fff;
	background: #EF8200;
	padding: 0;
	display: block;
	line-height: 45px;
	font-size: 16px;
	margin-top: 15px;
}
.pagenav:hover{
	background: #EF8200;
}
.pagenav:hover h2{
	color: #fff;
}
.pagenav:hover a{
	color: #fff;
}
.pagenav:hover {
	color: #fff;
}
.banner .ban-slider .slick-list .slick-track .item{
	overflow: hidden;
}
.baitem{
	transform: scale(1);
	transition:all 8s linear;
	height: 100%;
	width: 100%;
	background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
	background-position-y: 0px !important;
}
.baitem1{
	background: url(../images/banner1.jpg);
}
.baitem2{
	background: url(../images/banner2.jpg);
}
.baitem3{
	background: url(../images/banner3.jpg);
}
.slick-active .baitem{
	transform: scale(1);
}
.contact {
  padding: 100px 0 0 0;
}
.cont_left {
    width: 40%;
    float: left;
    position: relative;
    z-index: 10;
}
.left_box {
    z-index: 2;
    padding: 65px 50px 65px 50px;
    border-bottom: 5px solid #EF8200;
    box-shadow: 0px 2px 11px rgba(0,0,0,.16);
    background: #fff;
}
.left_box{
	z-index: 2;
	padding: 65px 50px 65px 50px;
    border-bottom: 5px solid #EF8200;
    box-shadow: 0px 2px 11px rgba(0,0,0,.16);
    background: #fff;
}
.map{
	height: 600px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.left_box h4{
	font-size: 17px;
    margin-bottom: 45px;
    font-weight: normal;
}
.left_box input{
	width: 100%;
	height:55px;
	line-height: 55px;
	color: #999;
	font-size: 14px;
	border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}
.left_box textarea{
	resize: none;
	padding-top: 10px;
	width: 100%;
	height:120px;
	color: #999;
	font-size: 14px;
	border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}
.left_box input::-webkit-input-placeholder{
    color:#999;
    font-size: 14px;
    
 }
.left_box textarea::-webkit-input-placeholder{
    color:#999;
    font-size: 14px;
    
 }
 .left_box button{
 	font-size: 15px;
 	outline: none;
 	display: block;
 	width: 175px;
 	height: 55px;
 	text-align: center;
 	line-height: 55px;
 	color: #fff;
 	background: #EF8200;
 	padding: 0;
 	outline: none;
 	border: none;
 	cursor: pointer;
 	margin-top: 20px;
 }
.mmap img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.joinsec1{
	padding: 100px 0;
	background: url(../images/joinbg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.yq{
	padding-top: 80px;
	height: auto;
	overflow: hidden;
}
.yq li{
	float: left;
	width: 25%;
	text-align: center
}
.yq li div{
	padding: 0 3%;
}
.yq li h3{
	font-weight: bolder;
	font-size: 55px;
	color:#EF8200 ;
	margin-bottom: 25px
}
.yq li  p{
	font-size: 16px;
}
.joinsec2{
	padding: 100px 0;
	background: url(../images/joinbg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.joinsec2 .gtit h2{
	color: #fff;
}
.joinbox{
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.joinbox .joinl{
	float: left;
	padding: 120px 55px;
	background: #fff;
	width: 48%;
	font-size: 17px;
}
.joinbox .joinl span{
	font-size: 22px;
	color:#EF8200 ;
}
.joinbox .joinl p{
	margin-bottom: 70px;
}
.joinr{
	float: right;
	width: 45%;
}
.joinr ul{
	padding-top: 55px;
	height: auto;
}
.joinr ul li{ 
	    color:#fff;
	    font-size: 25px;
	    height:55px;
	    padding-left: 45px;
}
.joinr ul li:nth-child(1){
	background: url(../images/join1.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(2){
	background: url(../images/join2.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(3){
	background: url(../images/join3.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(4){
	background: url(../images/join4.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(5){
	background: url(../images/join5.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(6){
	background: url(../images/join6.png) no-repeat scroll left center;
}
.joinr ul li:nth-child(7){
	background: url(../images/join7.png) no-repeat scroll left center;
}
.joinsec3{
	padding: 100px 0;
	background: url(../images/joinbg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.joinsec3 .gtit p{
	font-size: 20px;
}
.joinsec3 .gtit p span{
	font-size: 30px;
	color:#EF8200;
}
.online{
	background: #fff;
    border-top: 4px solid #EF8200;
    height: 550px;
    padding: 55px 45px;
}
.onlinel .ctit h2{
	font-size: 60px;
}
.onlinel{
	float: left;
	width: 40%;
}
.onlinel .ctit {
	margin-bottom: 80px;
}
.onlinel p{
	font-size: 16px;
	margin-bottom: 100px;
}
.onlinel h1{
	font-size: 20px;
}
.onlinel h1 span{
	font-weight: bold;
	color: #EF8200;
	font-size: 28px;
}
.onliner{
	padding-top: 15px;
	width: 50%;
	float: right;
}
.input{
	margin-bottom: 8px;
}
.input label{
	font-size: 14px;
}
.input label span{
	color:red;
}
.input input{
	display: block;
	line-height: 50px;
	height: 50px;
	color: #999;
	border: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.input input::-webkit-input-placeholder{
    color:#ccc;
    font-size: 14px; 
 }
 .onliner button{
 	margin-top: 40px;
 	width: 100% ;
    height: 50px ;
    text-align: center ;
    color: #fff ;
    font-size: 18px ;
    line-height: 50px;
    border: none ;
    outline: none ;
    background: #EF8200 ;
    cursor: pointer ;
 }
.mbnav a.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 36%;
    height: 1px;
    margin-left: -18%;
    background: #EF8200;
}
.ctit h2 {
	  padding: 50px 0 40px 0;
    letter-spacing: 3px;
    font-size: 35px;
    color: #ddd;
    opacity: 0.8;
    font-weight: bolder;
    line-height: 1;
}
.ctit h3 {
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
    font-size: 30px;
    color: #EF8200;
    font-weight: 400;
}
.cont_right {
    padding-top: 75px;
    width: 47%;
    float: right;
    padding-bottom: 55px;
}
.map {
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}
.contact .wp{
	height: auto;
}
.cont_right h5 {
	font-weight: normal;
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 55px;
}
.cont_right li {
    padding-left: 45px;
    margin-bottom: 30px;
    font-size: 16px;
}
.cont_right li:nth-child(1) {
    background: url(../images/cicon1.png) no-repeat scroll left center;
}
.cont_right li:nth-child(2) {
    background: url(../images/cicon2.png) no-repeat scroll left center;
}
.cont_right li:nth-child(3) {
    background: url(../images/cicon3.png) no-repeat scroll left center;
}
.cont_right li:nth-child(4) {
    background: url(../images/cicon4.png) no-repeat scroll left center;
}
.cont_right li:nth-child(5) {
    background: url(../images/cicon5.png) no-repeat scroll left center;
}
.mmap{
	display: none;
}
.dl_l dd{
	padding-left: 30px;
}
.dl_l dd:nth-child(1){
	background: url(../images/cicon1.png) no-repeat scroll left center;
}
.secbanner1{
	height: auto;
	padding: 170px 0 120px 0;
}
._list{
	height: auto;
	height: 390px;
}
._list li{
	float: left;
	width: 33.33%;
}
.rcbox{
	height: 450px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	background: #eff6f9;
	border-radius: 7px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 95px 50px 65px 50px;
}
.rcbox h2{
	line-height: 1;
	font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  transition: all .2s;
}
.rcbox h3{
	font-weight: normal;
	line-height: 1;
	transition: all .2s;
}
.rcbox span{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #EF8200;
	transition: all .2s;
}
.rcbox p{
	margin-top: 30px;
	transition: all .2s;
}
.rcbox i{
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	margin-bottom: 35px;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 4px solid #EF8200;
	background-color: #fff;
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s ease 0s;
}
.rcbox i.i1{
	background-image: url(../images/rc1.png);
}
.rcbox i.i2{
	background-image: url(../images/rc2.png);
	background-size: 50px;
}
.rcbox i.i3{
	background-image: url(../images/rc3.png);
}
.rcbox:hover i{
	transform: rotateY(180deg);
}
.rcbox:hover i{
	background-color: #EF8200;
}
.rcbox:hover i.i1{
	background-image: url(../images/rc11.png);
}
.rcbox:hover i.i2{
	background-image: url(../images/rc22.png);
	background-size: 50px;
}
.rcbox:hover i.i3{
	background-image: url(../images/rc33.png);
}
.rcbox:hover{
	background: #EF8200;
}
.rcbox:hover h2{
	color: #fff;
}
.rcbox:hover p{
	color: #fff;
}
.rcbox:hover h3{
	color: #fff;
}
.rcbox:hover span{
	background-color: #fff;
}
.works1{
	text-align: center;
	padding: 60px 0;
	background: #EF8200;
}
.works1 p{
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 20px;
}
.ctit1{
	text-align: center;
}
.ctit1 h2{
	font-size: 47px;
}
.works2 ul{
	padding: 50px 0 0 0;
	height: auto;
	overflow: hidden;
}
.works2{
	padding: 40px 0 70px 0;
}
.works2 ul li{
	overflow: hidden;
	cursor: pointer;
	position: relative;
	height: 300px;
	float: left;
	width: 48%;
	margin-right: 4%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.works2 ul li:first-child{
	background: url(../images/rctx.jpg);
}
.works2 ul li:last-child{
	margin-right: 0;
	background: url(../images/_banner6.jpg);
}
.zc1{
	position: absolute;
	z-index: 1;
	left:40px;
	right:40px;
	bottom:35px;
	transition: all .2s ease 0s;
}
.zc1 span{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-left: 15px;
}
.jobox{ 
	box-sizing: border-box;
	padding: 30px 35px;
	position: absolute;
	left:0;
	top:100%;
	width: 100%;
	height: 100%;
	background: rgba(239,130,0,.8);
	transition: all .5s ease 0s;
}
.jobox span{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-left: 15px;
}
.jobox p{
	margin-top: 10px;
	color: #fff;
	margin-left: 47px
}
.works2 ul li>div{
	height: 100%;
	position: relative;
}
.works2 ul li>div:hover .jobox{
	top:0;
}
.works2 ul li>div:hover .zc1{
	opacity: 0;
}
.job_title {
    background: #EF8200;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.job_title ._item:first-child {
    width: 32%;
}
.job_title ._item {
    text-align: center;
    float: left;
    width: 17%;
}
.jobt {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.jobt ._item:first-child {
    width: 32%;
}
.jobt ._item {
    text-align: center;
    float: left;
    width: 17%;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    background: #ddd;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jobcon {
    background: #f9f9f9;
    padding: 50px 50px 50px;
    font-size: 12px;
    color: #756e6e;
    line-height: 26px;
    display: none;
}
.jobcon h5 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}
.jobt ._item:last-child i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: all .3s;
}
.joblist li.on ._item i {
    transform: rotate(180deg);
}
.jobcon  p{
	font-size: 14px;
}
.tech_l{
	position: relative;
	margin-right: 760px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 310px;
}
.tech_l img{
	position: absolute;
	bottom:-50px;
	right:0px;
	width: 700px;
}
.about_s3{
	padding-top: 150px;
}


.about_s4 img{
	width: 700px;
	margin-top: -120px;
	float: right;
}

.about_s2{
	padding-bottom: 120px;
}

.about_s3 .tech {
  float: right;
	background: #EF8200;
	padding: 55px 45px 55px 45px;
	width: 560px;
}
.about_s3 .tech h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}
.about_s3 .tech p{
	color: #fff;
	font-size: 16px;
}
.about_s3{
	position: relative;
}
.about_s3 img{
	float: left;
	width: 40%;
	margin-top: -240px;
	margin-left: 3%;
}

.about_s3 {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
}
.about_s4{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background: url(../images/aboutbg1.jpg);
}
.comp_box{
	margin: 45px 0 30px 0;
	height: auto;
	overflow: hidden;
}
.comp_l{
	float: left;
	width: 48%;
	height: 530px;
	position: relative;
	overflow: hidden;
}
.comp_l div{
	cursor: pointer;
	width: 100%;
	height:100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: cubic-bezier(0, -.01, .51, 1.35) 4s;
}
.comp_l:hover div{
	transform: scale(1.1);
}
.comp_r{
	box-sizing: border-box;
	width: 52%;
	float: left;
	height: 530px;
	border: 10px solid #f3f3f3;
	border-left: none;
}
.comp_r h2{
	padding: 50px 30px 0 50px;
	line-height: 1;
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 25px;
  color:#EF8200 ;
}
.comp_scroll{
	height: 360px;
	margin-left: 50px;
	margin-right: 30px;
	overflow-y: auto;
}
.comp_scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.comp_scroll::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

.comp_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #EF8200;
}

.comp_scroll::-webkit-scrollbar-thumb:window-inactive {
	background: #EF8200;
}
.about_s5{
	background: url(../images/tecl.jpg);
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 230px;
}
.about_s5 .wp{
	position: relative;
	height: 100%;
}
.about_s5 .techbox{
	bottom: -200px;
	width: 100%;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 30px 50px rgba(0,0,0,.2);
}
.about_s5 .techbox .ctit{
	text-align: left;
}
.tech1{
	position: relative;
	padding: 40px 70px 70px 70px;
}
.techtxt{
	margin-right: 600px;
}
.tech1 img{
	position: absolute;
	right: 20px;
	bottom:30px;
	width: 600px;
}
.tech1 p{
	font-size: 15px;
}
.tech2{
	position: relative;
	height: 100px;
	line-height: 120px;
	background: #EF8200;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.tech2:before{
	content: "";
  width: 64px;
  height: 34px;
  background: url(../images/sj1.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
}
.equibox{
	height: auto;
	overflow: hidden;
}
.equibox li{
	float: left;
	width: 31.33%;
	margin-left: 3%;
	margin-bottom: 30px;
	cursor: pointer;
	overflow: hidden;
}
.equibox li:nth-child(3N+1){
	margin-left: 0;
}
.equibox li ._mask{
	z-index: 2;
	left:0;
	top:100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(239,130,0,.3);
	transition: all .5s ease 0s;
}
.equibox li img{
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all .8s ease 0s;
}

.eqimg{
	overflow: hidden;
	position: relative;
}
.eqimg i{
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #EF8200;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	opacity: 0;
	transition: all .8s ease 0s;
}
.equibox li a:hover img{
	transform: scale(1.1);
}
.equibox li a:hover i{
	opacity: 1;
}
.equibox li a:hover ._mask{
	top:0;
}
.works2 ul li{
	height: 380px;
}
.proboxul li{
	float: left;
	width: 31.33%;
	margin-left: 3%;
	margin-top: 30px;
	cursor: pointer;
	overflow: hidden;
}
.proboxul li:nth-child(3N+1){
	margin-left: 0;
}
.proboxul li .protxt{
	background: #f8f7f7;
	padding: 8%;
	height: auto;
	height: 240px;
	overflow: hidden;
}
.works1 h2{
		font-size: 32px;
		color: #fff;
	}
.proboxul {
	height: auto;
	overflow: hidden;
}
.proimg{
	position: relative;
	overflow: hidden;
}

.proboxul li:hover img{
	transform: scale(1.1);
}
.proboxul li .mask{
	z-index: 2;
	left:0;
	top:100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.3);
	transition: all .5s ease 0s;
}
.proboxul li .mask:before{
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  display: inline-block;
}
.proboxul li .mask:after{
	content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 1px;
  height: 60px;
  margin-top: -30px;
  display: inline-block;
}
.proboxul li h2{
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
}

.proboxul li:hover .mask{
	top:0;
}
.proboxul li h3{
	font-weight: normal;
	font-size: 14px;
	margin-bottom:12px;
	line-height: 1;
}
.proboxul li h4{
	line-height: 1;
	font-weight: normal;
	font-size: 14px;
	height:40px !important;
	margin-bottom: 15px;
}
.proboxul li dl{
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	width: 49%;
  border-left: 1px solid #c2c1c2;
  float: left;
  padding-left: 4%;
}
.proboxul li .more{
	float: left;
	margin-top: 20px;
	width: 130px;
	line-height: 40px;
  color: #333;
  text-align: center;
  height: 40px;
  border: 1px solid #c6c6c6;
  background: #fff;
}
.proboxul li dd{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.proboxul li .link{
	float: right;
	margin-top: 20px;
	width: 130px;
	line-height: 40px;
  color: #333;
  text-align: center;
  height: 40px;
  border: 1px solid #c6c6c6;
  background: #fff;
}
.proboxul li .dlbox{
	height: auto;
	overflow: hidden;
}
.proboxul li:hover .protxt{
	background: #EF8200;
}
.proboxul li:hover h2{
	color: #fff;
}
.proboxul li:hover h3{
	color: #fff;
}
.proboxul li:hover h4{
	color: #fff;
}
.proboxul li:hover dd{
	color: #fff;
}
.proboxul li:hover dl{
	border-left: 1px solid #fff;
}
.proboxul li:hover .more{
	background: transparent;
	border: 1px solid #fff;
	color:#fff;
}
.proboxul li:hover .link{
	background: transparent;
	border: 1px solid #fff;
	color:#fff;
}
.proboxul li a{
	color: #333;
	transition: all 0s ease;
}
.proboxul li:hover a{
	color: #fff;
}
.proboxul{
	padding: 50px 0 0px 0;
}
.equi .pagebox{
	margin-bottom: 20px;
}
.probox1{
	height: auto;
	overflow: hidden;
}
.probox1 .pro_l{
	float: left;
	width: 47%;
}
.probox1 .pro_r{
	box-sizing: border-box;
	float: right;
	width: 48%;
}
.proshow{
  overflow: hidden;
  text-align: center;
}
.proshow .show_item {
	border:1px solid #eee;
  overflow: hidden;
  text-align: center;
}
.proshow img{
	height: 400px;
}
.proslider .item{
	margin: 0 10px;
}
.proslider{
	padding: 0 30px;
	margin-top: 15px;
}
.proslider .item{
	cursor: pointer;
	border: 1px solid #eee;
	height: 100px;
}
.proslider .item.active{
	border: 1px solid #EF8200;
}
.proslider .item img{
	width: 100%;
	height: 100%;
}
.proslider .slick-prev {
    left: 0;
}
.proslider .slick-next {
    right:0px;
}
.proslider .slick-arrow {
	background: #ccc !important;
	padding: 0 !important;
	text-align: center;
  opacity: 1;
  background: none;
  width: 25px !important;
  height: 100px !important;
  top:0;
  transform: translateY(0);
  line-height: 100px;
}
.proslider .slick-arrow i{
	color:#fff;
	line-height: 100px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pro_r h2{
	font-weight: normal;
	font-size: 27px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 35px;
}
.proul li{
	height: auto;
	overflow: hidden;
	font-size: 15px;
	margin-bottom: 15px;
}
.proul li span.span1{
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
}
.proul li span.span2{
	line-height: 22px;
	display: block;
	font-style: normal;
	margin-left: 85px;
}
.proul li span.tel{
	font-size: 25px;
	color: red;
	margin-top: -10px;
}
.prodetail{
	margin-top: 80px;
}
.pro_r{
	position: relative;
	height: 520px;
}
.dgtel{
	position: absolute;
	left:0;
	bottom:0;
	right:0;
	padding: 15px 25px 25px 25px;
	background: #eee;
}
.dgtel a{
	display: block;
	text-align: center;
	width: 125px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #EF8200;
	margin-top: 10px;
}
.dgtel .span1{
	font-size: 20px;
	font-weight: bold;
}
.dgtel .span2{
	margin-left: 8px;
	font-size: 25px;
	color: red;
	margin-top: -10px;
}
.dgtel a:hover{
	background: rgba(239,130,0,.7);
}
.prodetail .tit{
	display: block;
	border-bottom: 1px solid #EF8200;
}
.prodetail .tit span{
	display: block;
	width: 150px;
	height: 45px;
	background: #EF8200;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
.proboxul li h3,.proboxul li h4{
	display: blocSk;
	height: auto;
	overflow: hidden;
}
.proboxul li span.span1{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.proboxul li span.span2{
	display: block;
}
.proboxul li h4 span.span2 {
	float: none;
	line-height: 22px;
	margin-top: -3px;
}
.proboxul li h3 span.span2 {
	float: none;
	line-height: 22px;
	margin-top: -3px;
	display: block;
	
}
.proboxul li .proimg{
	background: #eee;
	height: 350px;
	text-align: center;
}
.proboxul li .proimg img{
	width: auto;
	height: 100%;
	position: relative;
	z-index: 1;
	transition: all .8s ease 0s;
}
.m_language a{
 margin-right: 10px;
 color: #EF8200 !important;
}
.m_language{
	padding: 0 20px;
}
.menuMoblie{
	padding-bottom: 20px !important;
}
.banner{
	position: relative;
	z-index: 1;
}
.right_bar{
	display: none;
	position: fixed;
	top:50%;
	right:0;
	transform: translateY(-50%);
	z-index: 20;
}
.right_bar li{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}
.right_bar li i{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: center;
	position: relative;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	background: #60676e;
}
.right_bar .right_show{
	position: absolute;
	top:0;
	right:-100%;
	opacity: 0;
	z-index: 20;
	line-height: 50px;
	color:#fff;
	font-size: 16px;
	width: 210px;
	height: 50px;
	background: #EF8200;
	transition:all .3s ease-in-out;
}
.right_bar li.active .right_show{
	opacity: 1;
	right:0;
}
.right_bar li span{
	text-align: center;
	margin-right: 0px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
}
.right_bar .right_show em{
	display: inline-block;
	font-style: normal;
	font-size: 17px;
	vertical-align: 5px;
}
.right_bar li:nth-child(3)  .right_show{
	width: 300px;
}
.right_bar li .ewmshow{
	opacity: 0;
	transform: scale(0);
	position: absolute;
	width: 110px;
	height: 110px;
	right:50px;
	top:-30px;
	z-index: 10;
	transition: all .45s ease-in-out;
}
.right_bar li .ewmshow img{
	width: 100%;
}
.right_bar li.active .ewmshow{
	opacity: 1;
	transform: scale(1);
}
.bnav .wp::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
.bnav .wp::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

.bnav .wp::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #EF8200;
}

.bnav .wp::-webkit-scrollbar-thumb:window-inactive {
	background: #EF8200;
}
.ctit h2{
	position: relative;
	color: #EF8200;
	font-size: 35px !important;
	text-transform: capitalize !important;
}
.ctit h2::before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #ddd;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	top:20px;
}
.ctit11 h2::before{
	left:30px;
}

.cul_main::-webkit-scrollbar {
	width: 6px;
	height: 3px;
}
.cul_main::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 3px;
}

.cul_main::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #EF8200;
}

.cul_main::-webkit-scrollbar-thumb:window-inactive {
	background: #EF8200;
}
.span_line{
	width: 40px;
	height: 2px;
	background: #ddd;
	display: inline-block;
}
.entit h2{
	padding-bottom: 0 !important;
}
.entit h2:before{
	display: none;
}
.entit {
	padding-bottom: 40px;
}
.anchorBL{
	display: none !important;
}