@charset "utf-8";
/* CSS Document */

/************ TABLE OF CONTENTS ***************
*********************************************/
p,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
html,
body {
	height: 100%;
}
.hide {
	display: none !important;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
@font-face {
	font-family: "fang";
	src: url("../fonts/fang-webfont.eot");
	src: url("../fonts/fang-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fang-webfont.woff2") format("woff2"), url("../fonts/fang-webfont.woff") format("woff"),
		url("../fonts/fang-webfont.ttf") format("truetype"), url("../fonts/fang-webfont.svg#fang") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* @import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("jquery.mCustomScrollbar.min.css"); */

.dn {
	display: none;
}
.min_wid {
	min-width: 1024px;
}
.indexTail {
	width: 100%;
	margin: 0 auto;
	background: yellow;
}
.indexTail p {
	font-size: 14px;
	text-align: center;
	color: red;
	padding: 0.5% 0;
}
/*** ====================================================================Reset==================================================================== ***/
* 
/*** ==========================================================
 * ==========Global Settings===================================
 * ================================= ***/
body {
	font-family: "fang", sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fa6f1c;
}
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}
p {
	position: relative;
	line-height: 1.8em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	padding: 0px 0px;
	margin: 0 auto;
}
.medium-container {
	max-width: 850px;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1024px;
}
ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.centered {
	text-align: center;
}

.template-btn .icon-left {
	padding-right: 10px;
}
.template-btn .icon-right {
	padding-left: 10px;
}
.template_color {
	color: #0182e7;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25%;
	background-image: url(../images/int/load.gif);
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*** ==============================================================
 * ======Scroll To Top style========================================
 * ============================***/

.scroll_foot {
	width: 95px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	bottom: 23%;
	right: 0;
	z-index: 9999;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px 0px 0px 5px;
}
.scroll_foot .scroll-to-top {
	width: 100%;
	color: #ffffff;
	padding: 30px 0 0;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll_foot .scroll_top a {
	color: #333;
}
.scroll_foot .scroll-to-top img {
	width: 100%;
	height: auto;
	max-width: 48px;
}
.scroll_foot .scroll_top {
	padding: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 30px 0 0px;
	overflow: hidden;
	cursor: pointer;
}
.scroll_foot .scroll_top img {
	width: 100%;
	height: auto;
	max-width: 48px;
}
.scroll_foot .scroll_top p {
	font-size: 14px;
	text-align: center;
	color: #333;
}
.scroll_foot .scroll_top3 {
	padding-bottom: 20px;
}

.scroll_foot .scroll_top1 span {
	background: url(../images/int/wx.png) no-repeat center center;
	background-size: 42px 34px;
	width: 100%;
	height: 34px;
	display: inline-block;
}
.scroll_foot .scroll_top2 span {
	background: url(../images/int/zx2.png) no-repeat center center;
	background-size: 42px 36px;
	width: 100%;
	height: 36px;
	display: inline-block;
}
.scroll_foot .scroll_top3 span {
	background: url(../images/int/phone1.png) no-repeat center center;
	background-size: 28px 40px;
	width: 100%;
	height: 40px;
	display: inline-block;
}
.scroll_foot .scroll_top:hover p {
	color: #0088ff;
}
.scroll_foot .scroll_top1:hover span {
	background: url(../images/int/wx2.png) no-repeat center center;
	background-size: 42px 34px;
	width: 100%;
	height: 34px;
	display: inline-block;
}
.scroll_foot .scroll_top2:hover span {
	background: url(../images/int/zx3.png) no-repeat center center;
	background-size: 42px 36px;
	width: 100%;
	height: 36px;
	display: inline-block;
}
.scroll_foot .scroll_top3:hover span {
	background: url(../images/int/phone2.png) no-repeat center center;
	background-size: 28px 40px;
	width: 100%;
	height: 40px;
	display: inline-block;
}
.scroll_foot .download_app {
	width: 375px;
	margin: 0 auto;
	background: #fff;
	position: absolute;
	right: 120px;
	bottom: -20%;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll_foot .download_app ul {
	width: 100%;
	padding: 18px 0;
}
.scroll_foot .download_app ul b {
	line-height: 1;
}
.scroll_foot .download_app ul li {
	width: 50%;
	float: left;
	text-align: center;
}
.scroll_foot .download_app ul li p {
	font-size: 14px;
	text-align: center;
	color: #333;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll_foot .download_app ul li img {
	width: 120px;
	height: 120px;
}
.scroll_foot .download_app ul li img.small {
	width: auto;
	height: 18px;
	margin-right: 5px;
	margin-top: -5px;
}
.scroll_foot .gz_app {
	width: 200px;
	margin: 0 auto;
	background: #fff;
	position: absolute;
	right: 120px;
	bottom: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 20px 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scroll_foot .gz_app img {
	width: 120px;
	height: 120px;
	margin: 10px auto;
}
.scroll_foot .gz_app p {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 1.5em;
}
.scroll_foot .gz_app p b {
	font-weight: normal;
	color: #0088ff;
}
.scroll_foot .gz_app:after,
.scroll_foot .gz_app:before {
	left: 100%;
	bottom: 56%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.scroll_foot .download_app:after,
.scroll_foot .download_app:before {
	left: 100%;
	top: 80px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.scroll_foot .download_app:after,
.scroll_foot .gz_app:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 14px;
	margin-top: -14px;
}
.scroll_foot .download_app:before,
.scroll_foot .gz_app:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #666;
	border-width: 14px;
	margin-top: -14px;
}

/*** =================================================================
 * ===Main Header style===============================================
 * =====================***/

.main-header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
	height: 99px;
	min-width: 1024px;
	margin: 0 auto;
}
.main-header .auto-container {
	position: relative;
	max-width: 1920px;
	width: 100%;
}
.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 95%;
	background: none;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}


.main-header .main-box .outer-container {
	width: 75%;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.main-header .main-box .logo-box {
	width: 20%;
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 20px 0;
}
.main-header .nav-outer {
	width: 66%;
	position: relative;
	float: left;
}

.main-header .main-box .logo-box .logo a {
	display: inline-block;
}
.main-header .main-box .logo-box .logo img {
	display: inline-block;
	width: 100%;
	max-width: 213px;
	vertical-align: middle;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
/* .main-header .main-box .logo_phone {
	width: 15%;
	padding: 0;
	position: absolute;
	right: 0%;
	top: 0;
	line-height: 96px;
} */
.main-header .main-box .logo_phone img {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	vertical-align: middle;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .nav-toggler {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -18px;
	display: none;
}
.main-header .nav-toggler button {
	position: relative;
	display: block;
	height: 36px;
	width: 42px;
	background: #008ffe;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #008ffe;
	border-radius: 3px;
	font-weight: normal;
}
.main-header .nav-toggler button img {
	width: 80%;
	height: auto;
	vertical-align: middle;
}
.main-menu {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	background: none;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none !important;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-left: 5%;
}

.main-menu .navigation > li > a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 99px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 700;
	opacity: 1;
	font-size: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .scroll-nav .navigation > li.p1.current > a:after {
	left: 4px;
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 1px;
	width: 30px;
	height: 2px;
	content: "";
}
.main-menu .scroll-nav .navigation > li.p2.current > a:after {
	left: 3px;
	border-bottom: 2px solid #0088ff;
	position: absolute;
	bottom: 1px;
	width: 64px;
	height: 2px;
	content: "";
}
.main-menu .scroll-nav .navigation > li.p3.current > a:after {
	left: 7px;
	border-bottom: 2px solid #0088ff;
	position: absolute;
	bottom: 1px;
	width: 64px;
	height: 2px;
	content: "";
}
.main-menu .scroll-nav .navigation > li.p4.current > a:after {
	left: 3px;
	border-bottom: 2px solid #0088ff;
	position: absolute;
	bottom: 1px;
	width: 64px;
	height: 2px;
	content: "";
}
.main-menu .scroll-nav .navigation > li.p5.current > a:after {
	left: 3px;
	border-bottom: 2px solid #0088ff;
	position: absolute;
	bottom: 1px;
	width: 64px;
	height: 2px;
	content: "";
}

.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #222222;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*.main-menu .navigation > li > ul > li:hover > a {color:#ffffff;background:#fa6f1c;}*/
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #222222;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*** =============================================================
 * =======Main Slider style========================================
 * ============================***/
.device {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.device .arrow-left {
	background: rgba(0, 0, 0, 0.3) url(../images/int/right.png) no-repeat center;
	position: absolute;
	left: 5%;
	top: 55%;
	margin-top: -33px;
	width: 55px;
	height: 55px;
	z-index: 99;
	background-size: 42%;
	border-radius: 5px;
}
.device .arrow-right {
	background: rgba(0, 0, 0, 0.3) url(../images/int/left.png) no-repeat center;
	position: absolute;
	right: 5%;
	top: 55%;
	margin-top: -33px;
	width: 55px;
	height: 55px;
	z-index: 99;
	background-size: 42%;
	border-radius: 5px;
}
.device .swiper-container {
	height: auto;
	width: 100%;
}
.device .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 21px;
	width: 100%;
	z-index: 9;
	margin: 0;
}
.device .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 5px;
	border-radius: 20px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
}
.device .swiper-active-switch {
	background: #1fa1ff;
}
.device .swiper-slide img {
	width: 100%;
	height: auto;
	max-width: none;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	touch-action: pan-x;
	-ms-touch-action: pan-x;
}

/*head_sign*/

div.head_sign {
	width: 91%;
	margin: 0 auto;
	padding-bottom: 63px;
	position: relative;
}
div.head_sign h2 {
	font-size: 26px;
	text-align: left;
	color: #333;
	padding-left: 18px;
}
div.head_sign h2 span {
	font-size: 20px;
	color: #ccc;
	padding-left: 10px;
}
div.head_sign:after {
	content: "";
	width: 5px;
	height: 23px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 30px;
}
div.head_sign_specion {
	width: 97%;
	padding-bottom: 47px;
}



/*** ================================================================
 * ====About Section=================================================
 * ===================***/

.about-section {
	position: relative;
	padding: 96px 0px 105px;
}
.about-section .auto-container {
	width: 95%;
	margin: 0 auto;
	max-width: 1360px;
}
.about-section .row {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 41px 0 56px;
}
.about-section .about-block {
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
}
.about-section .col-md-5 {
	width: 35.5%;
	padding: 0;
}
.about-section .col-md-7 {
	width: 53.5%;
	float: right;
}
.about-section .about-block .inner-box {
	position: relative;
	padding-right: 50px;
	margin-top: 0;
	padding-top: 0px;
}
.about-section .about-block .inner-box_one {
	width: 100%;
	height: 189px;
	max-width: 333px;
	margin: 0 auto;
	top: 0px;
	padding-right: 0px;
	text-align: right;
	position: relative;
}
.about-section .about-block .inner-box_one img {
	width: 100%;
	height: 100%;
}

.about-section .about-block .inner-box_one .inner-box_one_bf {
	position: absolute;
	top: 0;
	right: 0%;
	background: rgba(0, 0, 0, 0.5);
	max-width: 333px;
	width: 100%;
	height: 189px;
	text-align: center;
	line-height: 189px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-section .about-block .inner-box_one .inner-box_one_bf img {
	width: 69px;
	height: auto;
}

.about-section .about-block .inner-box h2 {
	font-size: 28px;
	color: #343b4b;
	font-weight: 500;
	line-height: 1.6em;
	padding-top: 15px;
	display: inline-block;
	text-align: left;
	position: relative;
}
.about-section .about-block .inner-box p {
	font-size: 16px;
	color: #989898;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	padding-top: 19px;
	text-align: justify;
	margin-left: 0%;
}
.about-section .about-block .inner-box p.two {
	padding-top: 5px;
}
.about-section .about-block .inner-box .text {
	width: 100%;
	margin: 8px auto 10px;
	margin-left: 0;
}
.about-section .about-block .inner-box .text p {
	max-width: 100px;
	height: auto;
	border: 0px solid #313d4b;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #313d4b;
	border-radius: 5px;
	cursor: pointer;
}
.about-section .about-block .inner-box .text p img {
	width: 100%;
	height: auto;
}





/*** =================================================================
 * ===product_section=================================================
 * ===================***/

.product_section {
	width: 100%;
	margin: 0 auto;
	padding: 52px 0 11px;
	background: #fff;
}
.product_section .produc_row {
	width: 95%;
	margin: 0 auto;
	max-width: 1393px;
	padding: 39px 0 67px;
}
.product_section .head_product {
	width: 95%;
	padding-bottom: 0px;
}
.product_section .window-bin {
	margin-top: 33px;
	text-align: center;
}
.product_section .window-bin img {
	width: 95%;
}

/*** =================================================================
 * ===contact_section=================================================
 * ===================***/

.contactint_section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.contactint_section .contactint_row {
	width: 94.5%;
	margin-left: 5.5%;
}
.contactint_section .contact_one {
	width: 40%;
	padding-top: 90px;
	background: #fff;
	float: left;
}
.contactint_section .head_contactint {
	width: 100%;
	margin-left: 0;
}
.contactint_section .head_contactint h2 {
	padding-left: 22px;
	position: relative;
}
.contactint_section .head_contactint h2:after {
	content: "";
	position: absolute;
	left: 4%;
	width: 100px;
	bottom: -17px;
	height: 3px;
	background-color: #0084ff;
}
.contactint_section .contact_text_one {
	width: 78%;
	max-width: 428px;
	margin-left: 4%;
	margin-top: 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.contactint_section .contact_text_one p,
.contactint_section .contact_text_two p {
	font-size: 16px;
	text-align: left;
	color: #333;
	padding-bottom: 7px;
}

.contactint_section .contact_text_one p img.kfwm {
	width: 100px;
	height: auto;
	margin-left: 10px;
	margin-bottom: -3px;
}

.contactint_section .contact_text_two {
	width: 78%;
	margin-left: 4%;
	margin-top: 55px;
	padding-bottom: 10px;
}
.contactint_section .contact_text_two .emailsOne {
	padding-bottom: 0px;
}
.contactint_section .contact_text_two .emailsTwo span {
	display: inline-block;
	width: 80px;
}
.contactint_section .contact_text_tre {
	width: 100%;
	margin: 0 auto;
	margin-top: 22px;
}
.contactint_section .contact_text_tre p {
	font-size: 16px;
	text-align: left;
	color: #333;
	display: flex;
	align-items: flex-start;
}
.contactint_section .contact_text_tre img {
	max-width: 16px;
	width: 100%;
	height: auto;
	margin-left: 4%;
	/* padding-top:2px; */
	padding-right:5px;
}
.contactint_section .contact_text_tre b {
	font-weight: normal;
	/* line-height: 30px; */
	vertical-align: middle;
}

.contactint_section .contact_two {
	width: 60%;
	float: right;
	height: 666px;
	overflow: hidden;
}
.contactint_section .contact_two {
	position: relative;
}
.contactint_section .triangle_bottomleft {
	width: 0;
	position: absolute;
	left: -3px;
	top: 0;
	z-index: 999;
	height: 0;
	border-bottom: 673px solid #fff;
	border-right: 104px solid transparent;
}

.BMap_pop {
	width: 20px;
}
.BMap_stdMpCtrl {
	left: auto !important;
	right: 0 !important;
}
.contact_two .orientation{
	width:26px;
	height: 26px;
	position: absolute;
	right: 26px;
	top: 198px;
	z-index: 1000;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.contact_two .orientation img{
	width:80%;
	height: auto;
}


/*** =================================================================
 * ===foot_gw=================================================
 * ===================***/

.foot_gw {
	width: 100%;
	margin: 0 auto;
	background: #272a2f;
}
.foot_gw .auto-container {
	padding: 20px 0;
	position: relative;
}
.foot_gw .auto-container ul {
	margin: 1% auto;
	max-width: 1920px;
	width: 100%;
}
.foot_gw .auto-container ul li.fl {
	width: 50%;
	float: left;
}
.foot_gw .auto-container ul li.fr {
	width: 40%;
	float: right;
}
.foot_gw .auto-container ul li p {
	font-size: 14px;
	text-align: left;
	color: #aaabad;
}
.foot_gw .auto-container ul li p span {
	width: 20px;
	display: inline-block;
}
.foot_gw .auto-container ul li p span img {
	width: 12px;
	height: auto;
}
.foot_gw .auto-container ul li.fl p span {
	margin-left: 55%;
}
.foot_gw .foot_ico {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.foot_gw .foot_ico p {
	font-size: 12px;
	text-align: center;
	color: #aaabad;
	padding: 1% 0 0;
}
.foot_gw .foot_ico p.smallAdd {
	font-size: 12px;
	text-align: center;
	color: #aaabad;
	padding: 0.2% 0 0;
}
.foot_gw .foot_img {
	max-width: 110px;
	margin: 0 auto;
	width: 30%;
	text-align: center;
}
.foot_gw .foot_img a.fl {
	float: left;
}
.foot_gw .foot_img a.fr {
	float: right;
}
.foot_gw .foot_img a {
	width: 100%;
	display: inline-block;
	margin: 0px auto 10px;
}
.foot_gw .foot_img img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 110px;
	max-height: 50px;
	border-radius: 5px;
}
.foot_gw .foot_img .fr_img img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 110px;
	max-height: 41px;
	border-radius: 5px;
}

.foot_gw a.copyright {
	display: inline-block;
	color: #aaabad;
	cursor: pointer;
	width: 100%;
	font-size: 12px;
}
.foot_gw a.copyright:hover {
	text-decoration: underline;
}
/*** =================================================================
 * ===口子动态=================================================
 * ===================***/

.main_header_mouth {
	background-color: #fff;
	position: relative;
	height: 100px;
}
.main_header_mouth .main-box .logo-box {
	width: 20%;
}
.main_header_mouth .main-menu .navigation > li > a {
	color: #333;
}
.main_header_mouth .main-menu .scroll-nav .navigation > li.current > a:after {
	border-bottom: 2px solid #0088ff;
}
.main_header_mouth .main-menu .navigation > li.current > a {
	color: #0088ff;
}

.kouzi_section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.kouzi_section img {
	width: 100%;
	height: auto;
}
.kouzi_section .kouzi_row {
	width: 100%;
	position: absolute;
	bottom: -15%;
	left: 0;
}
.kouzi_section .kouzi_row_text {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	max-width: 1320px;
	padding: 30px 0;
	padding-left: 44px;
	overflow: hidden;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.kouzi_section .kouzi_row p {
	font-size: 26px;
	text-align: left;
	color: #333;
	padding-left: 19px;
	position: relative;
}
.kouzi_section .kouzi_row span {
	font-size: 20px;
	text-align: left;
	color: #ccc;
}
.kouzi_section .kouzi_row p:after {
	content: "";
	width: 7px;
	height: 26px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 30px;
}

/*分页*/

.pagination {
	width: 100%;
	margin: 0 auto;
}



/*** =================================================================
 * ===视频宣传=================================================
 * ===================***/

.video_alert {
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
}
.video_alert .videoArt_tail {
	width: 850px;
	margin: 5% auto;
	max-width: 1064px;
	text-align: center;
	background-color: #fff;
	padding: 40px 0;
	border-radius: 10px;
	position: relative;
	top: 50%;
	height: 550px;
}
.video_alert .videoArt_tail embed {
	width: 90%;
	height: 653px;
	border-radius: 10px;
	max-height: 603px;
}
.video_alert .videoArt_tail .video_art {
	width: 88%;
	margin: 0 auto 10px;
	height: 30px;
}
.video_alert .videoArt_tail .video_art p {
	font-size: 26px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 30px;
}
.video_alert .videoArt_tail .video_art p.fl {
	width: 60%;
}
.video_alert .videoArt_tail .video_art p.fr {
	width: 40%;
	font-size: 20px;
	color: #999999;
	text-align: right;
}
.video_alert .videoArt_tail .video_art p span {
	font-size: 20px;
	color: #999999;
}
.video_alert #myVideo {
	position: absolute;
	top: 0;
	left:6%
}

/*** =================================================================
 * ===产品与服务=================================================
 * ===================***/

.productTwo_section {
	width: 100%;
	margin: 0 auto 80px;
	position: relative;
}
.productTwo_section .productTwo_row {
	width: 95%;
	margin: 275px auto 0;
	max-width: 1323px;
}
.productTwo_section .productTwo_row img {
	width: 100%;
	margin: 0;
	max-width: 334px;
	height: auto;
	border-radius: 5px;
}
.productTwo_section .productTwo_row ul.left_ul {
	width: 100%;
	margin: 0 auto 192px;
}
.productTwo_section .productTwo_row ul.left_ul li.fl {
	width: 36.5%;
	margin: 0 auto;
	float: left;
	text-align: left;
}
.productTwo_section .productTwo_row ul.left_ul li.fr {
	width: 49%;
	margin: 0 auto;
	float: left;
	text-align: left;
	padding-left:10px;
}
.productTwo_section .productTwo_row ul li h2 {
	font-size: 28px;
	text-align: left;
	color: #333;
	padding-top: 18px;
	padding-left: 7px;
}
.productTwo_section .productTwo_row ul li p {
	font-size: 14px;
	text-align: left;
	color: #999;
	padding-top: 16px;
}
.productTwo_section .productTwo_row ul li.fr img {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin-top: 23px;
	margin-left: 13px;
}
.productTwo_section .productTwo_row ul.right_ul {
	width: 100%;
	margin: 225px auto 156px;
}
.productTwo_section .productTwo_row ul.right_ul li.fl {
	width: 49%;
	margin: 0 auto;
	float: left;
	text-align: center;
	margin-left: 2.5%;
}
.productTwo_section .productTwo_row ul.right_ul li.fr {
	width: 36.5%;
	margin: 0 auto;
	float: right;
	text-align: right;
}
.productTwo_section .productTwo_row ul.right_ul li h2 {
	font-size: 28px;
	text-align: right;
	color: #333;
	padding-top: 18px;
	padding-left: 0px;
}
.productTwo_section .productTwo_row ul.right_ul li p {
	font-size: 14px;
	text-align: right;
	color: #999;
	padding-top: 16px;
}
.productTwo_section .productTwo_row ul.right_ul li img {
	width: 100%;
	margin: 0;
	max-width: 334px;
	height: auto;
	border-radius: 5px;
	margin-left: 5%;
}
.productTwo_section .productTwo_row ul.right_ul li.fl img {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin-top: 19px;
	margin-left: 9%;
}


/*css3*/
@keyframes tada_pic {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}
@-webkit-keyframes tada_pic {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}

@-moz-keyframes tada_pic {
	0% {
		-moz-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}

::-webkit-scrollbar {
	width: 3px;
	height: 5px;
	background-color: #000;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #000;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #000;
}


/* 地图 */

#container1 .title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

#container1 .content {
	font-size: 12px;
	color: #333;
	margin-top: 1px;
} 
#container1 img[title="发送到手机"],#container1 img[title="进入全景"],#container1 img[src="https://api.map.baidu.com/images/iw_plus1d3.gif"]{
	display: none !important;
}

.tangram-suggestion-main .tangram-suggestion{
	height: 200px;
    overflow: auto;
}
.tangram-suggestion-main .tangram-suggestion table tr td{
	line-height: 1.5em;
}