html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #f66f6a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f3413a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.bg-yellow {
  background-color: #ffdf4f;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #ffd61c;
}

.bg-teal {
  background-color: #59c8d5;
}

a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #33b9c8;
}

.bg-blue {
  background-color: #15b0eb;
}

a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #108dbd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f7f7f7;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

container.container {
  width: 100%!important;
  max-width: 1128px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.row {
  margin-left: -11px;
  margin-right: -11px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-xs-51,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-xs-71,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-51,
.col-xs-6,
.col-xs-7,
.col-xs-71,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13 {
  float: left;
}

.col-xs-13 {
  width: 20%;
}
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7,.col-xs-71{
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5,.col-xs-51 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 20%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


.container {
  width: 100% !important;
  max-width: 1128px;
}

header.affix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

header .autocomplete-suggestions {
  border: 0;
}

header #global_nav {
  position: relative;
  z-index: auto;
  height: auto;
}

header #global_nav nav {
  height: 74px;
  background: #fff;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  position: relative;
  z-index: 100;
}

header #global_nav nav #logo1 {
  display: inline-block;
  overflow: hidden;
  margin-right:100px;
  margin-top: 10px;
  float: left;
}

header #global_nav nav .nav-contact {
  display: inline-block;
  float: right;
}

header #global_nav nav .nav-contact > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 50px;
  display: table;
  float: left;
  position: relative;
  height: 74px;
}

header #global_nav nav .nav-contact > ul:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #d4d4d4;
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
}

header #global_nav nav .nav-contact > ul a.navbar-toggle {
  font-size: 18px;
}

header #global_nav nav .nav-contact > ul a:hover,
header #global_nav nav .nav-contact > ul a.active {
  text-decoration: none;
  color: #21a7e6;
}

header #global_nav nav .nav-contact > ul a:hover.navbar-toggle em,
header #global_nav nav .nav-contact > ul a.active.navbar-toggle em {
  color: #21a7e6;
}

header #global_nav nav .nav-contact > ul:first-child {
  border-left: 0;
  padding-left: 0;
}

header #global_nav nav .nav-contact > ul:first-child:before {
  display: none;
}

header #global_nav nav .nav-contact > ul:first-child li > a {
  padding-left: 19px;
}

header #global_nav nav .nav-contact > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}

header #global_nav nav .nav-contact > ul > li.active > a {
  color: #21a7e6;
}

header #global_nav nav .nav-contact > ul > li span,
header #global_nav nav .nav-contact > ul > li a,
header #global_nav nav .nav-contact > ul > li em {
  display: inline-block;
  vertical-align: middle;
  color: #282828;
}

header #global_nav nav .nav-contact > ul > li span img {
  margin-right: 19px;
}

header #global_nav nav .nav-contact > ul > li span.lazy-placeholder {
  height: 100px;
  width: 100%;
  overflow: hidden;
}

header #global_nav nav .nav-contact > ul > li > .navbar-toggle > em.ic_down {
  font-size: 30px;
  vertical-align: middle;
  color: #000000;
  width: 20px;
  overflow: hidden;
  transition: transform .3s;
}

header #global_nav nav .nav-contact > ul > li > .navbar-toggle > em.ic_down:before {
  margin-left: -5px;
  
}

header #global_nav nav .nav-contact > ul > li:hover > .navbar-toggle > em.ic_down:before {
  content: "\e911";
  color:#21a7e6;
}

header #global_nav nav .nav-contact > ul > li .nav-line {
  width: 1px;
  height: 100%;
  display: inline-block;
  border-left: 2px solid #d4d4d4;
}

header #global_nav nav .nav-contact > ul > li .navbar-collapse {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background: #ebf4fb;
  left: 0;
  cursor: default;
  opacity: 0;
  border-bottom: 1px solid #e5e5e5\9;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 20px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row {
  display: flex;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row > [class*="col-"] {
  padding: 0px 10px;
  min-height: 158px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
  position: absolute;
  right: -10px;
  bottom: 48px;
  border-radius: 6px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more a {
  color: #fff;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 5px;
  color: #fff;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em:before {
  color: #fff;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon {
  padding-left: 6%;
  padding-right: 4%;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] {
  padding-bottom: 40px;
  text-align: center;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] em {
  display: inline-block;
  font-size: 14px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a {
	padding-top:15px;
  display: block;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"]:hover p {
  color: #21a7e6;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon a {
  color: #282828;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p {
  text-align: center;
  margin-top: 7.000000000000001px;
  margin-bottom: 0;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p em {
  position: absolute;
  margin-top: 6px;
  margin-left: 10px \9;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span {
  padding-left: 0;
  font-size: 14.000000000000002px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a {
  font-size: 14px;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover {
  text-decoration: underline;
}

header #global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover span {
  text-decoration: underline;
}
.banner{
	width:100%;
	height:500px;
	background: url(../images/banner.jpg) top center;
	
}
.icon-nav-icon01 {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}

.icon-nav-icon02 {
  background-image: url(../images/sprite.png);
  background-position: -25px 0px;
  width: 28px;
  height: 28px;
}

.icon-nav-icon03 {
  background-image: url(../images/sprite.png);
  background-position: 0px -33px;
  width: 107px;
  height: 107px;
}
.icon-nav-icon04 {
  background-image: url(../images/sprite.png);
  background-position: -108px -33px;
  width: 107px;
  height: 107px;
}
.icon-nav-icon05 {
  background-image: url(../images/sprite.png);
  background-position: -216px -33px;
  width: 107px;
  height: 107px;
}
.icon-nav-icon06 {
  background-image: url(../images/sprite.png);
  background-position: -324px -33px;
  width: 107px;
  height: 107px;
}


.con-list{width:100%;}
.con-list h1{width:100%;height:67px;background:url(../images/tbg.png) no-repeat;}
.con-list h1 .t_tips{text-align:center;font-size:28px;color:#0091ff;font-weight:normal;}
.con-list h1 .s_tips{text-align:center;font-size:12px;color:#93b4f7;font-weight:normal;}
.con-list .container .row .roundCondiv{padding:25% 10% 25% 10%;width:100%;background:#fff;}
.con-list .container .row .roundCondiv .icon{margin:auto;height:120px;}
.con-list .container .row .roundCondiv .roundCon-t{width:100%;color:#2c2c2c;font-size:24px;text-align:center;height:60px;line-height:60px;}
.con-list .container .row .roundCondiv .roundCon-i{width:100%;color:#9a9a9a;font-size:14px;line-height:32px;text-align:center;}


.con-list .container .row .Condiv{margin-top:20px;padding:25% 8% 25% 8%;width:100%;background:#fff;border-radius:5px;border:1px solid #d5d5d5;}
.con-list .container .row .Condiv .icon{margin:20px auto;}
.con-list .container .row .Condiv .roundCon-t2{width:100%;color:#2c2c2c;font-size:18px;text-align:center;}

.con-list .container .row a:hover .Condiv{background:#fff;border-radius:5px;border:1px solid #7abafd;}
.con-list .container .row a:hover .Condiv .roundCon-t2{color:#007dff;}
.con-list .container .row a .Condiv .icon-nav-icon07,.con-list .container .row a .Condiv .icon-nav-icon08,.con-list .container .row a .Condiv .icon-nav-icon09,.con-list .container .row a .Condiv .icon-nav-icon10,.con-list .container .row a .Condiv .icon-nav-icon11,.con-list .container .row a .Condiv .icon-nav-icon12,.con-list .container .row a .Condiv .icon-nav-icon13,.con-list .container .row a .Condiv .icon-nav-icon14,.con-list .container .row a .Condiv .icon-nav-icon15,.con-list .container .row a .Condiv .icon-nav-icon16{background-image: url(../images/sprite.png);}
.con-list .container .row a .Condiv .icon-nav-icon07{background-position: 0px -295px;width: 61px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon08{background-position: -63px -295px;width: 52px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon09{background-position: -117px -295px;width: 65px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon10{background-position: -185px -295px;width: 63px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon11{background-position: -248px -295px;width: 65px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon12{background-position: -316px -295px;width: 65px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon13{background-position: -383px -295px;width: 62px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon14{background-position: -448px -295px;width: 59px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon15{background-position: -509px -295px;width: 64px;height: 65px;}
.con-list .container .row a .Condiv .icon-nav-icon16{background-position: -574px -295px;width: 62px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon07{background-position: 0px -170px;width: 61px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon08{background-position: -63px -170px;width: 52px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon09{background-position: -117px -170px;width: 65px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon10{background-position: -185px -170px;width: 63px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon11{background-position: -248px -170px;width: 65px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon12{background-position: -316px -170px;width: 65px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon13{background-position: -383px -170px;width: 62px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon14{background-position: -448px -170px;width: 59px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon15{background-position: -509px -170px;width: 64px;height: 65px;}
.con-list .container .row a:hover .Condiv .icon-nav-icon16{background-position: -574px -170px;width: 62px;height: 65px;}


.icon-nav-icon17{
  background-image: url(../images/sprite.png);
  background-position: 0px -380px;
  width: 40px;
  height: 40px;
}
.icon-nav-icon18{
  background-image: url(../images/sprite.png);
  background-position: -58px -380px;
  width: 40px;
  height: 40px;
}
.icon-nav-icon19{
  background-image: url(../images/sprite.png);
  background-position: -115px -380px;
  width: 40px;
  height: 40px;
}
.icon-nav-icon20{
  background-image: url(../images/sprite.png);
  background-position: -175px -380px;
  width: 40px;
  height: 40px;
}


footer{
  margin:50px auto;
  height:120px;
  width:100%;
  background:#21a7e6;
}

footer .footer-logo{
	padding-top:30px;
	text-align:center;
}

footer .container .row em{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin:15px 0 0 0;
}
footer .container .row h3{
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
li{list-style:none;}
footer .container .row .contact{line-height:24px;font-size:14px;}
footer .container .row .contact dt{width:100px;}
footer .container .row .contact span{padding-left:30px;color:#666;}
.mt-10{margin-top:10px;}


/***********MAJOR FUNCTION************/

#major .round p{
    line-height:34px;
}
#major .round .p20{
    margin-bottom:30px;
}
#major .p24{
   font-size:24px;
}
#major .round a{
    display:inline-block;
    z-index:1;
    position:absolute;
    left:15px;
    cursor: pointer;
    background: rgba(0,0,0,.001);
}
#major .round .container{
    background-size:cover;
}
#major .round .roundCon>div{
    margin-bottom:30px;
}
#major .round .roundCon .roundCon-info p{
    margin-bottom:0;
}
#major .round .roundCon .roundCon-info .more{
    background: url(../images/arrow-more.png) no-repeat right center;
    padding-right: 30px;
    background-size: 24px 24px;
    height: 30px;
    line-height: 30px;
    width:130px;
    margin:0 auto;
    margin-bottom: 0;
}
#major .round .roundCon .roundCon-info .more:hover{
    text-decoration: underline;
    /*border-bottom:1px solid #fff;*/
}
#major .round .roundCon .roundCon-info{
    position:absolute;
    top:50%;
    left:50%;
    width: 50%;
    top: 30%\9;
    left: 25%\9;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color:#fff;
}
:root #major .round .roundCon .roundCon-info{
    top: 50%;
    left: 50%;
    width:90%;
}
#major .round .roundCon img{
    width:100%;
}
#major .round .roundCon .icon-round1{
    width: 52px;
    height:52px;
    background-position: -337px 0;
}
#major .round .roundCon .icon-round2{
    width: 59px;
    height:52px;
    background-position: -391px -2px;
}
#major .round .roundCon .icon-round3{
    width: 62px;
    height:52px;
    background-position: -451px -2px;

}
#major .round .roundCon .icon-round4{
    width: 65px;
    height:52px;
    background-position: -511px -1px;

}
#major .round .roundCon .icon-round5{
    width: 65px;
    height:52px;
    background-position: -574px 0px;
}
#major .round .roundCon .icon-round6{
    width: 36px;
    height:36px;
    background-position: -681px -2px;
    position: relative;
    top: 12px;
    left: 5px;
}
#major .round .round-hover{
    position: absolute;
    z-index: 2;
    height: 0;
    display:none;
    width: 100%;
    color: #fff;
    background-size:cover;
    background:no-repeat center center;
}
#major .round .roundCon>div:nth-of-type(1) a,
#major .round .roundCon>div:nth-of-type(2) a,
#major .round .roundCon>div:nth-of-type(3) a,
#major .round .roundCon>div:nth-of-type(4) a,
#major .round .roundCon>div:nth-of-type(1) .round-hover,
#major .round .roundCon>div:nth-of-type(2) .round-hover,
#major .round .roundCon>div:nth-of-type(3) .round-hover,
#major .round .roundCon>div:nth-of-type(4) .round-hover
{
    top:0;
}

#major .round .round-hover .icon{
    margin-bottom: 20px;
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    /*1.37*/
}
#major .round .round-hover .round-hover-child{
    padding-left:10%;
    padding-right:10%;
    position:relative;
    top:50%;
    top:25%\9;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
:root #major .round .round-hover .round-hover-child {
    top:50%;
}
.box{
		overflow: hidden;
		position: relative;
	}
	.box:before{
		content: "";
		width: 0;
		height: 100%;
		background: #008df7;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		left: 50%;
		opacity: 0;
		transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	}
	.box:hover:before{
		width: 100%;
		left: 0;
		opacity: 0.8;
	}
	.box img{
		width: 100%;
		height: auto;
	}
	.box .box-content{
		width: 100%;
		padding: 14px 18px;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 0;
	}
	.box .title{
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		line-height: 30px;
		margin: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box .post{
		font-size: 14px;
		text-align:left;
		line-height:32px;
		text-transform: capitalize;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box:hover .title,
	.box:hover .post{
		opacity: 1;
		transition-delay: 0.7s;
	}
	.box .icon{
		padding: 0;
		margin: 0;
		list-style: none;
		margin-top: 15px;
	}
	.box .icon li{
		display: inline-block;
	}
	.box .icon li a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		background: #f74e55;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin-right: 5px;
		opacity: 0;
		transform: translateY(50px);
		transition: all 0.5s ease 0s;
	}
	.box:hover .icon li a{
		opacity: 1;
		transform: translateY(0px);
		transition-delay: 0.5s;
	}
	.box:hover .icon li:last-child a{
		transition-delay: 0.8s;
	}
	@media only screen and (max-width:990px){
		.box{ margin-bottom: 30px; }
	}
.reg{
	margin:20px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 10px #ccc; -webkit-box-shadow:2px 2px 10px #ccc; box-shadow:2px 2px 10px #ccc;
	background-color:#fff;
}

.reg .reg_title{font-size:18px;font-weight:bold;width:80%;border-bottom:1px solid #ccc;margin:auto;height:80px;line-height:120px;}
.reg .form-s{margin:50px auto;display:table;width:100%;}
.reg .form-s dl{width:100%;float:left;}
.reg .form-s dt{float:left;text-align:right;width:30%;font-size:16px;font-weight:normal;height:35px;line-height:35px;}
.reg .form-s dd{float:left;text-align:left;width:60%;height:30px;line-height:30px;}
.reg .form-s dd input.text{width:80%;float:left;border-radius:3px;border:1px solid #68c5e8;padding:3px;}
.reg .form-s dd input.text2{width:20%;border-radius:3px;border:1px solid #68c5e8;padding:3px;}
.grap{color:#999;}
.submit-btn{border-radius:5px;background-color:#37bff6;width:40%;height:50px;border:0px;
background: -webkit-linear-gradient(left, #37bff6 , #0090ff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #37bff6, #0090ff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #37bff6, #0090ff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #37bff6 , #0090ff); /* 鏍囧噯鐨勮娉� */
  color:#fff;
  font-size:16px;
}
.back-btn{border-radius:5px;background-color:#f2f2f2;width:40%;height:50px;border:0px;color:#fff;font-size:16px;
background: -webkit-linear-gradient(left, #969696 , #6c6c6c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #969696, #6c6c6c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #969696, #6c6c6c); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #969696 , #6c6c6c); /* 鏍囧噯鐨勮娉� */
}

.back-btn2{border-radius:5px;background-color:#f2f2f2;width:60%;height:40px;border:0px;color:#000;font-size:16px;}

.reg .form-s dd select{width:20%;border-radius:3px;border:1px solid #68c5e8;padding:3px;margin-right:5px;}

.bglogin{background:url(../images/login1.jpg);height:570px;}
.loginbtm{background: -webkit-linear-gradient(left, #3cc4f5 , #0072ff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3cc4f5, #0072ff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3cc4f5, #0072ff); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3cc4f5 , #0072ff); /* 鏍囧噯鐨勮娉� */
  font-size:24px;
  font-weight:normal;
  height:110px;
  width:100%;
  text-align:center;
  line-height:110px;
  color:#fff;
  position:fixed;
  bottom:0px;
}
 .loginbg{background:url(../images/loginbg.jpg) top center;}
 a.grap{color:#969696;}
 .tlogin{background:url(../images/loginbg2.jpg) repeat-y;}
 
