﻿/*------------公共部分--------------*/
section {
	padding: 70px 0 130px;
	width: 100%;
	color: #676767;
	background:#fff;
}
section h3 {
	font-size: 3.6rem;
	text-align: center;
	color: #333;
}
.area-box {
	margin: 0px auto;
}
em.icon-font {
	width: 240px;
}
em.icon-font {
	display: block;
	width: 240px;
	line-height: 36px;
	text-align: center;
	position: relative;
	color: #C41A21;
	margin: 10px auto 30px;
}
em.icon-font b {
	position: absolute;
	display: block;
	height: 1px;
	width: 36px;
	left: 0;
	bottom: 17px;
	border-left: 102px solid #ddd;
	border-right: 102px solid #ddd;
}
.glyphicon {
	color: #0166ff;
	font-size: 2rem;
}
.m-50 a {
	margin: 50px auto;
}

/*------------banner--------------*/
.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .swiper-container1{
	width: 100%;
	height: 100%;
	position:relative;
}
.banner .swiper-slide::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/pattern_overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner ul {
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	background: #000;
}
.banner span {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	opacity: 0.7;
	z-index: 3;
	display: none;
}
.banner .prev,.banner .prev:hover,.banner .next,.banner .next:hover{
	width: 37px;
	height: 70px;
}
.banner .prev {
	left: 5%;	
	background: url(../images/large_left.png) no-repeat 0 0;
}
.banner .prev:hover {	
	background: url(../images/large_left.png) no-repeat 0 -70px;
}
.banner .next {
	right: 5%;	
	background: url(../images/large_right.png) no-repeat 0 0;
}
.banner .next:hover {	
	background: url(../images/large_right.png) no-repeat 0 -70px;
}
.banner ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
/*.banner ul li:first-of-type {
	background: url(../images/banner1.jpg) no-repeat center top;
	background-size: cover;
}
.banner ul li:nth-of-type(2) {
	background: url(../images/banner2.jpg) no-repeat center top;
	background-size: cover;
}
.banner ul li:nth-of-type(3) {
	background: url(../images/banner3.jpg) no-repeat center top;
	background-size: cover;
}
.banner ul li:last-of-type {
	background: url(../images/banner4.jpg) no-repeat center top;
	background-size: cover;
}*/
.banner ul li::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/pattern_overlay.png);
	position: absolute;
	top: 0;
	left: 0;
}
.banner dl {
	width: 820px;
	height: 262px;
	position: absolute;
	left: 50%;
	margin-left: -407px;
	top: 50%;
	margin-top: -130px;
	text-align: center;
}
.banner dt {
	line-height: 75px;
	font-size: 7.2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-family: 'open_sansbold';
}
.banner .line {
	font-size: 2.5rem;
	line-height: 82px;
	color: #fff;
	position: absolute;
	left: -200%;
	top: 100px;
	opacity: 1;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}
.banner .line i {
	position: absolute;
	width: 240px;
	height: 2px;
	background: #fff;
	margin-top: 32px;
}
.banner .line i.left {
	left: 0;
}
.banner .line i.right {
	right: 0;
}
.banner .line p {
	float: left;
	width: 280px;
	margin: 0 270px;
	padding-top: 20px;
	font-family: 'open_sanslight';
	line-height: 30px;
	height: 62px;
	text-transform: uppercase;
}
.move .line {
	animation: moveFont 6s !important;
	-moz-animation: moveFont 6s !important;
	-webkit-animation: moveFont 6s !important;
	-ms-animation: moveFont 6s !important;
	-o-animation: moveFont 6s !important;
}
@-moz-keyframes moveFont {
	0% {opacity: 0;left: 100%;}
	20% {opacity: 0;left: 100%;}
	30% {opacity: 1;left: 0;}
	90% {opacity: 1;left: 0;}
	100% {opacity: 0;left: -100%;}
}
@-webkit-keyframes moveFont {
	0% {opacity: 0;left: 100%;}
	20% {opacity: 0;left: 100%;}
	30% {opacity: 1;left: 0;}
	90% {opacity: 1;left: 0;}
	100% {opacity: 0;left: -100%;}
}
@-o-keyframes moveFont {
	0% {opacity: 0;left: 100%;}
	20% {opacity: 0;left: 100%;}
	30% {opacity: 1;left: 0;}
	90% {opacity: 1;left: 0;}
	100% {opacity: 0;left: -100%;}
}
@-ms-keyframes moveFont {
	0% {opacity: 0;left: 100%;}
	20% {opacity: 0;left: 100%;}
	30% {opacity: 1;left: 0;}
	90% {opacity: 1;left: 0;}
	100% {opacity: 0;left: -100%;}
}
@keyframes moveFont {
	0% {opacity: 0;left: 100%;}
	20% {opacity: 0;left: 100%;}
	30% {opacity: 1;left: 0;}
	90% {opacity: 1;left: 0;}
	100% {opacity: 0;left: -100%;}
}
.banner dd a {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 108px;
	height: 50px;
	margin-left: -55px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	display: block;
	line-height: 50px;
	font-size: 1.2rem;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner dd a:hover {
	background: #046eb8;
}
/*------------为什么选择GMI?--------------*/
#choose-us,#account-type{
	background: #f1f1f1;
}
#choose-us .area-box {
	width: 100%;
	max-width: 810px;
	padding: 0 15px;
	text-align: justify;
}
.company-box {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.company-box a {
	display: table-cell;	
	color: #000;	
}
#choose-us .area-box .company-box a p {
	font-size: 4rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.area-box .company-box a .glyphicon {
	font-size: 3.6rem;
	font-weight: normal !important;
	color: #000;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.company-box a:hover .glyphicon {
	color: #0166ff;
}
.company-box a:nth-last-of-type(2) {
	text-align: center;
}
.company-box a:last-child {
	text-align: right;
}
.company-box a:last-child .glyphicon {
	padding-right: 12px;
}
/*------------交易平台--------------*/
#platform .area-box {
	width: 100%;
	max-width: 1060px;
	padding: 0 15px;
}
#platform .area-box p {
	text-align: center;
}
/*------------广告图片--------------*/
.fix-img {
	width: 100%;
	height: 380px;
	
}
.fix-img:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/ad-img.jpg) center 0 no-repeat;
  background-size: cover;
}
/*------------金融产品--------------*/

#product .area-box {
	width: 100%;
	max-width: 810px;
	padding: 0 15px;
	text-align: justify;
}
.sub-nav {
  width: 410px;
  margin: 80px auto 0;
  height: 60px;
}
.sub-nav ul li {
	float: left;
    margin: 0 5px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    padding: 2px 10px;
    color: #676767;
    font-size: 1.4rem;
    border: 1px solid #676767;
}
.sub-nav ul li.current,
.sub-nav ul li:hover {
  background: #C2171E;
  color: #fff;
  border: 1px solid #C2171E;
}
.product_pic {
  width: 1044px;
  margin: 10px auto 0;
  font-size: 1.4rem;
}
.product_pic li{
  width: 338px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 5px;
  display: inline-block;
  position: relative;
  background: #000;
}
.product_pic li:nth-of-type(3n){
	margin-right: 0;
}
.product_pic li.mix{
	display: none;
}
.product_pic li img{
	width: 100%;		
}
.product_pic li div{
	width: 100%;
	height: 100%;		
	position: absolute;
	left: 0;
	top: 0;		
	background: rgba(0,0,0,0.5);
	color: #fff;
	transform:translate3d(0px, 0px, 0px)	
}
.product_pic li a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
}
.product_pic li div h3{
	font-size: 2rem;	
	color: #fff;		
}
.product_pic li div h6{
	font-size: 1.2rem;	
}
/*------动画效果-------*/
.one img,.three img,.one h3,.three h3,.one h6,.three h6,
.one .one-caption::before,.one .one-caption::after,
.three .three-caption::before,.three .three-caption::after,
.two img,.two h3,.two h6,.two .two-caption::before,
.four img,.four h3,.four h6,.four .four-caption::before,
.four .four-caption::after,.five img,
.five h6,.five .five-caption::before,
.six img,.six h3,.six h6{		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.one img,.three img{	
	opacity:1;
}
.one:hover img,.three:hover img{
	opacity: 0.8;
}
.one h3,.three h3{
	position: absolute;
	text-align: center;	
	top:50%;
	width: 100%;	
	margin-top: -20px;	
}
.one h6,.three h6{
	position: absolute;	
	bottom:12%;
	left: 15%;		
	opacity: 0;	
	font-size: 1.2rem;	
}
.one:hover h3,.three:hover h3{
	margin-top: -5px;
}
.one:hover h6,.three:hover h6{
	bottom:18%;
	opacity: 1;
}
.one .one-caption::before,
.three .three-caption::before,
.one .one-caption::after,
.three .three-caption::after {
	position: absolute;
	content: '';
	opacity: 0;	
}
.one .one-caption::before,.three .three-caption::before {
	top: 12%;
	right: 8%;
	bottom: 12%;
	left: 8%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.one .one-caption::after,.three .three-caption::after {
	top: 12%;
	right: 8%;
	bottom: 12%;
	left: 8%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}
.one:hover .one-caption::before,
.three:hover .three-caption::before,
.one:hover .one-caption::after,
.three:hover .three-caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.two img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	opacity:0.5;
}
.two:hover img{
	opacity: 1;
}
.two h3{
	position: absolute;
	text-align: center;
	top:50%;	
	width: 100%;
	margin-top: -5px;	
}
.two h6{
	position: absolute;	
	bottom:24%;
	left:40%;	
	opacity: 0;		
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.two:hover h3{
	margin-top: -20px;	
}
.two:hover h6{	
	opacity: 1;	
	left:16%;	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.two .two-caption::before{
	position: absolute;
	content: '';
	opacity: 0;
	top: 12%;
	right: 8%;
	bottom: 12%;
	left: 8%;
	border: 1px solid #fff;	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);	
}
.two:hover .two-caption::before{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.four img{
	width: 100%;
	height: 100%;
	cursor: pointer;	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);	
}
.four:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.four h3{
	position: absolute;
	text-align: center;
	top:50%;
	margin-top: -45px;
	width: 100%;		
}
.four h6{
	position: absolute;
	text-align: center;
	top:50%;
	margin-top: 10px;
	left:8%;
	opacity: 0;		
}
.four:hover h3{
	margin-top: -65px;
}
.four:hover h6{
	opacity: 1;
	margin-top: 0;
}
.four .four-caption::before,
.four .four-caption::after {
	position: absolute;
	content: '';
	right: 8%;	
	left: 8%;
	height: 1px;
	border-top:1px solid #fff;
	top:50%;
	opacity: 0.8;	
}
.four .four-caption::before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.four .four-caption::after {	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.four:hover .four-caption::before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.four:hover .four-caption::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.five img{
	width: 100%;
	height: 100%;
	cursor: pointer;	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.7;
}
.five:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.five h3{
	position: absolute;
	top:50%;
	margin-top: -15px;	
	width: 100%;		
}
.five h6{
	position: absolute;	
	bottom:20%;	
	left:8%;
	opacity: 0;	
}
.five:hover h6{
	left:15%;
	opacity: 1;
}
.five .five-caption::before{
	position: absolute;
	content: '';
	opacity: 0;
	top: 12%;
	right: 8%;
	bottom: 12%;
	left: 8%;
	border: 1px solid #fff;	
	-webkit-transform: translate(-8%);
	-moz-transform:  translate(-8%);
	-o-transform:  translate(-8%);
	transform:  translate(-8%);	
}
.five:hover .five-caption::before{
	opacity: 1;
	-webkit-transform:  translate(0);
	-moz-transform:  translate(0);
	-o-transform:  translate(0);
	transform:  translate(0);
}
.six img{
	width: 100%;
	height: 100%;
	cursor: pointer;	
	opacity:1;
}
.six:hover img{
	opacity: 0.5;
}
.six h3{
	position: absolute;
	text-align: center;
	top:50%;	
	width: 100%;
	margin-top: -20px;		
}
.six h6{
	position: absolute;	
	bottom:10%;
	left:10%;	
	opacity: 0;		
}
.six:hover h3{
	margin-top: -40px;	
}
.six:hover h6{	
	bottom:15%;
	opacity: 1;	
}

/*------------客户类型--------------*/
#account-type p{text-align: center;}
#customer-type .area-box {
	width: 100%;
	max-width: 1090px;
	padding: 0 15px;
}
.type-list li {
	width: 42%;	
	float: left;	
	padding-top: 30px;	
	text-align: justify;
}
.type-list li:nth-of-type(2n){
	float:right;
}
.type-list li a{
	display: block;
	height: 45px;
	text-align: center;
}
.type-list li h4{
	height: 50px;
	line-height: 50px;
}
.type-list li a p.glyphicon {
	font-size: 4.5rem;
	text-align: center;	
}
.type-list li a:hover p.glyphicon {
	color: #000;
}
.type-list li h4 {
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	margin-top: 10px;
}
.type-list li p {
	font-size: 1.4rem;
	line-height: 26px;
	margin-top: 10px;
}
/*------------客户服务--------------*/
#service {
	background: #f1f1f1;
}
#service .area-box {
	width: 100%;
	max-width: 1090px;
	padding: 0 15px;
}
#service .area-box .icon-font {
	margin-bottom: 45px;
}
#service li {
	width: 45%;
	float: left;
	margin-top: 30px;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
}
#service li:nth-of-type(2n) {
	width: 45%;
	float: right;
}
#service li a {	
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#service li div {
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	display: inline-block;
}
#service li a p.glyphicon {
	font-size: 4.5rem;
	text-align: center;
	display: block;
	margin-right: 10px;
}
#service li a:hover p.glyphicon {
	color: #000;
}
#service li h4 {
	font-size: 1.6rem;
	color: #333;
}
#service li p {
	font-size: 1.4rem;
	line-height: 26px;
}
/*------------近期活动--------------*/
#activite .area-box {
	position: relative;
	max-width: 1280px;
}
#activite .swiper-slide{
	width: 100%;	
	padding: 0 45px;	
}
#activite .swiper-slide img{
	width: 100%;	
}
#activite .swiper-pagination-bullet{
	width:10px;
	height:10px;
	opacity: 1;
}
#activite .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #000 !important;
}
#activite .swiper-pagination-white .swiper-pagination-bullet {
    background: #999;
}
/*------------关于我们--------------*/
#about-us {
	background: #f1f1f1;
}
#about-us .area-box {
	width: 100%;
	max-width: 810px;
	padding: 0 15px;
}
#about-us .area-box .content {
	padding: 15px 0 60px;
	text-align: justify;
}
#about-us .area-box p img{
	max-width: 100%;	
}
#about-us .more-check a {
	margin-bottom: 0;
}
/*------------@media--------------*/
@media only screen and (max-width:1060px) {		
	.product_pic{
		width: 680px;		
	}
	.product_pic li{
		width: 330px;		
	}	
	.product_pic li:nth-of-type(3n){
		margin-right: 5px;
	}
	.product_pic li:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width:760px) {	
	section h3 {
	    font-size: 3rem;	    
	}	
	section {
	    padding: 70px 0;	    
	}
	#choose-us .area-box,#choose-us .area-box,#product .area-box,#about-us .area-box,footer{
		padding:0 5%;
	}
	.banner .line {
		font-size: 2rem;
	}	
	.banner .line i.left,.banner .line i.right{		
		display:none;
		width:0;
	}	
	#choose-us .area-box .company-box a p {
	    font-size: 3.2rem;	    
	}	
	.product_pic{
		width: 90%;				
	}
	.product_pic li{
		width: 48%;
		padding-bottom: 30%;
		margin-right: 0;
		margin-bottom: 2%;	
		position:relative;	
	}	
	.product_pic li img{
		position:absolute;
	}
	.product_pic li:nth-of-type(3n){
		margin-right: 0;
	}
	.product_pic li:nth-of-type(2n){
		float:right;
		margin-right: 0;
	}
	.product_pic li div h3 {
	    font-size: 1.4rem;	   
	}	
	.four h3{		
		margin-top: -30px;		
	}	
	.four:hover h3{
		margin-top: -45px;
	}

	.type-list li {
		width: 90%;	
		float: none;	
		margin: 0 auto;
	}
	.type-list li:nth-of-type(2n){
		float:none;
	}
	#service li {
		width: 90%;	
		float: none;	
		margin: 30px auto;			
	}
	#service li:nth-of-type(2n) {
		width: 90%;
		float: none;
	}
	#activite .swiper-slide{
		padding: 0 5%;
	}	
	.banner ul li:first-of-type {
		background: url(../images/banner1-s.jpg) no-repeat center top;		
	}
	.banner ul li:nth-of-type(2) {
		background: url(../images/banner2-s.jpg) no-repeat center top;		
	}
	.banner ul li:nth-of-type(3) {
		background: url(../images/banner3-s.jpg) no-repeat center top;		
	}
	.banner ul li:last-of-type {
		background: url(../images/banner4-s.jpg) no-repeat center top;		
	}
	.fix-img {	
		height:240px;					
	}
	.fix-img:before {	 
	  background: url(../images/ad-img-s.jpg) center 0 no-repeat;	 
}
