html, body {
  min-width: 1200px;
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  box-shadow: 0 1px 10px #999999;
  background-color: white;
}

.header .top {
  height: 45px;
  border-bottom: 1px solid #eceef0;
}

.header .top .top_wrap {
  width: 1200px;
  height: 45px;
  margin: 0 auto;
  border-bottom: 1px solid #eceef0;
}

.header .top .top_wrap p {
  float: left;
  font-size: 12px;
  line-height: 45px;
  color: #666666;
  -webkit-text-size-adjust: none;
}

.header .top .top_wrap > ul {
  float: right;
}

.header .top .top_wrap > ul > li {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
 
  font-size: 16px;
  font-weight: bold;
  text-indent: 30px;
  font-family: Verdana, Geneva, sans-serif;
}

.header .top .top_wrap > ul > li:nth-of-type(1) {
  color: #2688c1;
  /* background: url(../images/top_tel.png) 20px center no-repeat; */
}

.header .top .top_wrap > ul > li:nth-of-type(2) {
  color: #FF9C1F;
  background: url(../images/top_mail.png) 20px center no-repeat;
}

.header .nav {
  height: 75px;
  width: 1200px;
  margin: 0 auto;
}

.header .nav img {
  padding-top: 10px;
}

.header .nav > ul {
  float: right;
}

.header .nav > ul > li {
  float: left;
  width: 110px;
  text-align: center;
  position: relative;
}

.header .nav > ul > li:nth-of-type(1) {
  width: 60px;
}

.header .nav > ul > li a {
  display: block;
  height: 75px;
  line-height: 90px;
  font-size: 16px;
  color: #201d30;
  font-weight: bold;
}

.header .nav > ul > li a:hover {
  color: #f98b00;
}

.header .nav > ul > li a.hover {
  color: #f98b00;
}

.header .nav > ul > li ul {
  z-index: 9999;
  position: absolute;
  top: 75px;
  width: 120px;
  margin-left: -5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px #999999;
  display: none;
}

.header .nav > ul > li ul li {
  text-align: center;
}

.header .nav > ul > li ul li a {
  font-weight: 500;
  height: 36px;
  line-height: 36px;
}

.headerang {
  height: 75px;
  width: 100%;
}

div.footer {
  width: 100%;
  padding: 15px 0px 0;
  background: url(../images/contact.jpg) no-repeat bottom center;
  background-attachment: fixed;
  overflow: hidden;
}

div.footer > ul {
  padding-top: 15px;
  text-align: center;
  color: white;
}

div.footer > ul span {
  padding: 0 30px;
}

div.footer > ul li {
  display: inline-block;
}

div.footer > ul li a {
  font-size: 16px;
  color: white;
}

div.footer > ul li a:hover {
  color: #2688c1;
}

div.footer .cent {
  position: relative;
  width: 1200px;
  height: 254px;
  margin: 0 auto;
}

div.footer .cent ul {
  position: absolute;
  top: 80px;
  left: 28px;
}

div.footer .cent ul li {
  /*height: 32px;*/
  padding: 5px 0;
  padding-left: 46px;
  background-image: url("../images/buttomlis.png");
  background-repeat: no-repeat;
  background-position-x: -1068px;
  line-height: 32px;
  font-size: 18px;
  color: white;
}

div.footer .cent ul li:nth-of-type(1) {
  background-position-y: -251px;
}
/* 
div.footer .cent ul li:nth-of-type(2) {
  background-position-y: -291px;
} */

div.footer .cent ul li:nth-of-type(2) {
  background-position-y: -331px;
}

div.footer .cent .ljzx_wx {
  position: absolute;
  top: 80px;
  right: 160px;
  text-align: center;
}

div.footer .cent .ljzx_wx > img {
  display: block;
  width: 130px;
  height: 130px;
}

div.footer .cent .ljzx_wx span {
  color: white;
}

div.footer .cent .sjgw {
  position: absolute;
  top: 80px;
  right: 0px;
  text-align: center;
}

div.footer .cent .sjgw > img {
  display: block;
  width: 130px;
  height: 130px;
}

div.footer .cent .sjgw span {
  color: white;
}

div.footer > p {
  border: 1px solid #959595;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
}

.fix_rig {
  z-index: 999;
  position: fixed;
  right: 10px;
  top: 360px;
  width: 45px;
}

.fix_rig > ul > li {
  z-index: 999;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  box-shadow: 0 0 3px #666666;
  position: relative;
  cursor: pointer;
}

.fix_rig > ul > li img {
  width: 35px;
  height: 35px;
  padding: 5px;
}

.fix_rig > ul > li p {
  position: absolute;
  right: 45px;
  height: 45px;
  line-height: 45px;
  width: 0px;
  text-align: center;
  overflow: hidden;
  color: white;
  font-size: 16px;
  transition: 0.5s;
}

.fix_rig > ul > li p a {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 130px;
  color: white;
  font-size: 16px;
}

.fix_rig > ul > li:hover {
  background-color: #2688c1;
  box-shadow: none;
}

.fix_rig > ul > li:hover p {
  width: 130px;
  background-color: #2688c1;
}

.fix_rig > ul > li:hover .gfwx {
  width: 130px;
}

.fix_rig > ul > li > ul {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 540px;
  margin-top: -270px;
  margin-left: -600px;
  padding-top: 10px;
  background-color: #ececec;
  display: none;
}

.fix_rig > ul > li > ul > span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("../images/tuichu.png");
  background-repeat: no-repeat;
  background-size: 45px auto;
}

.fix_rig > ul > li > ul > span:hover {
  background-position-y: -45px;
}

.fix_rig > ul > li > ul > li {
  width: 240px;
  height: 232px;
  float: left;
}

.fix_rig > ul > li > ul > li:nth-of-type(1) {
  float: none;
  height: 60px;
  margin: 0 auto;
}

.fix_rig > ul > li > ul > li:nth-of-type(1) a {
  background-color: white;
  color: #2688c1;
  font-size: 24px;
}

.fix_rig > ul > li > ul > li:nth-of-type(2) {
  clear: both;
}

.fix_rig > ul > li > ul > li a {
  display: block;
  text-align: center;
}

.fix_rig > ul > li > ul > li > a {
  width: 130px;
  height: 40px;
  margin: 0 auto;
  background-color: #2688c1;
  color: white;
  font-size: 18px;
  line-height: 40px;
}

.fix_rig > ul > li > ul > li > a:hover {
  font-size: 20px;
}

.fix_rig > ul > li > ul > li ul > li {
  padding-top: 10px;
}

.fix_rig > ul > li > ul > li ul > li a {
  width: 130px;
  margin: 0 auto;
  font-size: 16px;
}

.fix_rig > ul > li > ul > li ul > li a:hover {
  color: #2688c1;
}

.fix_rig > ul > li .gfwx {
  position: absolute;
  right: 45px;
  width: 0px;
  height: 130px;
  transition: 0.5s;
}

.fix_rig > ul > li .gfwx img {
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.yqlj{
	border-bottom: 1px solid #585858;
}
.yqlj h1 {
  padding-top: 15px;
  font-size: 20px;
  text-align: center;
  color: #3488c1;
}

.yqlj h2 {
  width: 1180px;
  margin: 0 auto;
  color: #ffad01;
  font-size: 18px;
}

.yqlj ul {
  width: 1200px;
  padding: 30px 0;
  padding-top: 15px;
  margin: 0 auto;
}

.yqlj ul li {
  float: left;
  margin: 10px 0;
  padding: 0 30px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.yqlj ul li a {
  color: white;
}
/*# sourceMappingURL=style.css.map */

.banner{ overflow: hidden;}

.form2 h5 {
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    color: #FF9C1F;
    font-size: 24px;
}
.form2 p {
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    margin: 5px;
}
.form2 p span{
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.subm {
    text-align: center;
    margin-top: 10px;
    height: 60px;
    padding-left: 198px !important;
}

.footer .nr{
	width:1300px;
	margin:0 auto;
	padding:100px 0;
}
.footer .nr .footer-l{
	float:left;
}
.footer .nr .footer-r{
	float:right;
}
.footer .nr .footer-l h1{
	color:#e3fd10;
	font-size:26px;
	margin-bottom:12px;
}
.footer .nr .footer-l ul li{
	float:left;
	border-right:1px solid #768088;
	padding:0 3px;
	line-height:18px;
}
.footer .nr .footer-l ul li:last-child{
	border:0;}
.footer .nr .footer-l ul li a{
	color:#768088;
}
.footer .nr .footer-l .address{
	margin-top:55px;
}
.footer .nr .footer-l .address> p{
	color:#fff;
	line-height:30px;
	display:block;
}
.footer .bot{
	text-align: center;
	
	margin: auto;
	height: 50px;
	max-width: 517px;
}
.footer .bot p{
	color:#fff;
	line-height:50px;
	display:inline-block;
}
.footer .bot .img{
	display: block;
	width: 50px;
	height: 60px;
	float: left;
}
.footer .bot .tx{
	display: inline-block;
	float: left;
}
	
	
.clearfix:after{content:'';display:block;height:0;overflow:hidden;clear:both;}.li_na {	display: inline-block;}.li_na li {  font-size: 15px;  margin-right: 10px;  float: left;  margin-bottom: 10px;}.li_na li a {  background: #0193de;  color: #fff;  text-decoration: none;  display: block;  padding: 12px 26px;}.li_na li a:hover {  background: #ff6900;  color: #ffffff;  text-decoration: none;}.li_na li a.hover {  background: #ff6900;  color: #ffffff;  text-decoration: none;}
