html {

  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft YaHei";
  height: 100%;
  width: 100%;
  color: #343434;
  min-width: 1220px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
i,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a:hover {
  text-decoration: underline;
}

ins,
a,
a:active,
a:visited,
a:link {
  text-decoration: none;
}

.clearfix {
  &:after {
    display: table;
    clear: both;
    content: "";
    visibility: hidden;
    ;
    height: 0;
  }
}

/* 顶部栏目 */
.topHead,
.news {
  width: 1220px;
  margin: 0 auto;
  text-align: right;
  padding: 10px;
}

.topHead div {
  display: inline-block;
  font-size: 14px;
  margin-left: 45px;
}

.topHeadD3 {
  color: #CBCBCB;
}

.topHeadD span {
  color: #547AD0;
  cursor: pointer;
}

/* 导航栏 */
.websiteHeader {
  width: 1220px;
  margin: 0 auto;
  padding: 10px;
}

.websiteHeaderLogo {
  width: 207px;
  height: 50px;
  display: inline-block;
}

.websiteHeaderLogo img {   
  width: 100% !important;
  height: 100%;
}

.websiteHeader ul {
  display: inline-block;
  margin-left: 150px;
}

.websiteHeader ul li {
  display: inline-block;
  line-height: 50px;
  float: left;
  /* width: 150px; */
  text-align: center;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  position: relative;
  font-size: 16px;
  margin: 0 30px;
}

.websiteHeader ul li:hover {
  border-bottom: 4px solid #547AD0;
  color: #547AD0;
  /* background: #F7F9FF; */
}

.websiteHeader ul li.headerActive {
  border-bottom: 4px solid #547AD0;
  color: #547AD0;
  /* background: #F7F9FF; */
}

.websiteHeader ul li.activeHeader {
  border-bottom: 4px solid #547AD0;
  color: #547AD0;
  /* background: #F7F9FF; */
}

.websiteHeader ul li .websiteHeaderLi {
  position: absolute;
  line-height: 20px;
  display: none;
  top: 54px;
  left: -43px;
  width: 150px;
  z-index: 10;
  background: #fff;
}

.websiteHeader ul li .websiteHeaderLi p {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  color: #343434;
}

.websiteHeader ul li .websiteHeaderLi p:hover {
  color: #547AD0;
}

.websiteHeader ul li .websiteHeaderLi p:last-child {
  border: 0
}

.websiteHeaderBtn1 {
  width: 100px;
  height: 40px;
  border: 1px solid #547AD0;
  color: #FFFFFF;
  background: #547AD0;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

.websiteHeaderBtn3 {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
}

.websiteHeaderBtn3 img {
  width: 16px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.websiteHeaderBtn3 span {
  margin-right: 18px;
}

.websiteHeaderBtn3 i {
  color: #547AD0;
  padding: 2px 8px;
  border-left: 1px solid #E2E5EB;
  border-right: 1px solid #E2E5EB;
  margin-right: 5px;
  cursor: pointer;
}

.websiteHeaderBtn3 a {
  color: #547AD0;
}

.websiteHeaderBtn2 {
  width: 100px;
  height: 40px;
  border: 1px solid #547AD0;
  color: #547AD0;
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  cursor: pointer;
}

/* 底部 */
.footerWeb {
  background: #35549F;
  height: 270px;
  /* margin-top: 220px; */
}

.footerWebContent {
  width: 1220px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #D6D6D6;
}

.footerWebContentLeft {
  width: 860px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 160px;
  float: left;
  display: inline-block;
}

.footerWebContentLeft div span {
  width: 50%;
  float: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footerWebContentLeft li:first-child {
  width: 224px;
  height: 160px;
  float: left;
  display: inline-block;
}

.footerWebContentLeft li div {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  color: #FFFFFF;
}

.footerWebContentLeft p:hover {
  color: #1ca8ff;
}

.footerWebContentLeft li p {
  text-align: left;
  cursor: pointer;
  line-height: 24px;
  width: 65px;
}

.footerWebContentLeft li:nth-child(2) p {
  line-height: 24px;
  text-align: left;
  width: 35%;
  float: left;
}

.footerWebContentLeft li:nth-child(2) {
  width: 314px;
  height: 160px;
  float: left;
  display: inline-block;
}

.footerWebContentLeft li:nth-child(3) {
  width: 312px;
  height: 160px;
  float: left;
  display: inline-block;
}

.footerWebContentRight {
  width: 340px;
  height: 160px;
  float: left;
  display: inline-block;
}

.footerWebContentRight div {
  width: 130px;
  float: right;
  text-align: center;
  font-size: 16px;
}

.footerWebContentRight div img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.footerBottom {
  width: 100%;
  display: block;
  float: left;
  margin-top: 30px;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.footerBottom div {
  display: inline-block;
  line-height: 50px;
  font-size: 14px;
  color: #D6D6D6;
  position: relative;
}

.footerBottom div:first-child {
  margin-right: 100px;
}

.footerBottom div:last-child,
.footerBottom div:nth-child(2) {
  padding-left: 25px;
}

.footerBottom div span {
  width: 19px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 0;
}

.footerBottom div span img {
  width: 19px;
  height: 24px;
}
/* just-Tips */
.just-tooltip{position:absolute;left:0;top:0;border-radius:5px;background:#FFF;box-shadow: 0px 0px 5px #cfcfcf;z-index:9999;}
.just-tooltip .just-con{padding:8px 10px;color:#000;}

.just-tooltip .just-top,
.just-tooltip .just-bottom,
.just-tooltip .just-left,
.just-tooltip .just-right{content:"";position:absolute;width:0;height:0;overflow:hidden;border-style:solid;}

.just-tooltip .just-top{left:50%;top:100%;border-width: 7px 5px 0 5px;margin-left:-5px;
	border-color: #cfcfcf transparent transparent transparent;
  	_border-color: #cfcfcf #ffffff #ffffff #ffffff;
  	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#cfcfcf');
}
.just-tooltip .just-bottom{ left:50%; top:-7px;border-width: 0 5px 7px 5px;margin-left:-5px;
	border-color: transparent transparent #cfcfcf transparent;
  	_border-color:#cfcfcf #ffffff #ffffff #ffffff;
  	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#cfcfcf');}
.just-tooltip .just-left{ right:-7px; top:50%;border-width: 5px 0 5px 7px;margin-top:-5px;;
	border-color: transparent transparent transparent #cfcfcf;
  	_border-color:#cfcfcf #ffffff #ffffff #ffffff;
  	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#cfcfcf');
  }
.just-tooltip .just-right{ left:-7px; top:50%;border-width: 5px 7px 5px 0;margin-top:-5px;
	border-color: transparent #cfcfcf transparent transparent;
  	_border-color:#cfcfcf #ffffff #ffffff #ffffff;
  	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#cfcfcf');
  }

.just-tooltip .just-confirm{text-align:center;padding:10px 0;margin:0 10px 10px 10px;}
.just-tooltip .just-yes, .just-tooltip .just-no{background:#fff;color:#000;border:0;padding:5px 10px;}
.just-tooltip .just-no{margin-left:10px;}

/* Animations */
.animated{
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes flipInUp {
    0% { -webkit-transform: perspective(400px) rotateX(-90deg); opacity: 0;} 
    40% { -webkit-transform: perspective(400px) rotateX(5deg);}
    70% { -webkit-transform: perspective(400px) rotateX(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1;}
}
@-moz-keyframes flipInUp {
    0% {-moz-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {-moz-transform: perspective(400px) rotateX(5deg);}
    70% {-moz-transform: perspective(400px) rotateX(-5deg);}
    100% {-moz-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipInUp {
    0% {-o-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateX(5deg);}
    70% {-o-transform: perspective(400px) rotateX(-5deg);}
    100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInUp {
    0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(5deg);}
    70% {transform: perspective(400px) rotateX(-5deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipInRight {
    0% { -webkit-transform: perspective(400px) rotateY(-90deg); opacity: 0;} 
    40% { -webkit-transform: perspective(400px) rotateY(5deg);}
    70% { -webkit-transform: perspective(400px) rotateY(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes flipInRight {
    0% {-moz-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {-moz-transform: perspective(400px) rotateY(5deg);}
    70% {-moz-transform: perspective(400px) rotateY(-5deg);}
    100% {-moz-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipInRight {
    0% {-o-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateY(5deg);}
    70% {-o-transform: perspective(400px) rotateY(-5deg);}
    100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipInRight {
    0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateY(5deg);}
    70% {transform: perspective(400px) rotateY(-5deg);}
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
.flipInTop, .flipInBottom .flipInLeft .flipInRight { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -o-backface-visibility: visible !important; backface-visibility: visible !important}
.flipInTop, .flipInBottom { -webkit-animation-name: flipInUp; -moz-animation-name: flipInUp; -o-animation-name: flipInUp; animation-name: flipInUp; }
.flipInLeft, .flipInRight { -webkit-animation-name: flipInRight; -moz-animation-name: flipInRight; -o-animation-name: flipInRight; animation-name: flipInRight; }

@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}

.moveTop{
  -webkit-animation: moveTop .6s ease both;
  animation: moveTop .6s ease both;
}
.moveBottom{
  -webkit-animation: moveBottom .6s ease both;
  animation: moveBottom .6s ease both;
}
.moveLeft{
  -webkit-animation: moveLeft .6s ease both;
  animation: moveLeft .6s ease both;
}
.moveRight{
  -webkit-animation: moveRight .6s ease both;
  animation: moveRight .6s ease both;
}
@-webkit-keyframes moveTop {
  from {opacity: 0;-webkit-transform: translateY(-20px);}
  to {opacity: 1;-webkit-transform: translateY(0); }
}
@-webkit-keyframes moveBottom {
  from {opacity: 0;-webkit-transform: translateY(20px);}
  to {opacity: 1;-webkit-transform: translateY(0); }
}
@-webkit-keyframes moveLeft {
  from {opacity: 0;-webkit-transform: translateX(-20px);}
  to {opacity: 1;-webkit-transform: translateX(0); }
}
@-webkit-keyframes moveRight {
  from {opacity: 0;-webkit-transform: translateX(20px);}
  to {opacity: 1;-webkit-transform: translateX(0); }
}
.xw-error-tip {
  line-height: 0;
  position: absolute;
  bottom: -8px;
  color: #ff0101;
  white-space: nowrap;
}