@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, '微软雅黑';
  background: #f8f8f8;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.boxWrap {
  min-height: 100%;
  position: relative;
}
ul,
li,
h1,
h2,
h3,
h4,
tr,
td,
id,
p,
dl,
dt,
dd,
img {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
input,
textarea,
button,
select,
a {
  outline: 0 none;
}
/*------------logoWrap------------*/
.logoWrap {
  width: 100%;
  height: 80px;
  /* background: #084a8c; */
  position: absolute;
  top: 0;
  z-index: 9;
}
.logo {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.logo_l {
  width: 320px;
  float: left;
  padding-top: 25px;
}
.logo_r {
  float: right;
  width: 900px;
  height: 80px;
}

/*----------------navWrap-----------------------*/
.navWrap {
  width: 660px;
  height: 80px;
  float: right;
}
.nav {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}
.nav li {
  float: left;
  font-size: 14px;
  padding: 0 20px;
}
.nav li a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
}
.nav li a:hover {
  border-bottom: 2px solid #ffffff;
}
.nav li .nav_on {
  border-bottom: 2px solid #fff;
}
/*---------------------banner1-----------------*/
.bannerWrap {
  width: 100%;
  position: relative;
}
/* ----公共---- */
.contentWrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 282px;
  background-color: #fff;
}

/*--------------------------partnersWrap--------------------------*/

.partnersWrap {
  width: 100%;
  overflow: hidden;
  background: #eee;
}
.partners {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.partners h2 {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
}
.partners .par_one {
  padding-bottom: 50px;
  width: 1200px;
  overflow: hidden;
}
.partners .par_one li {
  float: left;
  padding-right: 21px;
  padding-top: 21px;
}

/*------------------bottomWrap----------------*/
.bottomWrap {
  width: 100%;
  height: 282px;
  position: absolute;
  bottom: 0;
}
.btm_t {
  width: 100%;
  height: 205px;
  background: #073e99;
}
.btn_logo {
  float: left;
  width: 278px;
  height: 205px;
  background: url(../images/btn_logn.png) left center no-repeat;
}
.btm_t_c,
.btm_b_c {
  width: 1200px;
  margin: 0 auto;
}
.btm_b {
  width: 100%;
  height: 75px;
  background: #073e99;
  border-top: 1px solid #1c5f97;
}
.btm_b_c p {
  color: #63a6de;
}
.btm_t_c ul {
  float: left;
  border-left: 1px solid #63a6de;
  padding: 0 32px 0 10px;
  margin-top: 30px;
  margin-left: 50px;
}
.btm_t_c ul li {
  font-size: 12px;
  color: #a3d5ff;
  line-height: 30px;
}
.btm_t_c ul li span {
  font-size: 12px;
  font-weight: bold;
  color: #a3d5ff;
}
.btm_t_c ul li a {
  font-size: 12px;
  color: #a3d5ff;
  text-decoration: none;
}
.btm_t_c ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.btm_t_c .btn_con {
  width: 200px;
}
.btm_t_c .btn_con li {
  line-height: 33px;
  font-size: 12px;
  display: inline-block;
}
.btm_t_c .btn_con li img {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}
.c_left {
  width: 630px;
  float: left;
  line-height: 40px;
}
.c_right {
  width: 300px;
  float: right;
  text-align: right;
  line-height: 40px;
}
@media (min-width: 768px) {
	.logo,.about_tit{
		width: 100%;
	}
	.partners{
		padding: 20px;
		box-sizing: border-box;
	}
	.partners,.partners .par_one{
		width: 100%;
		   
	}
	.btn_logo {
	    float: left;
	    width: 120px;
	    height: 100px;
	    background: url(../images/btn_logn.png) left center no-repeat;
		background-size: contain;
	}
	.btm_t_c, .btm_b_c{
		    width: 100%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
	}
	.btm_t_c ul{
		margin-left: 5px;
	}

}
@media (min-width: 992px) {
 .logo {
   width: 1200px;
   height: 80px;
   margin: 0 auto;
 }
 .btn_logo {
     float: left;
     width: 278px;
     height: 205px;
     background: url(../images/btn_logn.png) left center no-repeat;
 }

}