@charset "utf-8";
/* CSS Document */
body{ font-family:"微软雅黑";}
a{ text-decoration:none;}
.padl_20{ padding-left:30px !important;}
.pb_100{ padding-bottom:60px;}
.banner-inside{ padding:160px 0 50px 0;}
.pad-no{ padding:0px;}
.banner-inside h1 {margin-bottom:40px;font-size:28px;line-height: 44px;font-weight:normal;text-align: left; color:#fff;}
.banner-inside h1 .bold {font-weight: 700;color: #00ffd3}

.banner-inside h3 {margin-bottom:20px;font-size:18px; margin-top:-30px;line-height: 32px;font-weight:normal;text-align: left; color:#fff;}
.banner-inside h3 .bold {font-weight: 700;color: #00ffd3}

.banner-inside a.content-button{ display:inline-block;padding-left: 40px;padding-right: 40px;min-width: 200px; text-align:center;height: 46px;font-size: 20px;line-height: 46px;color: #000;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;background: #00ffd3;font-weight:normal;}
.banner-inside a:hover{ background-color:#FFF;}
/* btn-index-1 */
.btn-index-1 {color: #3f108a;overflow: hidden;position: relative;}
.btn-index-1:before, .btn-index-1:after {content: "";position: absolute;z-index: -1;height: 100%;width: 0;top: 0;background-color: #3f108a;-webkit-transition: all .4s;transition: all .4s;}
.btn-index-1:before {left: -30px;-webkit-transform: skew(-45deg, 0);transform: skew(-45deg, 0);}
.btn-index-1:after {right: -30px;-webkit-transform: skew(-45deg, 0);transform: skew(-45deg, 0);}
.btn-index-1:hover {color: #fff;}
.btn-index-1:hover:before, .btn-index-1:hover:after {width: 80%;}
 



.new-warp-bg{ background:#eff3f5;}
.news-wrap{padding-top:30px; width:1148px; margin:0 auto;}
.news-left{width:848px; float:left; background:#FFF; font-size:14px; clear:both;}
.news-left h3{font-size:24px; color:#3a4f63; padding-top:26px; padding-left:40px;}
.news-left .ti-time{font-size:14px; color:#999; padding-top:10px; padding-bottom:20px; margin-bottom:30px; padding-left:40px; border-bottom:1px solid #e5e5e5;}
.news-left .content{padding-left:40px; padding-right:40px; font-size:14px; color:#555; line-height:30px;}
.news-left .hr-link{ background-color:#dde6ea; line-height:36px; font-size:14px; color:#4a5d70; margin:20px 0 10px; padding-left:30px;}
.news-left .hr-link a{color:#666;}
.news-left h4{ font-size:16px; padding-left:30px; line-height:40px; border-bottom:1px solid #E5E5E5; color:#333;}
.news-left ul{padding-left:0px; padding-bottom:20px;}
.news-left li{line-height:30px; font-size:14px;}
.news-left li a{color:#415568;}
.news-leftRelev{background:#eff3f5; display:block; overflow:hidden; padding:10px 30px 40px 30px; color:#333;}
.news-leftRelev a{ color:#337ab7;}

.news-right{width:270px; float:right;}
.news-hot{background:#FFF;}
.news-right h4{ padding:10px 20px; border-bottom:1px solid #e5e5e5; font-size:16px; color:#333;}
.news-right ul{ padding-bottom:16px; list-style:none;}
.news-right li{font-size:14px; padding:0 20px; line-height:30px; color:#337ab7;}

.news-tit{display: inline-block; margin-top:10px; width:848px; margin-bottom:10px;}
.news-tit h4{float:left; margin-right:12px; font-size:16px; color:#34495e; border-left:3px solid #ef3837; padding-left:8px; line-height:18px; height:18px;}
.news-tit font{float:left; font-size:14px; color:#666;line-height: 18px; height:18px; margin:10px 0;}
.news-tit .dropdown{float:right; margin-top:-8px;}

.news-left .article{padding:20px; display:block; overflow:hidden; border-bottom:1px solid #f2f5f7;}
.news-left .article .pic{display:table-cell; float:none; overflow:hidden; position:relative;}
.news-left .article .text{display:table-cell; padding:10px 0px 10px 20px;float:none; width:100%; vertical-align:top; position:relative;}
.news-left .article .text h3{font-size:18px; padding:0; margin-bottom:10px;}
.news-left .article .text p{line-height:32px; color:#828f9c; height:86px; text-overflow:clip; overflow:hidden; text-overflow:ellipsis;}
.news-left .article .text span{bottom: 0px; position: absolute; font-size: 14px; color: #888; background:url("../images/i_time.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/i_time.png*/) left top no-repeat; padding-left: 26px; line-height:20px;}

.pagination {
	padding-top:30px;
    border-radius: 2px;
    display:block;
    margin:0 auto !important;
	padding-left: 0;
	text-align:center;
}
.pagination > li {
    display:inline-block;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #eee;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}

/*  帮助中心 help css*/
.help-warp{}
.help-warp .help-left-in{ background:#fff;}
.help-warp .help-tit h4{float:left; margin-right:12px; font-size:16px; color:#34495e; border-left:none; padding-left:8px; line-height:18px; height:18px;}
.help-warp .help-left{ padding-bottom:40px; background:none;}
.help-warp .help-li{padding: 20px;display: block;overflow: hidden;border-bottom: 1px solid #f2f5f7;}
.help-warp .help-li a{ display:block; margin-bottom:15px; font-size:16px; color:#34495e;}
.help-warp .help-li p{ display:block; margin-left:10px; font-size:14px; color:#888888;}
.help-warp .help-li i{ display:inline-block; width:4px; height:4px; border-radius:50%; background:#34495e; margin-right:10px;}
.help-warp .help-li a:hover{ color:#4e7eae;}

.new-warp-bg .container_in h4{ padding:50px 0 20px 15px; font-size:24px; color:#3f3f51; font-weight:bold;}
.new-list-two-warp{ width:50%; padding:0 15px; float:left; margin:15px 0;}
.new-list-two-li{ position:relative; display:block; background:#fff;}
.new-list-two-li .po-ab{ position:absolute; z-index:999; top:10px; left:-10px; height:40px; color:#fff; font-size:14px; background:url("../images/act.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/act.png*/) no-repeat bottom left; background-position:0px 26px;}
.new-list-two-li .po-ab span{ display:inline-block; line-height:26px; background:#f63756; padding:0 10px; }
.new-list-two-li .top-img{ height:300px; overflow:hidden;}
.new-list-two-li .top-img img{ display:block; min-width:100%; margin:auto;}
.new-list-two-li .bot-body{ padding:20px 30px;}
.new-list-two-li .bot-body h5{ margin-bottom:15px; font-size:18px; color:#333; font-weight:normal; line-height:30px;}
.new-list-two-li .bot-body p{ font-size:14px; color:#444;}
.new-list-two-li .bot-body h5 span{ float:right; padding:0 15px; background:#3cade1; color:#fff; font-size:14px;}


/*  Mobile-transaction  star   */
.Mobile-transaction{ background:#fff;}
.Mobile-transaction .Mobile-one{ padding:20px 0 120px 0;}
.Mobile-transaction .Mobile-one .one-li{ width:25%; float:left; }
.Mobile-transaction .Mobile-one .one-li i{ position:relative; display:block; width:120px; height:120px; margin:auto; margin-bottom:50px; border:#571d98 1px solid; border-radius:50%;}
.Mobile-transaction .Mobile-one .one-li i img{ position:absolute; top:0px;}
.Mobile-transaction .Mobile-one .one-li i img.img_normal{ display:block;}
.Mobile-transaction .Mobile-one .one-li i img.img_hover{ display:none;} 
.Mobile-transaction .Mobile-one .one-li:hover i img.img_normal{ display:none;}
.Mobile-transaction .Mobile-one .one-li:hover i img.img_hover{ display:block;} 
.Mobile-transaction .Mobile-one .one-li:hover i{ background:#571d98;}
.Mobile-transaction .Mobile-one .one-li p{ text-align:center; font-size:20px; color:#697277;}
.Mobile-transaction .Mobile-one .one-li span{ display:block; text-align:center; font-size:14px; color:#697277;}
.Mobile-transaction .Mobile-one .title-top{ margin-bottom:90px;}
.Mobile-transaction .Mobile-one .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-one .title-top p{ font-size:14px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-two{ padding:100px 0 150px 0;}
.Mobile-transaction .Mobile-two .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-two .title-top p{ font-size:18px; color:#3d0d89; text-align:center;}
.Mobile-transaction .Mobile-two .title-top span{ display:block; max-width:900px; margin:auto; margin-top:50px; font-size:14px; line-height:30px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-two .two-body{ min-height:550px; margin-top:60px; background:url("../images/pro.jpg"/*tpa=http://www.cgmt4.com/templets/muban/static/images/pro.jpg*/) center no-repeat;}
.Mobile-transaction .Mobile-two .two-ul{ max-width:280px; padding:60px 0 0 0;}
.Mobile-transaction .Mobile-two .two-ul li{ margin:30px 0;}
.Mobile-transaction .Mobile-two .two-ul i{ display:inline-block; width:60px; height:60px; border-radius:50%; background:#3f108a;}
.Mobile-transaction .Mobile-two .two-ul p{ display:inline-block; font-size:18px; color:#595757;}
.Mobile-transaction .Mobile-two .two-ul span{ display:block; margin-top:20px; font-size:14px; color:#595757;}
.Mobile-transaction .Mobile-two .two-ul.ul-left{ text-align:right; margin-left:115px; float:left;}
.Mobile-transaction .Mobile-two .two-ul.ul-right{ text-align:left; margin-right:115px; float:right;}
.Mobile-transaction .Mobile-two .two-ul.ul-left p{ margin-right:30px;}
.Mobile-transaction .Mobile-two .two-ul.ul-right p{ margin-left:30px;}
.Mobile-transaction .Mobile-three{ padding:65px 0;
background: #1c0a66;
background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);}
.Mobile-transaction .Mobile-three h3{ font-size:30px; color:#fff; font-weight:bold; text-align:left;}
.Mobile-transaction .Mobile-three p{ margin:30px 0 40px 0; font-size:18px; line-height:30px; color:#fff;}
.Mobile-transaction .Mobile-three a{ display:block; width:140px; margin:auto; text-align:center; line-height:38px; font-size:14px; color:#fff; border:#fff 1px solid;}
.Mobile-transaction .Mobile-three a:hover{ color:#470d91;}
.Mobile-transaction .Mobile-four{ padding:115px 0 50px 0;}
.Mobile-transaction .Mobile-four .title-top{ margin-bottom:90px;}
.Mobile-transaction .Mobile-four .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-four .title-top p{ font-size:14px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-four .four-body{ padding:0 0 300px 0;}
.Mobile-transaction .Mobile-four .four-body .body-porize{ position:relative; width:198px; height:183px; margin:auto;}
.Mobile-transaction .Mobile-four .four-body .one-li-1{ position:absolute; top:50px; left:-250px;}
.Mobile-transaction .Mobile-four .four-body .one-li-2{ position:absolute; top:50px; right:-250px;}
.Mobile-transaction .Mobile-four .four-body .one-li-3{ position:absolute; top:225px; left:160px;}
.Mobile-transaction .Mobile-four .four-body .one-li-4{ position:absolute; top:225px; left:-70px;}
.Mobile-transaction .Mobile-four .four-body .one-li{}
.Mobile-transaction .Mobile-four .four-body .one-li-1 p{ display:inline-block; font-size:18px; color:#470d91; text-align:right;}
.Mobile-transaction .Mobile-four .four-body .one-li-1 p span{ display:block; font-size:14px; line-height:24px; color:#697277;}
.Mobile-transaction .Mobile-four .four-body .one-li-1 i{ display:inline-block;}
.Mobile-transaction .Mobile-four .four-body .one-li-2 p{ display:inline-block; font-size:18px; color:#470d91;}
.Mobile-transaction .Mobile-four .four-body .one-li-2 p span{ display:block; font-size:14px; line-height:24px; color:#697277;}
.Mobile-transaction .Mobile-four .four-body .one-li-2 i{ display:inline-block;}
.Mobile-transaction .Mobile-four .four-body .one-li-3 p{ display:block; font-size:18px; color:#470d91;}
.Mobile-transaction .Mobile-four .four-body .one-li-3 p span{ display:block; font-size:14px; line-height:24px; color:#697277;}
.Mobile-transaction .Mobile-four .four-body .one-li-3 i{ display:block;}
.Mobile-transaction .Mobile-four .four-body .one-li-4 p{ display:block; font-size:18px; color:#470d91; text-align:right;}
.Mobile-transaction .Mobile-four .four-body .one-li-4 i img{float: right;}
.Mobile-transaction .Mobile-four .four-body .one-li-4 p span{ display:block; font-size:14px; line-height:24px; color:#697277;}
.Mobile-transaction .Mobile-four .four-body .one-li-4 i{ display:block;overflow: hidden;}
.Mobile-transaction .Mobile-five{ padding:20px 0 0 0;}
.Mobile-transaction .Mobile-five .five-body{ height:450px; margin-top:150px;
background: #1c0a66;
background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);
}
.Mobile-transaction .Mobile-five .five-body .container{position:relative;}
.Mobile-transaction .Mobile-five .five-body .container img{position:absolute; top:-110px;}
.Mobile-transaction .Mobile-five .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-five .title-top span{ display:block; max-width:900px; margin:auto; margin-top:50px; font-size:14px; line-height:30px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-six{ padding:100px 0 0px 0;}
.Mobile-transaction .Mobile-six .one-li{ position:relative; width:48%; margin:60px 1%; height:225px; float:left; padding-top:90px; background:#f4f3f8; border:#e5e5e5 1px solid; border-radius:10px;}
.Mobile-transaction .Mobile-six .one-li i{ position:absolute; top:-45px; left:50%; margin-left:-55px; display:block; width:110px; height:110px; background:#e5e5e5; border-radius:50%;}
.Mobile-transaction .Mobile-six .one-li i img{ position:absolute; top:0px;}
.Mobile-transaction .Mobile-six .one-li p{ text-align:center; font-size:20px; color:#697277;}
.Mobile-transaction .Mobile-six .one-li span{ display:block; text-align:center; font-size:14px; color:#697277;}
.Mobile-transaction .Mobile-six .title-top{ margin-bottom:90px;}
.Mobile-transaction .Mobile-six .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-seven{ padding:100px 0 120px 0;}
.Mobile-transaction .Mobile-seven .seven-body{ position:relative; height:500px; width:888px; margin:auto;}
.Mobile-transaction .Mobile-seven .seven-body .bg-one{ position:absolute; z-index:9;}
.Mobile-transaction .Mobile-seven .seven-body .bg-two{ position:absolute; z-index:99;}
.Mobile-transaction .Mobile-seven .one-li{ position:absolute; z-index:999;}
.Mobile-transaction .Mobile-seven .one-li:hover span{ background:#5a269c; transition:0.3s;}
.Mobile-transaction .Mobile-seven .one-li i{ display:block;margin:auto;}
.Mobile-transaction .Mobile-seven .one-li i img{ display:block; margin:auto;}
.Mobile-transaction .Mobile-seven .one-li p{ text-align:center; font-size:14px; color:#470d91;}
.Mobile-transaction .Mobile-seven .one-li span{ display:block; width:18px; height:18px; margin:auto; margin-bottom:20px; border:#5a269c 1px solid; border-radius:50%;}
.Mobile-transaction .Mobile-seven .one-li-1{top:-65px; left:50%; margin-left:-77px;}
.Mobile-transaction .Mobile-seven .one-li-2{top:68px; left:155px;}
.Mobile-transaction .Mobile-seven .one-li-3{top:68px; right:155px;}
.Mobile-transaction .Mobile-seven .one-li-4{top:190px; left:-50px;}
.Mobile-transaction .Mobile-seven .one-li-5{top:190px; right:-50px;}
.Mobile-transaction .Mobile-seven .title-top{ margin-bottom:90px;}
.Mobile-transaction .Mobile-seven .title-top h3{ font-size:26px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-seven .title-top p{ font-size:14px; color:#333333; text-align:center;}
.Mobile-transaction .Mobile-seven a{ display:block; width:380px; line-height:70px; margin:auto; border-radius:50px; font-size:24px; color:#fff; text-align:center;
background: #1c0a66;
background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);
}

/*  Mobile-transaction  end   */


/* mt4  star   */
.mt4_new_warp{ background:#fff;}
.mt4_new_warp .mt4-one{ padding:100px 0;}
.mt4_new_warp .mt4-prog{ margin-top:90px; padding:0 80px;}
.mt4_new_warp .mt4-one h1{ font-size:26px; color:#333333; text-align:center; font-weight:normal;}
.mt4_new_warp .mt4-one h2 {font-size:14px; color:#333333; text-align:center; font-weight:normal;}
.mt4_new_warp .mt4-six{ padding:100px 0;}
.mt4_new_warp .mt4-six h1{ font-size:26px; color:#333333; text-align:center; font-weight:normal;}
.mt4_new_warp .mt4-six h2 {font-size:14px; color:#333333; text-align:center; font-weight:normal;}
.mt4_new_warp .mt4-six img{ display:block; margin:auto;}
.mt4_new_warp .mt4-six h5{ margin:20px 0 30px 0; font-size:18px; color:#697277; text-align:center}
.mt4_new_warp .mt4-six li{ font-size:14px; line-height:28px; color:#697277; text-align:center;}
.mt4_new_warp .mt4-six i img{ position:absolute; top:25px; left:50%; margin-left:-25px;}
.mt4_new_warp .mt4-six i{ position:relative !important; display:block; width:100px; height:100px; margin:auto; border-radius:50%; background:#f5f5f5;}
.mt4_new_warp .mt4-six .mt4-prog-bg{ width:330px; margin:auto; height:auto; padding:30px 0 0 0;}
.mt4_new_warp .mt4-six .mt4-prog-bg .img-act{ display:block;}
.mt4_new_warp .mt4-six .mt4-prog-bg .img-hou{ display:none;}
.mt4_new_warp .mt4-six .mt4-prog-bg:hover .img-act{ display:none;}
.mt4_new_warp .mt4-six .mt4-prog-bg:hover .img-hou{ display:block;}
.mt4_new_warp .mt4-six .mt4-prog-bg:hover i{ background:#4800cd; transition:0.4s;}
.mt4_new_warp .mt4-six .mt4-prog-bg:hover{-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2)}
.mt4_new_warp .mt4-six .mt4-prog-bg:hover h5{ color:#4800cd;}
.mt4_new_warp .mt4-one .mt4-prog-bg{height:310px;}
.mt4_new_warp .mt4-six .panel-group{ padding:0 15px; margin-bottom:0px;}
.mt4_new_warp .mt4-six .sfq-title{}
.mt4_new_warp .mt4-six .panel-group .panel-heading{ text-align:center; color:#697277}
.mt4_new_warp .mt4-six .sfq-color{color: #999;line-height: 24px;font-size: 14px;}
.mt4_new_warp .mt4-one .mt4-prog-bg img{ display:block; margin:auto; margin-bottom:35px;}
.mt4_new_warp .mt4-one .mt4-prog-bg p{ font-size:20px; color:#697277; text-align:center;}
.mt4_new_warp .mt4-one .mt4-prog-bg span { display:block; margin:0 auto; width:90%; font-size:14px; line-height:24px; color:#697277; text-align:center;}
.mt4_new_warp .mt4-one a{border: 1px solid #3d0c84;border-radius: 6px;display: block;font-size: 14px;line-height: 38px;margin: 0px auto auto;text-align: center;width: 140px;}
.mt4-prog-bgbot { padding-top:140px;height:200px;}
.mt4-prog-bgbot p{ font-size:20px; color:#697277;}
.mt4-prog-bgbot span { display:block; margin:0 auto; width:90%; font-size:14px; line-height:24px; color:#697277;}
.mt4-prog-bgbot a {border: 1px solid #3d0c84;border-radius: 6px;color: #3d0c84;display: block;font-size: 14px;line-height: 38px;margin: 80px auto auto;text-align: center;width: 140px;}
.mt4-n-warp{background:#fafaf8; padding:90px 0;}
.mt4-n-warp h1{ font-size:26px; color:#333333; text-align:center; font-weight:normal;}
.mt4-n-warp h2{ font-size:14px; color:#333333; text-align:center; font-weight:normal;}
.mt4-n-warp .mt4-n1{ margin-top:50px;}
.mt4-n-warp ul li{ margin-bottom:25px;}
.mt4-n-warp ul li i{ display:inline-block; width:11px; height:11px; border-radius:50%; border:#9b9b9b 1px solid; margin-right:5px;}
.mt4-n-warp ul li p{ font-size:18px; color:#333333; margin-bottom:10px;}
.mt4-n-warp ul li span{ font-size:14px; color:#888;}
.mt4-n1 img{ float:left;}
.mt4-n2{ padding:90px 0; background:#fafaf8;}
.mt4-n2 img{ display:block; margin:auto; margin-top:30px;}
.mt4-n2 h1{ font-size:26px; color:#333333; text-align:center; font-weight:normal;}
.mt4-n2 h2 {font-size:14px; color:#333333; text-align:center; font-weight:normal;}
.mt4_new_warp .bo-solution{ padding:90px 0;}
.mt4_new_warp .bo-solution h1{ margin-bottom:40px;font-size: 30px;text-align: center;line-height: 32px;}
.mt4_new_warp .bo-solution .bo-solution-box {margin: 10px auto;padding: 13px;height: 260px;width: 94%;background: #fff; border:#bababa 1px dashed;}
.mt4_new_warp .bo-solution .bo-solution-box .bo-solution-icon{float: left;margin-right: 8px;height: 54px;width: 54px;border-radius: 6px;background-color: #fff; border:#6e41a8 2px solid;background-image:none;}
.mt4_new_warp .bo-solution h4 { display:block; margin:0px; font-size:16px; color:#333; line-height:26px;}
.mt4_new_warp .bo-solution .bo-solution-box h5 { padding-bottom:10px; margin-top:0px; color:#6e41a8; font-size:12px; border-bottom:#5e2a9e 1px solid;}
.mt4_new_warp .bo-solution .bo-solution-box ul { clear:both;}
.mt4_new_warp .bo-solution .bo-solution-box li { display:block; line-height:34px;}
.mt4_new_warp .bo-solution .bo-solution-box li b{ color:#3d3d3d}
.mt4_new_warp .bo-solution .bo-solution-box li a { font-size:14px; color:#777; margin-left:10px;}
.mt4_new_warp .bo-solution .bo-solution-box .bo-solution-icon img{ display:block; margin:auto; margin-top:6px;}
.mt4_new_warp .bo-solution .bo-solution-p{ float:left; width:70%;}
.mt4_new_warp .Mobile-three{ padding:65px 0;
background: #1c0a66;
background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);}
.mt4_new_warp .Mobile-three h3{ font-size:30px; color:#fff; font-weight:bold; text-align:left;}
.mt4_new_warp .Mobile-three p{ margin:30px 0 40px 0; font-size:18px; line-height:30px; color:#fff;}
.mt4_new_warp .Mobile-three a{ display:block; width:140px; margin:auto; text-align:center; line-height:38px; font-size:14px; color:#fff; border:#fff 1px solid;}
.mt4_new_warp .Mobile-three a:hover{ color:#3f108a;}
.mt4_new_warp .bo-solution .bo-solution-box:hover{background: #531c97; transition:0.4s;}
.mt4_new_warp .bo-solution .bo-solution-box:hover a{ color:#fff; transition:0.4s;}
.mt4_new_warp .bo-solution .bo-solution-box:hover h4{ color:#fff; transition:0.4s;}
.mt4_new_warp .bo-solution .bo-solution-box:hover h5{ color:#fff;border-bottom: #fff 1px solid; transition:0.4s;}
.mt4_new_warp .bo-solution .bo-solution-box:hover b{ color:#fff; transition:0.4s;}

/*  mt4  end   */




/*  内页公用样式 */
.info-main{ width:100%;height: auto; overflow: hidden; background:#fff; padding: 30px 0;}
.info-title{width:100%; margin: auto; text-align: center; font-size:38px; padding-top: 50px;}
.info-title-up{width:100%; margin: auto; text-align: center; font-size:18px; padding-top: 10px;}
.info-title span{font-weight:bold;}
.info-jieshao{width:80%; margin: auto; padding-top: 20px; font-size: 14px; color: #697277; line-height: 24px;}

/*  内页banner */
.info-banner{width:100%; height: 500px;}
.info-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 200px;letter-spacing:1px;}
.info-banner .banner-title span{ color: #0fe9bd;}
.info-banner .banner-title img{padding-left: 20px;}
.info-banner .banner-title  p{font-size: 24px; color: #fff;font-weight: bold;margin-right:650px;float:right;line-height:52px;margin-top:3px}
.info-banner .banner-zi{font-size: 20px; padding-top: 10px; color: #fff; }
.info-banner .banner-zi span{color: #0fe9bd;}


.inter-banner{width:100%; height: 500px;}
.inter-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 175px;letter-spacing:1px;}
.inter-banner .banner-title span{ color: #0fe9bd;}
.inter-banner .banner-zi{font-size: 24px; line-height:36px; padding-top: 10px; color: #fff; }
.inter-banner .banner-zi span{color: #0fe9bd;}


/*  资金结算系统 */
.zjjs-one{width:100%; height: auto; overflow: hidden; padding-top: 40px;}
.zjjs-one .zjjs-list{width:25%; margin: auto; height:320px; overflow: hidden; padding: 40px 30px; float: left;}
.zjjs-one .zjjs-list i{ position:relative !important; display:block; width:100px; height:100px; margin:auto; border-radius:50%; background:#f5f5f5;}
.zjjs-one .zjjs-list i img{ position:absolute; top:25px; left:50%; margin-left:-25px;}
.zjjs-one .zjjs-list dt{font-weight:normal; font-size: 18px; width: 100%; text-align: center; padding-top: 15px;}
.zjjs-one .zjjs-list dd{font-size:14px; color: #999b9d; line-height: 24px; padding-top: 10px;}
.zjjs-one .zjjs-list .img-act{ display:block;}
.zjjs-one .zjjs-list .img-hou{ display:none;}
.zjjs-one .zjjs-list:hover .img-act{ display:none;}
.zjjs-one .zjjs-list:hover .img-hou{ display:block;}
.zjjs-one .zjjs-list:hover i{ background:#4800cd; transition:0.4s;}
.zjjs-one .zjjs-list:hover{-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); height: 300px;}
.zjjs-one .zjjs-list:hover a{ background:#4800cd;}
.zjjs-one .zjjs-list:hover h5 b{ color:#4800cd;}
.zjjs-two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 80px;}
.zjjs-two .zjjs-list{width:31%;float: left; height: 245px; border:1px solid #250f74; margin-right: 2%;}
.zjjs-two .zjjs-list .up-title{width:100%; height: 100px; background: #480b8d; text-align: center; color: #fff;font-size: 20px; padding-top: 35px;}
.zjjs-two .zjjs-list .up-zi{width:80%; margin: auto; height: 120px; padding-top: 30px; line-height: 24px; font-size: 14px; color: #5f5f5f;}
.zjjs-two .zjjs-list .up-zi p{width:100%; height: 110px;}
.zjjs-two .zjjs-list .up-zi .up-button{width:40%; display: block; margin: auto; border:1px solid #480b8d;padding:5px 25px;}

/*  Mt4对冲桥 */
.mt4-dcq-img{width:100%; padding-top: 80px;}
.mt4-dcq-img img{width:auto; height: auto; margin: auto; max-width:100%;}
.mt4-dcq-gn{width:100%; height: auto; padding: 60px 0; background: #4c0b91; margin-top: 80px;}
.mt4-dcq-gn .dcg-title{width:100%; text-align: center; color: #fff; font-weight: bold; font-size: 38px; padding-top: 10px;}
.mt4-dcq-gn .gn-list{ text-align: center;height: auto; overflow: hidden; margin-top: 50px;}
.mt4-dcq-gn .gn-list i{ position:relative !important; display:block; width:100px; height:100px; margin:auto; border-radius:50%; background:#f5f5f5;}
.mt4-dcq-gn .gn-list i img{ position:absolute; top:25px; left:50%; margin-left:-25px;}
.mt4-dcq-gn .gn-list dt{font-weight:normal; font-size: 18px; width: 100%; text-align: center; padding-top: 15px; color: #fff;}
.mt4-dcq-gn .gn-list dd{font-size:14px; color: #999b9d; line-height: 24px; padding-top: 10px; color: #d8d8d8;}
.mt4-dcq-gn .gn-list .img-act{ display:block;}
.mt4-dcq-gn .gn-list .img-hou{ display:none;}
.mt4-dcq-gn .gn-list:hover .img-act{ display:none;}
.mt4-dcq-gn .gn-list:hover .img-hou{ display:block;}
.mt4-dcq-gn .gn-list:hover i{ background:#00ffd3; transition:0.4s;}
.mt4-partner-title{width:100%; text-align: center;font-size: 36px; padding-top: 80px;}
.mt4-partner-title span{font-weight:bold;}
.mt4-partner-title1{font-size:30px;width:100%; text-align: center;}
.mt4-partner{width:100%; height: auto; overflow: hidden; padding-top: 60px;}
.mt4-partner .partner{width:33.333%; float: left; padding: 0 30px 70px;}
.mt4-partner .partner .top-bg{width:100%; height: 100px; background: #697277;}
.mt4-partner .partner .top-bg img{width:auto; margin: auto; padding-top: 25px;}
.mt4-partner .partner .top-bg:hover{ background:#370d7f;}
.mt4-partner .partner h4{font-size: 18px; color: #000; padding-top: 5px; line-height: 24px;}
.mt4-partner .partner p{font-size: 14px; color: #636363; line-height: 24px; padding-top: 10px;}

/*  网站建设 */
.web-box{width:100%;height: auto; overflow: hidden; padding-top: 30px;}
.web-box .web-list{padding:30px; list-style: none;}
.web-box .web-list i{ position:relative !important; display:block; width:100px; height:100px; margin:auto; border-radius:50%; background:#f5f5f5;}
.web-box .web-list i img{ position:absolute; top:25px; left:50%; margin-left:-25px;}
.web-box .web-list dt{font-weight:normal; font-size: 18px; width: 100%; text-align: center; padding-top: 15px; color: #000;}
.web-box .web-list dd{font-size:14px; color: #999b9d; line-height: 24px; padding-top: 10px; color: #888888;}
.web-box .web-list .img-act{ display:block;}
.web-box .web-list .img-hou{ display:none;}
.web-box .web-list:hover .img-act{ display:none;}
.web-box .web-list:hover .img-hou{ display:block;}
.web-box .web-list:hover i{ background:#4800cd; transition:0.4s;}

.web-gery-bg{width:100%; height: auto; overflow: hidden; padding: 50px 0; background: #f6f6f6; margin-top: 60px;}
.web-gery-bg .title{font-size: 32px; padding-top: 90px; color:#000;}
.web-gery-bg .title-up-zi{color:#939292; font-size: 14px; line-height: 26px; width: 90%; padding-top: 20px;}

.web-white{padding:60px 0;}
.web-white .title{font-size: 32px; padding-top: 110px; color: #000;}
.web-white .title-up-zi{color:#939292; font-size: 14px; line-height: 26px; width: 80%; padding-top: 20px;}
.web-table{width:992px; margin: auto; height: auto; overflow: hidden; margin-top: 60px;}
.web-table .thead{ background:#480b8c; color: #00ffd3;font-size:18px;}
.web-table table tr td{font-size: 14px; color: #6f6f6f; padding: 12px 20px !important;}


/*  金融牌照 */
.jrpz{width:80%; height: auto; margin: auto; overflow: hidden; padding: 10px; background: #420c88; margin-bottom: 50px;}
.jrpz .jrpz-border{width:100%; height: auto; overflow: hidden; border:1px solid #7149a6; padding: 30px 50px; color: #fff;}
.jrpz .jrpz-border h5{font-size:20px;}
.jrpz .jrpz-border p{font-size:14px; line-height: 24px;}

/*  海外公司注册 */
.hwzc{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.hwzc .td-pad{padding:20px 30px !important;font-size: 14px; color: #4d4d4d; line-height: 24px;}
.hwzc .td-pad dt{font-size: 22px;}
.hwzc .td-pad dd{line-height:24px;font-size:14px; color: #4d4d4d; padding-top: 10px;}
.hwzc .td-pad p{font-size:13px; color: #808080; line-height: 24px; padding-top: 10px;}
.hwzc .td-pad span{font-size:16px; color: #000; font-weight: bold;}


/*  MT4定制插件 */
.mt4-dj{width:100%; height: auto; margin: auto; padding-top: 40px;}
.mt4-dj .mt4-list{width:20%; float: left; padding: 25px 20px; list-style: none; text-align: center; height: 160px;}
.mt4-dj .mt4-list i{width:100%; margin: auto;}
.mt4-dj .mt4-list i img{width:auto; margin: auto;}
.mt4-dj .mt4-list p{ padding-top:15px;font-size:16px;}
.mt4-jianjie{width:94%;margin: auto; padding-top: 40px; clear: both; border-top:1px solid #f7f7f7; margin-top: 30px;}
.mt4-jianjie .jj-title{font-size:18px;}
.mt4-jianjie .jj-upzi{font-size:14px; line-height: 24px; color: #767676; padding-top: 10px;}


/*  智能风控系统 */
.fk-one{width:100%; height: auto; overflow: hidden; background: #f5f6f6; padding: 40px 70px;}
.fk-one .zs-img{width:100%; height: auto; overflow: hidden; padding-top: 40px; padding-bottom: 60px;}
.fk-one .zs-img img{width:auto; margin: auto;}
.fk-two{width:100%;height: auto; overflow: hidden; padding-top:80px;}
.fk-two li{padding:0 20px; list-style: none;}
.fk-two li .fk-left{width:100%; height: auto; overflow: hidden; border:1px solid #480b8d;}
.fk-two li .fk-left .fk-title{width:100%; height: 60px; background: #480b8d; color:  #fff; text-align: center; padding-top: 15px;}
.fk-two li .fk-left .fk-zi{width:100%;line-height: 24px; font-size: 14px; border-bottom: 1px solid #480b8d; height: 130px; padding:40px;}
.fk-two li .fk-right{width:100%; height: auto; overflow: hidden; border:1px solid #a0a0a0;}
.fk-two li .fk-right .fk-title{width:100%; height: 60px; background: #a0a0a0; color:  #fff; text-align: center; padding-top: 15px;}
.fk-two li .fk-right .fk-zi{width:100%; padding: 40px; line-height: 24px; font-size: 14px; border-bottom: 1px solid #a0a0a0; height: 130px;}
.fk-two .col-lg-2 img{width:auto; margin: auto;}
.fk-three{width:100%; height: auto; overflow: hidden; background: #3f0c87; margin-top: 90px; padding: 80px 0;}
.fk-three .fk-canshu{width:768px; margin: auto; height:auto; overflow:hidden;}
.fk-three .fk-canshu .left-btn{width:30%; height: 60px; float:left; text-align: center;border-radius: 50px; background: #00ffd3; font-size: 22px; font-weight: bold; padding-top: 15px;}
.fk-three .fk-canshu .right-cs{font-size: 16px; font-weight: bold; color: #fff; width: 60%; float: right; line-height: 26px; padding-top: 5px;}
.fk-three li{list-style: none; padding-top: 50px;}
.fk-three li .cs-title{font-size: 18px; font-weight: bold; color: #fff; border-bottom:1px dashed #fff; padding-bottom: 30px;}
.fk-three li .cs-zi{font-size: 14px; color: #fff; line-height: 28px; padding-top: 10px;}
.fk-four{padding: 20px 0;}
.fk-four .four-list{width:50%; float: left; height: auto; overflow: hidden; padding: 60px 90px;}
.fk-four .four-list h5{width:100%; text-align: center; font-size: 24px;}
.fk-four .four-list p{line-height:24px; font-size: 14px; padding-top: 10px;}
.fk-four .four-list .sfq{width:80%; margin: auto; padding-top: 40px;}
.sfq-color{color:#5b5b5b;}
.fk-five{width:100%; margin-top: 20px; height: auto; overflow: hidden; background: #f5f6f6; padding: 30px 0;}
.fk-five .five-title{font-size:18px; padding-top: 40px;}
.fk-five .five-zi{font-size:14px; color: #5b5b5b; padding-top: 15px; width: 70%; line-height: 24px;}
.fk-five table{width:100%; margin: auto; margin-top: 50px; margin-bottom: 60px; height: auto; overflow: hidden;}
.fk-five table tr th{ background: #480b8d; text-align: center; color: #fff; font-size: 18px; font-weight: bold; padding: 30px 0 !important;}
.fk-five table tr td{font-size:14px; text-align: center; color:#7B7B7B; padding: 20px 0 !important;}

.fk-six{padding:80px 0;}
.fk-six .six-list{width:50%; float: left; padding: 0 60px;}
.fk-six .six-list h4{font-size:24px;width: 100%; text-align: center;}
.fk-six .six-list p{font-size:14px; line-height: 24px; padding-top: 20px;}
.fk-six .six-list ul{width:80%; margin: auto; padding-top: 30px;}
.fk-six .six-list ul li{line-height:34px; font-size:16px;}




/*  云服务器 */
.yun-main{width:100%; height: auto; overflow: hidden; padding: 60px 0; background: #f6f6f6;}
.yun-main .yun-box{width:1000px; margin: auto; height: auto; overflow: hidden;}
.yun-main .yun-box img{ display:block; max-width:100%;}
.yun-main .yun-box .yun-img{padding-left:60px;}
.yun-main .yun-box .yun-img h4{font-size:30px; padding-bottom: 20px; padding-top: 100px;}
.yun-main .yun-box .yun-img p{font-size:14px; line-height:24px;}
.yun-box1{width:1000px; margin: auto; height: auto; overflow: hidden; padding: 70px 0;}
.yun-box1 .yun-leftzi{padding:0 40px;}
.yun-box1 .yun-leftzi h4{font-size:30px; padding-bottom: 20px; padding-top: 100px;}
.yun-box1 .yun-leftzi p{font-size:14px; line-height:24px;}
.yun-zi{width:100%; height: auto; overflow: hidden; background: #4b0c94; padding: 70px 0;}
.yun-zi .container ul li{padding:0 30px; text-decoration:none;}
.yun-zi .container ul li .li-main{width:100%; height: 320px;background:  #fff;}
.yun-zi .container ul li .li-main .li-title{width:100%; height: 60px; background: #220e70; color: #fff; font-size:20px; padding-top: 15px;}
.yun-zi .container ul li .li-main .li-title img{padding-right:10px;width:auto; padding-left: 105px; float: left;}
.yun-zi .container ul li .li-main .li-up{ padding: 30px; font-size:16px; line-height:26px;}
.yun-zi .container ul li .li-main .li-up p{font-size:14px; line-height: 30px; padding-top: 15px; width: 96%; margin: auto;}
.yun-phone{width:auto; margin: auto; padding: 70px 0; max-width:100%;}



.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt40{margin-bottom:40px;}

.mg20{margin:20px;}
.pd0{padding:0;}
.pd10{padding:10px;}
.pdh10{padding:5px 10px;}
.pd20{padding:20px;}
.pdh20{padding:0 20px;}


/* 国际专线 */
.internationaldata-wrap{width:100%; background-color:#fff;}
.d-internationaldata{padding-top:90px;padding-bottom:90px;}
.d-internationaldata h2{text-align:center;}
.d-internationaldata p{font-size:16px; padding:0 50px; line-height:30px; margin-top:40px; text-align:center}
.d-internationaldata .ico{margin:0 auto; width:98px; height:98px; background-color:#f5f5f5; border-radius:100px;}
.d-internationaldata h4{text-align:center;}

.internationaldata-way{padding-top:90px; padding-bottom:90px; background-color:#f5f5f5;}
.internationaldata-way h2{text-align:center;}
.internationaldata-way .tit-p{font-size:16px; padding:0 100px; line-height:30px; margin-top:40px; text-align:center}
.internationaldata-way .ico{ float:left; margin-right:20px; width:98px; height:98px; background-color:#fff; border-radius:100px;}
.internationaldata-way .txt{ float:left; padding-top:20px; font-size:16px;}
.internationaldata-way img{ display:block; max-width:100%;}


/* 支付通道 */
.pay-method{background-color:#FFF; padding:60px;}
.pay-method .payleft{border:1px solid #480b8d;}
.pay-method .payleft .tit{background:#480b8d; height:66px; line-height:66px; padding-left:20px; font-size:20px; color:#FFF;}
.pay-method .payleft .content p{border:1px solid #480b8d; text-align:center; line-height:28px; margin:3px 10px;}
.pay-method .payleft .content{overflow:hidden; display:block; padding:20px 0 !important;}

.pay-method .payright{border:1px solid #480b8d;}
.pay-method .payright .tit{background:#480b8d; height:66px; line-height:66px; padding-left:20px; font-size:20px; color:#FFF;}
.pay-method .payright .content .sub{padding:15px 35px; display:block; overflow:hidden;}
.pay-method .payright .content{overflow:hidden; display:block; padding:20px 0 !important;}


.md-bg{
	color:#00fdd2;
	font-size:28px;
	padding:50px 0;
	background:#37096d; /* 一些不支持背景渐变的浏览器 */  
	background: -webkit-linear-gradient(left, rgba(70,10,127,1), rgba(19,10,73,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(70,10,127,1), rgba(19,10,73,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(70,10,127,1), rgba(19,10,73,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(70,10,127,1), rgba(19,10,73,1)); /* 必须放在最后 */
}

.internationaldata-way .btn{
	
	font-size:24px;	
	border:none;
	border-radius:50px;
	height:70px;
	line-height:70px;
	padding:0 90px;
	color:#FFF;
    background:#4d0b92; /* 一些不支持背景渐变的浏览器 */  
	background: -webkit-linear-gradient(left, rgba(136,7,196,1), rgba(53,13,126,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(136,7,196,1), rgba(53,13,126,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(136,7,196,1), rgba(53,13,126,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(136,7,196,1), rgba(53,13,126,1)); /* 必须放在最后 */
	
	
}
.internationaldata-way .btn:hover{
	background:#4d0b92; /* 一些不支持背景渐变的浏览器 */  
	background: -webkit-linear-gradient(left, rgba(96,10,162,1), rgba(42,6,109,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(96,10,162,1), rgba(42,6,109,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(96,10,162,1), rgba(42,6,109,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(96,10,162,1), rgba(42,6,109,1)); /* 必须放在最后 */
}


/* 在线跟单 */
.d-follow h4{text-align:center;}
.d-follow{padding-top:90px;padding-bottom:90px;}
.d-follow h2{text-align:center;}
.d-follow p{font-size:16px; padding:0 50px; line-height:30px; text-align:center}
.d-follow .ico{margin:0 auto; width:98px; height:98px; background-color:#f5f5f5; border-radius:100px;}
.d-follow h4{text-align:center; margin:30px 0;}
.d-follow .sub p{font-size:14px; height:120px;}
.d-follow .sub h4{margin:30px 0 10px 0; font-weight:bold;}







.Online_new_warp{ background:#fff;}
.Online_new_warp .mt-60{ margin-top:60px;}
.Online_new_warp h1{ font-size:38px; color:#000000; text-align:center; font-weight:normal;}
.Online_new_warp h2 {font-size:20px; color:#697277; text-align:center; font-weight:normal;}
.Online_new_warp h3 { max-width:80%; margin:auto; margin-top:40px;font-size:14px; color:#697277; text-align:left; font-weight:normal; line-height:24px;}
.Online_new_warp .mt4-six{ padding:100px 0;}
.Online_new_warp .mt4-six img{ display:block; margin:auto;}
.Online_new_warp .mt4-six p{ margin:20px 0 10px 0; font-size:18px; color:#000000; text-align:center}
.Online_new_warp .mt4-six span{ display:block;font-size:14px; color:#868686; text-align:left; line-height:24px;}
.Online_new_warp .mt4-six i img{ position:absolute; top:25px; left:50%; margin-left:-25px;}
.Online_new_warp .mt4-six i{ position:relative !important; display:block; width:100px; height:100px; margin:auto; border-radius:50%; background:#f5f5f5;}
.Online_new_warp .mt4-six .mt4-prog-bg{ width:330px; margin:auto; padding:30px 0 0 0;}
.Online_new_warp .mt4-six .mt4-prog-bg .img-act{ display:block;}
.Online_new_warp .mt4-six .mt4-prog-bg .img-hou{ display:none;}
.Online_new_warp .mt4-six .mt4-prog-bg:hover .img-act{ display:none;}
.Online_new_warp .mt4-six .mt4-prog-bg:hover .img-hou{ display:block;}
.Online_new_warp .mt4-six .mt4-prog-bg:hover i{ background:#4800cd; transition:0.4s;}
/*.Online_new_warp .mt4-six .mt4-prog-bg:hover{-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2)}*/
.Online_new_warp .mt4-two{}
.Online_new_warp .mt4-two .two-warp .two-li{ height:100%; min-height:450px; padding-left:0px; padding-right:0px; padding-top:70px;}
.Online_new_warp .mt4-two .two-warp .two-li p{ display:block; margin-top:50px; margin-bottom:20px; font-size:16px; color:#fff; text-align:center;}
.Online_new_warp .mt4-two .two-warp .two-li span{ display:block; max-width:80%; margin:auto; text-align:left; color:#fff; font-size:14px; line-height:24px;}
.Online_new_warp .mt4-two .two-warp .two-li i{ display:block; width:105px; height:105px; margin:auto;}
.Online_new_warp .mt4-two .two-warp .two-li:hover{ background:#8523c7; transition:0.4s;}
.Online_new_warp .mt4-two .two-warp .two-li:hover .po-ab{ background:#8523c7; transition:0.4s;}
.Online_new_warp .mt4-three{ padding:30px 0 80px 0;}
.Online_new_warp .mt4-three h4{ display:block; margin-top:80px; margin-bottom:30px; font-size:32px; color:#000000; text-align:left;}
.Online_new_warp .mt4-three p{ display:block; text-align:left; color:#8a8a8a; font-size:14px; line-height:24px;}
.Online_new_warp .wavesWapper{height:85px; background:url("../images/bg.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bg.png*/) no-repeat center;}

.Online_new_warp .mt4-two .frame-head{ height:70px;}
.Online_new_warp .mt4-two .frame-head a{ display:block; width:33.3%; float:left; padding:0 25px;height:70px;}
.Online_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:230px !important; margin:0px !important;text-align:center; line-height:70px; color:#000000; font-size:18px;}
.Online_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:40px; width:30px; height:30px; margin-right:5px; position:relative;}
.Online_new_warp .mt4-two .frame-head a i img{ position:absolute; top:0px; left:0px;}
.Online_new_warp .mt4-two .frame-head a i .img-no{ display:none;}
.Online_new_warp .mt4-two .frame-head a i .img-ok{ display:block;}
.Online_new_warp .mt4-two .frame-head a.active{background:#6b0aac;  color:#fff;}
.Online_new_warp .mt4-two .frame-head a.active p{color:#fff;}
.Online_new_warp .mt4-two .frame-head a.active .img-no{ display:block;}
.Online_new_warp .mt4-two .frame-head a.active .img-ok{ display:none;}
.Online_new_warp .mt4-two .frame-body{ display: none; width:100%; height:450px; overflow:hidden; margin:auto;background:#6b0aac;}
.Online_new_warp .mt4-two .frame-body.active{ display: block;}
.Online_new_warp .mt4-two .two-warp{ margin-top:80px; min-height:450px;}
.Online_new_warp .mt4-two .tab-content{ background:#6b0aac;}
.news-left .content.pad-no img{ display:block; margin:auto;}

/*   返佣   */
.back-box { padding-bottom:90px; margin-top:90px; height: 750px; background: url("../images/bgimg1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bgimg1.png*/) no-repeat bottom center;}
.back-box-bottom{ padding-bottom:90px;}
.box-tit{display: block; font-size: 38px; color: #333; text-align: center; line-height: 60px; margin: 40px 0;}
.box-tit2{display: block; font-size: 20px; color: #666; text-align: center; line-height: 60px;}
.box-tit3 {display: block;font-size: 14px; color: #666; text-align: center; line-height: 24px;}
.back-box2 {background: #f6f6f6; padding-top: 60px; overflow: hidden; padding-bottom: 40px;} 
.adv-box {overflow: hidden; padding: 20px 0; margin-top: 20px;}
.adv-icon {display: block; height: 100px; width: 100px; border-radius: 50px;}
.b-icon01{background:#ebebeb url("../images/icon-white.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white.png*/) no-repeat center; }
.b-icon02{background:#ebebeb url("../images/icon-white1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white1.png*/) no-repeat center; }
.b-icon03{background:#ebebeb url("../images/icon-white2.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white2.png*/) no-repeat center; }
.b-icon04{background:#ebebeb url("../images/icon-white3.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white3.png*/) no-repeat center; }
.b-icon05{background:#ebebeb url("../images/icon-white4.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white4.png*/) no-repeat center; }

.adv-box:hover .b-icon01 { background: #5a0b9d url("../images/icon-white.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white.png*/) no-repeat center;}
.adv-box:hover .b-icon02 { background: #5a0b9d url("../images/icon-white1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white1.png*/) no-repeat center;}
.adv-box:hover .b-icon03 { background: #5a0b9d url("../images/icon-white2.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white2.png*/) no-repeat center;}
.adv-box:hover .b-icon04 { background: #5a0b9d url("../images/icon-white3.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white3.png*/) no-repeat center;}
.adv-box:hover .b-icon05 { background: #5a0b9d url("../images/icon-white4.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-white4.png*/) no-repeat center;}

.adv-tit {display: block; font-size: 18px; color: #333; padding-right: 20px; margin-top: 10px;}
.adv-spn {display: block; font-size: 14px; color: #999; padding-right: 20px; line-height: 24px; margin-top: 6px;}

.fun-box { 
	width: 100%;
   
   background: -webkit-linear-gradient(left, #8508c1 , #1f0e6b); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8508c1 , #1f0e6b); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8508c1 , #1f0e6b); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #8508c1 , #1f0e6b); /* 标准的语法（必须放在最后） */
   padding: 60px 0;}
.fun-li {width: 20%; float: left; padding: 0 20px;}
.fun-tit {display: block; font-size: 38px; color: #fff; text-align: center; margin-bottom: 20px;}
.fun-icon {display: block; margin: 20px auto; height: 100px; width: 100px; border-radius: 50px;}
.b-icon06{ background:#ebebeb url("../images/icon-purple.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-purple.png*/) no-repeat center;}
.b-icon07{ background:#ebebeb url("../images/icon-purple1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-purple1.png*/) no-repeat center;}
.b-icon08{ background:#ebebeb url("../images/icon-purple2.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-purple2.png*/) no-repeat center;}
.b-icon09{ background:#ebebeb url("../images/icon-purple3.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-purple3.png*/) no-repeat center;}
.b-icon10{ background:#ebebeb url("../images/icon-purple4.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon-purple4.png*/) no-repeat center;}

.fun-tit1 {display: block; font-size: 16px; color: #fff; text-align: center;}
.fun-spn {display: block; font-size: 13px; color: #fff; text-align: center; margin-top: 10px; line-height: 24px;}

.style-box {padding:60px 0 90px 0;}
.style-box img {width:100%;}
.style-tit {display: block; font-size: 18px; color: #333; padding-right: 20px; margin-top: 100px;}
.style-spn {display: block; font-size: 14px; color: #999; padding-right: 50px; line-height: 24px;  margin-top: 20px;}
.style-tit2 {display: block; font-size: 18px; color: #333;margin-top: 100px; text-align: right;}
.style-spn2 {display: block; font-size: 14px; color: #999; padding-left: 50px; line-height: 24px; margin-top: 20px; text-align: right;}

/*  Oversea_company   */
.Oversea_company{ padding-top:120px; padding-bottom:75px; background:#fff;}
.Oversea_company h3{ font-size:36px; color:#333333; text-align:center; margin-bottom:20px; font-weight:bold;}
.Oversea_company p{ width:88%; margin:auto;  font-size:16px; color:#6d7178; text-align:center; line-height:32px;}
.Oversea_company table{ border:#dddddd 1px solid; width:100%;}
.Oversea_company table tr{ line-height:45px; font-size:14px; color:#3d3d3d; border:#dddddd 1px solid; border-right:#dddddd 1px solid; }
.Oversea_company table tr td{border-right:#dddddd 1px solid; height:45px;}
.Oversea_company table tr th{border-right:#dddddd 1px solid; font-size:18px; color:#3a3a3a; font-weight:100; text-align:center; padding-top:20px; padding-bottom:30px;}
.Oversea_company table tr th img{ display:block; margin:auto;}
.Oversea_company table tr.ts_a{background:#f6f6f6; font-size:16px; color:#3d3d3d; text-align:left; text-indent:1em;} 
.Oversea_company table span.glyphicon-ok-sign{ display:block; color:#4bd348; text-align:center; margin:auto; font-size:20px;}
.Oversea_company table span.glyphicon-remove-sign{ display:block; color:#fb6d6d; text-align:center; margin:auto;font-size:20px;}
.Oversea_company .Oc_table{ padding:0 50px; margin-top:60px;}
.Oversea_company table  a.button_table{ padding:11px 36px; border:#3d0c84 1px solid; border-radius:5px; color:#3d0c84;}
.Oversea_company table  a.p_a_table{ font-size:14px; color:#ff6c00; }
.Oversea_company .text_i_2em{ padding-right:45px;}
.Oversea_company .pad_20{ padding:20px 0px;}
.Oversea_company table b{ color:#ff3030;}


/*  金融云  */
.f-cloud{padding-top:90px; background:#fff;}
.f-cloud .fl{ float:left;}
.f-cloud .fr{ float:right;}
.f-cloud h1{margin-bottom:20px;font-size: 30px;text-align: center;line-height: 32px;}
.f-cloud h2{font-size: 24px;text-align: center;line-height: 32px;}
.f-cloud .no-padding{ padding:0px;}
.f-cloud h3{color:#999;font-size: 16px;text-align: center;line-height: 32px;}
.f-cloud .f-cloud-mode { width:1000px; margin:20px auto 90px auto; overflow:hidden;}
.f-cloud .f-mode-tit { height:40px; width:100%; background:#480b8d; border:#333 solid 1px; text-align:center; line-height:40px; color:#fff;}
.f-cloud .f-mode-info { padding:14px; height:240px; border:#333 solid 1px; border-top:none; line-height:24px; font-size:14px; color:#333; }
.f-cloud .f-mode-tit2 { height:40px; width:100%; background:#480b8d; border-top:#333 solid 1px;border-bottom:#333 solid 1px; text-align:center; line-height:40px; color:#fff; }
.f-cloud .f-mode-tit3 { height:40px; width:100%; background:#6b7ed1; border-top:#333 solid 1px; text-align:center; line-height:40px; color:#fff; }
.f-cloud .f-mode-info2 { padding:14px; height:100px; border-top:none; line-height:24px; font-size:14px; color:#333; }
.f-cloud .f-mode-tit3 { height:40px; width:100%; background:#6b7ed1;border-bottom:#333 solid 1px; text-align:center; line-height:40px; color:#fff; }
.f-cloud .f-mode-bb { border-bottom: solid 1px #333;} 

.f-cloud .f-cloud-product { height:820px; background:#f2f2f2; padding-top:90px;}
.f-cloud .f-product-frame { width:1000px; margin:20px auto; overflow:hidden;}
.f-cloud .f-product-frame .f-product-box { padding:20px; margin-top:20px; width:475px; height:560px; background:#fff;}
.f-cloud .f-product-tit { display:block; padding-left:170px; padding-top:14px; height:66px; color:#333; font-size:24px; background:url("../images/icon.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon.png*/) no-repeat 90px -6px;}
.f-cloud .f-product-tit2 { display:block; padding-left:170px; padding-top:14px; height:66px; color:#333; font-size:24px; background:url("../images/icon.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/icon.png*/) no-repeat -350px 0px;}
.f-cloud .f-product-spn1 { display:block; margin:20px 0 40px 0; font-size:14px; color:#333;}
.f-cloud .f-product-spn2 { display:block; margin:20px 0 10px 0; font-size:14px; color:#333;}
.f-cloud .f-product-spn3 { display:block; margin:0 0 40px 0; font-size:12px; color:#999;}

.f-cloud .f_deploy{ margin-top:105px; padding-bottom:50px;}
.f-cloud .f_deploy h5{ margin-bottom:40px; font-size:30px; color:#333333; text-align:center;}
.f-cloud .f_deploy img{ display:block; margin:auto;}

.f-cloud .f_Choose{ background:#f8f8f8; padding:50px 0px 80px 0px;}
.f-cloud .f_Choose h5{ margin-bottom:40px; font-size:30px; color:#333333; text-align:center;}
.f-cloud .f_Choose h1{ margin-top:0px;}
.f-cloud .f_Choose .hide{ display:block !important; }

.f-cloud .f_step{ padding:55px 0px;}
.f-cloud .f_step span{line-height: 15px;display: inline-block;width:18px;height:18px;border-radius: 1pc;border: 1px solid #333;margin-right: 5px; text-align:center; color:#333;}
.f-cloud .f_step p{ display:inline-block;font-size:14px; color:#333; height:100%;}
.f-cloud .f_step .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus span{ color:#0098ce;border: 1px solid #0098ce; background:none !important;}
.f-cloud .f_step .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus p{ color:#0098ce; background:none !important;} 
.f-cloud .f_step .nav-tabs > li.active{ border-top:2px solid #0098ce; border-right:1px  solid #dddddd; border-left:0px; border-bottom:0px; background:none !important;}
.f-cloud .f_step .nav-tabs > li.active> a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border:0px; background:none !important;}
.f-cloud .f_step .nav-tabs > li{ width:199px; height:50px; border-right:#dddddd 1px solid; border-top:#dddddd 1px solid;border-bottom: 1px solid #ddd; background:#f9f8f7;}
.f-cloud .f_step .nav-tabs{ width:1200px; border-left:#dddddd 1px solid; border-bottom:0px;} 
.f-cloud .f_step .nav-tabs > li > a{ border-radius:0px; padding:0 5px; line-height:50px; margin:0px; text-align:center; height:100%; border:0px;} 
.f-cloud .f_step .tab-content{ width:1195px; height:280px; border-left:#dddddd 1px solid; border-right:#dddddd 1px solid;border-bottom: 1px solid #ddd;}
.f-cloud .f_step .tab-content .y-btn-blue{display: inline-block;min-width: 78px;height: 33px;padding: 0 30px 1px; margin-top:20px;background: #00a2ca;line-height: 33px;font-size: 14px;color: #fff;text-align: center;outline: none;border-radius: 0;}
.f-cloud .f_step .tab-content p{ display:block; font-size:12px; color:#333; line-height:28px;}
.f-cloud .f_step .tab-content .tab-pane{ padding:50px 90px;}
.f-cloud .f_step .tab-content .p_btn{ display:block; font-size:12px; color:#0098ce; line-height:28px;}
.f-cloud .f_step h5{ margin-bottom:40px; font-size:30px; color:#333333; text-align:center;}
.basic  {width: 360px;margin-top:30px; font-family:"微软雅黑";}
.basic div {background-color: #fff;border-left: 1px solid #e8e8e8;border-right: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.basic p {margin-bottom : 10px;border: none;text-decoration: none;font-size: 12px; color:#888; line-height:28px; margin: 0px;padding: 30px 15px;}
.basic a {cursor:pointer;display:block; height:40px; line-height:40px;margin-top:15px;text-decoration: none;font-size: 14px;color: black;background-color: #fff;border: 1px solid #e8e8e8; text-indent:1em; text-align:center;}
.basic a:hover {background-color: white;}
.basic a.selected{color: black;background-color: #fff; border-bottom:0px;}
.basic.mr_45{ margin-right:45px;}
@media only screen and (min-width:320px){
.basic.mr_45{margin-right:0px;}
.basic{width: 100%;}
}
@media only screen and (min-width:768px){	
.basic{width: 360px;}
.basic.mr_45{margin-right:16px;}
}
/* 大于960像素 */
@media (min-width:992px){
.basic{width: 360px;}
.basic.mr_45{margin-right:45px;}	
}
/* 大于1200像素 */
@media (min-width:1200px){	
.basic{width: 360px;}
.basic.mr_45{margin-right:45px;}
}







/*  broker */
.borker-title{width:100%; text-align:center;font-size:30px; padding-top:50px;}
.borker-js{width:100%; text-align: center;font-size:16px;}
.borker-jj{width:70%; margin:auto; padding-top: 15px;line-height:24px;font-size:14px; color: #6d6d6d; text-align: center;}

.broker-yzs{width:100%; margin-top:80px; height: auto; overflow: hidden; padding:20px 0 80px 0; background: #f2f2f2;}
.broker-yzs .de-title{width:70%; margin:auto; padding-top: 15px;line-height:24px;font-size:14px; color: #6d6d6d; text-align: center;}
.broker-yzs .b-img{width:100%; margin: auto; text-align: center; padding-top: 40px;}
.broker-yzs .b-img img{width:auto; margin: auto; max-width:100%;}

.borker-ys{padding-top:30px;}


/*  dealer */
.de-img{width:100%; margin: auto; padding-top: 80px;}
.de-img img{width:auto; margin: auto; max-width:100%;}

.de-fk{width:765px; margin: auto;}
.de-fk li{list-style: none;}
.de-fk .de-fk-list{width:194px; height: 194px; margin-left: 40px; border:1px dashed #b2b2b2; margin-top: 80px; float: left; border-radius:100px; text-align:center;}
.de-fk .de-fk-list .de-icon{width:100%; margin: auto; padding-top: 50px;}
.de-fk .de-fk-list .de-icon img{width:auto; margin: auto;}
.de-fk .de-fk-list .de-zi{font-size:20px; padding-top:15px;letter-spacing:6px;}
.de-titlet{width:100%; text-align: center; padding-top:15px; font-size:20px; font-weight: bold;}
.de-but{width:100%; height: 150px;clear: both;}
.de-but .de-buton{width:380px; display: block; margin: auto; height: 70px; margin-top: 80px; text-align: center; font-size:24px; color: #fff; padding-top: 20px; border-radius:100px;
background: -webkit-linear-gradient(left,  #8807c4 0%, #350d7e 100%); /* Safari 5.1 - 6.0 */

  background: -o-linear-gradient(right, #8807c4 0%, #350d7e 100%); /* Opera 11.1 - 12.0 */  

background: -moz-linear-gradient(right,  #8807c4 0%, #350d7e 100%); /* Firefox 3.6 - 15 */ 

  background: linear-gradient(to right,  #8807c4 0%, #350d7e 100%); /* 标准的语法 */ 
}






/*  关于我们    */
.about_new_warp{ background:#fff;}
.about_new_warp .mt-60{ margin-top:60px;}
.about_new_warp h1{ margin-bottom:20px; font-size:30px; color:#333333; text-align:center; font-weight:normal;}
.about_new_warp h2 { margin-top:120px;font-size:20px; color:#333333; text-align:center; font-weight:normal;}
.about_new_warp h3 { max-width:80%; margin:auto; margin-top:30px;font-size:14px; color:#697277; text-align:left; font-weight:normal; line-height:24px;}
.about_new_warp .mt4-six{ padding:100px 0;}
.about_new_warp .mt4-six img{ display:block; margin:auto;}
.about_new_warp .mt4-six p{ margin:15px 0 5px 0; font-size:18px; color:#000000; text-align:center}
.about_new_warp .mt4-six span{ display:block;font-size:14px; color:#868686; text-align:center; line-height:24px;}
.about_new_warp .mt4-six i img{ position:absolute; top:0px; left:0;}
.about_new_warp .mt4-six i{ position:relative !important; display:block; width:90px; height:90px; margin:auto; border-radius:50%; background:#f5f5f5;}
.about_new_warp .mt4-six .mt4-prog-bg{ width:330px; margin:auto; padding:60px 0 0 0;}
.about_new_warp .mt4-six .mt4-prog-bg .img-act{ display:block;}
.about_new_warp .mt4-six .mt4-prog-bg .img-hou{ display:none;}
.about_new_warp .mt4-six .mt4-prog-bg:hover .img-act{ display:none;}
.about_new_warp .mt4-six .mt4-prog-bg:hover .img-hou{ display:block;}
.about_new_warp .mt4-six .mt4-prog-bg:hover i{ background:#4800cd; transition:0.4s;}
.about_new_warp .mt4-two{
	padding:80px 0;
	background: #1c0a66;
    background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
    background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
    background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
    background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
    background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
    background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);}
.about_new_warp .mt4-two h5{ margin-bottom:30px; font-size:24px; color:#fff; text-align:center;}
.about_new_warp .mt4-two p{ display:block; width:80%; margin:auto; text-align:left; color:#fff; font-size:14px; line-height:30px;}
.about_new_warp .mt4-three{ padding:80px 0;}
.about_new_warp .mt4-three h5{ display:block; margin-bottom:40px; font-size:24px; color:#333333; text-align:center;}
.about_new_warp .mt4-three img{ display:block; max-width:100%; margin:auto;}








.addfy_new_warp{ background:#fff;}
.addfy_new_warp .mt-60{ margin-top:60px;}
.addfy_new_warp h1{ font-size:38px; color:#000000; text-align:center; font-weight:normal;}
.addfy_new_warp h2 {font-size:20px; color:#697277; text-align:center; font-weight:normal;}
.addfy_new_warp h3 { max-width:80%; margin:auto; margin-top:40px;font-size:14px; color:#697277; font-weight:normal; line-height:24px;}
.addfy_new_warp .mt4-six{ padding:100px 0;}
.addfy_new_warp .mt4-six img{ display:block; margin:auto; margin-top:50px; max-width:100%;}
.addfy_new_warp .mt4-one{ padding:70px 0; background:#f2f2f2;}
.addfy_new_warp .mt4-one img{ display:block; margin:auto; margin-top:50px;max-width:100%;}
.addfy_new_warp .mt4-two{ padding:70px 0;}
.addfy_new_warp .mt4-two .frame-head{ height:70px; border-bottom:#9047c1 1px solid;}
.addfy_new_warp .mt4-two .frame-head a{ display:block; width:33.3%; float:left; padding:0 25px;height:70px;}
.addfy_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:200px !important; margin:0px !important;text-align:left; line-height:70px; color:#000000; font-size:20px;}
.addfy_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:80px; width:35px; height:35px; margin-right:5px; position:relative;}
.addfy_new_warp .mt4-two .frame-head a i img{ position:absolute; top:0px; left:0px;}
.addfy_new_warp .mt4-two .frame-head a i .img-no{ display:none;}
.addfy_new_warp .mt4-two .frame-head a i .img-ok{ display:block;}
.addfy_new_warp .mt4-two .frame-head a.active{background:#6b0aac;  color:#fff;}
.addfy_new_warp .mt4-two .frame-head a.active p{color:#fff;}
.addfy_new_warp .mt4-two .frame-head a.active .img-no{ display:block;}
.addfy_new_warp .mt4-two .frame-head a.active .img-ok{ display:none;}
.addfy_new_warp .mt4-two .frame-body{ display: none; width:100%; height:600px; overflow:hidden; margin:auto;}
.addfy_new_warp .mt4-two .frame-body.active{ display: block;}
.addfy_new_warp .mt4-two .two-warp{ margin-top:80px; min-height:450px;}
.addfy_new_warp .mt4-two .tab-content{ background:#6b0aac;}
.addfy_new_warp .mt4-two .two-warp p{ display:block; width:70%; margin:auto; margin-top:50px; margin-bottom:20px; font-size:14px; color:#666666; text-align:center; line-height:26px;}
.addfy_new_warp .mt4-two .two-warp img{ display:block; margin:auto; max-width:100%;}
.addfy_new_warp .mt4-two .body-frame-p{ padding-left:170px; margin-top:60px; font-size:12px; text-align:left; line-height:22px; color:#808080;}


.Dishonesty_new_warp{ background:#fff;}
.Dishonesty_new_warp .mt-60{ margin-top:60px;}
.Dishonesty_new_warp h1{ font-size:38px; color:#000000; text-align:center; font-weight:normal;}
.Dishonesty_new_warp h2 {font-size:20px; color:#697277; text-align:center; font-weight:normal;}
.Dishonesty_new_warp h3 { max-width:60%; margin:auto; margin-top:25px;font-size:14px; color:#697277; font-weight:normal; line-height:24px;}
.Dishonesty_new_warp h5{ font-size:24px; color:#000000; text-align:center; font-weight:normal;}
.Dishonesty_new_warp .mt4-six{ padding:70px 0 40px 0;}
.Dishonesty_new_warp .mt4-six img{ display:block; margin:auto; margin-top:50px;}
.Dishonesty_new_warp .mt4-one{ position:relative; padding:70px 0; background:#f2f2f2;}
.Dishonesty_new_warp .mt4-one img{ display:block; margin:auto; margin-top:50px;}
.Dishonesty_new_warp .mt4-two{ padding:70px 0;}
.Dishonesty_new_warp .po-span{ position:absolute; left:50%; margin-left:-29px; bottom:-22px;}
.Dishonesty_new_warp .po-span2{ display:block; width:58px; margin:30px auto;}
.Dishonesty_new_warp .Dishonesty_two-warp{ max-width:705px; margin:auto; margin-top:50px;}
.Dishonesty_new_warp .Dishonesty_li{ float:left; margin:0 20px 20px 20px; width:195px; height:195px; border-radius:50%; border:#7419b1 2px dashed;}
.Dishonesty_new_warp .Dishonesty_li p{ display:block; max-width:70%; margin:auto; padding-top:50px; font-size:13px; color:#666666; text-align:left;}
.Dishonesty_new_warp .Dishonesty_li h4{ margin:0px; font-size:30px; color:#1a1a1a; text-align:center; line-height:195px;}
.Dishonesty_new_warp .Dishonesty_li p{ display:none;}
.Dishonesty_new_warp .Dishonesty_li:hover{ border:#666666 2px dashed;-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.Dishonesty_new_warp .Dishonesty_li:hover h4{ display:none;-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.Dishonesty_new_warp .Dishonesty_li:hover p{ display:block;-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}





/** 国际数据专线实时报价 **/
.baojia{ padding-bottom: 50px;}
.baojia .bj-main{width: 90%; margin: auto; height: auto; overflow: hidden;}


.baojia .bj-main .frameb{ width:100%; height:auto; overflow:hidden;  margin:0 auto; padding-top: 60px;}
.baojia .bj-main .frameb-head{ width:100%; height:58px; background:#630aa4;}
.baojia .bj-main .frameb-head a{ display:block; width:25%; height:100%; float:left; line-height:58px; text-align: center; font-size:16px; color:#ffffff; background:#630aa4;}
.baojia .bj-main .frameb-head a.active{ background:#8307bf;}
.baojia .bj-main .frameb-body{ display: none; width:100%; height:auto; overflow: hidden;}
.baojia .bj-main .frameb-body.active{ display: block;}

.baojia .bj-main .frameb-body .ul1{width:100%; height: auto; overflow: hidden;}
.baojia .bj-main .frameb-body .ul1 .li-title{width:100%; height: auto; overflow: hidden; background: #f9f9f9; border-bottom: 1px dashed #c4c4c4;list-style: none;}
.baojia .bj-main .frameb-body .ul1 .li-title div{width:12.5%; text-align: center; float: left; font-size: 14px; padding: 15px 0; }

.baojia .bj-main .frameb-body .ul1 .li-list{width:100%; height: auto; overflow: hidden; border-bottom:1px solid #c4c4c4;list-style: none;}
.baojia .bj-main .frameb-body .ul1 .li-list div{width:12.5%; text-align: center; float: left; font-size: 14px; padding: 15px 0; }
.baojia .bj-main .frameb-body .ul1 .li-list div img{float:right;}
.bj-c-red{color: red;}
.bj-c-green{color:green;}



@media \0screen\,screen\9{ /*只对IE6/7/8有效*/
.news-wrap{ padding-top:20px;}
}

@media screen\0 {


} 

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {



}

.Newest-news-wrap{ padding-left:0px !important; padding-right:0px !important; width:1200px !important; margin:auto; padding-bottom:140px;}
.Newest-b-bg{ position:absolute; bottom:0px; width:100%; height:96px; left:0px; right:0px; background:rgba(0,0,0,0.4);}
.Newest-b-bg .Newest-box {width:1200px;}
.Newest-b-bg a {display: block;float: left;width: 180px; height:52px;text-align:left;position: relative;top: 23px;padding-top:16px;color: #fff;font-size: 16px;padding-left:60px;-webkit-transition: all .1s;-moz-transition: all .1s;transition: all .1s;}
.Newest-b-bg .a1 {background:url("../images/1a.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/1a.png*/) center left no-repeat;}
.Newest-b-bg .a1:hover, .div_news_title .aa1 {background: url("../images/1a-h.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/1a-h.png*/) center left no-repeat;color: #00ffd3;}
.Newest-b-bg .a2 {background: url("../images/2a.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/2a.png*/) center left no-repeat;}
.Newest-b-bg .a2:hover, .div_news_title .aa2 {background: url("../images/2a-h.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/2a-h.png*/) center left no-repeat;color: #00ffd3;}
.Newest-b-bg .a3 {background:url("../images/3a.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/3a.png*/) center left no-repeat;}
.Newest-b-bg .a3:hover, .div_news_title .aa3 {background: url("../images/3a-h.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/3a-h.png*/) center left no-repeat;color: #00ffd3;}
.Newest-b-bg .a4 {background:url("../images/4a.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/4a.png*/) center left no-repeat;}
.Newest-b-bg .a4:hover, .div_news_title .aa4 {background: url("../images/4a-h.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/4a-h.png*/) center left no-repeat;color: #00ffd3;}
.Newest-b-bg a:hover {-webkit-transition: all .1s;-moz-transition: all .1s;transition: all .1s;color: #00ffd3;}
.edu-index-section{margin-top:100px;padding:64px 45px;height:490px;position:relative;border:2px solid #cecfcf}
.edu-index-section>.title{position:absolute;left:45px;top:-40px;width:364px;height:68px;line-height:68px;border:1px solid #1f0e6b;background-color:#4800cd;color:#fff;font-size:24px;text-align:center}
.edu-index-section>.title .emphasis{font-size:30px}
.edu-index-section:nth-child(2n)>.title{left:auto;right:70px}
.edu-index-section:hover{/*border-color:rgba(31,14,107,.2);box-shadow:0 0 12px #1f0e6b*/ border:#4800cd 2px solid;}
.edu-index-section:hover>.title{box-shadow:0 0 8px #1f0e6b}
.edu-index-section .section-left{float:left}
.edu-index-section .section-right{float:right}
.edu-index-section .list-container{position:relative;padding:18px;width:526px;height:360px;background-color:#f6f6f6}
.edu-index-section .list-container .list{padding:0}
.edu-index-section .list-container .list-item .title{margin-bottom:10px;padding-left:6px;height:20px;line-height:20px;font-size:18px;border-left:2px solid #4800cd;color:#333}
.edu-index-section .list-container .list-item .text{margin-bottom:25px;width:100%;font-size:14px;color:#666}
.edu-index-section .list-container .list-item:hover .title{color:#4800cd;text-decoration:underline}
.edu-index-section .list-container .list-caption{position:absolute;right:18px;bottom:18px}
.edu-index-section .list-container .list-caption .btn{border-radius:0; background:#7608b5; border:#7608b5 1px solid; color:#fff;}
.edu-index-section .list-container .list-caption .btn:hover{ color:#7608b5; background:#fff; transition:0.4s;}
.edu-index-section .m-cover{position:relative;width:476px;height:360px;background-color:#a0a0a0}
.edu-index-section .m-cover-caption{position:absolute;bottom:0;padding:0 20px;width:100%;height:60px;line-height:59px;font-size:16px;background-color:rgba(0,0,0,.7);color:#fff}
.overflow-hidden {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;word-break: break-all;}
.card {background-color: #fff;box-shadow: 0 0 0.5px rgba(0,0,0,.2);}
.div_news1 ul {margin-top: 40px;}
.div_news1 ul li {border: 3px solid #fff;padding-left: 9px;padding-right: 9px;width: 376px;margin-right: 24px;float: left;margin-bottom: 40px;position: relative;}
.div_news1 ul .li {margin-right: 0px;}
.div_news1 ul li a {display: block;}
.div_news1 ul li a .div1 {height: 48px;line-height: 48px;color: #b2b2b2;font-size: 22px;}
.div_news1 ul li a .div2 {width: 352px;height: 229px;overflow: hidden;}
.div_news1 ul li a .div2 img {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.div_news1 ul li:hover a .div2 img {-webkit-transform: scale(1.07);-moz-transform: scale(1.07);-o-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.div_news1 ul li a .div3 {color: #4c4c4c;font-size: 16px;margin-top: 5px;}
.div_news1 ul li a .div4 {color: #4c4c4c;font-size: 14px;margin-top: 8px;height:62px;overflow: hidden;}
.div_news1 ul li a .div5 {height: 38px;line-height: 38px;position: relative;margin-top: 15px;}
.div_news1 ul li a .div5 span {display: block;position: relative;z-index: 10;text-align: center;color: #fff;}
.div_news1 ul li a .div6 {position: absolute;left: -9px;top: 0px;opacity: 0;filter: alpha(opacity=0);width: 0px;overflow: hidden;height: 38px;}
.div_news1 ul li a .div6 img {display:block;width: 100%;max-width:100%;}
.div_news1 ul li:hover {border: 3px solid #4800cd;}
.Newest-news-wrap .pagination{ display:block; margin:auto; text-align:center;}
.Newest-news-wrap .pagination > li{ display:inline-block;}
.div_news1 ul li a:hover{    text-decoration: none;}









.inside-add-new-warp{ background:#fff;}
.inside-ts-four-warp h5{ margin-bottom:80px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.inside-add-new-warp .mt4-one h5{ margin-bottom:80px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.inside-add-new-warp .mt4-one{ padding:100px 0; background:#f2f2f2;}
.inside-add-new-warp .mt4-six{ padding:100px 0;}
.inside-add-new-warp .mt4-six h1{ margin-bottom:10px; font-weight:normal; font-size:30px; color:#333333; text-align:center;}
.inside-add-new-warp .mt4-six h3{ margin-bottom:80px; margin-top:20px; font-weight:normal; font-size:14px; color:#666666; line-height:24px; text-align:center;}
.inside-ts-one-warp{ margin-top:80px;}
.inside-ts-one-warp .index-add-two-li h5{ display:block; margin:15px 0 35px 0; font-size:20px; color:#333333; text-align:center;}
.inside-ts-one-warp .index-add-two-li p{ display:block; margin:auto; margin-top:20px; margin-bottom:40px; font-size:14px; color:#666666; text-align:left; line-height:28px;}
.inside-ts-one-warp .index-add-two-li i{ display:block; position:relative; margin:auto; width:105px; height:105px; background:#f2f2f2; border-radius:50%;}
.inside-ts-one-warp .index-add-two-li i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-ts-one-warp .index-add-two-li i img.img-hover{ display:none;}
.inside-ts-one-warp .index-add-two-li i img.img-normal{ display:block;}
.inside-ts-one-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-ts-one-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-ts-one-warp .index-add-two-li:hover i img.img-normal{ display:none;}
.inside-ts-one-warp .index-add-two-li:hover i img.img-hover{ display:block;}
.inside-ts-one-warp .index-add-two-li:hover i{ background:#4800cd;}
.inside-ts-two-warp{ margin-top:80px;}
.inside-ts-two-warp .index-add-two-li h5{ display:block; margin:25px 0 35px 0; font-size:22px; color:#333333; text-align:center; line-height:32px;}
.inside-ts-two-warp .index-add-two-li p{ display:block; max-width:80%; margin:auto; margin-top:20px; margin-bottom:40px; max-height:50px; font-size:16px; color:#666666; text-align:center; line-height:28px;}
.inside-ts-two-warp .index-add-two-li i{ display:block; position:relative; margin:auto; width:105px; height:105px; background:#f2f2f2; border-radius:50%;}
.inside-ts-two-warp .index-add-two-li i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-ts-two-warp .index-add-two-li i img.img-hover{ display:none;}
.inside-ts-two-warp .index-add-two-li i img.img-normal{ display:block;}
.inside-ts-two-warp .index-add-two-li{ width:46%; padding:50px 2%; margin:0 2%; float:left; background:#fff;}
.inside-ts-two-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-ts-two-warp .index-add-two-li:hover i img.img-normal{ display:none;}
.inside-ts-two-warp .index-add-two-li:hover i img.img-hover{ display:block;}
.inside-ts-two-warp .index-add-two-li:hover i{ background:#4800cd;}
.inside-ts-three-warp{ margin-top:70px;}
.inside-ts-three-warp a{ display:block; width:265px; margin:0 10px; float:left; border:#6e6e6e 1px dashed;}
.inside-ts-three-warp a:hover{ background:#4800cd; color:#fff;}
.inside-ts-three-warp span{ display:block; float:left; line-height:80px; font-size:20px; color:#333333; text-align:left;}
.inside-ts-three-warp i{ display:block; float:left;position:relative; width:115px; height:80px;}
.inside-ts-three-warp i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-ts-three-warp i img.img-hover{ display:none;}
.inside-ts-three-warp i img.img-normal{ display:block;}
.inside-ts-three-warp a:hover i img.img-normal{ display:none;}
.inside-ts-three-warp a:hover i img.img-hover{ display:block;}
.inside-ts-three-warp a:hover span{ background:#4800cd; color:#fff;}
.inside-ts-four-warp{ padding:100px 0; background:#fff;}
.inside-ts-four-warp .index-add-two-li h5{ display:block; margin:15px 0 35px 0; font-size:18px; color:#333333; text-align:center;}
.inside-ts-four-warp .index-add-two-li i{ display:block; position:relative; margin:auto; width:105px; height:105px; background:#f2f2f2; border-radius:50%;}
.inside-ts-four-warp .index-add-two-li i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-ts-four-warp .index-add-two-li i img.img-hover{ display:none;}
.inside-ts-four-warp .index-add-two-li i img.img-normal{ display:block;}
.inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-ts-four-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-ts-four-warp .index-add-two-li:hover i img.img-normal{ display:none;}
.inside-ts-four-warp .index-add-two-li:hover i img.img-hover{ display:block;}
.inside-ts-four-warp .index-add-two-li:hover i{ background:#4800cd;}
.inside-ts-five-warp{ padding:100px 0; background:#f2f2f2;}
.inside-ts-five-warp h5{ display:block; font-size:38px; color:#333333; text-align:center;}
.inside-ts-five-warp h3{ display:block; margin:35px 0 60px 0; font-size:14px; color:#666666; text-align:center;}
.inside-ts-five-warp img{ display:block; margin:auto; max-width:100%;}


body {background: #fff!important;}
.datas { margin-top: 40px;}
.datas h4{ display: block; font-size: 36px; font-weight: 100; border-right: solid 1px #999;}
.datas .datas-spn {font-size: 14px; line-height: 24px; font-weight: normal; margin-top: 5px;}
.datas img {padding-top: 100px 0; display: block; max-width:100%;}
.datas-support { background: #60229d; margin-top: 40px; padding: 80px 0;}
.datas-support span { color: #fff;}
.datas-support-tit {font-size: 24px; display: block; }
.datas-support-tit font { font-size: 16px; font-weight: 100; display: block; margin-top: 14px;}
.datas-support-tit i { display: block; height: 4px; width: 60px; background: #fff; margin-top: 20px;}
.datas-support-li1 { background:url("../images/datas-icon1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/datas-icon1.png*/) no-repeat top left;}
.datas-support-li2 { background:url("../images/datas-icon2.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/datas-icon2.png*/) no-repeat top left;}
.datas-support-li3 { background:url("../images/datas-icon3.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/datas-icon3.png*/) no-repeat top left; margin-top: 50px;}
.datas-support-li4 { background:url("../images/datas-icon4.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/datas-icon4.png*/) no-repeat top left; margin-top: 50px;}
.datas-support-li h6 { display: block;font-size: 24px; color: #fff; padding-top: 50px;} 
.datas-support-li span { display: block; font-size: 12px;}


.Option-transaction-warp{ padding:70px 0 100px 0; background:#fff;}
.Option-transaction-warp .fl{ float:left;}
.Option-transaction-warp .fr{ float:right;}
.Option-transaction-warp .Ot-img{ width:930px; margin:auto; margin-top:50px; margin-bottom:100px;}
.Option-transaction-warp h1{ margin-bottom:35px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.Option-transaction-warp h3{ max-width:80%; margin:auto; margin-bottom:30px; font-weight:normal; font-size:14px; color:#666666; line-height:24px; text-align:center;}
.Option-transaction-warp .index-add-two-li h5{ display:block; margin:15px 0 35px 0; font-size:20px; color:#333333; text-align:center;}
.Option-transaction-warp .index-add-two-li p{ display:block; margin:auto; margin-top:20px; margin-bottom:40px; font-size:14px; color:#666666; text-align:left; line-height:28px;}
.Option-transaction-warp .index-add-two-li i{ display:block; position:relative; margin:auto; width:105px; height:105px; background:#f2f2f2; border-radius:50%;}
.Option-transaction-warp .index-add-two-li i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.Option-transaction-warp .index-add-two-li i img.img-hover{ display:none;}
.Option-transaction-warp .index-add-two-li i img.img-normal{ display:block;}
.Option-transaction-warp .index-add-two-li{ width:290px; padding:30px 40px; margin:0 25px; float:left; background:#fff;-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.Option-transaction-warp .index-add-two-li:hover i img.img-normal{ display:none;}
.Option-transaction-warp .index-add-two-li:hover i img.img-hover{ display:block;}
.Option-transaction-warp .index-add-two-li:hover i{ background:#4800cd;}
.Option-transaction-warp .inside-ts-one-warp{ width:1020px; margin:auto; margin-top:60px !important;}
.Option-transaction-warp .index-add-two-li:hover h5{ color:#4800cd;}







/* 大于320像素 */
@media only screen and (min-width:320px){
.news-wrap{padding-top:30px; width:100%; margin:0 auto;}
.news-left{width:100%; float:none; background:#FFF; font-size:14px; clear:both;}
.news-right{width:100%; float:none;}
.news-tit{display: inline-block; margin-top:10px; width:100%; margin-bottom:10px;}
.news-tit h4 { float: none;}
.news-left .article .pic{display:block; float:none; overflow:hidden; position:relative;}
.news-left .article .text{display:block; padding:10px 0px 10px 20px;float:none; width:100%; vertical-align:top; position:relative;}
.news-left .article .text p{line-height:32px; color:#828f9c; height:auto; text-overflow:clip; overflow:hidden; text-overflow:ellipsis;}
.news-left ul{padding-left:10px; padding-bottom:20px;}
.news-leftRelev .fl{ float:none;}
.news-leftRelev .fr{ float:none;}
.news-left .content{padding-left:10px !important; padding-right:10px !important; font-size:14px; color:#555; line-height:30px;}
.news-left .hr-link{ background-color:#dde6ea; line-height:36px; font-size:14px; color:#4a5d70; margin:20px 0 10px; padding-left:10px; padding-right:10px;}
.news-leftRelev{background:#eff3f5; display:block; overflow:hidden; padding:10px 10px 10px 10px;}

/*   star   */
.mt4_new_warp .mt4-six .mt4-prog-bg{ width:100%; margin:auto; height:auto; padding:30px 0 0 0;}
.mt4_new_warp .mt4-one .mt4-prog-bg{height:auto; margin-bottom:50px;}
.mt4_new_warp .mt4-prog{ margin-top:50px; padding:0 20px;}
.Mobile-transaction .Mobile-one .one-li{ width:50%; float:left; }
.Mobile-transaction .Mobile-two .two-body{ min-height:550px; margin-top:60px; background:none;}
.Mobile-transaction .Mobile-two .two-ul.ul-left{ text-align:left; margin-left:0px; float:none;}
.Mobile-transaction .Mobile-two .two-ul.ul-right{ text-align:left; margin-right:0px; float:none;}
.Mobile-transaction .Mobile-six .one-li{ position:relative; width:98%; margin:60px 1%; height:225px; float:none; padding-top:90px; background:#f4f3f8; border:#e5e5e5 1px solid; border-radius:10px;}
.info-banner .banner-title{font-size:30px; color: #fff; font-weight: bold; padding-top: 108px;letter-spacing:1px;}
.zjjs-one .zjjs-list{width:50%; margin: auto; height:320px; overflow: hidden; padding: 20px 10px; float: left;}
.inter-banner .banner-title{font-size: 30px; color: #fff; font-weight: bold; padding-top: 108px;letter-spacing:1px;}
.inside-ts-one-warp .index-add-two-li{ width:50%; padding:30px10px; margin:0%; float:left; background:#fff;}
.inside-ts-two-warp .index-add-two-li{ width:100%; padding:50px 1%; margin:0 0%; float:left; background:#fff;}
.inside-ts-four-warp .index-add-two-li{ width:50%; padding:30px 10px; margin:0 0%; float:left; background:#fff;}
.de-fk{width:100%; margin: auto;}
.mt4-dj .mt4-list{width:50%; float: left; padding: 20px 10px; list-style: none; text-align: center; height: 160px;}
.de-but .de-buton{width:90%;}
.Option-transaction-warp .Ot-img{ width:100%; margin:auto; margin-top:50px; margin-bottom:100px;}
.Option-transaction-warp .inside-ts-one-warp{ width:100%; margin:auto; margin-top:60px !important;}
.Option-transaction-warp .index-add-two-li{ width:100%; padding:30px 20px; margin:0px; float:left; background:#fff;-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.back-box { padding-bottom:90px; margin-top:90px; height: auto; background:none;}
.fun-li {width: 100%; float: left; padding: 0 10px;}
.web-table{width:100%; margin: auto; height: auto; overflow: hidden; margin-top: 60px;}
.mt4-partner .partner{width:100%; float: none; padding: 0 30px 70px;}
.addfy_new_warp .mt4-two .frame-head a i{ display:none;}
.addfy_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:auto !important; margin:0px !important;text-align:left; line-height:30px; color:#000000; font-size:12px;}
.Online_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:auto !important; margin:0px !important;text-align:center; line-height:30px; color:#000000; font-size:12px;}
.Online_new_warp .mt4-two .frame-head a i{ display:none;}
.Online_new_warp .mt4-two .frame-head a{ display:block; width:50%; float:left; padding:0 25px;height:70px;}
.zjjs-two .zjjs-list .up-title{width:100%; height: 100px; background: #480b8d; text-align: center; color: #fff;font-size: 16px; padding-top: 35px;}
.mt4-img img{ display:block;height:auto; max-width:100%;}


/*  end   */




}
/* 大于768像素 */
@media (min-width:768px){
.news-wrap{padding-top:30px; width:100%; margin:0 auto;}
.news-left{width:100%; float:left; background:#FFF; font-size:14px; clear:both;}
.news-right{width:100%; float:right;}
.news-tit{display: inline-block; margin-top:10px; width:100%; margin-bottom:10px;}
.news-tit h4 { float: left;}
.news-left .article .pic{display:table-cell; float:none; overflow:hidden; position:relative;}
.news-left .article .text{display:table-cell; padding:10px 0px 10px 20px;float:none; width:100%; vertical-align:top; position:relative;}
.news-left .article .text p{line-height:32px; color:#828f9c; height:86px; text-overflow:clip; overflow:hidden; text-overflow:ellipsis;}
.news-left ul{padding-left:0px; padding-bottom:20px;}
.news-leftRelev .fl{ float:left;}
.news-leftRelev .fr{ float:right;}
.news-left .content{padding-left:40px !important; padding-right:40px !important; font-size:14px; color:#555; line-height:30px;}
.news-left .hr-link{ background-color:#dde6ea; line-height:36px; font-size:14px; color:#4a5d70; margin:20px 0 10px; padding-left:30px;}
.news-leftRelev{background:#eff3f5; display:block; overflow:hidden; padding:10px 30px 40px 30px;}
/*   star   */
.mt4_new_warp .mt4-six .mt4-prog-bg{ width:100%; margin:auto; height:auto; padding:30px 0 0 0;}
.mt4_new_warp .mt4-one .mt4-prog-bg{height:310px; margin-bottom:0px;}
.mt4_new_warp .mt4-prog{ margin-top:90px; padding:0 20px;}
.Mobile-transaction .Mobile-one .one-li{ width:25%; float:left; }
.Mobile-transaction .Mobile-two .two-body{ min-height:550px; margin-top:60px; background:url("../images/pro.jpg"/*tpa=http://www.cgmt4.com/templets/muban/static/images/pro.jpg*/) center no-repeat;}
.Mobile-transaction .Mobile-two .two-ul.ul-left{ text-align:right; margin-left:0px; float:left;}
.Mobile-transaction .Mobile-two .two-ul.ul-right{ text-align:left; margin-right:0px; float:right;}
.Mobile-transaction .Mobile-six .one-li{ position:relative; width:48%; margin:60px 1%; height:225px; float:left; padding-top:90px; background:#f4f3f8; border:#e5e5e5 1px solid; border-radius:10px;}
.Mobile-transaction .Mobile-seven .seven-body{ position:relative; height:500px; width:100%; margin:auto;}
.Mobile-transaction .Mobile-seven .seven-body img{ display:block; max-width:100%;}
.info-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 200px;letter-spacing:1px;}
.zjjs-one .zjjs-list{width:25%; margin: auto; height:320px; overflow: hidden; padding: 40px 30px; float: left;}
.inter-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 175px;letter-spacing:1px;}
.inside-ts-one-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-ts-two-warp .index-add-two-li{ width:46%; padding:50px 2%; margin:0 2%; float:left; background:#fff;}
.inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.de-fk{width:765px; margin: auto;}
.mt4-dj .mt4-list{width:20%; float: left; padding: 25px 20px; list-style: none; text-align: center; height: 160px;}
.de-but .de-buton{width:380px;}
.Option-transaction-warp .Ot-img{ width:930px; margin:auto; margin-top:50px; margin-bottom:100px;}
.Option-transaction-warp .inside-ts-one-warp{ width:1020px; margin:auto; margin-top:60px !important;}
.Option-transaction-warp .index-add-two-li{ width:290px; padding:30px 40px; margin:0 25px; float:left; background:#fff;-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.back-box { padding-bottom:90px; margin-top:90px; height: 750px; background: url("../images/bgimg1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bgimg1.png*/) no-repeat bottom center;}
.fun-li {width: 20%; float: left; padding: 0 20px;}
.web-table{width:992px; margin: auto; height: auto; overflow: hidden; margin-top: 60px;}
.mt4-partner .partner{width:33.333%; float: left; padding: 0 30px 70px;}
.addfy_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:80px; width:35px; height:35px; margin-right:5px; position:relative;}
.addfy_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:200px !important; margin:0px !important;text-align:left; line-height:70px; color:#000000; font-size:20px;}
.Online_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:230px !important; margin:0px !important;text-align:center; line-height:70px; color:#000000; font-size:18px;}
.Online_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:40px; width:30px; height:30px; margin-right:5px; position:relative;}
.Online_new_warp .mt4-two .frame-head a{ display:block; width:33.3%; float:left; padding:0 25px;height:70px;}
.zjjs-two .zjjs-list .up-title{width:100%; height: 100px; background: #480b8d; text-align: center; color: #fff;font-size: 20px; padding-top: 35px;}
.mt4-img img{ display:block; width:1196px;height:387px; margin:auto;}


/*  end   */

}
/* 大于960像素 */
@media (min-width:992px){
.news-wrap{padding-top:30px; width:100%; margin:0 auto;}
.news-left{width:78%; float:left; background:#FFF; font-size:14px; clear:both;}
.news-right{width:20%; float:right;}
.news-tit{display: inline-block; margin-top:10px; width:848px; margin-bottom:10px;}
.news-tit h4 { float: left;}
.news-left .article .pic{display:table-cell; float:none; overflow:hidden; position:relative;}
.news-left .article .text{display:table-cell; padding:10px 0px 10px 20px;float:none; width:100%; vertical-align:top; position:relative;}
.news-left .article .text p{line-height:32px; color:#828f9c; height:86px; text-overflow:clip; overflow:hidden; text-overflow:ellipsis;}
.news-left ul{padding-left:0px; padding-bottom:20px;}
.news-leftRelev .fl{ float:left;}
.news-leftRelev .fr{ float:right;}
.news-left .content{padding-left:40px !important; padding-right:40px !important; font-size:14px; color:#555; line-height:30px;}
.news-left .hr-link{ background-color:#dde6ea; line-height:36px; font-size:14px; color:#4a5d70; margin:20px 0 10px; padding-left:30px;}
.news-leftRelev{background:#eff3f5; display:block; overflow:hidden; padding:10px 30px 40px 30px;}
/*   star   */
.mt4_new_warp .mt4-six .mt4-prog-bg{ width:100%; margin:auto; height:auto; padding:30px 0 0 0;}
.mt4_new_warp .mt4-one .mt4-prog-bg{height:310px; margin-bottom:0px;}
.mt4_new_warp .mt4-prog{ margin-top:90px; padding:0 80px;}
.Mobile-transaction .Mobile-one .one-li{ width:25%; float:left; }
.Mobile-transaction .Mobile-two .two-body{ min-height:550px; margin-top:60px; background:url("../images/pro.jpg"/*tpa=http://www.cgmt4.com/templets/muban/static/images/pro.jpg*/) center no-repeat;}
.Mobile-transaction .Mobile-two .two-ul.ul-left{ text-align:right; margin-left:115px; float:left;}
.Mobile-transaction .Mobile-two .two-ul.ul-right{ text-align:left; margin-right:115px; float:right;}
.Mobile-transaction .Mobile-six .one-li{ position:relative; width:48%; margin:60px 1%; height:225px; float:left; padding-top:90px; background:#f4f3f8; border:#e5e5e5 1px solid; border-radius:10px;}
.Mobile-transaction .Mobile-seven .seven-body{ position:relative; height:500px; width:888px; margin:auto;}
.info-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 200px;letter-spacing:1px;}
.zjjs-one .zjjs-list{width:25%; margin: auto; height:320px; overflow: hidden; padding: 40px 30px; float: left;}
.inter-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 175px;letter-spacing:1px;}
.inside-ts-one-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-ts-two-warp .index-add-two-li{ width:46%; padding:50px 2%; margin:0 2%; float:left; background:#fff;}
.inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.de-fk{width:765px; margin: auto;}
.mt4-dj .mt4-list{width:20%; float: left; padding: 25px 20px; list-style: none; text-align: center; height: 160px;}
.de-but .de-buton{width:380px;}
.Option-transaction-warp .Ot-img{ width:930px; margin:auto; margin-top:50px; margin-bottom:100px;}
.Option-transaction-warp .inside-ts-one-warp{ width:1020px; margin:auto; margin-top:60px !important;}
.Option-transaction-warp .index-add-two-li{ width:290px; padding:30px 40px; margin:0 25px; float:left; background:#fff;-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.back-box { padding-bottom:90px; margin-top:90px; height: 750px; background: url("../images/bgimg1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bgimg1.png*/) no-repeat bottom center;}
.fun-li {width: 20%; float: left; padding: 0 20px;}
.web-table{width:992px; margin: auto; height: auto; overflow: hidden; margin-top: 60px;}
.mt4-partner .partner{width:33.333%; float: left; padding: 0 30px 70px;}
.addfy_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:80px; width:35px; height:35px; margin-right:5px; position:relative;}
.addfy_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:200px !important; margin:0px !important;text-align:left; line-height:70px; color:#000000; font-size:20px;}
.Online_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:230px !important; margin:0px !important;text-align:center; line-height:70px; color:#000000; font-size:18px;}
.Online_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:40px; width:30px; height:30px; margin-right:5px; position:relative;}
.Online_new_warp .mt4-two .frame-head a{ display:block; width:33.3%; float:left; padding:0 25px;height:70px;}
.zjjs-two .zjjs-list .up-title{width:100%; height: 100px; background: #480b8d; text-align: center; color: #fff;font-size: 20px; padding-top: 35px;}
.mt4-img img{ display:block; width:1196px;height:387px; margin:auto;}


/*  end   */


	
}
/* 大于1200像素 */
@media (min-width:1200px){
.news-wrap{padding-top:130px; width:1148px; margin:0 auto;}
.news-left{width:848px; float:left; background:#FFF; font-size:14px; clear:both;}
.news-right{width:270px; float:right;}
.news-tit{display: inline-block; margin-top:10px; width:848px; margin-bottom:10px;}
.news-tit h4 { float: left;}
.news-left .article .pic{display:table-cell; float:none; overflow:hidden; position:relative;}
.news-left .article .text{display:table-cell; padding:10px 0px 10px 20px;float:none; width:100%; vertical-align:top; position:relative;}
.news-left .article .text p{line-height:32px; color:#828f9c; height:86px; text-overflow:clip; overflow:hidden; text-overflow:ellipsis;}
.news-left ul{padding-left:0px; padding-bottom:20px;}
.news-leftRelev .fl{ float:left;}
.news-leftRelev .fr{ float:right;}
.news-left .content{padding-left:40px !important; padding-right:40px !important; font-size:14px; color:#555; line-height:30px;}
.news-left .hr-link{ background-color:#dde6ea; line-height:36px; font-size:14px; color:#4a5d70; margin:20px 0 10px; padding-left:30px;}
.news-leftRelev{background:#eff3f5; display:block; overflow:hidden; padding:10px 30px 40px 30px;}
/*   star   */
.mt4_new_warp .mt4-six .mt4-prog-bg{ width:330px; margin:auto; height:auto; padding:30px 0 0 0;}
.mt4_new_warp .mt4-one .mt4-prog-bg{height:310px; margin-bottom:0px;}
.mt4_new_warp .mt4-prog{ margin-top:90px; padding:0 80px;}
.Mobile-transaction .Mobile-one .one-li{ width:25%; float:left; }
.Mobile-transaction .Mobile-two .two-body{ min-height:550px; margin-top:60px; background:url("../images/pro.jpg"/*tpa=http://www.cgmt4.com/templets/muban/static/images/pro.jpg*/) center no-repeat;}
.Mobile-transaction .Mobile-two .two-ul.ul-left{ text-align:right; margin-left:115px; float:left;}
.Mobile-transaction .Mobile-two .two-ul.ul-right{ text-align:left; margin-right:115px; float:right;}
.Mobile-transaction .Mobile-six .one-li{ position:relative; width:48%; margin:60px 1%; height:225px; float:left; padding-top:90px; background:#f4f3f8; border:#e5e5e5 1px solid; border-radius:10px;}
.Mobile-transaction .Mobile-seven .seven-body{ position:relative; height:500px; width:888px; margin:auto;}
.info-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 200px;letter-spacing:1px;}
.zjjs-one .zjjs-list{width:25%; margin: auto; height:320px; overflow: hidden; padding: 40px 30px; float: left;}
.inter-banner .banner-title{font-size: 52px; color: #fff; font-weight: bold; padding-top: 175px;letter-spacing:1px;}
.inside-ts-one-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-ts-two-warp .index-add-two-li{ width:46%; padding:50px 2%; margin:0 2%; float:left; background:#fff;}
.inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.de-fk{width:765px; margin: auto;}
.mt4-dj .mt4-list{width:20%; float: left; padding: 25px 20px; list-style: none; text-align: center; height: 160px;}
.de-but .de-buton{width:380px;}
.Option-transaction-warp .Ot-img{ width:930px; margin:auto; margin-top:50px; margin-bottom:100px;}
.Option-transaction-warp .inside-ts-one-warp{ width:1020px; margin:auto; margin-top:60px !important;}
.Option-transaction-warp .index-add-two-li{ width:290px; padding:30px 40px; margin:0 25px; float:left; background:#fff;-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2);}
.back-box { padding-bottom:90px; margin-top:90px; height: 750px; background: url("../images/bgimg1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bgimg1.png*/) no-repeat bottom center;}
.fun-li {width: 20%; float: left; padding: 0 20px;}
.web-table{width:992px; margin: auto; height: auto; overflow: hidden; margin-top: 60px;}
.mt4-partner .partner{width:33.333%; float: left; padding: 0 30px 70px;}
.addfy_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:80px; width:35px; height:35px; margin-right:5px; position:relative;}
.addfy_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:200px !important; margin:0px !important;text-align:left; line-height:70px; color:#000000; font-size:20px;}
.Online_new_warp .mt4-two .frame-head a p{ display:block; float:left !important; width:230px !important; margin:0px !important;text-align:center; line-height:70px; color:#000000; font-size:18px;}
.Online_new_warp .mt4-two .frame-head a i{ display:block; float:left; margin-top:20px; margin-left:40px; width:30px; height:30px; margin-right:5px; position:relative;}
.Online_new_warp .mt4-two .frame-head a{ display:block; width:33.3%; float:left; padding:0 25px;height:70px;}
.zjjs-two .zjjs-list .up-title{width:100%; height: 100px; background: #480b8d; text-align: center; color: #fff;font-size: 20px; padding-top: 35px;}
.mt4-img img{ display:block; width:1196px;height:387px; margin:auto;}


/*  end   */


}




.inside-shuzi-new-warp{ background:#fff;}
.inside-shuzi-new-warp .mt4-one h5{ margin-bottom:80px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.inside-shuzi-new-warp .mt4-one{ padding:100px 0; background:#f2f2f2;}
.inside-shuzi-new-warp .mt4-six{ padding:100px 0;}
.inside-shuzi-new-warp .mt4-six h1{ margin-bottom:35px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.inside-shuzi-new-warp .mt4-six h3{ width:80%; margin:auto; margin-bottom:80px; font-weight:normal; font-size:14px; color:#666666; line-height:24px; text-align:center;}
.inside-shuzi-new-warp .inside-ts-one-warp{ margin-top:80px;}
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li p{ display:block; margin:auto; margin-top:20px; margin-bottom:40px; font-size:14px; color:#666666; text-align:left; line-height:28px;}
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li img{ display:block; width:206px; margin:auto;}
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li{ width:23%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-shuzi-new-warp .inside-ts-three-warp{ margin-top:70px;}
.inside-shuzi-new-warp .inside-ts-three-warp a{ display:block; width:360px; margin:0 10px; float:left; border:#6e6e6e 1px dashed;}
.inside-shuzi-new-warp .inside-ts-three-warp a:hover{ background:#4800cd; color:#fff;}
.inside-shuzi-new-warp .inside-ts-three-warp span{ display:block; float:left; line-height:80px; font-size:20px; color:#333333; text-align:left;}
.inside-shuzi-new-warp .inside-ts-three-warp i{ display:block; float:left;position:relative; width:115px; height:80px; margin-left:50px;}
.inside-shuzi-new-warp .inside-ts-three-warp i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-shuzi-new-warp .inside-ts-three-warp i img.img-hover{ display:none;}
.inside-shuzi-new-warp .inside-ts-three-warp i img.img-normal{ display:block;}
.inside-shuzi-new-warp .inside-ts-three-warp a:hover i img.img-normal{ display:none;}
.inside-shuzi-new-warp .inside-ts-three-warp a:hover i img.img-hover{ display:block;}
.inside-shuzi-new-warp .inside-ts-three-warp a:hover span{ background:#4800cd; color:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li h5{ display:block; margin:15px 0 35px 0; font-size:18px; color:#333333; text-align:center;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li img{ display:block; width:130px; margin:auto;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-shuzi-new-warp .inside-ts-four-warp{ padding:100px 0; background:#f2f2f2; margin-bottom:80px; font-weight:normal; font-size:38px; color:#333333; text-align:center;}
.inside-shuzi-new-warp .inside-ts-four-warp h5{ display:block; font-size:38px; color:#333333; text-align:center;}
.inside-shuzi-new-warp .inside-ts-four-warp h3{ display:block; margin:35px 0 60px 0; font-size:14px; color:#666666; text-align:center;}
.inside-shuzi-new-warp .inside-ts-two-warp{ margin-top:80px;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li p{ display:block;width:100%; min-width:100%; max-width:100%; margin:auto; margin-top:20px; margin-bottom:40px; font-size:14px; color:#666666; text-align:left; line-height:28px;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li i{ display:block; position:relative; margin:auto; width:105px; height:105px; background:#f2f2f2; border-radius:50%;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li i img{ display:block; position:absolute; top:50%; left:50%; margin-left:-25px !important; margin-top:-25px !important; width:50px;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li i img.img-hover{ display:none;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li i img.img-normal{ display:block;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li:hover{-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);box-shadow: 0px 0px 20px rgba(0,0,0,.2); transition:0.4s;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li:hover i img.img-normal{ display:none;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li:hover i img.img-hover{ display:block;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li:hover i{ background:#4800cd;}

.Mobile-fooajj h3{font-size: 30px;color: #fff;font-weight: bold;}
.col-li{width: 30%;float: left;margin: 0 1%;overflow: hidden;}
.col-li .top{text-align: center;height: 190px;max-height: 190px;border-top-left-radius: 5px;border-top-right-radius: 5px;padding-top: 70px;}
.col-li .top p{font-size: 30px;color: #fff;margin: 0 0 10px 0;}
.col-li .top span{display: block;font-size: 16px;color: #fff;margin: 0;}
.col-li  h5{padding:15px;font-size: 16px;line-height: 30px;text-align: left;font-weight: normal;margin: 0;color: #fff;background:rgba(255, 255, 255, 0.2);}
.col-li .li1{background: url("../images/bbg1.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bbg1.png*/) no-repeat 100%;}
.col-li .li2{background: url("../images/bbg2.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bbg2.png*/) no-repeat 100%;}
.col-li .li3{background: url("../images/bbg3.png"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bbg3.png*/) no-repeat 100%;}
.margintb{margin: 60px 0 90px 0;}
.Mobile-transaction .Mobile-fooajj {
    padding:100px 0;
    background: #1c0a66;
    background: -moz-linear-gradient(-45deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
    background: -webkit-linear-gradient(-45deg, #8d07c8, #260f77 50%, #030b3a);
    background: -webkit-linear-gradient(315deg, #8d07c8, #260f77 50%, #030b3a);
    background: -moz-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
    background: -o-linear-gradient(315deg, #8d07c8 0, #260f77 50%, #030b3a 100%);
	background: linear-gradient(135deg, #8d07c8, #260f77 50%, #030b3a);
	background-image: url("../images/bgggp.jpg"/*tpa=http://www.cgmt4.com/templets/muban/static/images/bgggp.jpg*/);
	background-repeat: repeat;
	background-position: bottom left right;
	background-size: cover;
}

/* 大于320像素 */
@media only screen and (min-width:320px){
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li{ width:100%; padding:30px 20px; margin:0%; float:none; background:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li{ width:100%; padding:30px 20px; margin:0%; float:none; background:#fff;}
.inside-shuzi-new-warp .inside-ts-three-warp a{ display:block; width:100%; margin:0px; float:none; border:#6e6e6e 1px dashed;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li{ width:100%; padding:30px 20px; margin:0%; float:none; background:#fff;}

}
/* 大于768像素 */
@media (min-width:768px){
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li{ width:23%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-three-warp a{ display:block; width:360px; margin:0 10px; float:left; border:#6e6e6e 1px dashed;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}

}
/* 大于960像素 */
@media (min-width:992px){
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li{ width:23%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-three-warp a{ display:block; width:360px; margin:0 10px; float:left; border:#6e6e6e 1px dashed;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}

}
/* 大于1200像素 */
@media (min-width:1200px){
.inside-shuzi-new-warp .inside-ts-one-warp .index-add-two-li{ width:23%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-four-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}
.inside-shuzi-new-warp .inside-ts-three-warp a{ display:block; width:360px; margin:0 10px; float:left; border:#6e6e6e 1px dashed;}
.inside-shuzi-new-warp .inside-ts-two-warp .index-add-two-li{ width:18%; padding:30px 20px; margin:0 1%; float:left; background:#fff;}

}























