/*style css*/

* {
	padding: 0;
	margin: 0 auto;
	font-family: SourceHanSansCN-Normal;
}

body {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 14px;
	font-family: SourceHanSansCN-Normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #222;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	max-width: 1920px;
	width: 100%;
	height: 100%;
}

p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	color: #404040;
}

a {
	color: #2a3855;
	font-weight: 400;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

ul>li {
	color: #726a84;
	font-size: 16px;
	font-weight: 300;
	list-style-type: none;
}

.typearea {
	margin: auto;
	width: 1200px;
}

/* index start*/
.index-navbox {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
}

.index-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	margin: 0;
}

.nav-tel {
	margin: 0;
	display: flex;
	align-items: center;
}

.telimg a {
	display: flex;
	align-items: center;
}

.telimg a:hover p {
	color: #e60012;
}

.nav-tel p {
	font-size: 14px;
	color: #000000;
	margin: 0;
	font-weight: 600;
}

.telimg p {
	margin-left: 5px;
}

.teltext {
	margin-left: 50px;
}

.navlink {
	margin-top: 10px;
}

.index-navbox .navbar-nav {
	float: inherit;
	display: flex;
}

.index-navbox .navbar-nav>li {
	border: 1px solid #ededed;
	border-right: none;
	width: 100%;
	text-align: center;
}

.index-navbox .navbar-nav>li:last-child {
	border-right: 1px solid #ededed;
}

.index-navbox .navbar-nav>li a {
	font-size: 14px;
	color: #222222;
}

.index-navbox .navbar-nav>li a:hover {
	color: #e60012;
	background-color: transparent;
}

.index-navbox .nav>li>a:focus,
.index-navbox .nav>li>a:hover {
	background-color: none;
	color: #e60012;
}

.language {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.language a {
	padding: 2px 5px !important;
	margin: 0;
}

.language a:hover {
	background-color: #e60012 !important;
	color: #FFFFFF !important;
}

.language-active {
	background-color: #e60012;
	color: #FFFFFF !important;
}

.index-navbox .dropdown-menu {
	width: 100%;
	min-width: auto;
	padding: 5px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	border: none;
	border-radius: 0;
}

.about-us {
	background-color: #eeeeee;
}

.aboutbox {
	display: flex;
	align-items: center;
}

.about-left {
	background-color: #e60012;
	padding: 60px 40px;
	margin: 0;
	width: 50%;
}

.about-right {
	width: 50%;
	margin: 0;
	padding: 0 60px 0 95px;
}

.index-title {
	text-align: center;
}

.index-title h4 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin: 15px auto 20px;
}

.index-title h5 {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

.index-title .line {
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	margin: 0;
}

.index-title p {
	font-size: 16px;
	line-height: 18px;
	color: #f7f7f7;
	margin: 24px 0 0;
}

.about-left .index-title {
	text-align: left;
	padding: 0 20px;
}

.about-left .index-title h5,
.about-left .index-title h4 {
	color: #f7f7f7;
}

.contact-map {
	width: 238px;
	height: 164px;
}

.map-img {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.about-right ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px 0 0;
}

.about-right ul li {
	width: calc(50% - 50px);
	margin: 0 50px 0 0;
	overflow: hidden;
}

.about-right ul li:first-child {
	margin-bottom: 50px;
}

.about-right ul li img {
	border-radius: 8px;
	box-shadow: 0px 10px 20px 0px rgba(247, 247, 247, 0.75);
}

.about-right ul li:hover img,
.product-text ul li:hover img,
.technology-img ul li:hover img,
.apply-img ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	transition: all 0.8s linear;
}

.product {
	background: url(../img/undo.png) no-repeat top 36px right;
	padding: 80px 0;
}

.product-text ul {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -22px 0 0;
}

.product-text ul li {
	width: calc(25% - 22px);
	margin: 0 22px 0 0;
	background-color: #ffffff;
	box-shadow: 0px 20px 0px 0px rgba(221, 221, 221, 0.75);
	border: solid 1px #dddddd;
}

.product-title {
	height: 150px;
	padding: 30px 10px;
}

.product-img {
	overflow: hidden;
}

.product-title h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin: 0;
}

.product-title p {
	font-size: 14px;
	color: #666666;
	margin: 18px 0 0 0;
}

.product-text ul li:hover h4 {
	color: #e60012;
}

.technologybox {
	background-color: #e60012;
	padding: 80px 0;
}

.technologybox .index-title h5,
.technologybox .index-title h4 {
	color: #ffffff;
}

.technology-img ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -23px 0 0;
}

.technology-img ul li {
	width: calc(25% - 23px);
	margin: 0 23px 0 0;
}

.technology-title {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	margin-top: 12px;
}

.technology-title p {
	font-size: 16px;
	line-height: 48px;
	color: #000000;
	margin: 0;
}

.technology-img ul li:hover .technology-title {
	background-color: #CCCCCC;
}

.application {
	background-color: #eeeeee;
	padding: 80px 0;
}

.apply-img ul {
	margin-top: 60px;
	display: grid;
	display: -ms-grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto auto auto auto auto;
}

.apply-img ul li {
	overflow: hidden;
	position: relative;
	height: auto;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
}

.apply-img .text {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	padding: 0 10px;
	font-weight: 500;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	text-align: center;
	margin: 0;
}

.apply-img .text p {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}

.apply-img li:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(3) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(4) {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.apply-img li:nth-child(5) {
	grid-column-start:5;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column: 5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.apply-img li:nth-child(6) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 4;
	-ms-grid-column: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
}
.apply-img li:nth-child(7) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
/*.apply-img li:nth-child(5) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}*/

.apply-img li:nth-child(8) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(9) {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 3;
	-ms-grid-column: 4;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
}
.apply-img li:nth-child(10){
	grid-column-start: 5;
	grid-column-end: 6;
	grid-row-start: 2;
	grid-row-end: 4;
	-ms-grid-column: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
}
.apply-img li:nth-child(11) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
	-ms-grid-column: 2;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(12) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: 4;
	-ms-grid-column: 3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}

.apply-img li:nth-child(13) {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end: 4;
	-ms-grid-column: 4;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}

.news {
	padding: 80px 0;
}

/*
.newstext ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.newstext ul li {
	width: 25%;
	margin: 0;
	border: solid 1px #dddddd;
	padding: 40px 30px;
	position: relative;
	height: 300px;
}

.newstext ul li:hover {
	box-shadow: 0px 20px 0px 0px rgba(221, 221, 221, 0.75);
}

.newstext ul li:hover .hoverbtn {
	display: block;
}

.hoverbtn {
	width: 50px;
	height: 50px;
	background-color: #ee2d50;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 50px;
	text-align: center;
	display: none;
}

.newsup p {
	font-size: 14px;
	color: #ee2d50;
	margin: 0;
	font-weight: bold;
}

.newsup h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin: 20px auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	width: 100%;
	height: 135px;
}

.newsdowm,
.news-icon {
	display: flex;
	align-items: center;
}

.news-icon {
	margin: 0;
}

.news-icon p {
	font-size: 13px;
	color: #999999;
	margin: 0 10px;
}

.morebtn {
	margin-top: 60px;
	text-align: center;
}

.morebtn a {
	width: 200px;
	height: 60px;
	line-height: 60px;
	background-color: #222222;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
}

.morebtn a:hover {
	color: #ffffff;
	background-color: #e60012;
}
*/
.index-news{
	margin-top:20px;
	height: auto;
	float: left
}
.index-news-img{
	float: left;
	width: 44%;
	height:152px;
}
.index-news-img img{
	height:100%;
	width: 100%;
}
.index-news-intro{
	background-color: #f9f9fb;
	float: left;
	width:56%;
	padding-left: 21px;

}
.index-news-intro h4{
	font-size: 18px;
	color: #f03e4e;
	margin-top: 19px;
	margin-bottom: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-news-intro span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666666;
}
.index-ipt {
	background-color: #e60012;
	padding: 60px 0;
}
.index-news-li{
	margin-top:18px;
	width: 100%;
}
.index-news-li li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 9px;
	font-size: 16px;
	color: #222222;
	border-bottom: 1px solid #dbd6d6;
}
.index-news-li li a{
	color: #222222;
}
.index-news-li span{
	float: right;
}
.index-news-li .more-news{
	font-size: 16px;
	color: #222222;
	float: right;
}
.ipttext,
.ipt-telbox,
.ipt-tel {
	display: flex;
	align-items: center;
}

.ipt-left {
	width: 50%;
	padding-right: 110px;
	margin: 0;
}

.ipt-left h4 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
}

.ipt-tel {
	margin: 0;
}

.ipt-tel:first-child {
	margin-right: 40px;
}

.ipt-telbox p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	margin: 0 0 0 15px;
}

.ipt-right {
	width: 50%;
}

.rightbtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ipt-right input {
	width: 48%;
	line-height: 50px;
	border: none;
	outline: none;
	border-radius: 4px;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
}

.ipt-right textarea {
	width: 100%;
	height: 100px;
	border: none;
	outline: none;
	border-radius: 4px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #666666;
}

.ipttext {
	position: relative;
}

.topbtn {
	width: 60px;
	height: 60px;
	background-color: #e60012;
	position: absolute;
	top: -120px;
	right: -60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.footer {
	height: 140px;
	float: left;
	width: 100%;
	margin: 0 auto;
	/* background: url('../images/footer.png') center;*/
	background-color: #000;
}

.footer-center {
	margin: 0 auto;
	width: 1200px;
	/* height:360px;*/
}

.footer-center-top {
	width: 1200px;
	height: 120px;
}

.footer-center-left {
	margin-top: 30px;
	width: 340px;
	height: 80px;
	float: left;
}

.footer-center-left img {
	width: 340px;
	height: 70px;
}

.footer-center-right {
	margin-top: 30px;
	float: right;
	width: 608px;
	height: 80px;
}

.footer-center-right li {
	margin-top: 30px;
	text-align: center;
	width: 101px;
	float: left;
	list-style-type: none;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
}

.footer-center-right li a {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #fff;
}

.footer-center-right li a:hover {
	text-decoration: none;
}

.footer-middle {
	height: 218px;
	width: 1200px;
}

.footer-video {
	width: 300px;
	height: 145px;
}

.footer-video p {
	text-align: center;
	color: #fff;
	margin-top: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.footer-cen {
	margin-left: 120px;
	float: left;
	width: 370px;
	height: 150px;
}

.footer-xc {
	width: 92px;
	border: 1px solid #fff;
	height: 75px;
	background-color: #D9D957;
	float: left;
}

.footer-xc img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	width: 100%;
	height: 100%;
}

.footer-xc img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}


/*.footer-cen img{
    padding-left:120px;
    width:370px;
    height:150px;
}*/

.footer-cen p {
	position: relative;
	top: 20px;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
}

.footer-cen-rightpic {
	float: right;
	width: 310px;
	height: 150px;
}

.footer-cen-rightpic {
	width: 310px;
	height: 150px;
}

.footer-cen-rightpic p {
	text-align: center;
	color: #fff;
	margin-top: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.footer-copyright {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	height: 38px;
	background-color: #1a1a1a;
}

.footer-copyright p {
	position: relative;
	top: 10px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #7c7c7c;
}

.footer-copyright p a {
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #7c7c7c;
}

.fixed-view-ico {
	position: fixed;
	_position: absolute;
	left: auto;
	right: 25px;
	top: 60%;
	z-index: 999;
	width: 17px;
	height: 120px;
	margin-top: -60px;
}

.fixed-view-ico a {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	margin-bottom: 12px;
	background: url(../images/about_dot.png) no-repeat;
}

.fixed-view-ico a:hover,
.fixed-view-ico .cur {
	background-image: url(../images/about_dot_hover.png);
}

.fixed-view-ico a span {
	display: inline-block;
	width: 0px;
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	overflow: hidden;
	transition: all ease-in 0.4s;
}

.fixed-view-ico a:hover span,
.fixed-view-ico .cur span {
	width: 120px;
}

.view-next {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url(../images/bg_sign04.png) no-repeat;
}

.view-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.view-next.blue {
	background: url(../images/bg_sign04b.png) no-repeat;
}

.view-next2 {
	background-position: -41px 0;
}

.scroll-btn {
	position: absolute;
	right: 0px;
	width: 11px;
	height: 120px;
	background: url(../images/bar_bg02.png) no-repeat;
	cursor: pointer;
}

.product_showtitle {
	margin: 30px auto 40px auto;
}

.product_showtitletext {
	font-family: "PingFang-SC-Light";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -2px;
	color: #e70012;
}

.products_All_text {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.products_All_texttitle {
	width: 100px;
	/*height: 40px;*/
	background-color: #e70012;
	text-align: center;
	margin: 0 37px 0px 37px;
}

.products_All_texttitle span {
	font-family: "AdobeHeitiStd-Regular";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: -1px;
	color: #ffffff;
	margin-left: 0px !important;
}
.about_aptitude_textbox{
	width: 100%;
}
.products_All_texttext{
	width: 20%;
	font-family: "PingFang-SC-Light";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #333333;
	padding: 0 !important;
	border-right: 1px solid #d9d9d9;
	margin:20px 0 20px 37px !important;
}
.products_All_text a{
	width:100%;
	color:  #333333;
}
.products_All_text a:hover,a:focus,a:active {
	text-decoration: none;
}
.about_contentbox{
	width: 100%;
}
.about_content{
	width: 100%;
	margin: auto;
	padding-left: 30px;
}
.about_contentone{
	/*display: flex;*/
	width: 100%;
	/*justify-content: space-between;*/
}
.about_contenttwo{
	width: 30%;
}
.about_contentimg{
	padding: 30px;
	background-color: #ffffff;
	border: solid 1px #999999;
	text-align: center;
}
.about_contentimg img{
	width: 159px;
	height: 234px;
}
.about_contenttext{
	font-family: "PingFang-SC-Light";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin: 30px 0;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sideBar_listnone li{
	padding: 14px 0;
	border-bottom: 1px dashed #d9d9d9;
	background: url(../images/icon_arrow_r.png) no-repeat 50px 22px !important;
	padding-left: 63px !important;
}
.sideBar_pull-down li{
	padding:  14px 0;
	border-bottom: none !important;
	background: none !important;
	padding-left: 0px !important;
}
.sideBar_pull-down a{
	font-family: "PingFang-SC-Medium";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 0 !important;
}
.sideBar_pull-down a:hover,a:focus,a:active {
	text-decoration: none;
	background-color: transparent !important;
}

.friendship{
	width: 1200px;
	height:auto;
	min-height: 140px;
	margin: 0 auto;
}
.footer-copyright .friendship ul li{
	float:left;
	/*width:130px;*/
	margin-right: 10px;
	height:auto;

}
.footer-copyright .friendship ul li a{
	text-align: center;
	line-height:30px;
	float:left;
	color:#fff;
}
.bannerAd{
	width: 1200px;
	margin: auto;
}
.bannerBg{
	position: relative;
}
.bannerTip{
	position:absolute;
	z-index: 9999999;
	font-weight: bold;
	font-size:54px;
	color:#ffffff;
	left: 10%;
	top: 30%;
}
.Buttonone{
	width: 185px;
	height: 60px;
	border:2px solid #ffffff;
	position:absolute;
	z-index: 9999999;
	left: 10%;
	top: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	 text-align: center;
	line-height: 60px;
}
.Buttontwo{
	width: 185px;
	height: 60px;
	border:2px solid #ffffff;
	position:absolute;
	z-index: 9999999;
	left: 24%;
	top: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.Buttonone:hover{
	background: #e60012;
	border:2px solid #e60012;
	color: #ffffff;
}
.Buttontwo:hover{
	background: #e60012;
	border:2px solid #e60012;
	color: #ffffff;
}
.addressTitle{
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	width: 236px;
}
.addressVideo{
	margin: 10px 0 0 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 236px;
}