body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Monotype Corsiva' Arial, Helvetica, sans-serif;
}
body {
  overflow-x: hidden;
  color: #5c5c5c;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
fieldset,
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  text-decoration: none;
  color: #555;
}
.z {
  *zoom: 1;
}
input,
textarea,
button {
  outline: none;
}
em {
  font-style: normal;
}
/*文字排版*/
.clear {
  clear: both;
}
.cont {
  width: 1240px;
  margin: 0 auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_7nyehb25qsuac3di.eot');
  src: url('//at.alicdn.com/t/font_7nyehb25qsuac3di.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_7nyehb25qsuac3di.woff') format('woff'), url('//at.alicdn.com/t/font_7nyehb25qsuac3di.ttf') format('truetype'), url('//at.alicdn.com/t/font_7nyehb25qsuac3di.svg#iconfont') format('svg');
  
  /* project id 68792 */
}
.iconfont {
  display: block;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.slideBox {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 20%;
  bottom: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  opacity: 0.5;
  float: left;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  width: 100px;
  border-radius: 0;
  height: 28px;
  border: 2px solid #fff;
  background: #000;
}
.slideBox .hd ul li img {
  width: 100%;
}
.slideBox .hd ul li.on {
  border: 2px solid #ff5a00;
  opacity: 1;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 42px;
  height: 62px;
  background: url('/images/focusAdvBg.png') 0px 0px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 15%;
  background-position: -49px 0px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.header {
  box-shadow: 0 0 11px #000;
  position: relative;
  z-index: 999;
  height: 95px;
}
.header .logo {
  float: left;
  overflow: hidden;
  cursor: pointer;
 margin-top:20px
}

.header .f-ul {
  float: left;
  margin-left: 10px;
  text-align:center;
}
.header .f-ul .f-li {

  height: 95px;
  float: left;
  position: relative;
  padding:0 18px;
}
.header .f-ul .f-li .f-a {
margin-top:30px;
 height:35px;
 border-radius: 6px;
  text-align: center;
  color: #555555;
  line-height: 35px;
  padding:0 3px;
  display:block;
}
.header .f-ul .f-li .f-a.on {
  color: #fff;
  background:#0a5aa8;
}
.header .f-ul .f-li a:hover {
  color: #fff;
  background:#0a5aa8;
}
.header .f-ul .f-li .c-ul {
  display: none;
  width: 140px;
  border: 1px solid #c9c9c9;
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  border-top: 4px solid #0a5aa8;
}
	.header .f-ul .f-li  .max-ul { 
		width:230px;
	}
		.header .f-ul .f-li  .max-ul .max-li a{ 
		width:230px !important;
	}
.header .f-ul .f-li .c-ul .c-li a {
  display: block;
  height: 45px;

  margin: 0 auto;
  border-bottom: 1px dotted #dedede;
  text-align: center;
  line-height: 45px;
}
.header .right {
  width: 150px;
  height: 95px;
  float: right;
}
.header .right .country {
  float: right;
  margin: 10px 0;
  width: 140px;
  background: url("/images/country.png") no-repeat;
  height: 25px;
}
.header .right .country a {
  line-height: 25px;
  width: 65px;
  float: left;
  text-align: right;
  display: block;
}
.header .right .search {
  float: right;
}
.header .right .search input {
  float: left;
  width: 100px;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  border: 1px solid #a0a0a0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: none;
}
.header .right .search .button {
  float: left;
  line-height: 25px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 1px solid #a0a0a0;
  border-left: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}



.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.footer{background-color:#075ea4; color:#fff; padding-bottom:12px; overflow: hidden;}
.footer .public{    width: 1200px;
    margin: 0 auto;}
.footer .foo-l{float:left;width:1016px;text-align:center;}
.footer .foo-l ul{width:675px;margin:30px auto; overflow: hidden;}
.footer .foo-l ul li{float:left; font-size:16px;}
.footer .foo-l ul li a{color:#fff;}
.footer .foo-l ul li span{display:inline-block;margin:0 25px; color:#fff;}
.footer .foo-l p{margin:10px auto;}
.footer .foo-r{float:left;margin-top:30px;text-align:center; width:102px;margin-right:40px;}
.footer img{max-width: 100%;
    height: auto;}
.p-banner {
  overflow: hidden;
  position: relative;
  height: 550px;
}
.p-banner img {
  width: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}
.bottom {
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #1b1d1e;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-pagination {
  bottom: 35px;
}
.sidebar {
  float: left;
  margin-bottom: 50px;
  width: 240px;
}
.sidebar .title {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #035cac;
}
.sidebar ul {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.sidebar ul .f-li2 a{text-align: left;}
.sidebar ul .f-li2 .c-li a{text-align: center;}
.sidebar ul li a {
  display: block;

text-align: center;
  margin: 0 auto;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dotted #e1e1e1;
}
.sidebar ul li a:hover {
  color: #035cac;
}
.sidebar ul li a.on {
  color: #fff;
  background:#f3a326;
}
.sidebar ul li .c-ul {
  border: none ! important;
  display: none;
    text-align: center;
}
.sidebar .outbox {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  margin-top: 30px;
  height: 240px;
}
.sidebar .outbox .box {
  width: 118px;
  height: 119px;
  float: left;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.sidebar .outbox .box i {
  display: block;
  line-height: 45px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  background: #035cac;
  color: #fff;
  width: 45px;
  height: 45px;
  margin: 30px auto 10px;
}
.sidebar .outbox .box span {
  text-align: center;
  line-height: 35px;
  display: block;
}
.bread {
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
}
.bread i,
.bread span,
.bread a {
  display: inline-block;
  float: left;
}
.bread i {
  margin: 0 10px;
}
.bread a {
  padding: 0 5px;
}
.pagination {
  height: 65px;
  position: relative;
}
.pagination .box {
  position: absolute;
  top: 0;
  right:0;
transform: translateX(-50);
  overflow: hidden;
}
.pagination a {
  float: left;
  box-sizing: border-box;
  border: 1px solid #6c6c6c;
  background: #fff;
  cursor: pointer;
  color: #6c6c6c;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
  margin-right: 5px;
}
.pagination a.active {
  background-color: #035cac;
  color: #ffffff;
  border: 1px solid #035cac;
}
.pagination a:hover {
  background-color: #035cac;
  border: 1px solid #035cac;
  color: #ffffff;
}

.page-menu { width: 100%; height: 60px; border-bottom: 1px solid #dfdfdf; font-size:16px; }
.page-menu ul li { line-height: 60px; float: left; margin-right: 29px; }
.page-menu ul li.selected{border-bottom:2px solid #075ea4;}
.public{width: 1200px; margin: 0 auto;}

.join-way{
    line-height:25px; text-align:left; width: 50%; float: left;
}
.c-box {
    margin: 30px 0;
    border-bottom: 1px solid #dedede;
}
.c-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.c-jj {
    margin: 15px 0;
}
.c-jj p {
    line-height: 35px;
}
.c-i {
    border: 1px solid #dedede;
    padding: 2px;
    height: 500px;
}
.c-i img {
    width: 100%;
    height: 500px;
}
.c-ul-list li {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 35px;
}
.c-ul-list .title {
    margin-bottom: 20px;
}
.c-ul-list .title div {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.c-ul-list div {
    float: left;
    padding: 0 10px;
}
.c-ul-list .phone {
    width: 375px;
    float: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
