@charset "utf-8";
/* Ubuntu-text */
@import "https://fonts.googleapis.com/css?family=Muli:400,300,600,700,800";

/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {margin:0;padding:0; -webkit-text-size-adjust:none;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
ol{ list-style:outside decimal; margin-left:18px; line-height:1.6em;}
ol li{ line-height:1.8em;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
a:focus{outline:thin dotted #373737;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active,a:focus{outline:none;blr:expression(this.onFocus=this.blur());}
a{outline:none;text-decoration:none;color:#353031;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;cursor: pointer;}
a i{display:inline-block;vertical-align:top;}
a:hover{text-decoration:none;}
img{ vertical-align:middle; max-width:100%;}
body{font:14px/1.6em 'Muli',sans-serif,Arial,Helvetica; color:#353031;background:#fff;}

input[type='text'],textarea,input[type='submit']{-webkit-appearance: none;font-family:'Muli',sans-serif,Arial,Helvetica; outline:none; color:#9A9A9A; vertical-align:top; font-size:14px; line-height:1.2em;}
input[type='checkbox']{vertical-align:text-top; vertical-align:baseline\9;}
input::-webkit-input-placeholder{color: #9A9A9A;}
input::-moz-placeholder{color: #9A9A9A;}
input:-moz-placeholder{color: #9A9A9A;}
input:-ms-input-placeholder{color: #9A9A9A;}
textarea::-webkit-input-placeholder{color: #9A9A9A;}
textarea::-moz-placeholder{color: #9A9A9A;}
textarea:-moz-placeholder{color: #9A9A9A;}
textarea:-ms-input-placeholder{color: #9A9A9A;}
select{font-family:'Muli',Helvetica,Arial,sans-serif;}
select:focus{ outline:none; }
*:focus{outline: none;}
*::selection{color:#fff;background:#435bfd;}
*::-moz-selection{color:#fff;background:#435bfd;}
*::-webkit-selection{color:#fff;background:#435bfd;}

.container{max-width: 1200px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.container-sm{max-width: 1000px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.container-xs{max-width: 860px;width: 100%;margin: 0 auto;box-sizing: border-box;}
@media(max-width: 979px) {
 .container,.container-sm,.container-xs{padding: 0 15px;}
}
.ac{text-align: center !important;}
.al{text-align: left !important;}
.ar{text-align: right !important;}
.fl{float: left !important;}
.fr{float: right !important;}
.nowrap{white-space: nowrap;}
.mt5{margin-top:5px !important;}.mt10{margin-top:10px !important;}.mt15{margin-top:15px !important;}.mt20{margin-top:20px !important;}.mt25{margin-top:25px !important;}.mt30{margin-top:30px !important;}.mt35{margin-top:35px !important;}.mt40{margin-top:40px !important;}.mt60{margin-top:60px !important;}.mt50{margin-top:50px !important;}.mt80{margin-top:80px !important;}.mt0{margin-top:0 !important;}
.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}.mb35{margin-bottom:35px !important;}.mb40{margin-bottom:40px !important;}.mb50{margin-bottom:50px !important;}.mb60{margin-bottom:60px !important;}.mb80{margin-bottom:80px !important;}.mb0{margin-bottom:0px !important;}
.ml5{margin-left:5px !important;}.ml10{margin-left:10px !important;}.ml15{margin-left:15px !important;}.ml20{margin-left:20px !important;}.ml30{margin-left:30px !important;}.ml40{margin-left:40px !important;}.ml0{ margin-left:0 !important;}
.mr5{margin-right:5px !important;}.mr10{margin-right:10px !important;}.mr15{margin-right:15px !important;}.mr20{margin-right:20px !important;}.mr30{margin-right:30px !important;}.mr40{margin-right:40px !important;}.mr0{ margin-right:0 !important;}

.bg_gray {background:#f8f8f8;}
.tc_bg{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,0.45);z-index: 9;}

/*basic*/
.fl {float:left;}
.fr {float:right;}
.ac{ text-align:center;}
.al{ text-align:left;}
.ar{ text-align:right;}
.clear{ clear:both; height:0; overflow:hidden;}
.clear-both:after{content: '';clear: both;display: block;}
.oh_x {overflow-x:hidden;}
.page_main {padding:60px 0;}
.fontSize_lg {font-size:24px; line-height:1.6em; font-weight:300;}
.fontSize_md {font-size:18px; line-height:1.6em;}
.fontSize_sm {font-size:16px; line-height:1.6em;}
.fontcolor {color:#333;}

.column{font-size:36px;color: #272e62;line-height: normal;text-align: center; padding-bottom:20px;}
.column.al {text-align:left !important;}
.column.ar {text-align:right !important;}
.subcolumn{font-size:20px;color: #272e62; text-align: center;}
ul.dot li {list-style:disc; margin-left:1.2em;}
ul.tick li {position:relative; z-index:1; padding:3px 0 3px 28px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ul.tick li:before {display:inline-block; font-family:'globalIconfont'; content:'\e042'; font-size:20px; line-height:1; position:absolute; z-index:2; top:3px; left:0;}
ul.tick.color li:before {color:#272e62;}
@media(max-width: 479px){
	.column{font-size: 28px;}
	.subcolumn{font-size:18px;}
}

/*header*/
.header {position:fixed;  background:#fff; width:100%; z-index: 40;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s; font-family: "Muli",MaisonNeueLIG,Lato,sans-serif,Arial,Helvetica; font-weight: 400;}
.header a {color: #353031; text-decoration: none;}
.header a:hover {color: #0960b0; text-decoration: none;}
.header .container {position: relative;}
.header .container:after {display: block;content:'';clear: both;}
.header .logos {position: absolute; top:0; left:0; width: 96px; height: 60px; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.header .logos a {width: 62px; height: 100%; margin:0 auto;background-image: url(./logo.png)}
.header .logo_mobile {display: none;}
.header_pro {background:#3f8ffd;width:100%; color: #fff; position: fixed; z-index: 30; padding: 12px 0; text-align: center; -webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;font-family: "Muli",MaisonNeueLIG,Lato,sans-serif,Arial,Helvetica; font-weight: 400;}
.header_pro a {color: #fff; text-decoration: none;}
.header_pro a:hover {color: #fff; text-decoration: none;}
.header_pro .container:after {display: block;content:'';clear: both;}
.header_pro .logos {display: inline-block; vertical-align: top; position: relative; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.header_pro .logos .icon {display: none;}
.header_pro .logos_left {display:block; float: left; margin-left: 120px;}
.header_pro .fleft {float: left;}
.header_pro .other {display: inline-block; padding: 5px; margin-left: 33px;}
.header_pro .btnBox {display: inline-block; padding: 2px 0 2px 16px;}
.header_pro .btnBox a {display:block;display: inline-block; padding:4px 16px; margin-left:8px; border:solid 1px #fff; background: none; font-size: 12px; line-height: 22px;font-weight: 800;}
.header_pro .btnBox a i {font-size:20px; line-height:20px;}
.header_pro .btnBox a:hover {background: #fff; color: #3f8ffd;}
.header_pro .btnBox a.down {background: #fff; color: #3f8ffd;}
.header_pro .lag {float:right; padding:13px 0 0 0;}
.header_pro .lag span {padding-left:10px;}
.header_pro .logos_left + .btnBox,
.header_pro .logos_left + .other {float: right; margin-left: 0;}
.header_pro_fixed {position:fixed; bottom:0; left:0; z-index:99; width:100%;}
@media(max-width: 979px){
	.header_pro .logos_left {margin-left: 100px;}
}
@media(max-width: 479px){
	.header_pro .logos_left {margin-left: 0;}
	.header .logos {display:none; width: 64px; height:32px; margin-left: 0; background-color: inherit;}
	.header .logos a {width: 40px;}
	.header .logo_mobile {display: block;}
	.header_pro .other {margin-left: 0;}
}
@media(max-width: 430px){
	.header_pro .other {display: block; padding: 5px 0;}
}

/*footer*/
.footer{background:url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMZaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0FFOUM3OTVBQzExRTZCNTZGRjkzOTM3M0U5M0EzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2Q0FFOUM2OTVBQzExRTZCNTZGRjkzOTM3M0U5M0EzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSI0MkRENTY2RDFBOEM3NDU4MTAwMEYzNUY0QzU2M0NGQiIgc3RSZWY6ZG9jdW1lbnRJRD0iNDJERDU2NkQxQThDNzQ1ODEwMDBGMzVGNEM1NjNDRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAW/AAAF4wAABssAAAeI/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wgARCAAFDwADAREAAhEBAxEB/8QAfQABAQEAAAAAAAAAAAAAAAAAAAEGAQEBAQEAAAAAAAAAAAAAAAAAAQQGEAEAAAAAAAAAAAAAAAAAAACAEQEAAAAAAAAAAAAAAAAAAACAEgEAAAAAAAAAAAAAAAAAAACAEwEAAgMAAwEBAAAAAAAAAAABEDAAIEBQMUGAcP/aAAwDAQACEQMRAAAB0evnQsECkLEUIAKEAIgBVkAIUlAQEAAJQCohSCAAlAQAUIACACogEABBQCoARAAJRYAEUIASgAIACCwQAgFCAAKAUAoKIUEWkUBLagCgFQUAAqpLQAoKAItIoAKELUKBQgolVRIqgS0WCyghagBaCoBQAtRFFIoABQUFAAKItItkWwALYloCWkFFASgFCglEtsQoWBQCgAoAKCgCLSCW0WABQgFBQFIKCgAJakUBACKFCAAECygABKAgAAWUAIAASiiAAEAoQBZQICwAEFFAgABKBYEUWCAoQBZYUAQAEoFiAFEAoCUUCQFASghbAEECgSgAIAsoAQUAIAAQBVCAgAosf//aAAgBAQABBQJwf//aAAgBAgABBQJwf//aAAgBAwABBQJwf//aAAgBAgIGPwJwf//aAAgBAwIGPwJwf//aAAgBAQEGPwJwf//aAAgBAQMBPyH9wf/aAAgBAgMBPyH9wf/aAAgBAwMBPyH9wf/aAAwDAQACEQMRAAAQ2JqS1EsAgFtRvfdJs+yUiFhP/wDabtBIlthu+ktABAK23RJuTSZIBslif3/TTfPQLKJSYZbhbJZtt3zm2mkjntvD57R+tQem5Gpee2CG0mw83t/09tn2DhmJbHLcsYS20iU46UNrpakrDAbBcRLdm00sW2mSU5J/e5Nva6m2ylNt7UpFbboEiS3JtElJtb9gWTT7W5E2TpVkyzTtF/z+hdgG0SBYgb+alLf6kA0lNrbbRFP/ACL/2gAIAQEDAT8Q0dGHR9wwy+tWWGfsOzDs0Oruyw7OzDs6urD61ZYYNySH3hjDZ9hwxgqNH3haQ4Yx8rLm77DhjBuSaOhUe4cMdWn7DhJY85SUngfl7oSwY7EOG/zcqNygpKSw3//aAAgBAgMBPxDmIOE4Dwh/CGXR73zLo9L0NrS3NTc3sOzo8H//2gAIAQMDAT8QocMYdnnMcMfPvMcRaaFRJuSXknQVEnEUl5JUc5SdB0EnKVFhW4WHUb//2Q==') no-repeat center top #353031;
	background-size: 100% 5px;
	overflow:hidden; padding:30px 0 25px 0; color:#dcd5cf; text-align:left;}
.footer dt{ font-size:15px;  color:#dcd5cf; margin-bottom:2px;}
.footer a{color:#dcd5cf;}
.footer .link{ font-size:12px;padding-right:20px; margin-right:20px;}

/*main*/
/*--row*/
/*<div class="row">*/
/*<div class="item item'?'">*/
/*</div>*/
/*</div>*/
/*Number of rows: 12/'?' = n */
.row:after {display:block; content:''; clear:both;}
.row > .item2,
.row > .item2_4,
.row > .item3,
.row > .item4,
.row .item6 {float:left; margin:20px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.row .item2 {width:15.6%; margin-left:1.2%;}
.row .item2_4 {width:18%; margin-left:2.5%;}
.row .item3 {width:23%; margin-left:2.6%;}
.row .item4 {width:30.3%; margin-left:4.5%;}
.row .item6 {width:47.5%; margin-left:5%;}
.row .item:first-child {margin-left:0;}
.row .item2:nth-of-type(6n+1),
.row .item2_4:nth-of-type(5n+1),
.row .item3:nth-of-type(4n+1),
.row .item4:nth-of-type(3n+1),
.row .item6:nth-of-type(2n+1) {margin-left:0; clear:both;}
@media (max-width: 979px) {
	.row .item2,
	.row .item2_4 {width:23%; margin-left:2.6%;}
	.row .item2:nth-of-type(6n+1),
	.row .item2_4:nth-of-type(5n+1) {margin-left:2.6%; clear:none;}
	.row .item2:nth-of-type(4n+1),
	.row .item2_4:nth-of-type(4n+1) {margin-left:0; clear:both;}
}
@media (max-width: 767px) {
	.row .item2,
	.row .item2_4 {width:30.3%; margin-left:4.5%;}
	.row .item2:nth-of-type(6n+1),
	.row .item2_4:nth-of-type(5n+1) {margin-left:4.5%; clear:none;}
	.row .item2:nth-of-type(4n+1),
	.row .item2_4:nth-of-type(4n+1) {margin-left:4.5%; clear:none;}
	.row .item2:nth-of-type(3n+1),
	.row .item2_4:nth-of-type(3n+1) {margin-left:0; clear:both;}
	.row .item3 {width:47.5%; margin-left:5%;}
	.row .item3:nth-of-type(4n+1) {margin-left:5%; clear:none;}
	.row .item3:nth-of-type(2n+1) {margin-left:0; clear:both;}
	.row .item6 {float: none;width: auto;}
}
@media (max-width: 479px) {
	.row .item:not(.item2,.item2_4) {float:none; width:auto; margin-left:0;}
	.row .item2,
	.row .item2_4 {width:47.5%; margin-left:5%;}
	.row .item2:nth-of-type(6n+1),
	.row .item2:nth-of-type(5n+1),
	.row .item2:nth-of-type(3n+1),
	.row .item2_4:nth-of-type(6n+1),
	.row .item2_4:nth-of-type(5n+1),
	.row .item2_4:nth-of-type(3n+1) {margin-left:5%; clear:none;}
	.row .item2:nth-of-type(2n+1),
	.row .item2_4:nth-of-type(2n+1) {margin-left:0; clear:both;}
}
@media (max-width: 400px) {
	.row .item:nth-of-type(n) {float:none; width:auto; margin-left:0;}
}

/*--tab*/
/*<div class="tabBox">*/
/*<ul class="tabMenu" text-align="" li-display="" li-number="" li-text-align="" >*/
/*<li></li>*/
/*</ul>*/
/*</div>*/
.tabBox > .tabMenu:after {display:block; clear:both; content:'';}
.tabBox > .tabMenu[text-align='center'] {text-align:center;}
.tabBox > .tabMenu[text-align='right'] {text-align:right;}
.tabBox > .tabMenu[li-text-align='left'] {text-align:left;}
.tabBox > .tabMenu[li-text-align='right'] {text-align:right;}
.tabBox > .tabMenu > li {float:left; width:50%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.tabBox > .tabMenu[li-display='inline-block'] > li {display:inline-block;float:none; width:auto;}
.tabBox > .tabMenu[li-number='3'] > li {width:33.3%;}
.tabBox > .tabMenu[li-number='4'] > li {width:25%;}
.tabBox > .tabMenu[li-number='5'] > li {width:20%;}
.tabBox > .tabMenu[li-number='6'] > li {width:16.6%;}

/*--bottom toolbox*/
.bottom_toolbox {padding:60px 0;}
.bottom_toolbox .info {text-align:center; color:#333; padding:0 0 20px 0;}
.bottom_toolbox .cont {padding-top:20px;}
.bottom_toolbox .item {float:left; width:31.3%; margin:0 0 3% 3%; padding:30px 0 20px 0; text-align:center; background:#fff; box-shadow: 0 0 20px 0 #ededed; box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.2);}
.bottom_toolbox .item:first-child,
.bottom_toolbox .item:nth-of-type(3n+1) {clear:both; margin-left:0;}
.bottom_toolbox .item .pic {padding:20px;}
.bottom_toolbox .item .name {font-size:20px; line-height:1.2; color:#16aaff; padding:10px 20px 0; min-height:40px;}
.bottom_toolbox .item p {padding:0 30px; font-size:16px; line-height:1.4em; min-height:80px; color:#666;}
@media (max-width: 767px) {
	.bottom_toolbox .item {width:48%; margin-left:4%;}
	.bottom_toolbox .item:nth-of-type(3n+1) {clear:none; margin-left:4%;}
	.bottom_toolbox .item:nth-of-type(2n+1) {clear:both; margin-left:0;}
}
@media (max-width: 479px) {
	.bottom_toolbox .item {float:none; width:auto; margin-left:0; margin-bottom:20px;}
	.bottom_toolbox .item:nth-of-type(3n+1) {margin-left:0;}
}

/*--bottom download*/
.bottom_download {padding:60px 0; text-align:center; background-color:#272e62; background-repeat:no-repeat; background-position:center 0; color:#435bfd;}
.bottom_download a,
.bottom_download a:hover {color:#fff;}
.bottom_download .pro_name {padding:0 0 10px 0;}
.bottom_download .logo { width:200px; height:50px; margin: 0 auto;}
.bottom_download .title {padding:20px 0; font-size:36px; line-height:1.4; color:#fff; font-weight:400;}
.bottom_download .title small {display:block; font-size:30px; line-height:1.4;}
.bottom_download .subtitle {padding:10px 0; font-size:24px; line-height: 1.4em; color:#435bfd;}
.bottom_download .title + .subtitle {padding-top:0; margin-top:-10px;}
.bottom_download .info {padding:20px 0; font-size:16px;}
.bottom_download .info .title {padding:0 0 10px 0;}
.bottom_download .btnBox {padding:10px 0;}
.bottom_download .btnBox a {margin:10px;}
.bottom_download .go_other {padding-top:0}
.bottom_download .go_other a {margin:3px;}
.bottom_download .go_other a.curr i,
.bottom_download .go_other a:hover i{color: #fff;}
.bottom_download .go_other a.curr,
.bottom_download .go_other a:hover{color: #fff;}
@media (max-width: 479px) {
	.bottom_download .title {font-size:30px;}
	.bottom_download .subtitle {font-size:18px;}
}

/*go to btn*/
.go_other{padding-top:10px;}
.go_other span {display:inline-block; margin:0 10px 0 0;}
.go_other a {font-size: 14px; color: #413e3f;opacity: 0.7;margin: 0 3px;}
.go_other a + a {margin-left:0;}
.go_other a.curr,
.go_other a:hover{color: #3f4e59;text-decoration: none;opacity: 1;}
.go_other a i{font-size:18px; line-height:1; vertical-align:middle; color: #413e3f;opacity: 0.7;margin-right: 6px;transition: all 0.4s;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;}
.go_other a i.fm-mac {font-size:22px; line-height:16px;}
.go_other a.curr i,
.go_other a:hover i{color: #0960b0;opacity: 1;}

/*flexslider style*/
.flexslider {position:relative; z-index:1;}
.flexslider .slides li {display:none;}
.flex-direction-nav {margin:0;}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {display:inline-block; position:absolute; z-index:2; width:50px; height:50px; overflow:hidden; top:50%; margin:-25px 0 0 0; font-size:50px; line-height:1; color:#fff;}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {text-decoration:none;color:#fff;}
.flex-direction-nav .flex-prev {left:0;}
.flex-direction-nav .flex-next {right:0;}
.flex-direction-nav .flex-prev:before {font-family: 'globalIconfont';content:'\e92d';}
.flex-direction-nav .flex-next:before {font-family: 'globalIconfont';content:'\e92e';}
.flex-control-paging{text-align:center;list-style:none;margin:20px 0 0 0;}
.flex-control-paging li{padding:0 5px;display:inline-block;*display:inline;}
.flex-control-paging li a{display:inline-block; background:#fff; opacity: .4; width:8px;height:8px;cursor:pointer; overflow:hidden; text-indent:-99999px; border-radius:20px;}
.flex-control-paging li a.flex-active{background:#fff; opacity:1;}

.owl-carousel{text-align: center;padding: 20px 0;}
.owl-carousel .item img{width: initial;}
.owl-carousel .owl-nav .owl-prev{position: absolute;left: 0px;top: 45%;color: #fff;font-size: 40px;}
.owl-carousel .owl-nav .owl-next{position: absolute;right: 0px;top: 45%;color: #fff;font-size: 40px;}
.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover{color: #7aa0b4;}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{vertical-align: middle;}
.owl-carousel .owl-dots{margin-top: 30px;}
.owl-carousel .owl-dot{width: 8px;height: 8px;background-color: #7aa0b4;display: inline-block;margin: 0 5px;border-radius: 14px;opacity: 0.3;}
.owl-carousel .owl-dot.active{background-color: #7aa0b4;opacity: 1;}
.owl-carousel .owl-item img{width: auto !important;display: inline-block !important;border-radius: 5px;}
.owl-carousel .owl-stage-outer{direction: ltr;}

/*rating*/
.rating{display:inline-block;*display:inline; zoom:1; margin:0; padding:0; list-style:none; line-height:0 !important; font-style:normal;}
.rating li{display:inline-block; *display:inline; padding:0; margin:0; zoom:1; font-size:14px !important; line-height:1 !important; color:#aab2bb; background:none !important;}
.rating li:after {display:block; font-family:'globalIconfont'; content:'\e91a';}
.rating li.on:after {content:'\e919';color:#f8b81b;}
.rating li.half:after {content:'\e91e';color:#f8b81b;}

.bigRating li{font-size:26px !important; line-height:1 !important;}

.middleRating li{font-size:18px !important; line-height:1 !important;}

/*rating2*/
.star-group{display: inline-block;margin-bottom: 10px;}
.star-group li{display: inline-block;}
.star-group i{font-size: 24px;color: #ff9f00;vertical-align: -5px;}
.star-group.lg i{font-size: 36px;}
.star-group.sm i{font-size: 16px;}

/*footer*/
.page_footer {background:#585858;font-size:13px; line-height:1.6em; color:#fff; padding:40px 0 100px;border-top: solid 4px #0960b0;}
.page_footer a {color:#fff;}
.page_footer a:hover {text-decoration:none; color:#0960b0;}
.page_footer p {padding:0 0 20px 0;}
.page_footer .footerNav {display:inline-block; padding-right:20px;}

/*time*/
.countdown_section {display:inline-block;font-size:14px;text-align:center;font-weight:normal;padding:5px;line-height:inherit;}
.countdown_amount {display:inline-block; padding-right:3px; font-size:22px; height:20px; margin:0 auto; line-height:20px; text-align:center; font-weight:bold;}
