body {
  background-color: #fff;
  min-width: 1200px;
  font-family: "Microsoft YaHei";
}
@media (min-width: 1200px) { 
body{overflow-x:hidden; }
}
.header {
  width: 100%;
}
.header .header-top {
  background: #fff;
  height: 130px;
}
.header .header-top .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .header-top .wrap .logo {
  float: left;
}
.header .header-top .wrap .rt {
  float: right;
}
.header .header-top .wrap .rt .link {
  float: left;
  margin-top: 46px;
}
.header .header-top .wrap .rt .link a {
  display: inline-block;
  transition: 0.1s;
  margin-right: 17px;
}
.header .header-top .wrap .rt .link a:hover {
  transform: translate(0, -4px);
}
.header .header-top .wrap .rt .contact {
  text-align: left;
  float: right;
  margin-top: 24px;
}
.header .header-top .wrap .rt .contact p {
  font-size: 16px;
  color: #000;
  margin: 4px 0;
}
.header .header-top .wrap .rt .contact span {
  font-size: 30px;
  color: #2a3873;
  font-weight: 900;
  display: block;
  font-family: Impact;
}
.header .nav {
  height: 69px;
  background: #263677;
  clear: both;
  width: 100%;
}
.header .nav .wrap {
  width: 1200px;
  margin: 0 auto;
}
.header .nav .wrap li {
  float: left;
  color: #fff;
  width: 170px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  transition: 0.1s;
  position: relative;
  background: url("../images/nav-bg_03.jpg") no-repeat right center;
}
.header .nav .wrap li:hover {
  background: #fff;
}
.header .nav .wrap li:hover a {
  color: #263677;
}
.header .nav .wrap li a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.header .nav .wrap li:first-child {
  background: url("../images/nav-bg_03.jpg") no-repeat right center, url("../images/nav-bg_03.jpg") no-repeat left center;
}
.header .nav .wrap li:first-child:hover {
  background: #fff;
}
.header .nav .wrap li:first-child:hover a {
  color: #263677;
}
.header .nav .wrap .active {
  background: #fff!important;
}
.header .nav .wrap .active a {
  color: #263677;
}
.main {
  clear: both;
  margin-top: -1px;
  /* flexslider */

}
.main .flexslider {
  position: relative;
  height: 760px;
  overflow: hidden;
}
.main .slides {
  position: relative;
  z-index: 1;
}
.main .slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .slides li {
  height: 760px;
  width: 100%;
}
.main .flex-control-nav {
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  text-align: center;
  height: 54px;
  line-height: 54px;
}
.main .flex-control-nav li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px ;
  *display: inline;
  zoom: 1;
}
.main .flex-control-nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  background: #999;
  cursor: pointer;
  color: transparent;
}
.main .flex-control-nav .flex-active {
  background-position: 0 0;
  background: #e41c12;
  width: 20px;
}
.main .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 40%;
}
.main .flex-direction-nav li a {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.main .flex-direction-nav li a.flex-prev {
  left: 200px;
  background: url(../images/prev_03.png) center center no-repeat;
}
.main .flex-direction-nav li a.flex-next {
  right: 200px;
  background: url(../images/next_03.png) center center no-repeat;
}
.main .main-con .product .tit {
  height: 110px;
  background: url("../images/tit-bg_03.jpg") no-repeat center;
  text-align: center;
}
.main .main-con .product .tit h5 {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 14px 0 0;
}
.main .main-con .product .tit h6 {
  font-size: 24px;
  color: #000;
}
.main .main-con .product .wrap {
  width: 1200px;
  margin: 62px auto;
}
.main .main-con .product .content h6 {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 20px 0 40px;
  font-weight: normal;
}
.main .main-con .product .content .lf {
  float: left;
  width: 280px;
  height: 549px;
}
.main .main-con .product .content .rt {
  width: 920px;
  float: right;
}
.main .main-con .product .content .rt li {
  display: inline-block;
  position: relative;
  width: 278px;
  height: 260px;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  margin: 0 10px 22px;
}
.main .main-con .product .content .rt li img {
  transition: 0.2s;
  width: 278px;
  height: 260px;
}
.main .main-con .product .content .rt li:hover img {
  transform: scale(1.1);
}
.main .main-con .product .content .rt li:hover .txt {
  bottom: 0;
}
.main .main-con .product .content .rt li .txt {
  position: absolute;
  width: 100%;
  bottom: -78px;
  transition: 0.2s;
  height: 78px;
  background: rgba(38, 54, 119, 0.8);
  padding: 0 16px;
}
.main .main-con .product .content .rt li .txt p {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
.main .main-con .product .more {
  text-align: center;
  margin: 60px 0;
}
.main .main-con .product .more a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #e41c12;
  width: 188px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}
.main .main-con .point {
  height: 918px;
  background: url("../images/tedian_02.jpg") no-repeat center;
}
.main .main-con .point .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main .main-con .point .wrap .point-tit {
  text-align: center;
  padding: 50px 0;
}
.main .main-con .point .wrap .point-tit p {
  letter-spacing: 8px;
  font-size: 16px;
  color: #aaaec2;
  text-transform: uppercase;
}
.main .main-con .point .wrap .point-tit h5 {
  font-size: 30px;
  color: #fcad2f;
  margin: 14px 0;
  font-weight: 500;
}
.main .main-con .point .wrap .point-tit h5 span {
  margin-left: 8px;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 2px;
}
.main .main-con .point .wrap .txt {
  font-size: 16px;
  color: #fff;
}
.main .main-con .point .wrap .txt p {
  margin: 8px 0;
}
.main .main-con .point .wrap .txt1 {
  position: absolute;
  top: 300px;
  left: 20px;
}
.main .main-con .point .wrap .txt2 {
  position: absolute;
  top: 580px;
  left: 20px;
}
.main .main-con .point .wrap .txt3 {
  position: absolute;
  top: 815px;
  left: 520px;
  text-align: center;
}
.main .main-con .point .wrap .txt4 {
  position: absolute;
  top: 300px;
  right: 20px;
}
.main .main-con .point .wrap .txt5 {
  position: absolute;
  top: 572px;
  right: 20px;
}
.main .main-con .goodness .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .main-con .goodness .wrap .top-con {
  margin-top: 50px;
}
.main .main-con .goodness .wrap .top-con .lf {
  width: 674px;
  float: left;
}
.main .main-con .goodness .wrap .top-con .lf .txt {
  margin-bottom: 16px;
}
.main .main-con .goodness .wrap .top-con .lf .txt .left {
  display: inline-block;
  width: 64px;
  height: 94px;
  text-align: center;
  float: left;
  background: url("../images/number_03.jpg") no-repeat center;
}
.main .main-con .goodness .wrap .top-con .lf .txt .left h5 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  padding-top: 12px;
}
.main .main-con .goodness .wrap .top-con .lf .txt .right {
  width: 578px;
  float: right;
  margin-right: 16px;
}
.main .main-con .goodness .wrap .top-con .lf .txt .right h5 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px dashed #333;
  padding: 0px 0 10px;
  margin-bottom: 20px;
}
.main .main-con .goodness .wrap .top-con .lf .txt .right p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #000;
}
.main .main-con .goodness .wrap .top-con .lf .txt .right p span {
  color: #fcad2f;
}
.main .main-con .goodness .wrap .top-con .rt {
  float: right;
}
.main .main-con .goodness .wrap .top-con .rt img {
  width: 500px;
  height: 340px;
  margin-right: 20px;
}
.main .main-con .goodness .wrap .center-con {
  margin: 40px 0;
}
.main .main-con .goodness .wrap .center-con .rt {
  width: 674px;
  float: right;
}
.main .main-con .goodness .wrap .center-con .rt .txt {
  margin-bottom: 16px;
}
.main .main-con .goodness .wrap .center-con .rt .txt .left {
  display: inline-block;
  width: 64px;
  height: 94px;
  text-align: center;
  float: left;
  background: url("../images/number_03.jpg") no-repeat center;
}
.main .main-con .goodness .wrap .center-con .rt .txt .left h5 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  padding-top: 12px;
}
.main .main-con .goodness .wrap .center-con .rt .txt .right {
  width: 578px;
  float: right;
  margin-left: 16px;
}
.main .main-con .goodness .wrap .center-con .rt .txt .right h5 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px dashed #333;
  padding: 0px 0 10px;
  margin-bottom: 20px;
}
.main .main-con .goodness .wrap .center-con .rt .txt .right p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  background: url("../images/lit_03.jpg") no-repeat left center;
}
.main .main-con .goodness .wrap .center-con .rt .txt .right p span {
  color: #f18101;
}
.main .main-con .goodness .wrap .center-con .lf {
  float: left;
}
.main .main-con .goodness .wrap .center-con .lf img {
  width: 500px;
  height: 340px;
}
.main .main-con .about {
  height: 850px;
  background: url("../images/about-bg_02.jpg") no-repeat center;
}
.main .main-con .about .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .main-con .about .wrap .about-tit {
  text-align: center;
}
.main .main-con .about .wrap .about-tit h4 {
  font-size: 30px;
  color: #da251c;
  font-weight: 900;
  padding-top: 50px;
}
.main .main-con .about .wrap .about-tit p {
  font-size: 18px;
  color: #fff;
}
.main .main-con .about .wrap .about-tit p span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 1px;
  background: #d3d3d4;
  margin: 0 5px;
}
.main .main-con .about .wrap .about-txt {
  text-align: center;
  margin-top: 30px;
}
.main .main-con .about .wrap .about-txt p {
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.main .main-con .about .wrap .about-txt img {
  margin-top: 20px;
}
.main .main-con .about .wrap .img-box {
  margin-top: 40px;
  text-align: center;
}
.main .main-con .about .wrap .img-box img {
  width: 1016px;
  height: 428px;
}
.main .main-con .news .wrap {
  width: 1200px;
  margin: 90px auto;
}
.main .main-con .news .wrap .lf {
  width: 760px;
  height: 370px;
  overflow: hidden;
  float: left;
}
.main .main-con .news .wrap .lf .tit {
  width: 250px;
  height: 370px;
  position: relative;
  float: left;
  overflow: hidden;
}
.main .main-con .news .wrap .lf .tit:hover img {
  transform: scale(1.1);
}
.main .main-con .news .wrap .lf .tit:hover .txt span {
  border-color: #da251c;
  color: #da251c;
}
.main .main-con .news .wrap .lf .tit img {
  transition: 0.2s;
}
.main .main-con .news .wrap .lf .tit .txt {
  position: absolute;
  top: 68px;
  left: 45px;
  color: #fff;
}
.main .main-con .news .wrap .lf .tit .txt h5 {
  font-size: 30px;
  font-weight: 600;
}
.main .main-con .news .wrap .lf .tit .txt p {
  font-size: 16px;
  margin-top: 2px;
}
.main .main-con .news .wrap .lf .tit .txt span {
  display: block;
  width: 104px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  margin-top: 100px;
}
.main .main-con .news .wrap .lf .content {
  width: 485px;
  height: 370px;
  overflow: hidden;
  float: right;
}
.main .main-con .news .wrap .lf .content .list-top {
  border-bottom: 1px solid #eaeaea;
  height: 128px;
  overflow: hidden;
  padding-bottom: 30px;
}
.main .main-con .news .wrap .lf .content .list-top:hover .txt p {
  color: #da251c;
}
.main .main-con .news .wrap .lf .content .list-top img {
  width: 166px;
  height: 128px;
  float: left;
  margin-right: 24px;
}
.main .main-con .news .wrap .lf .content .list-top .txt h6 {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
}
.main .main-con .news .wrap .lf .content .list-top .txt span {
  color: #7f7f7f;
  font-size: 14px;
}
.main .main-con .news .wrap .lf .content .list-top .txt p {
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
  color: #000;
}
.main .main-con .news .wrap .lf .content li {
  padding: 24px 0;
  border-bottom: 1px solid #eaeaea;
  height: 56px;
  overflow: hidden ;
}
.main .main-con .news .wrap .lf .content li:hover .txt h6 {
  color: #da251c;
}
.main .main-con .news .wrap .lf .content li:hover .txt p {
  color: #da251c;
}
.main .main-con .news .wrap .lf .content li .txt {
  display: inline-block;
}
.main .main-con .news .wrap .lf .content li h6 {
  font-size: 18px;
  color: #000;
}
.main .main-con .news .wrap .lf .content li p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
  color: #000;
}
.main .main-con .news .wrap .lf .content li span {
  width: 51px;
  height: 61px;
  float: right;
  display: inline-block;
  background: url("../images/date_03.jpg") no-repeat center;
  padding: 5px 0 0 5px;
  line-height: 20px;
  font-size: 16px;
  color: #000;
}
.main .main-con .news .wrap .rt {
  width: 350px;
  height: 370px;
  float: right;
  overflow: hidden;
}
.main .main-con .news .wrap .rt .txtScroll-top {
  position: relative;
}
.main .main-con .news .wrap .rt .txtScroll-top .txt h5 {
  font-size: 24px;
  color: #000000;
}
.main .main-con .news .wrap .rt .txtScroll-top .txt p {
  font-size: 14px;
  color: #000;
}
.main .main-con .news .wrap .rt .txtScroll-top .hd .prev {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/up_03.jpg") no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.main .main-con .news .wrap .rt .txtScroll-top .hd .next {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/down_03.jpg") no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 36px;
}
.main .main-con .news .wrap .rt .txtScroll-top .infoList li {
  padding: 26px 0;
  border-bottom: 1px solid #eaeaea;
}
.main .main-con .news .wrap .rt .txtScroll-top .infoList li:hover h6 {
  color: #da251c;
}
.main .main-con .news .wrap .rt .txtScroll-top .infoList li:hover p {
  color: #da251c;
}
.main .main-con .news .wrap .rt .txtScroll-top .infoList li h6 {
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  background: url("../images/question_03.jpg") no-repeat left center;
}
.main .main-con .news .wrap .rt .txtScroll-top .infoList li p {
  margin-top: 8px;
  font-size: 14px;
  color: #000;
  padding-left: 30px;
  background: url("../images/question_06.jpg") no-repeat left top;
}
.footer {
  padding-top: 60px;
  background: #2a3873;
}
.footer .wrap {
  width: 1200px;
  margin: 0 auto;
}
.footer .lf {
  width: 630px;
  float: left;
}
.footer .lf .footer-nav {
  width: 32.4%;
  float: left;
}
.footer .lf .footer-nav h5 {
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 30px;
  color: #ffffff;
}
.footer .lf .footer-nav a {
  line-height: 24px;
  display: block;
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #fff;
}
.footer .lf .footer-nav a:hover {
  color: #da251c;
}
.footer .lf .contact {
  width: 67.6%;
  float: left;
}
.footer .lf .contact h5 {
  font-size: 24px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
.footer .lf .contact li {
  font-size: 16px;
  margin: 0 0 30px 0;
  line-height: 24px;
  color: #fff;
}
.footer .lf .contact li span {
  display: block;
  margin-left: 78px;
}
.footer .rt {
  width: 520px;
  float: right;
}
.footer .rt h5 {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 18px;
  color: #fff;
}
.footer .rt h5 span {
  font-size: 14px;
}
.footer .rt .box {
  background: #fff;
  padding: 20px;
}
.footer .rt .box li {
  float: left;
  margin-bottom: 14px;
}
.footer .rt .box li:nth-child(odd) {
  margin-right: 15px;
}
.footer .rt .box .txt {
  width: 210px;
  color: #7f7f7f;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
}
.footer .rt .box textarea {
  width: 457px;
  height: 106px;
  border: 1px solid #b2b2b2;
  padding: 10px;
}
.footer .rt .box .submit {
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  background: #da251c;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 14px;
}
.footer .footer-bot .wrap {
  border-top: 1px solid #535e8d;
}
.footer .footer-bot .wrap p {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.footer .returnTop {
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 60px;
  width: 80px;
  height: 80px;
  background: url("../images/return-top.png") no-repeat center;
}
/*ins-page-style*/
.ins-ad img {
  width: 100%;
}
.ins-main {
  position: relative;
  margin: 60px 0;
}
.ins-main .wrap {
  width: 1200px;
  margin: 40px auto 70px;
  min-height: 700px;
}
.ins-main .wrap .ins-lf {
  width: 280px;
  float: left;
}
.ins-main .wrap .ins-lf .lf-top {
  width: 280px;
  height: 110px;
  background: url("../images/lf-top_03.jpg") no-repeat center;
  position: relative;
  color: #fff;
}
.ins-main .wrap .ins-lf .lf-top p {
  font-size: 24px;
  padding: 15px 0 0px 30px;
}
.ins-main .wrap .ins-lf .lf-top h6 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 0 30px;
}
.ins-main .wrap .ins-lf .lf-con {
  clear: both;
}
.ins-main .wrap .ins-lf .lf-con ul {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.ins-main .wrap .ins-lf .lf-con li {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #cdcdcd;
}
.ins-main .wrap .ins-lf .lf-con li:hover {
  background: #263677;
}
.ins-main .wrap .ins-lf .lf-con li:hover a {
  background: url("../images/lit_03.jpg") no-repeat 30px center;
  color: #ffffff;
}
.ins-main .wrap .ins-lf .lf-con li a {
  padding-left: 55px;
  display: block;
  color: #303030;
  font-size: 16px;
  background: url("../images/lit_06.jpg") no-repeat 30px center;
}
.ins-main .wrap .ins-lf .lf-con .active {
  background: #263677;
}
.ins-main .wrap .ins-lf .lf-con .active a {
  background: url("../images/lit_03.jpg") no-repeat 30px center;
  color: #ffffff;
}
.ins-main .wrap .ins-rt {
  width: 900px;
  float: right;
  overflow: hidden;
}
.ins-main .wrap .ins-rt .rt-nav {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #c7c7c7;
}
.ins-main .wrap .ins-rt .rt-nav p {
  font-size: 14px;
  color: #000;
  padding-left: 27px;
  background: url("../images/house_03.jpg") no-repeat 3px center;
}
.ins-main .wrap .ins-rt .rt-nav p a {
  color: #000;
}
.ins-main .wrap .ins-rt .rt-nav p a:hover {
  color: #da251c;
}
.ins-main .wrap .ins-rt .rt-tit {
  margin: 34px 0 40px;
  height: 110px;
  background: url("../images/tit-bg_03.jpg") no-repeat center;
  text-align: center;
}
.ins-main .wrap .ins-rt .rt-tit h5 {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 14px 0 0;
}
.ins-main .wrap .ins-rt .rt-tit h6 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-about .img-box img {
  width: 898px;
  height: 350px;
}
.ins-main .wrap .ins-rt .ins-about .txt p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 18px 0;
  text-indent: 28px;
}
.ins-main .wrap .ins-rt .ins-product .content {
  float: right;
}
.ins-main .wrap .ins-rt .ins-product .content li {
  display: inline-block;
  position: relative;
  width: 278px;
  height: 260px;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  margin: 0 8px 22px;
}
.ins-main .wrap .ins-rt .ins-product .content li img {
  transition: 0.2s;
  width: 278px;
  height: 260px;
}
.ins-main .wrap .ins-rt .ins-product .content li:hover img {
  transform: scale(1.1);
}
.ins-main .wrap .ins-rt .ins-product .content li:hover .txt {
  bottom: 0;
}
.ins-main .wrap .ins-rt .ins-product .content li .txt {
  position: absolute;
  width: 100%;
  bottom: -78px;
  transition: 0.2s;
  height: 78px;
  background: rgba(38, 54, 119, 0.8);
  padding: 0 16px;
}
.ins-main .wrap .ins-rt .ins-product .content li .txt p {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
.ins-main .wrap .ins-rt .ins-news li {
  padding: 20px 0;
  border-bottom: 1px dashed #c7c7c7;
  height: 130px;
}
.ins-main .wrap .ins-rt .ins-news li:hover .img-box img {
  transform: scale(1.1);
}
.ins-main .wrap .ins-rt .ins-news li:hover .txt p {
  color: #da251c;
}
.ins-main .wrap .ins-rt .ins-news li .img-box {
  width: 180px;
  height: 130px;
  float: left;
  overflow: hidden;
}
.ins-main .wrap .ins-rt .ins-news li .img-box img {
  width: 180px;
  height: 130px;
  transition: 0.2s;
}
.ins-main .wrap .ins-rt .ins-news li .txt {
  width: 700px;
  float: right;
}
.ins-main .wrap .ins-rt .ins-news li .txt h6 {
  font-size: 16px;
  color: #000;
}
.ins-main .wrap .ins-rt .ins-news li .txt p {
  font-size: 12px;
  color: #888;
  line-height: 24px;
  margin: 10px 0;
}
.ins-main .wrap .ins-rt .ins-news li .txt span {
  font-size: 14px;
  color: #666;
}
.ins-main .wrap .ins-rt .ins-contact .map {
  border-bottom: 1px dashed #c7c7c7;
}
.ins-main .wrap .ins-rt .ins-contact .map h6 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-contact .map .map-box {
  margin: 10px 0;
}
.ins-main .wrap .ins-rt .ins-contact .map h5 {
  font-size: 18px;
  color: #263677;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-contact .map p {
  font-size: 14px;
  color: #263677;
  margin: 6px 0 10px;
}
.ins-main .wrap .ins-rt .ins-contact .txt {
  margin-top: 20px;
}
.ins-main .wrap .ins-rt .ins-contact .txt p {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.ins-main .wrap .ins-rt .ins-contact .txt p span {
  color: #263677;
}
.ins-main .wrap .ins-rt .ins-contact .txt li {
  display: inline-block;
  padding-left: 58px;
  font-size: 14px;
  color: #666;
  height: 48px;
  line-height: 48px;
  margin: 30px 260px 30px 0;
}
.ins-main .wrap .ins-rt .ins-contact .txt li:nth-child(1) {
  background: url("../images/contact-icon_03.jpg") no-repeat left center;
}
.ins-main .wrap .ins-rt .ins-contact .txt li:nth-child(2) {
  background: url("../images/contact-icon_05.jpg") no-repeat left center;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit {
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px dashed #c7c7c7;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-tit p {
  margin: 18px 0;
  font-size: 12px;
  color: #999;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-txt {
  padding: 0 32px;
}
.ins-main .wrap .ins-rt .ins-news-detail .detail-con-txt p {
  font-size: 14px;
  text-indent: 0px;
  color: #888;
  line-height: 26px;
  margin: 18px 0;
}
.ins-main .wrap .ins-rt .ins-news-detail .share {
  margin: 70px 0 ;
  padding: 0 32px;
}
.ins-main .wrap .ins-rt .ins-news-detail .share .share-list a {
  margin-right: 5px;
}
.ins-main .wrap .ins-rt .ins-news-detail .share .share-list span {
  color: #666;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p {
  color: #666;
  font-size: 14px;
  margin: 30px 0;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p a {
  color: #333;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p a:hover {
  color: #da251c;
}
.ins-main .wrap .ins-rt .ins-news-detail .share p span {
  text-align: center;
  line-height: 12px;
  display: inline-block;
  width: 40px;
  height: 17px;
  vertical-align: top;
  padding-top: 2px;
  background: url(../images/newsdetails8_03.png) no-repeat 0px 0px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table {
  margin: 26px auto;
  border: 1px solid #cfd0d6;
  width: 874px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .tit {
  height: 60px;
  line-height: 60px;
  background: #263677;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .tit li {
  float: left;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 174px;
  border-right: 1px solid #fff;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .tit li:last-child {
  border: none;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con {
  clear: both;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con ul {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con ul:hover {
  background: #cfd0d6;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con ul:hover li {
  color: #fff;
  border-color: #cfd0d6;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con ul:hover li span {
  background: #263677 url("../images/angle2_03.png") no-repeat 83px center;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con li {
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
  width: 174px;
  border-right: 1px solid #cfd0d6;
  border-top: 1px solid #cfd0d6;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con li span {
  padding: 9px 20px 9px 14px;
  background: #f1f1f1 url("../images/angle_03.png") no-repeat 83px center;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con li:last-child {
  border-right: none;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con {
  background: #f1f1f1;
  padding: 10px 0 30px;
  display: none;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .tit2 h3 {
  padding: 20px 0 20px 40px;
  font-size: 24px;
  color: #666;
  font-weight: 300;
  display: inline-block;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .tit2 h3 span {
  padding: 0 20px;
  color: #fab704;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .tit2 p {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .tit2 p span {
  padding: 0 20px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .txt {
  margin: 16px 0 16px  40px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .txt p {
  font-size: 16px;
  margin: 6px 0;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .txt b {
  padding-left: 11px;
  background: url("../images/lit2_05.jpg") no-repeat left center;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .txt2 {
  padding-top: 10px;
  margin-left: 40px;
}
.ins-main .wrap .ins-rt .ins-recruit-con .table .table-con .txt-con .txt2 a {
  font-size: 16px;
  color: #fff;
  background: #263677;
  padding: 8px 30px;
  margin-top: 20px;
  display: inline-block;
}
.ins-main .wrap .ins-rt .ins-message {
  padding-left: 50px;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(1) li {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(1) li .txt {
  width: 288px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #cdcdcd;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(2) li span {
  font-size: 14px;
  color: #333;
  float: left;
}
.ins-main .wrap .ins-rt .ins-message ul:nth-child(2) li textarea {
  width: 604px;
  height: 138px;
  border: 1px solid #cdcdcd;
  padding: 10px;
}
.ins-main .wrap .ins-rt .ins-message .submit {
  font-size: 16px;
  color: #fff;
  background: #263677;
  margin-top: 20px;
  text-align: center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  margin-left: 42px;
}
.ins-main .wrap .ins-rt .page-num {
  clear: both;
  border-top: 1px solid #e2e2e2;
  padding: 50px 0 40px;
  text-align: center;
  margin-top: 60px;
}
.ins-main .wrap .ins-rt .page-num span {
  border: 1px solid #da251c;
  margin: 0 2px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #da251c;
}
.ins-main .wrap .ins-rt .page-num a {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 6px 10px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
}
.ins-main .wrap .ins-rt .page-num a:hover {
  color: #fff;
  border-color: #da251c;
  background-color: #da251c;
}
.product-detail .img-box {
  border: 1px solid #cdcdcd;
  float: left;
}
.product-detail .img-box img {
  width: 358px;
  height: 358px;
}
.product-detail .txt {
  width: 520px;
  float: right;
}
.product-detail .txt h5 {
  font-size: 30px;
  color: #263677;
  border-bottom: 1px solid #c7c7c7;
  padding: 0 0 20px;
  font-weight: 500;
}
.product-detail .txt h6 {
  font-size: 16px;
  margin-top: 16px;
}
.product-detail .txt p {
  margin: 14px 0;
  font-size: 14px;
  color: #263677;
}
.product-detail .txt p span {
  color: #333;
}
.product-detail .detail-bot h6 {
  height: 50px;
  padding-left: 23px;
  line-height: 50px;
  font-size: 16px;
  margin: 20px 0;
  background: #f0f0f0 url("../images/lit_06.jpg") no-repeat left center;
}
.sidebar {
  width: 150px;
  height: 270px;
  background: url("../images/sidebar_03.jpg") no-repeat center;
  z-index: 666;
  position: absolute;
  right: 10px;
  top: 80px;
}
.sidebar .sidebar-con {
  position: relative;
  width: 100%;
  height: 100%;
}
.sidebar .close {
  width: 28px;
  height: 23px;
  float: right;
  display: inline-block;
  margin: 0 8px 0 0;
}
.sidebar .link {
  position: absolute;
  top: 177px;
  left: 10px;
}
.sidebar .link a {
  display: block;
  width: 130px;
  height: 30px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1000px) {
  .sidebar {
    display: none!important;
  }
}
