
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family:"PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;      
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*閼奉亜绻佸ǎ璇插閻拷css  reset瀵拷顬�/
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
html{
    /** 2. Prevent adjustments of font size after orientation changes in iOS.*/
    line-height: 1;
    -webkit-text-size-adjust: 100%; /* 2 */
}
body{

}
/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}
sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    border:none;
    outline: none;
    padding: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;/* 1 */
    background-color: transparent;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}
/**
 * Add the correct display in IE 10.
 */

.hide,[hidden] {
    display: none !important;
}
/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
details {
    display: block;
}
a{
    text-decoration: none;
    color: inherit;
    /**
        * Remove the gray background on active links in IE 10.
    */
    background-color: transparent;
}
hr{
    border: none;
    margin: 0;
    height: 1px;
    background-color: #ddd;
/* Show the overflow in Edge and IE.*/
    overflow: visible;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearFloat:after{
    content: "";
    display: block;
    clear: both;
}
.clearFloat{

    overflow: hidden;
}
body{
    min-width: 1200px;
    font-size: 15px;
}
em,i{
    font-style: normal;
}
menu{
    text-align: center;
}

::-ms-clear,::-ms-reveal{display:none;}

/*3.8  凯哥改的别找我*/
.fixInfo a:hover {
  background-color: #3259CB;
  color: #fff;
}
.dropDown.hover{
	background-color: transparent !important;
    position: relative;
	
}

.dropDown-menu.menu{
    position: absolute;
    top: 70px;
    width: 100%;
    border: none;
}

.dropDown_A{
	padding:0 20px;
}
.dropDown_A img{
	float:unset;
	margin:0;
}
.dropDown.hover > .dropDown-menu{
	display:block;
}
.dropDown.hover.open > .dropDown-menu{
	display:block;
}
.menu > li > a:hover{
	background-color: transparent;
}
.xiaoxi img{
	float: unset;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}
/* header.mybg .menu.radius a{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
} */
body header ul li:last-child {
    margin-right: 0;
}
header {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 10;
  top: 0;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  -webkit-transition: background-color 1s cubic-bezier(0.13, 0.29, 0, 0.87);
  -o-transition: background-color 1s cubic-bezier(0.13, 0.29, 0, 0.87);
  -moz-transition: background-color 1s cubic-bezier(0.13, 0.29, 0, 0.87);
  transition: background-color 1s cubic-bezier(0.13, 0.29, 0, 0.87);
}
header ol a {
  white-space: nowrap;
}
header.mybg {
  background-color: #fff;
  border-bottom: none;
  -webkit-box-shadow: 3px 2px 5px 1px rgba(190, 190, 190, 0.28);
  -moz-box-shadow: 3px 2px 5px 1px rgba(190, 190, 190, 0.28);
  box-shadow: 3px 2px 5px 1px rgba(190, 190, 190, 0.28);
}
header.mybg li {
  color: #333;
}
header.mybg li a {
  color: #333;
}


header ul {
  vertical-align: middle;
  color: #fff;
}
header ul li {
  position: relative;
  display: inline-block;
  margin-right: 5%;
  
}
header ul li:last-child{
	margin-right:0;
}
header ul li:hover ol {
  height: auto;
  opacity: 1;
}
header ul li ol {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  line-height: 45px;
  min-width: 80px;
  left: 50%;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  -webkit-box-shadow: 3px 2px 5px 1px rgba(190,190,190,0.2);
  -moz-box-shadow: 3px 2px 5px 1px rgba(190,190,190,0.2);
  box-shadow:3px 2px 5px 1px rgba(190,190,190,0.2);
}
header ul li ol li a{
	color: #333;
	
}
header ul li ol li:hover a{
	color: #436FF1;
	
}
header ul li ol li {
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #EEEEEE;
}
header ul a {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
}

header ul.fr {
  margin-right: 3%;
  width: auto;
}
header ul.fr a {
  width: auto;
}
header ul.fr li {
  margin-right: 0;
}
header ul.fr i {
  font-style: normal;
  display: inline-block;
  margin: 0 14px;
}
header  img {
  float: left;
  margin: 15px 5.8% 0 4%;
}
header a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 1450px) {
 body header ul li{
    	margin-right:4.2%;
    }
}
@media screen and (max-width: 1290px) {
 body header ul li{
    	margin-right:3.5%;
    }
}
.menu > li > a{
	border-bottom: none;
	line-height: 45px;
}
.dropDown-menu.menu{
	-webkit-box-shadow: 3px 2px 5px 1px rgba(190,190,190,0.2);
    -moz-box-shadow: 3px 2px 5px 1px rgba(190,190,190,0.2);
    box-shadow: 3px 2px 5px 1px rgba(190,190,190,0.2);
}
.dropDown-menu.menu li a{
	color: #333;
}
.dropDown-menu.menu li:hover a{
	color:#436FF1;
}
.dropDown-menu.menu li{
	border-bottom: 1px solid #eee;
	
}
.hover .menu{
	background-color: #fff;
}
/*结束*/
footer {
  margin-top: 0;
  height: 450px;
  background-color: #2E2E2E;
}
footer > div:first-child {
  padding-top: 53px;
  width: 996px;
  margin: 0 auto;
}
footer > div:first-child:after {
  content: "";
  display: block;
  clear: both;
}
footer > div > div {
  float: left;
  position: relative;
  width: 463px;
}
footer > div > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #686868;
  position: absolute;
  top: 28px;
}
footer > div > div ul:after {
  content: "";
  display: block;
  clear: both;
}
footer > div > div ul li {
  float: left;
  width: 95px;
  margin-right: 55px;
}
footer > div > div ul li h1 {
  font-size: 14px;
  color: #D7D8D9;
  margin-bottom: 34px;
}
footer > div > div ul li a {
  font-size: 13px;
  color: #9B9EA0;
  margin-top: 15px;
  display: inline-block;
}
footer > div > div:last-child {
  margin-left: 70px;
}
footer > div > div:last-child li {
  position: relative;
  width: 75px;
  text-align: center;
  margin-right: 50px;
  margin-top: 80px;
}
footer > div > div:last-child li:last-child {
  margin-right: 0;
}
footer > div > div:last-child li:first-child {
  text-align: left;
  width: 180px;
  margin-top: 0;
}
footer > div > div:last-child li:first-child p {
  font-size: 13px;
  color: #9B9EA0;
  margin-top: 15px;
}
footer > div > div:last-child li p {
  font-size: 12px;
  color: #9B9EA0;
  margin-top: 14px;
}
footer > div > div:last-child li h1 {
  margin-bottom: 49px;
}
footer > div > div:last-child li img:last-child {
  width: 120%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 5;
}
/* footer > div > div:last-child li:hover {
  cursor: pointer;
} */
footer > div > div:last-child li:hover img:last-child {
  display: block;
  top: -105px;
  left:-8px;
}
footer > div:last-child {
  width: 990px;
  margin: 37px auto 0 auto;
}
footer > div:last-child h1 {
  font-size: 14px;
  color: #D7D8D9;
  padding-bottom: 10px;
  border-bottom: 1px solid #686868;
}
footer > div:last-child ul {
  position: relative;
  margin-top: 5px;
  width: 525px;
}
footer > div:last-child ul:after {
  content: '';
  display: block;
  clear: both;
}
footer > div:last-child ul > li {
  margin: 17px 30px 0 0;
  width: 45px;
  height: 22px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  background-color: #585A5D;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer > div:last-child ul > li span {
  font-size: 12px;
  color: #D7D8D9;
  line-height: 22px;
  float: left;
  width: 100%;
}
footer > div:last-child ul > li ol {
  position: absolute;
  width: 400px;
  left: 570px;
  font-size: 13px;
  color: #D7D8D9;
  text-align: left;
  opacity: 0;
}
footer > div:last-child ul > li:hover {
  background-color: #436FF1;
  cursor: pointer;
}
footer > div:last-child ul > li:hover ol {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  top: 11px;
}
footer > div:last-child ul > li:hover ol li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.fixInfo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 35;
}
.fixInfo > div {
  position: absolute;
  width: 400px;
  height: 420px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.fixInfo .popHead {
  position: relative;
  height: 70px;
  line-height: 70px;
  background-color: #333;
  color: #fff;
  text-indent: 30px;
  font-size: 18px;
}
.fixInfo .popHead img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 24px;
  left: auto;
  cursor: pointer;
}
.fixInfo .fillIn {
  font-size: 16px;
  margin-top: 45px;
}
.fixInfo .fillIn li {
  overflow: hidden;
  height: 30px;
  margin-top: 34px;
}
.fixInfo .fillIn span,
.fixInfo .fillIn input {
  float: left;
}
.fixInfo .fillIn span {
  width: 100px;
  height: 100%;
  line-height: 30px;
  color: #666;
  text-align: right;
}
.fixInfo .fillIn input {
  width: 235px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #eee;
  margin-left: 23px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.fixInfo .fillIn input:focus {
  border-bottom-color: #436FF1;
  color: #333;
}
.fixInfo a,
.fixInfo menu {
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #eee;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  text-align: center;
  margin: 52px auto 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  color: #999;
  font-size: 15px;
}
.fixInfo a.bgblue,
.fixInfo menu.bgblue {
  background-color: #3259CB;
  color: #fff;
}
.fixInfo .acNotice {
  margin-top: 45px;
}
.fixInfo .acNotice li {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 11px;
}
.fixInfo .acNotice li:nth-child(2) {
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.page{
	border: none;
	min-height: 0px;
		
}
#recoedPaging div.page{
	height: 34px;
	
}
.menu > li > a{
	padding: 6px 0;
	text-align: center;
}
#bahtext{
	font-size: 13px;
    color: #9B9EA0;
    margin-top: 25px;
    display: inline-block;
}