﻿@charset "utf-8";
/* CSS Document */


body {
	overflow-x: hidden;
	font-family: "", Helvetica, Arial, sans-serif;
}
body a {
	outline: none;
blr:expression(this.onFocus=this.blur());
}
body a:focus {
	outline: none;
}
/*宽*/
.w010 {
	width: 100%;
}
.maxw010 {
	max-width: 100%;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.pt40 {
	padding-top: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.fs16 {
	font-size: 16px !important;
}
.fs18 {
	font-size: 18px;
}
.fs24 {
	font-size: 24px !important;
}
.color-fff {
	color: #fff !important;
}
.color-b18247 {
	color: #b18247;
}
.color-212121 {
	color: #212121;
}
/*header*/
.header-custom {
	margin-bottom: 0;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-radius: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}
.header-custom .logo {
	height: auto;
	padding: 20px 15px 25px 15px;
}
.header-custom .logo .logo-top {
	display: block;
}
.header-custom .logo .logo-down {
	display: none;
}
.header-custom .nav-custom>li>a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-custom .nav-custom>li>a:focus, .header-custom .nav-custom>li>a:hover {
	background-color: inherit;
}
.header-custom .nav-custom>.active>a, .header-custom .nav-custom>.active>a:hover, .header-custom .nav-custom>.active>a:focus {
	background-color: inherit;
}
.header-custom .nav-custom>.open>a, .header-custom .nav-custom>.open>a:hover, .header-custom .nav-custom>.open>a:focus {
	background-color: inherit;
}
.header-custom .navbar-toggle {
	margin-bottom: 0;
	border-color: #b18247;
}
.header-custom .navbar-toggle .icon-bar {
	background: #b18247;
}
.header-custom .navbar-toggle:hover, .header-custom .navbar-toggle:focus {
	background: #b18247;
}
.header-custom .navbar-toggle:hover .icon-bar, .header-custom .navbar-toggle:focus .icon-bar {
	background: #fff;
}
.header-right .a-1 {
	float: left;
	height: 25px;
	line-height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 12px;
	font-size: 14px;
	color: #fff;
}
.header-right .language-toggle {
	float: left;
	width: 80px;
}
.header-right .language-toggle .a-1 {
	float: none;
	display: inline-block;
	width: 70px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.header-right .language-toggle .a-1 .con {
	display: inline-block;
}
.header-custom.on {
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid #eee;
}
.header-custom.on .nav-custom>li>a {
	color: #000;
}
.header-custom.on .header-right .a-1 {
	border: 1px solid #d5d5d5;
	color: #888;
}
/*footer*/
footer {
	
}
.footer-nav {
	padding-top: 40px;
	background: url("../images/line_7.jpg") left 40px no-repeat;
}
.footer-nav>div {
	margin-bottom: 20px;
	background: url("../images/line_7.jpg") right 0 no-repeat;
}
.footer-nav>div a {
	display: block;
}
.footer-nav>div .a-1 {
	height: 29px;
	line-height: 18px;
	margin-bottom: 10px;
	background: url("../images/line_8.png") left bottom no-repeat;
	font-size: 16px;
	color: #fff;
}
.footer-nav>div .a-2 {
	line-height: 26px;
	color: #dedede;
}
.footer-copy {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #111;
	color: #a6a6a6;
	text-transform: uppercase;
}
.prompt {
	display: none;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eee;
	font-size: 14px;
	color: #333;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
}
.prompt .content {
	padding-left: 30px;
	position: relative;
}
.prompt .content .icon {
	position: absolute;
	top: 3px;
	left: 0;
}
.prompt a {
	color: #b18247;
	text-decoration: underline;
}
.rightBox-btn {
	display: none;
}
.right-box {
	width: 80px;
	margin-top: -204px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
}
.right-box ul li {
	display: none
	;
	height: 80px;
	line-height: 26px;
	padding-top: 14px;
	margin-bottom: 2px;
	background: #b18247;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.right-box ul li a {
	display: block;
	color: #fff;
}
.right-box ul li:hover {
	background: #c30d23;
}
/*page*/
.page {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.page a {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: 1px;
	margin-left: 1px;
	font-family: Arial;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.page a:hover, .page a.current {
	background: #aaa;
	color: #fff;
}
/*banner*/
.banner-block {
	height: 1500px;
}
.banner-text {
	margin-top: -91px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 60px;
	left: 60px;
	z-index: 999;
}
.banner-text .img img {
	display: none;
	
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
.banner-text .name-en {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
}
.banner-text .name-en .line {
	width: 126px;
	height: 1px;
	background: url("../images/line_1.png") left top repeat-x;
	position: absolute;
	top: 50%;
}
.banner-text .name-cn {
	line-height: 60px;
	font-size: 24px;
	color: #000;
}
.banner-text .name-en .line.line-r {
	left: 100%;
}
.banner-text .name-en .line.line-l {
	right: 100%;
}
.banner {
	width: 100%;
}
.banner .item a {
	display: block;
	position: relative;
}
.banner .item a.a-2 {
	display: none;
}
.banner.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 70px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: -35px;
	border-radius: 0;
	text-indent: 999px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.banner.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	background: url("../images/jt_1l.png") no-repeat;
}
.banner.owl-theme .owl-controls .owl-nav .owl-prev:hover {
	background: url("../images/jt_1l_h.png") no-repeat;
}
.banner.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	background: url("../images/jt_1r.png") no-repeat;
}
.banner.owl-theme .owl-controls .owl-nav .owl-next:hover {
	background: url("../images/jt_1r_h.png") no-repeat;
}
/*index content*/
.tit-1 {
	height: 62px;
	line-height: 62px;
}
.tit-1.style01 {
	color: #212121;
}
.tit-1.style02 {
	color: #fff;
}
.tit-1 .name {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	background: url("../images/line_3.png") center bottom no-repeat;
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
.tit-1 .name .line {
	width: 502px;
	height: 15px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
}
.tit-1 .name .line img {
	display: block;
}
.tit-1 .name .line.line-r {
	background: url("../images/line_2r.png") left center no-repeat;
	left: 100%;
}
.tit-1 .name .line.line-l {
	background: url("../images/line_2l.png") right center no-repeat;
	right: 100%;
}
.mod-01 {
	line-height: 22px;
	font-size: 14px;
	color: #444;
}
#featured-area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.roundabout-holder {
	list-style: none;
	margin: 0px auto;
}
.roundabout-moveable-item {
	font-size: 12px!important;
	cursor: pointer;
}
.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline: none;
	text-decoration: none;
}
.roundabout li {
	margin: 0
}
#featured-area .ban_l_btn, #featured-area .ban_r_btn {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: -30px;
	display: block;
	width: 50px;
	height: 56px;
	z-index: 9;
	background: url("../images/jt_1l.png") center center no-repeat;
	overflow: hidden;
}
#featured-area .ban_r_btn {
	left: auto;
	right: -25px;
	background: url("../images/jt_1r.png") center center no-repeat;
}
#featured-area .ban_l_btn:hover {
	background: url("../images/jt_1l_h.png") center center no-repeat;
}
#featured-area .ban_r_btn:hover {
	background: url("../images/jt_1r_h.png") center center no-repeat;
}
#featured-area ul li div {
	width: 100%;
	height: 100%;
}
.roundabout-holder span {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	background: rgba(0,0,0,0.7);
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.mod-02 {
	width: 100%;
	display: none !important;
}
.mod-02 .item {
	width: 100%;
	position: relative;
}
.mod-02 .item a, .mod-02 .item a img {
	display: block;
	width: 100%;
}
.mod-02 .item a span {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	background: rgba(0,0,0,0.7);
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.block-01 {
	padding-top: 100px;
	padding-bottom: 85px;
	
}
.mod-03>div a, .mod-03>div a span {
	display: block;
}
.mod-03>div a .icon {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	height: 150px;
	padding-top: 45px;
	border: 3px solid rgba(255,255,255,0.4);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-03>div a .icon img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-03>div a .title {
	height: 94px;
	line-height: 94px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.mod-03>div a:hover .icon {
	background: #c22c30;
	border: 3px solid rgba(177,130,71,1);
}
.mod-03>div a:hover .icon img {
	opacity: 1;
}
.block-02 {
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.mod-04>img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
.mod-04 .a-1 {
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #c22c30;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.block-03 {
	padding-top: 40px;
	padding-bottom: 45px;
	background: #f7f7f7;
}
.mod-05 {
	margin-right: -7px;
	margin-left: -7px;
}
.mod-05>div {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.mod-05 .img-box {
	margin-bottom: 14px;
	position: relative;
}
.mod-05 .img-box a, .mod-05 .img-box a span {
	display: block;
	overflow: hidden;
}
.mod-05 .img-box a .bg {
	display: none;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mod-05 .img-box a img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.mod-05 .img-box a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.mod-05 .img-box .text-1 {
	height: 40px;
	line-height: 22px;
	margin-top: -20px;
	background: url("../images/line_4.jpg") center bottom no-repeat;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.mod-05 .img-box .text-2 {
	position: absolute;
	right: 20px;
	bottom: 15px;
	left: 20px;
}
.mod-05 .img-box .text-2 .title {
	height: 40px;
	line-height: 24px;
	margin-bottom: 15px;
	background: url("../images/line_5.jpg") left bottom no-repeat;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.mod-05 .img-box .text-2 .content {
	line-height: 24px;
	font-size: 14px;
	color: #c3c3c3;
}
.block-04 {
	padding-top: 40px;
	
}
.mod-06 {
	margin-right: -10px;
	margin-left: -10px;
}
.mod-06>div {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 55px;
}
.mod-06 .box {
	height: 306px;
	padding-top: 75px;
	padding-right: 25px;
	padding-left: 25px;
	background: rgba(255,255,255,0.95);
	border-bottom: 5px solid #c7c7c7;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-06 .box .icon {
	width: 120px;
	height: 120px;
	padding-top: 23px;
	margin-left: -60px;
	background: #c22c30;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 0 #dfdfdf;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-06 .box .title {
	height: 54px;
	line-height: 54px;
	margin-bottom: 15px;
	background: url("../images/line_6.jpg") center bottom no-repeat;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.mod-06 .box .title a {
	color: #333;
}
.mod-06 .box .content {
	height: 120px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
}
.mod-06 .box:hover {
	border-bottom: 5px solid #c30d23;
}
.mod-06 .box:hover .icon {
	background: #c30d23;
}
.mod-07 .tabs-tit {
	display: inline-block;
	padding-right: 22px;
	padding-left: 20px;
	background: url("../images/li_bg1.png") right center no-repeat;
}
.mod-07 .tabs-tit:last-child {
	background: none;
}
.mod-07 .tabs-tit .name {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #212121;
}
.mod-07 .tabs-tit.selected .name {
	background: url("../images/name_bg1_h.png") left bottom repeat-x;
	color: #c22c30;
	font-weight: bold;
}
.box-01 {
	margin-right: -6px;
	margin-left: -6px;
}
.box-01>div {
	padding-right: 6px;
	padding-left: 6px;
}
.mod-08 {
	width: 100%;
}
.mod-08 .item {
	width: 100%;
	position: relative;
}
.mod-08 .item a, .mod-08 .item a img {
	display: block;
	width: 100%;
	height:378px;
}
.mod-08 .item a span {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	background: rgba(0,0,0,0.7);
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.mod-08.owl-theme .owl-controls {
	position: absolute;
	right: 10px;
	bottom: 15px;
}
.mod-08.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: none;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-08.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}
.mod-09 ul li {
	height: 116px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 182px;
	margin-bottom: 15px;
	background: #fff;
	position: relative;
}
.mod-09 ul li .img {
	width: 168px;
	height: 116px;
	position: absolute;
	top: 0;
	left: 0;
}
.mod-09 ul li .img img {
	display: block;
	width: 168px;
	height: 116px;
}
.mod-09 ul li .title {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 7px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
}
.mod-09 ul li .title a {
	color: #222;
}
.mod-09 ul li .content {
	height: 18px;
	line-height: 18px;
	margin-bottom: 14px;
	overflow: hidden;
	color: #666;
}
.mod-09 ul li .more {
	display: block;
	width: 91px;
	height: 27px;
	line-height: 27px;
	background: #efefef;
	color: #222;
	text-align: center;
}
.mod-10>div {
	margin-bottom: 20px;
}
.mod-10>div img {
	display: block;
	margin: auto;
	height: 230px;
	/* width: 100%; */
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img.desaturate {
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; */
}
/*02-关于我们*/
.other-banner img {
	display: block;
	width: 100%;
}
.mod-11 {
	background: #f7f7f7;
	border-bottom: 1px solid #e4e4e4;
}
.mod-11>.container>.fix {
	border-left: 1px solid #e4e4e4;
}
.mod-11 a {
	height: 49px;
	line-height: 48px;
	margin-bottom: -1px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-11 a:hover, .mod-11 .on {
	background: #000000;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.mod-12 .img img {
	display: block;
	width: 100%;
}
.mod-12 .text {
	line-height: 22px;
	margin-top: 20px;
	font-size: 14px;
	color: #212121;
}
.block-05 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url("../images/bg_4.jpg") center top no-repeat;
	background-size: cover;
}
.mod-13>div {
	margin-bottom: 20px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.mod-13>div .icon {
	width: 100px;
	height: 100px;
	padding-top: 22px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 3px solid rgba(255,255,255,0.4);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-13>div .icon img {
	opacity: 0.8;
}
.mod-13>div:hover .icon {
	background: #b18247;
	border: 3px solid rgba(177,130,71,1);
}
.mod-13>div:hover .icon img {
	opacity: 1;
}
.mod-14 {
	width: 100%;
	padding-top: 50px;
	background: url("../images/line_9.jpg") center top repeat-y;
	position: relative;
}
.mod-14 .item {
	margin-bottom: 40px;
}
.mod-14 .inner .icon {
	width: 16px;
	height: 12px;
	background: url("../images/icon_26_l.jpg") no-repeat;
	position: absolute;
	top: 0;
	right: 26px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-14 .inner ul {
	line-height: 28px;
	padding: 20px 25px;
	background: #eee;
	border-radius: 7px;
	font-size: 16px;
	color: #444;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-14 .leftCorner, .mod-14 .rightCorner {
	width: 11px;
	height: 11px;
	background: #dedede;
	border-radius: 50%;
	position: absolute;
	top: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-14 .rightCorner {
	right: -5px;
}
.mod-14 .leftCorner {
	left: -5px;
}
.mod-14 .item:nth-child(2n) .icon {
	background: url("../images/icon_26_r.jpg") no-repeat;
	right: auto;
	left: 26px;
}
.mod-14 .item .inner:hover ul {
	background: #b18247;
	color: #fff;
}
.mod-14 .item .inner:hover .leftCorner, .mod-14 .item .inner:hover .rightCorner {
	background: #b18247;
}
.mod-14 .item .inner:hover .icon {
	background: url("../images/icon_26_lh.jpg") no-repeat;
}
.mod-14 .item:nth-child(2n) .inner:hover .icon {
	background: url("../images/icon_26_rh.jpg") no-repeat;
}
.public-more1 {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 31px;
	border: 2px solid #b4b2b2;
	font-size: 16px;
	color: #212121;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.public-more1:hover {
	background: #b18247;
	border: 2px solid #b18247;
	color: #fff;
}
.block-06 {
	padding-top: 40px;
	padding-bottom: 55px;
	background: url("../images/bg_5.jpg") center top no-repeat;
	background-size: cover;
}
.mod-15 .box {
	background: #fff;
}
.mod-15 .box .img img {
	display: block;
	width: 100%;
}
.mod-15 .box .text {
	height: 188px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
.mod-15 .box .text .title {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 16px;
	color: #212121;
	font-weight: bold;
}
.mod-15 .box .text .title a {
	color: #212121;
}
.mod-15 .box .text .content {
	height: 54px;
	overflow: hidden;
	margin-bottom: 12px;
	line-height: 18px;
	color: #666;
}
.mod-15 .box .text .date {
	margin-bottom: 12px;
	font-family: Arial;
	color: #999;
}
.mod-15 .box .text .more {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #b4b2b2;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-15 .box .text .more:hover {
	background: #b18247;
	border: 1px solid #b18247;
	color: #fff;
}
.mod-15.owl-theme .owl-controls .owl-prev, .mod-15.owl-theme .owl-controls .owl-next {
	width: 50px;
	height: 56px;
	padding: 0;
	margin: 0;
	margin-top: -28px;
	border-radius: 0;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-15.owl-theme .owl-controls .owl-prev {
	background: url("../images/jt_1l.png") center center no-repeat;
	left: 0;
}
.mod-15.owl-theme .owl-controls .owl-prev:hover {
	background: url("../images/jt_1l_h.png") center center no-repeat;
}
.mod-15.owl-theme .owl-controls .owl-next {
	background: url("../images/jt_1r.png") center center no-repeat;
	right: 0;
}
.mod-15.owl-theme .owl-controls .owl-next:hover {
	background: url("../images/jt_1r_h.png") center center no-repeat;
}
.public-more2 {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 31px;
	border: 2px solid rgba(255,255,255,0.5);
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-16>div {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.mod-16>div img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.mod-16>div .text {
	height: 36px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #666;
	text-align: center;
}
.tit-2 {
	font-size: 24px;
	color: #212121;
	font-weight: bold;
	text-align: center;
}
.form-01>.form-group {
	margin-right: -5px;
	margin-bottom: 0;
	margin-left: -5px;
}
.form-01>.form-group>div {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}
.wbk-1 {
	height: 40px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}
.wbk-2 {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}
.input-1 {
	width: 100%;
	height: 40px;
	background: #a4a4a4;
	border: none;
	font-size: 14px;
	color: #fff;
}
.input-2 {
	width: 120px;
	height: 35px;
	background: #b18247;
	border: none;
	font-size: 16px;
	color: #fff;
}
.mod-17>div {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.mod-17>div .icon {
	margin-right: auto;
	margin-left: auto;
	width: 68px;
	height: 68px;
	padding-top: 20px;
	background: #b18247;
	border-radius: 50%;
}
.mod-17>div .name {
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	color: #b3b3b3;
}
.mod-17>div .content {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
/*03-关于我们（fomoso优势）*/
.mod-18 {
	border-bottom: 1px solid #e2e2e2;
}
.mod-18 .box {
	height: 158px;
	margin-bottom: -5px;
	background: url("../images/dian_2.png") center bottom no-repeat;
	font-size: 14px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.mod-18 .box .icon {
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100px;
	height: 100px;
	padding-top: 30px;
	background: url("../images/img_bg1.png") no-repeat;
	border-radius: 50%;
}
.mod-18 .box .icon img {
	margin-right: auto;
	margin-left: auto;
}
.mod-18 .box .name {
	height: 30px;
	line-height: 30px;
}
.mod-18 .tabs-tit.selected .box {
	background: url("../images/dian_2h.png") center bottom no-repeat;
	color: #b18247;
}
.mod-18 .tabs-tit.selected .box .icon {
	background: #b18247;
}
.mod-19 {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background: #f8f8f8;
}
.mod-19 img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*04-关于我们（资产安全）*/
.block-07 {
	padding-top: 40px;
	padding-bottom: 50px;
	background: url("../images/bg_6.jpg") center top no-repeat;
	background-size: cover;
}
.mod-20 img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*06-关于我们（公司新闻）*/
.mod-21 {
	margin-right: -10px;
	margin-left: -10px;
}
.mod-21>div {
	padding-right: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
.mod-21>div a {
	display: block;
	padding-bottom: 14px;
	background: #fff;
	border-bottom: 2px solid #e2e2e2;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-21>div a img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.mod-21>div a span {
	display: block;
}
.mod-21>div a .text {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url("../images/line_10.jpg") 15px bottom no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-21>div a .text .title {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 18px;
	color: #212121;
	font-weight: bold;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-21>div a .text .date {
	height: 20px;
	line-height: 20px;
	font-family: Arial;
	font-size: 14px;
	color: #999;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-21>div a:hover {
	background: #b18247;
	border-bottom: 2px solid #8f6634;
}
.mod-21>div a:hover .text {
	background: url("../images/line_10h.jpg") 15px bottom no-repeat;
}
.mod-21>div a:hover .text .title {
	color: #fff;
}
.mod-21>div a:hover .text .date {
	color: #fff;
}
.public-more3 {
	display: block;
	height: 45px;
	line-height: 45px;
	background: #b18247;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.public-more3:hover {
	color: #fff;
}
/*07-交易平台（手机交易终端）*/
.mod-22 .img img {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
}
.mod-22 .text {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.mod-22 .text .a-1 {
	display: inline-block;
	width: 226px;
	height: 50px;
	line-height: 50px;
	background: #b18247;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
/*09-交易产品*/
.mod-23 .box {
	min-height: 400px;
	position: relative;
}
.mod-23 .box .img-box img {
	display: block;
	width: 100%;
}
.mod-23 .box .text {
	padding-right: 3%;
	padding-left: 3%;
	font-size: 14px;
	text-transform: uppercase;
}
.mod-23 .box .text .title {
	height: 68px;
	line-height: 68px;
	margin-bottom: 20px;
	background: url("../images/line_11.jpg") left bottom no-repeat;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.mod-23 .box .text .title a {
	color: #000;
}
.mod-23 .box .text .con-1 {
	margin-bottom: 10px;
	line-height: 22px;
	color: #333;
}
.mod-23 .box .text .con-2 {
	line-height: 24px;
	color: #666;
}
/*11-合作模式*/
.position-fix {
	position: fixed;
	top: 89px;
	right: 0;
	left: 0;
	z-index: 999;
}
.mod-24 {
	min-height: 340px;
	padding: 8px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
	position: relative;
}
.mod-24 .img-box img {
	display: block;
	width: 100%;
}
.mod-24 .text {
	padding: 20px 25px;
}
.mod-24 .text .title {
	height: 54px;
	line-height: 54px;
	margin-bottom: 10px;
	background: url("../images/line_12.jpg") left bottom no-repeat;
	font-size: 24px;
	color: #212121;
	font-weight: bold;
}
.mod-24 .text .title a {
	color: #212121;
}
.mod-24 .text .content {
	line-height: 24px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #555;
}
.mod-24 .text .a-1 {
	display: block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	background: #b18247;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/*12-帮助支持（常见问题）*/
.mod-25 ul li {
	line-height: 24px;
	margin-bottom: 30px;
	background: #a0a0a0;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-25 ul li .title {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #fff;
}
.mod-25 ul li .content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	color: #666;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-25 ul li:hover {
	background: #b18247;
}
.mod-25 ul li:hover .content {
	color: #b18247;
}
/*13-帮助支持（商业条款）*/
.public-more4 {
	display: block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	background: #b18247;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
/*14-帮助支持（风险声明）*/
.mod-26 {
	line-height: 24px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 52px;
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	color: #555;
	position: relative;
}
.mod-26 .icon {
	position: absolute;
	top: 12px;
	left: 15px;
}
.mod-27 {
	line-height: 22px;
	font-size: 14px;
	color: #777;
}
/*16-帮助支持（出入金政策）*/
.mod-28 {
	line-height: 20px;
	font-size: 14px;
	color: #444;
}
.mod-28 img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.tit-3 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #b18247;
	font-weight: bold;
}
/*17-客户服务（市场动态）*/
.mod-29 .box {
	background: #f7f7f7;
	margin-bottom: 20px;
	position: relative;
}
.mod-29 .box .img img {
	display: block;
	width: 100%;
}
.mod-29 .box .text {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 24px;
	padding-left: 25px;
}
.mod-29 .box .text .title {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 16px;
	background: url("../images/line_13.jpg") left bottom no-repeat;
	font-size: 20px;
	color: #212121;
	font-weight: bold;
}
.mod-29 .box .text .title a {
	color: #212121;
}
.mod-29 .box .text .content {
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}
.mod-29 .box .text .more {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 30px;
	border: 2px solid #c0c0c0;
	font-size: 14px;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-29 .box .text .more:hover {
	background: #b18247;
	border: 2px solid #b18247;
	color: #fff;
}
/*18-客户服务（vps）*/
.mod-30 .box {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	vertical-align: top;
}
.mod-30 .box .icon {
	display: block;
	width: 90px;
	height: 90px;
	padding-top: 26px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background: url("../images/img_bg1.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-30 .box .text {
	display: block;
	height: 36px;
	line-height: 18px;
	color: #666;
}
.mod-30 .box.on .icon {
	background: #b18247;
}
.block-08 {
	padding-top: 25px;
	padding-bottom: 80px;
	background: url("../images/bg_7.png") center top no-repeat;
	background-size: cover;
}
.block-09 {
	background: #f7f7f7;
	border-bottom: 1px solid #e4e4e4;
}
.mod-31 {
	border-left: 1px solid #e4e4e4;
}
.mod-31 a {
	display: block;
	height: 48px;
	line-height: 48px;
	border-right: 1px solid #e4e4e4;
	font-size: 16px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-31 a:hover, .mod-31 .on {
	background: #b18247;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.mod-31.owl-theme .owl-controls .owl-prev, .mod-31.owl-theme .owl-controls .owl-next {
	width: 50px;
	height: 48px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mod-31.owl-theme .owl-controls .owl-prev {
	background: url("../images/jt_1l.png") center center no-repeat;
	left: 0;
}
.mod-31.owl-theme .owl-controls .owl-prev:hover {
	background: url("../images/jt_1l.png") center center no-repeat;
}
.mod-31.owl-theme .owl-controls .owl-next {
	background: url("../images/jt_1r.png") center center no-repeat;
	right: 0;
}
.mod-31.owl-theme .owl-controls .owl-next:hover {
	background: url("../images/jt_1r.png") center center no-repeat;
}
.list-02 {
	width: 100%;
	position: absolute;
	top: 0;
	left: -6px;
	right: -6px;
	visibility: hidden;
}
#Validform_msg {
	display: none !important;
}
.Validform_error {
	background: #ffe7e7 !important;
}
.Validform_checktip {
	font-size: 12px;
}
.Validform_wrong {
	color: red;
}
.layer-bg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.mod-32 {
	background: #fff;
	position: absolute;
	z-index: 10000;
	display: none;
}
.mod-32 .close-32 {
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 10px;
}
.mod-32 .title {
	height: 75px;
	line-height: 75px;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 50px;
	background: #b08247;
	font-size: 24px;
	color: #fff;
}
.mod-32 .content {
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}
.mod-32 .content .form-group {
	margin-right: 0;
	margin-left: 0;
}
.mod-32 .content .form-group>div {
	padding-right: 0;
	padding-left: 0;
}
.mod-32 .content label {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	color: #626262;
	font-weight: normal;
}
.wbk-3 {
	height: 54px;
	border-radius: 0;
	box-shadow: none;
}
.input-3 {
	width: 100%;
	height: 60px;
	background: #b08247;
	border: none;
	font-size: 20px;
	color: #fff;
}
.layer-bg01 {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.mod-33 {
	width: 580px;
	padding: 40px;
	margin-left: -290px;
	background: #fff;
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 10000;
}
.mod-33 .title {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	color: #b18247;
	text-align: center;
}
.mod-33 .content {
	line-height: 34px;
	font-size: 18px;
	color: #737373;
}
.mod-33 .close-33 {
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 11px;
}
/* 财经日历 */
.econ_data {
	margin: 30px 0;
}
.econ_data .title {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	height: 24px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url('http://www.yocajr.com/assets/front/images/calendar_icon02.png') no-repeat left center;
}
.econ_data table th {
	height: 32px;
	background-color: #b18247;
	color: #fff;
	font-size: 14px;
	border: none;
	line-height: 32px;
	border: 1px solid #b18247;
	text-align: center;
}
.econ_data table td {
	border: 1px solid #dadada;
	color: #666;
	font-size: 14px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.econ_data table td span.c_more, .econ_data table td span.c_less, .econ_data table td span.c_none {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	padding: 0 5px 0 17px;
	height: 22px;
	line-height: 22px;
	background: url(../images/data_ico.png) no-repeat left center;
	margin: 0 3px;
}
.econ_data table td span.c_more {
	border: 1px solid #f94a51;
	color: #f94a51;
	background-position: 5px -130px;
}
.econ_data table td span.c_less {
	border: 1px solid #59a43d;
	color: #59a43d;
	background-position: 5px -165px;
}
.econ_data table td span.c_none {
	color: #ff9427;
	background: none;
	border: 1px solid #ff9427;
	padding: 0 5px;
}
.econ_data table tr.hot td {
	color: #eb4640;
	background-color: #faf9f9;
}
.econ_data table td span.significance {
	width: 35px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}
.econ_data table td span.significance.red {
	background-color: #eb4640;
}
.econ_data table td span.significance.yellow {
	background-color: #fd9525;
}
.econ_data table td span.significance.green {
	background-color: #5eb459;
}
.econ_data table td span.zhishu {
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
}
.econ_data table td span.zhishu.red {
	color: #eb4640;
	border: 1px solid #eb4640;
}
.econ_data table td span.zhishu.yellow {
	color: #fd9525;
	border: 1px solid #fd9525;
}
.econ_data table td span.zhishu.green {
	color: #5eb459;
	border: 1px solid #5eb459;
}
.econ_data table tr.hot td span.zhishu.red {
	background-color: #eb4640;
	color: #fff;
}







/*<!---->*/
.con02{ padding-top: 50px; padding-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.con02_lt{ width:40%; padding-right:10%;}
.con02_rt{ width:50%;}
@media(max-width:768px){
.con02{ padding-top: 0; padding-bottom: 0; display:block;}
.con02_lt{ width:100%; padding-right:0;}
.con02_rt{ width:100%;}
}
















