@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
/* *html .clearfix {
	height: 1%;
  } */
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
  width: 100%;
}
.tel {
  margin-top: 8px;
  float: right;
}
.tel img {
  display: inline-block;
  vertical-align: middle;
}
.tel dl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.tel dt {
  font-size: 14px;
  color: #152863;
}
.tel dd {
  font-size: 16px;
  color: #e9550b;
  font-style: italic;
}
/*top*/
.header {
  height: 80px;
}
/*logo*/
.logo {
  float: left;
  line-height: 80px;
}
/*tmenu*/
.nav {
  height: 60px;
  background-color: #152863;
}
.nav > ul > li {
  float: left;
  position: relative;
  width: 200px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.nav > ul > li:hover {
  transition: all 0.3s;
  background-color: #e9550b;
}
.nav > ul > li:hover .second {
  display: block;
}
.nav > ul > li > a {
  display: block;
  color: white;
}
.on {
  background-color: #e9550b;
}
.menu {
  padding: 50px 0;
}
.menu ul {
  display: flex;
  justify-content: space-between;
}
.menu li {
  width: 158px;
  text-align: center;
  border: 1px solid #434343;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  height: 48px;
  font-size: 20px;
  line-height: 48px;
}
.menu li:hover {
  background-color: #152863;
  border-color: #152863 !important;
}
.menu li:hover a {
  color: white;
}
.menu a {
  display: block;
}
.mon {
  background-color: #152863;
  border-color: #152863 !important;
}
.mon a {
  color: white;
}
.more {
  border: 5px solid #fbddce;
  width: 160px;
  margin: 0 auto;
  display: block;
  height: 50px;
  margin-top: 50px;
  background-color: #e9550b;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 14px;
}
.more:hover img {
  transition: all 0.3s;
  margin-left: 5px;
}
/*banner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  width: 100%;
}
.slides li img {
  width: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  position: relative;
}
.flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 40px;
  overflow: hidden;
  -webkit-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url(pie/PIE.htc);
  background-color: white;
  transition: all 0.3s;
}
.flex-control-nav .flex-active {
  background-color: #00307d;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  display: none;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-prev:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.flex-direction-nav li a.flex-next {
  display: none;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-next:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.banner-text {
  position: absolute;
  color: white;
  top: 40%;
}
.banner-text dt {
  font-size: 40px;
  margin-bottom: 5px;
}
.banner-text dd {
  font-size: 20px;
}
.banner-text a {
  display: block;
  border: 1px solid white;
  width: 128px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: white;
  margin-top: 30px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.int {
  text-align: center;
  padding: 40px 0;
}
.int dt {
  margin: 0 auto;
  font-size: 20px;
  color: #e9550b;
  line-height: 50px;
  height: 50px;
  width: 562px;
  text-align: center;
  background: url(../images/int.png) no-repeat center center;
}
.int dd {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.s2 {
  margin-top: 90px;
  background: url(../images/s2bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}
.s2 .more {
  margin-top: 100px;
}
.s2-left {
  height: 400px;
  width: 410px;
  position: relative;
  border: 5px solid #152863;
  float: left;
}
.s2-left img {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.s21 {
  width: 220px;
  height: 210px;
  position: absolute;
  z-index: 1;
  bottom: -54px;
  right: -150px;
  border: 5px solid #979eb6;
}
.s2-right {
  width: 590px;
  float: right;
}
.s2-right dt {
  font-size: 30px;
  color: #152863;
}
.s2-right dd {
  font-size: 16px;
  line-height: 1.8em;
  text-indent: 2em;
  margin-top: 35px;
}
.s22 {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 20px;
  right: 44px;
  border: 5px solid #6b769a;
}
.s3-con li {
  width: 240px;
  float: left;
  margin-left: 75px;
}
.s3-con li:nth-child(4n+1) {
  margin-left: 0;
}
.s3-con li:hover dt {
  color: #152863;
}
.s3-con li:hover .s3-img {
  border-color: #152863 !important;
}
.s3-con li:hover .s3-img img {
  transition: all 0.5s;
  transform: scale(1.05);
}
.s3-con dl {
  margin-top: 10px;
  text-align: center;
  min-height: 150px;
}
.s3-con dt {
  font-size: 18px;
}
.s3-con dd {
  margin: 5px 0;
  font-size: 14px;
  color: #152863;
}
.s3-con .dd2 {
  font-size: 14px;
  color: #666;
}
.s3-con a {
  width: 148px;
  display: block;
  height: 40px;
  text-align: center;
  border: 4px solid #666;
  font-size: 16px;
  color: white;
  line-height: 40px;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  background-color: #666;
  margin: 0 auto;
}
.s3-con a:hover {
  background-color: #152863;
  border: 4px solid #d2daf2;
}
.s3-img {
  overflow: hidden;
  width: 240px;
  height: 283px;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
}
.s3-img img {
  width: 100%;
}
.f-top {
  background-color: #eee;
  padding: 30px 0;
}
.f-top ul {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.f-top li {
  margin: 0 30px;
  float: left;
}
.f-top img {
  display: inline-block;
  vertical-align: middle;
}
.f-top dl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.f-top dt {
  font-size: 18px;
}
.f-top dd {
  font-size: 14px;
}
.footer {
  margin-top: 60px;
}
.f-link {
  margin-top: 30px;
  float: left;
  padding: 20px 0;
  border-right: 1px solid #7e7e7e;
  width: 400px;
}
.f-link dt {
  font-size: 20px;
  color: #152863;
  margin-bottom: 15px;
}
.f-link dt em {
  color: #000;
}
.f-link dd {
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
}
.f-link dd a:hover {
  color: #152863;
}
.f-tel {
  float: left;
  padding: 10px 30px;
  margin-top: 30px;
  border-right: 1px solid #7e7e7e;
}
.f-tel h1 {
  color: #e9550b;
  font-size: 16px;
  margin-bottom: 10px;
}
.f-tel h2 {
  font-size: 24px;
  color: #e9550b;
}
.f-tel h3 {
  font-size: 12px;
  color: #666;
}
.f-zx {
  float: left;
  padding: 10px 30px;
  margin-top: 30px;
  border-right: 1px solid #7e7e7e;
}
.f-zx h1 {
  color: #e9550b;
  font-size: 16px;
  margin-bottom: 5px;
}
.f-zx h3 {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.f-zx a {
  height: 30px;
  width: 80px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  background-color: #e9550b;
  display: block;
}
.f-dz {
  float: left;
  padding: 25px 25px;
  margin-top: 30px;
  border-right: 1px solid #7e7e7e;
}
.f-dz img {
  display: inline-block;
  vertical-align: middle;
}
.f-dz p {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  font-size: 14px;
}
.ewm {
  float: left;
  padding-left: 20px;
  margin-top: 30px;
}
.ewm img {
  float: left;
}
.ewm p {
  float: left;
  width: 35px;
  border-radius: 0 25px 25px 0;
  background-color: #e9550b;
  height: 100px;
  color: white;
  font-size: 14px;
}
.ewm p em {
  display: block;
  width: 14px;
  margin-left: 5px;
}
.f-bottom {
  background: url(../images/t.jpg) no-repeat top center;
  background-color: #152863;
  padding: 30px 0;
  border-bottom: 1px solid #a1a9c1;
}
.f-bottom li {
  width: 200px;
  text-align: center;
  font-size: 16px;
  float: left;
}
.f-bottom li:hover a {
  transition: all 0.3s;
  color: orange !important;
}
.f-bottom li a {
  color: white;
}
.copy {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #152863;
  overflow: hidden;
  color: #999;
}
.copy a {
  color: #999;
  font-size: 14px;
}
.second {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 100;
  display: none;
}
.second li {
  height: 60px;
  background-color: #152863;
  width: 100%;
  margin: 1px 0;
  text-align: center;
  line-height: 60px;
}
.second li:hover a {
  color: #e9550b;
}
.second li a {
  font-size: 16px;
  color: white;
}
.ny1-t {
  text-align: center;
}
.ny1-t dt {
  font-size: 30px;
  color: #152863;
  margin-bottom: 5px;
}
.ny1-t dd {
  font-size: 14px;
}
.ny1-t ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.ny1-t li {
  text-align: center;
}
.ny1-t li p {
  font-size: 18px;
  text-align: center;
}
.ny1-img {
  border: 5px solid #d0d4e0;
  background-color: #152863;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  margin-bottom: 10px;
  text-align: center;
  line-height: 114px;
  width: 114px;
  height: 114px;
}
.ny1-2 {
  background-color: #eee;
  margin: 70px 0;
  padding-bottom: 70px;
}
.t2 {
  color: #e9550b;
  font-size: 30px;
  text-align: center;
  padding: 70px 0 40px;
}
.t2-con {
  overflow: hidden;
}
.t2-con dl {
  /* text-align: center; */
  width: 45%;
  float: left; 
  display: inline-block;
}
.t2-con dt {
  color: #e9550b;
  font-size: 30px;
  margin-bottom: 30px;
}
.t2-con dd {
  font-size: 16px;
  color: #150202;
  line-height: 2em;
}
.t3 {
  color: #152863;
  font-size: 30px;
  text-align: center;
  padding: 0px 0 40px;
}
.ny1-3 ul {
  display: flex;
  justify-content: space-between;
}
.ny1-3 li {
  height: 320px;
  text-align: center;
  width: 360px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px #eeeeee;
  -moz-box-shadow: 0px 0px 15px 0px #eeeeee;
  box-shadow: 0px 0px 15px 0px #eeeeee;
}
.ny1-3 dd {
  font-size: 14px;
  color: #666;
}
.ny1-3 dt {
  color: #e9550b;
  font-size: 24px;
  margin: 15px 0;
}
.ny1-3 dl {
  width: 250px;
  margin: 0 auto;
}
.tb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny1-4 {
  margin: 70px 0 50px;
  padding-bottom: 70px;
}
.ny1-4 ul {
  background: url(../images/nybg.png) no-repeat top center;
  background-size: contain;
  overflow: hidden;
  padding-bottom: 20px;
}
.ny1-4 li {
  width: 600px;
  box-sizing: border-box;
  float: left;
  margin-top: 90px;
}
.ny1-4 li:nth-child(odd) {
  margin-top: 40px !important;
  padding-right: 50px;
  background: url(../images/l.png) no-repeat right center;
}
.ny1-4 li:nth-child(even) {
  padding-left: 50px;
  background: url(../images/r.png) no-repeat left center;
}
.ny14-text {
  width: 548px;
  border: 2px solid #e9550b;
  padding: 30px 50px;
  font-size: 16px;
  color: #152863;
  box-sizing: border-box;
  -webkit-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  behavior: url(pie/PIE.htc);
}
.ny3 {
  margin: 80px 0 100px;
}
.ny3 li {
  overflow: hidden;
}
.ny3 li:nth-child(odd) .ny3-img {
  float: left;
}
.ny3 li:nth-child(odd) .ny3-text div {
  padding-left: 44px;
}
.ny3 li:nth-child(even) .ny3-img {
  float: right;
}
.ny3 li:nth-child(even) .ny3-text div {
  padding-right: 44px;
}
.ny3-img {
  width: 600px;
  float: left;
  height: 370px;
}
.ny3-img img {
  width: 100%;
}
.ny3-text {
  width: 600px;
  float: left;
  height: 370px;
  position: relative;
  box-sizing: border-box;
}
.ny3-text div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny3-text h2 {
  font-size: 30px;
  color: #152863;
  margin-bottom: 50px;
}
.ny3-text p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.8em;
}
.ny4 {
  margin: 50px 0 80px;
}
.ny4 dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny4 dl dt {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
.ny4 dl dt em {
  font-size: 12px;
  padding-top: 5px;
}
.ny4 dl dd {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.p-list li {
  border-bottom: 1px solid #eeeded;
  padding: 30px 0;
  width: 600px;
  float: left;
}
.p-list li:hover dt {
  color: #152863;
}
.ny4-text {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: 0 25px;
  height: 154px;
  position: relative;
}
.ny4-img {
  display: inline-block;
  height: 154px;
  width: 146px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px #999999;
  -moz-box-shadow: 0px 0px 15px 0px #999999;
  box-shadow: 0px 0px 15px 0px #999999;
}
.ny4-img:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.page {
  margin: 40px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  border: 1px solid #7d7d7d;
  padding: 5px 10px;
  background-color: #7d7d7d;
}
.page ul li a {
  display: block;
  color: white;
}
.nyp-cur {
  background-color: #06589c !important;
  border-color: #06589c !important;
}
.nyp-cur a {
  color: white;
}
.page2 {
  background-color: #fff !important;
}
.page2 a {
  color: #333 !important;
}
.ny5 table {
  margin-top: 60px;
  border: 1px solid #cccccc;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  font-size: 14px;
  width: 100%;
}
.ny5 table td:nth-child(odd) {
  width: 135px;
  background-color: #eee;
  text-align: center;
}
.ny5 table td:nth-child(even) {
  padding-left: 15px;
}
.ny5 table ul {
  padding: 20px 0;
}
.ny5 table li {
  line-height: 1.8em;
}
.ny5 table a {
  display: block;
  color: #51b8fa;
  width: 160px;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  float: right;
}
.ny5 .tr1 {
  height: 42px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.ny5 tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
/* .ny5-table{
  margin-top: 60px;
  border:1px solid #cccccc;
  overflow: hidden;
  .yuan(5px);
  font-size: 14px;
  label{
    background-color: #eeeeee;
    height: 100%;
    width: 135px;
    text-align: center;
    // line-height: 3;
    font-size: 14px;
    float: left;
  }
  p{
    float: left;
    padding-left: 15px;
    width: 1045px;
    }
    ul{
      float: left;
    padding-left: 15px;
    width: 1045px;
    }

} */
/* .tr1{
  height: 40px;
  line-height: 40px;
  float: left;
  border-bottom: 1px solid #ccc;
 
} */
/* .tr2{
  float: left;
  border-bottom: 1px solid #ccc;
  ul{
  padding:15px 0;
  padding-left: 15px;
  }
  li{
    line-height: 1.8em;
  }
} */
/* .tr3{
  float: left;
  border-bottom: 1px solid #ccc;
  ul{
  padding:15px 0;
  padding-left: 15px;
  }
  li{
    line-height: 1.8em;
  }
}
 */
.tr4 {
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
