@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%;}
body {font-family:'Montserrat', 'Kumbh Sans', -apple-system, Open Sans, "Segoe UI", roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td button{
    margin: 0; 
    padding: 0;
    -webkit-tap-highlight-color:transparent;
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box;
}

ul, ol { list-style: none; }
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
a,.link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
a:active,a:hover {
	outline: 0;
	color: #00bdf6;
}


img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
    border: none;
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	border: 1px solid silver
}

textarea {
	overflow: auto
}

table {
	border-spacing: 0;
	border-collapse: collapse
}
a {
	cursor: pointer;
	text-decoration: none;
}

.f-n {
	font-weight: normal !important;
}
.f-b600{font-weight: 600;}
.t_c,
.text-center {
	text-align: center!important;
}

.t_r {
	text-align: right!important;
}

.t_l {
	text-align: left!important;
}

.t_j {
	text-align: justify;
}

.hide {
	display: none;
}
.wd-100{
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.cf:after,
.cf:before {
	display: table;
	content: " ";
	line-height: 0
}

.cf:after {
	clear: both;
	visibility: hidden
}

.block-a{display: block;}
.font-x{
	font-style: italic;
}
.re {
	position: relative;
}
.ov-h{overflow: hidden;}
.ellipsis-f {
	/*one*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-ftwo {
	/*two*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ellipsis-fthr {
	/*three*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.flex{
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
}
.flex-between{
	justify-content:space-between;
	align-items:center;
}
.flex-inline {
	display: inline-flex;
}
.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc,.flex-bs {
	justify-content: space-between;
}

hr{
	height: 0;
    color: inherit;
    border:0;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    border-color: #e5e7eb;
}
.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.ptb-50 {
	padding-bottom: 50px;
	padding-top: 50px
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

.ptb-5 {
	padding-bottom: 5px;
	padding-top: 5px
}

.pt-40 {
	padding-top: 40px
}

.mt-60 {
	margin-top: 60px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-20 {
	margin-top: 20px !important
}
.mt-15{
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}
.average-2wd {
    width: 48%;
}
.average-3wd{
    width: 30%;
}
.average-4wd {
    width: 23%;
}
.average-45wd {
    width: 45%;
}
.average-55wd {
    width: 55%;
}
.average-52wd {
	width: 52%
}
.average-40wd {
    width: 40%;
}
.average-5wd {
	width: 19%
}
.average-6wd {
	width: 16%
}
.average-7wd {
	width: 13%
}
.average-60wd {
    width: 60%;
}
.average-68wd  {
    width: 68%;
}
.average-70wd {
    width: 70%;
}
.average-85wd {
    width: 85%;
}
.tx-line{text-decoration: underline;}
.tx-line:hover{text-decoration: none;}
.nowrap {white-space: nowrap;}
.bk {
	word-wrap: break-word;
}


/* vertical-align */

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.es {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.f-22 {font-size: 22px}
.f-20 {font-size: 20px}
.f-18 {font-size: 18px}
.border-rad10{border-radius: 10px;}
.border-rad40{border-radius: 40px;}
.bor-raduis-10 {
    border-radius: 10px;
}
.ptb-all60 {
	padding: 60px 40px
}
.border-all{border: 1px solid #d7dcde;}
.re-100 {
	position: relative;
	z-index: 10
}

.text-und {
	text-decoration: underline
}

.blue-f {
	color: #00bdf6
}
.red-f{color: #cb0606;}
.white-f{color: #fff;}
.auto-img img{width: auto;height: auto;}
.bg-linear-blue {background-image: linear-gradient(to right, #0080e2, #00b6ee)}
.bg-linear {background-image: linear-gradient(to bottom, #fff, #d5eaff)}
.blue-bg{background-color: #f3fcff;}
.green-bg{background-color: #effbf8;}
.gray-bg{background-color: #f5f5f7;}
.img img{
	width: auto;
	height: auto;
}

/*btn*/
.learn-arrow{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.learn-arrow:hover{
	color: #fff;
}
.learn-arrow .arrow-white {
	background-image: url("../image/home/home-page-white-ic.png");
	width: 26px;
	height:19px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.btn{
	display: inline-block;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.71875rem 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn.btn-sm{
	padding: 6px 10px;
	font-size: 14px;
}
.btn.btn-md{
	padding: 10px 15px;
	font-size: 18px;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: none;
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	background-color: #BFBFBF !important;
	border-color: #BFBFBF !important;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.50;
	 filter: alpha(opacity=50);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ios-icon {
	background-image: url("../image/icon/ios.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.windows-icon {
	background-image: url("../image/icon/windows.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.android-icon {
	background-image: url("../image/icon/android-white.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.download-icon{
	background-image: url("../image/icon/download-white.svg");
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.windows-icon.black {
	background-image: url("../image/icon/windows-black.svg")
}

.ios-icon.black {
	background-image: url("../image/icon/ios-black.svg")
}
.android-icon.black {
	background-image: url("../image/icon/android-black.svg")
}
.btn.big{font-size: 22px;padding: 10px 30px;}
.bor-raduis-10 {
    border-radius: 10px;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-white.focus,.btn-white:focus,.btn-white:hover {
    color: #000;
    background-color: #ececec;
    border-color: #e6e6e6
}
.blue-btn {
	background-color: #c3f1ff;
	color: #00789c
}

.blue-btn:hover {
	background-color: #00bdf6;
	color: #fff
}
.dr-blue-btn {
	background-color: #00bdf6;
	color: #fff
}

.dr-blue-btn:hover {
	background-color: #00abdf;
	color: #fff
}
.btn-box-ra .btn{
	border-radius: 10px;
}
.border-blue-btn {
	background-color: #fff;
	color: #00bdf6;
	border: 1px solid #00bdf6;
}

.border-blue-btn:hover {
	background-color: #00bdf6;
	color: #fff
}
.form-control {
	display: block;
	font-size: 16px;
	padding:8px 10px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.form-control-bor{
	border: 1px solid #CFCFCF;
}
input.form-control::-webkit-input-placeholder {
	color: #979797;
}

input.form-control:-moz-placeholder {
	color: #979797;
}

input.form-control::-moz-placeholder {
	color: #979797;
}

input.form-control:-ms-input-placeholder {
	color: #979797;
}

.form-control:hover {
	border-color: #bbb;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.txtarea {
	width: 100%;
	height: 212px;
	-webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #CFCFCF;
	padding: 8px 10px;
	resize: none;
	font-size: 16px;
	color: #333;
}

textarea.txtarea::-webkit-input-placeholder {
	color: #979797;
}

textarea.txtarea:-moz-placeholder {
	color: #979797;
}

textarea.txtarea::-moz-placeholder {
	color: #979797;
}

textarea.txtarea:-ms-input-placeholder {
	color: #979797;
}

.txtarea:focus {
	border-color: #2c3e50;
}

.table {
	width: 100%;
}
.table tr td,
.table tr th,
.chart_table tr td,
.chart_table tr th {
	padding: 18px 30px;
	vertical-align: top;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
.table-border{
	border:1px solid #dfdfdf;
}
.table tr:nth-child(even),
.chart_table tr:nth-child(even){
	background-color: #f5f5f5;
}
.table-center tr td,
.table-center tr th{
	text-align: center;
}
.container-product {
	width: 1400px;
	margin: 0 auto
}
.container-warpper,
.container {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.container-product h1,
.container h1 {
	font-size: 52px
}
.container-product h2,
.container h2 {
	font-size: 42px
}
.container-product h3,
.container h3 {
	font-size: 30px
}
.header{
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 16px rgba(39, 43, 51, 0.1);
	padding: 8px 20px;
}
.header .logo{
	font-size:24px;
	padding-bottom: 3px;
}
.header .logo a{
	color: #000;
}
.header .logo img{
	width: 42px;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}

.header .logo span.iconfont{
	display: none;
}
.contact-us-btn{
	background-color: #eff6fc;
	color: #333;
	border-radius: 4px;
}
.about-us-btn{
	background-color: #F0F1FE;
	border-radius: 4px;
}
.resource-btn{
	background-color: #eef7f3;
	border-radius: 4px;
}
.footer{
	background-color: #f5f5f7;
	padding: 40px 0;
}
.footer .logo{
	padding-top: 25px;
	font-size: 24px;
}
.footer .logo img{
	width: 90px;
	height: 90px;
}
.footer .logo .name{
	font-size: 20px;
	font-weight: 500;
}
.footer .logo .name span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.footer dl dt{
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
}
.footer dl dd{
	margin-bottom: 15px;
}
.footer dl dd a{
	color: #333;
}
.footer dl dd a:hover{
	color: #00bdf6;
}
.footer dl dd.follow img{
	width: 30px;
    height: auto;
    margin-right: 5px;
}
.footer-bottom{
	border-top: 1px solid #e7eaeb;
	padding-top: 25px;
	margin-top: 20px;
	text-align: center;
}
.footer-bottom .prv-info a{
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0 20px;
}
.footer-bottom .prv-info a::after{
	content: "|";
	position: absolute;
	right: 0;
	color: #000;
}
.footer-bottom .coopyright{
	font-size: 17px;
	margin-top: 10px;
}
.right-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 48px;
    z-index: 1000;
    cursor: pointer
}

.right-bar a,.right-bar a:hover {
    color: #fff;
    text-decoration: none
}
.right-bar .show-pc {
    display: block;
}

.right-bar .bar-backTop {
    background-image: url("../image/icon/up-top.png");
    background-position: 0 center;
    background-size: 40px;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: none;
}

.container-other{
	max-width: 900px;
	margin: 0 auto;
}
.container-min{
	max-width: 720px;
	margin: 0 auto;
}
.rating-stars {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    height: 30px;
}
.rating-current-stars {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
    transition: width .2s ease-out;
}
.rating-sml .rating-stars i {
    width: 22px;
    height: 30px;
    text-indent: -99999px;
    background-size: 16px auto;
}
.rating-stars i {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    text-indent: -999999px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojREREREREfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}

.rating-stars i.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}
.rating-stars .icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 30px
}

.tempBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.table-mobile .table,
.table-mobile .chart_table{
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
}
.table-mobile .chart_table{
	border:1px solid #dfdfdf;
}

.navigation li:not(:last-child):not(:first-child) a {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	text-align: center;
	color: #ccc;
	margin-left: 6px;
}

.navigation li:not(:last-child):not(:first-child) a:hover {
	border-color: #00bdf6;
	color: #fff;
}

.navigation li:not(:last-child):not(:first-child).active a {
	border-color: #00bdf6;
	color: #fff;
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #00bdf6
}
.errow-center{
	text-align: center;
	padding: 100px 0;
}
.errow-center h1{
	font-weight: normal;
	margin-top: 20px;
	font-size: 26px;
	margin-bottom: 15px;
}
.errow-center a{
	color: #14a7d2;
	text-decoration: underline;
}
.errow-center .img img{
	width: 340px;
}

.faq-list {
	background-color: #fff
}

.faq-list .item {
	border: 1px solid #b3e1ef;
	background-color: #f3fcff;
	border-radius: 8px;
	margin-top: 10px;
}

.faq-list .item .title {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 15px;
	color: #000;
	margin-bottom: 0!important;
}

.faq-list .item .title .svg {
	position: absolute;
	right: 15px;
	top: 28px;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../image/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg)
}

.faq-list .item .info {
	display: none;
	transition: all 0.3s ease;
	padding: 0 15px 15px;
	color: #666
}

.faq-list .item .info p {
	margin-top:8px
}

.faq-list .item .info img {
	max-width: 100%
}

.faq-list .item.active .title .svg {
	transform: translate(0, -50%) rotate(180deg);
	top: 28px;
	
}
.faq-list .item.active .info {
	display: block
}
.breadcrumb-new{
	padding: 10px 0;
	font-size: 15px;
}
@media (max-width: 1399px) {
	.container-product,
	.container {
		width: 94%
	}
	.container-product h1 {
		font-size: 44px
	}
	.container-product h2 {
		font-size: 38px
	}
}

@media (max-width: 1180px){
	.container-warpper{
		width: 94%;
		box-sizing: border-box;
	}
	
}
@media (max-width: 960px){
	.container-product h1 {
		font-size: 40px
	}
	.container-product h2 {
		font-size: 34px
	}
	.header .logo{
		width: 60%;
	}
	
	.container-other,
	.container-min{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header .logo span{
		width: 40px;
		text-align: center;
	}
	.header .logo span.iconfont{
		display: block;
		float: right;
		font-size: 24px;
	}
	.average-5wd{width: 100%;}
	.average-6wd{width: 31%;}
	.average-7wd{width: 31%;}
	.font-18 {
	    font-size: 16px!important;
	}
	.table-mobile {
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	}
	
}

@media (max-width:768px){
	.container-product h1 {font-size: 30px;}
	.container-product h2, .container h2{
		font-size: 26px;
	}
	.container-product h3, .container h3{
		font-size: 24px;
	}
	
	.fl,.fr{float: none}
	.ptb-50 {
		padding-bottom: 25px;
		padding-top: 25px
	}
	.ptb-60 {
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.mt-40 {
	    margin-top: 20px !important;
	}
	.mt-50 {
		margin-top: 25px !important
	}
	.ptb-all60 {
		padding: 30px 15px
	}
	.average-2wd,
	.average-3wd,
	.average-4wd,
	.average-45wd,
	.average-55wd,
	.average-52wd,
	.average-40wd,
	.average-5wd,
	.average-6wd,
	.average-7wd,
	.average-60wd,
	.average-68wd,
	.average-70wd,
	.average-85wd{
    	width: 100%;
	}
	.errow-center .img img{
		width: 90%;
	}
	.header{
		padding-top: 10px;
	}
	
}

.banner-404 {
	padding-top: 70px;
	padding-bottom: 74px;
	border-bottom: 1px solid #f0f0f0;
	background: #edf4f9 url("../image/bg-404img.jpg") bottom center;
	background-repeat: no-repeat
}

.banner-404 .img,
.center-404 .img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.banner-404 h1 {
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px
}

.banner-404 p {
	font-size: 18px;
	color: #666666
}

.banner-404 a {
	font-size: 18px;
	color: #0071d1;
	outline: 0;
	text-decoration: underline
}

.banner-404 a.btn {
	border: 2px solid #0071d1;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 15px
}

.banner-404 a.btn:hover {
	background: #0071d1;
	color: #fff
}

.center-404 {
	padding-top: 70px;
	padding-bottom: 20px
}

.center-404 h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}

.center-404 h2 a {
	font-size: 22px;
	color: #337ab7;
	outline: 0
}

.center-404 h2 a:active,
.center-404 h2 a:hover {
	color: #23527c;
	outline: 0
}

.center-404 .col-md-4 {
	padding-left: 22px
}

.center-404 .left {
	background: url("../image/icon-line-404.png") right bottom no-repeat;
	padding-right: 24px
}
