.header {
    width: 100%;
    height: 118px;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 23%;
    margin-left: 20px;
    margin-top: 15px;
}

.nav {
    width: 59%;
}

.nav ul li {
    float: left;
    width: 9.28%;
    height: 118px;
    margin-left: 5%;
    transition: all .3s;
}

.nav ul li a {
    line-height: 118px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all .3s;
}

.nav ul li:hover a {
    color: #c1272d;
    transition: all .3s;
    font-weight: 200px;
    border-bottom: 2px solid #C1272D;
}

.nav ul li.hover a {
    color: #c1272d;
    border-bottom: 2px solid #C1272D;
}

.search {
    width: 6%;
    margin-right: 1%;
    height: 100px;
    display: block;
    cursor: pointer;

}

#showModel img {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-left: 33px;

}

.en {
    width: 5%;
}

.en a {
    display: block;
    margin-top: 38px;
}


/*å¼¹çª—æ¡†æœç´¢*/

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 50%;
    max-width: 800px;
    height: auto;
    max-height: 300px;
    margin: 200px auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: zoom 0.6s;
    animation: zoom 0.6s;
    resize: both;
    overflow: auto;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.modal-header {
    box-sizing: border-box;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-right: 20px;
    transition: all 0.3s;
    position: absolute;
    top: 20px;
    right: 30px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    /*	height:auto;*/
    height: 300px;
    margin-top: 80px;
}

.search_box form {
    width: 600px;
    height: 60px;
    padding: 16px 0;
    margin: 0 auto;
    border-bottom: #8c8282 solid 1px;
}

.search_box form .search_ss {
    border: 0;
    background: 0;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.search_box form .search_btn {
    float: right;
    height: 40px;
    width: 40px;
    background: none;
    border: none;
}

.search_box form .search_btn img {
    width: 27px;
    height: 27px;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 80%;
    }
}


/*æœç´¢å¼¹çª—*/

.windowSearchBg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1025;
    background: rgba(0, 0, 0, 0.9);
}

.windowSearchBg.active {
    display: block;
}

.windowSearch {
    position: fixed;
    width: 100%;
    left: 0;
    top: 122px;
    z-index: 1026;
}

.windowSearch .WSMargin {
    margin: 0 auto;
    width: 1230px;
}

.windowSearch .WSMargin .WSShup {
    text-align: right;
}

.windowSearch .WSMargin .WSShup span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 0;
    cursor: pointer;
}

.windowSearch .WSMargin .WSCon {
    margin-top: 4.065%;
    background: rgba(255, 255, 255, 0.2);
    padding: 4.22% 27.31%;
}

.windowSearch .WSMargin .WSInput {
    position: relative;
    padding: 16px 0;
    border-bottom: #525252 solid 1px;
}

.windowSearch .WSMargin .WSInput .WDin {
    border: 0;
    background: 0;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.inco1 ::-webkit-input-placeholder {
    color: #b2b2b2 !important;
}

.inco1 :-moz-placeholder {
    color: #b2b2b2 !important;
}

.inco1 ::-moz-placeholder {
    color: #b2b2b2 !important;
}

.inco1 :-ms-input-placeholder {
    color: #b2b2b2 !important;
}

.windowSearch .WSMargin .WSInput .WSIco {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 0;
    background: transparent;
    border: 0;
}

/*banner*/
#banner {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 119px;
}

#banner .swiper-container {
}

#banner .swiper-slide {
    width: 100%;
    float: left;
    height: auto;
}

#banner .swiper-slide a img {
    width: 100%;
    float: left;
    height: auto;
}

#banner .arrow-left {
    background: url(../img/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 22;
}

#banner .arrow-right {
    background: url(../img/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 22;
}

#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 22;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transform: scale(0.4, 0.4);
    transition: all 0.3s ease-in-out;

}

#banner .swiper-pagination-bullet-active {
    transform: scale(1, 1);
}

/*section1*/
.clear {
    clear: both;
}

.section1 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    height: 80px;
}

.section1 p {
    line-height: 70px;
    width: 800px;
    font-size: 14px;
    color: #333333;
}

.section1 p a {
    display: inline-block;
    color: #999;
    padding: 0 6px;
}

.section1 p a:hover {
    color: #003c84;
}

.section1 form {
    width: 361px;
    margin-top: 20px;
    padding: 0 0 0 60px;
}

.section1 form .ser_inp {
    width: 200px;
    height: 40px;
    float: left;
    border: none;
}

.section1 form .ser_so {
    width: 77px;
    border: none;
    height: 42px;
    background: url(../img/s_so.png) no-repeat center;
}

.zhd .tit {
    height: 136px;
    text-align: center;
    font: 46px "Microsoft Yahei";
    color: #222;
}

.zhd .tit a {
    display: block;
    color: #222;
}

.zhd .tit b {
    color: #bc1100;
}

.zhd .tit em {
    display: block;
    font: 20px "Microsoft Yahei";
    color: #333;
    padding-top: 3px;
}

.zhd {
    width:100%;
    height: 982px;
    margin-top: 60px;
    overflow: hidden;
}

.zhd2 {
    height: 783px;
    position: relative;
    background: url(../img/td.jpg) no-repeat center top;
}

.zhd2 dl {
    text-align: center;
    width: 226px;
    height: 226px;
    border-radius: 226px;
    background: #333333;
    position: absolute;
}

.zhd2 dt {
    font: 24px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    padding: 25% 0 6%;
}

.zhd2 dd {
    font: 16px "Microsoft YaHei";
    line-height: 24px;
    color: #fff;
}

.zhd2 dd em {
    color: #fdd600;
}

.zhd2 dl:nth-child(1) {
    top: 1%;
    left: 2%;
}

.zhd2 dl:nth-child(2) {
         top: 24%;
         left: 26%;
         width: 245px;
         height: 245px;
}

.zhd2 dl:nth-child(3) {
    top: 5%;
    left: 53%;
    width: 220px;
    height: 220px;
}

.zhd2 dl:nth-child(4) {
    top: 26%;
    right: 2%;
    width: 240px;
    height: 240px;
}

.zhd2 dl:hover {
    background: #bc1100;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    transition-property: background;
    -moz-transition-property: background; /* Firefox 4 */
    -webkit-transition-property: background; /* Safari Ã¥â€™Å’ Chrome */
    -o-transition-property: background;
    color: #fff;
    cursor: pointer;
}

.zhd2 dl:hover dd, .zhd2 dl:hover dt, .zhd2 dl:hover dd em {
    color: #fff;
}

.zhd2 h5 {
    width: 50%;
    text-align: center;
    position: absolute;
        top: 66%;
    left: 29%;
    font: 24px "Microsoft YaHei";
    color: #333;
}

.zhd2 h5 em {
    display: block;
    height: 38px;
    width: 608px;
    margin: 8px auto;
    background: #bc1100;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
}

.zhd2 h5 b {
    font-size: 30px;
}

/*sction2*/
.sction2 {
    width: 100%;
    padding-top: 40px;
    margin-top: 53px;
    background: #f4f4f4;
    padding-bottom: 50px;
}

.title {
    padding-top: 40px;
    text-align: center;
}

.title h2 {
    font-size: 46px;
    color: #bc1100;
    font-weight: bold;
}

.title p {
    display: block;
    font: 20px "Microsoft Yahei";
    color: #333;
    padding-top: 3px;
}

.sction2_nav {
    margin-top: 53px;
    margin-bottom: 11px;
    overflow: hidden;
/*  background: #2062b9;*/
    padding: 10px;
    

}

.sction2_nav ul li {
  background:#ffffff;
       float: left;
       margin-bottom: 31px;
    width: 22%;
     line-height:50px;
    height: 50px;
    border-radius: 50px;
   
    margin-left: 31px;
}
.sction2_nav ul{
	padding-top: 15px;
}
.sction2_nav ul li:hover{
	background: #fff;
}

.sction2_nav ul li a {
    font-size: 17px;
    display: block;
    overflow: hidden;
    height: 50px;
    color: #000;
    text-align: center;
    line-height: 50px;
}
#proswiper{
	margin-top: 30px;
}
#proswiper  .swiper-slide{
	
}
#proswiper .secpro_img{
	/*width: 388px;*/
	display: block;
	height: 265px;
	overflow: hidden;
	transition: all 0.5s;
	
}
#proswiper .secpro_img img{
	max-width: 100%;
	max-height: 100%;	
	transition: all 0.5s;
	overflow: hidden;
}
#proswiper .secpro_img:hover img{
	transform: scale(1.1);
}
#proswiper .secpro_txt{
	height: 50px;
		
	line-height: 50px;
	background: #018884;
}
#proswiper .secpro_txt a{
color: #fff;
font-size: 15px;
display: block;
text-align: center;
}
#proswiper .pagination {
     position: absolute;
    z-index: 20;
    bottom: 33px;
    width: 166px;
    text-align: center;
    right: 0;
    left: 30%;
}
#proswiper .swiper-pagination-bullet {
  display: inline-block;
  width: 18px;
  height: 5px;
  border-radius:5px;
  background: #dddddd;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#proswiper .swiper-pagination-bullet-active {
  background: #46a39d;
}


.sction2_nav ul li a:hover {
    color: #fff;
}

.sction2_nav ul li:hover {
    background: #bc1100;
}

.sction2_list {
    margin-top: 30px;
}

.sction2_one {
    margin-bottom: 20px;
    overflow: hidden;
}

.sction2_two {
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}

.sction2_img {
        width: 42%;
    margin-left: 5%;
    height: 404px;
}

.sction2_img a {
    width: 100%;
    height: 404px;
    display: block;
    overflow: hidden;
}

.sction2_img a img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: all .5s;
}

.sction2_img a:hover img {
    transform: scale(1.1);
}

.sction2_txt {
    width: 53%;
    height: 404px;
    padding: 30px;
    background: #fff;
}

.sction2_txt h3 {
    width: 60px;
    height: 30px;
    border-radius: 27px;
    background: #000;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.sction2_txt h4 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.sction2_txt p {
    line-height: 35px;
    height: 140px;
    font-size: 16px;
}

.sction2_more {
    margin-top: 20px;
}

.sction2_more a {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    color: #000;
    margin-right: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 27px;
    line-height: 40px;
}

.sction2_more a:nth-child(1) {
    background: #e8ecef;
    text-decoration: none;
}

.sction2_more a:nth-child(2) {
    background: #bc1100;
    color: #fff;
    text-decoration: none;
}

.sction2_more a:nth-child(1):hover {
    background: #0d5897;
    color: #fff;
    text-decoration: none;
}

.sction2_more a:nth-child(2):hover {
    background: #e8ecef;
    color: #000;
    text-decoration: none;
}

.sction2_two .list2_slide {
    float: left;
 /*   width: 373px;*/
    height: 341px;
  /*  margin-left: 40px;*/
}

.sction2_two .list2_slide .sction2_img2 {

  /*  width: 373px;*/
  /*  height: 280px;*/
    display: block;
    overflow: hidden;
}

.sction2_two .list2_slide .sction2_img2 img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.sction2_two .list2_slide .sction2_img2:hover img {
    transform: scale(1.1);
}

.sction2_two .list2_slide .sction2_txt2 {
    height: 50px;
    display: block;
    line-height: 50px;
    color: #000;
    background: #d6dbe1;
    text-align: center;
}

.sction2_two .list2_slide .sction2_txt2:hover {
    background: #bc1100;
    color: #fff;
    text-decoration: none;
}

.sction2_two li:nth-child(1) {
    margin-left: 0px;
}

.sction2_two li:nth-child(3) {
    margin-right: 0px;
}

.sction2_cont {
    margin-top: 30px;
    clear: both;
}

.sction3 {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

.ys_nav {
    width: 1200px;
    margin: 0px auto;
    margin-top: 60px !important;
}

.ys_nav li {
    width: 25%;
    float: left;
    padding-left: 62px;

}

.ys_nav li p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0px;
}

.ys_nav li span {
    font-size: 14px;
    color: #b2b2b2;
    font-weight: bold;
    text-transform: uppercase;
}

.ys_nav li:nth-child(1) {
    background: url(../img/ys1.png) no-repeat 5px;
}

.ys_nav li:nth-child(2) {
    background: url(../img/ys2.png) no-repeat 5px;
}

.ys_nav li:nth-child(3) {
    background: url(../img/ys3.png) no-repeat 5px;
}

.ys_nav li:nth-child(4) {
    background: url(../img/ys4.png) no-repeat 5px;
}


.ys_nav li:nth-child(1):hover {
    background: url(../img/ys11.png) no-repeat 5px;
}

.ys_nav li:nth-child(2):hover {
    background: url(../img/ys22.png) no-repeat 5px;
}

.ys_nav li:nth-child(3):hover {
    background: url(../img/ys33.png) no-repeat 5px;
}

.ys_nav li:nth-child(4):hover {
    background: url(../img/ys44.png) no-repeat 5px;
}

.ys_nav li:hover p {
    color: #bc1100;
}

.ys_nav li:hover span {
    color: #bc1100;
}

.ys_cont {
    clear: both;
    margin-top: 160px;
}

.ys_cont .ys_list {
    width: 100%;
    height: 692px;
    overflow: hidden;
}


.ys_list {
    position: relative;
    margin-top: 60px;
}

.ys_txt {

    z-index: 33;
}

.ys_nav {
    margin-top: 30px;
}

.ys_txt {
    position: absolute;
    width: 600px;
    right: 25%;
    top: 140px;
    height: 480px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.ys_txt h2 {
    font-size: 30px;

}

.ys_txt h3 {
    font-size: 30px;
    font-weight: bold;


}

.ys_txt p {
    font-size: 19px;
    font-weight: bold;
    color: #bc1100;
    text-transform: uppercase;
}

.ys_txt span {
    font-size: 16px;
    color: #999999;
    height: 120px;
    line-height: 30px;
    margin-top: 20px;
    display: block;
}

.ys_txt img {
    margin-top: 20px;
}


.sction4 {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.sction4_cont {
    overflow: hidden;
    margin-top: 60px;
}

.sction4_fl {
    width: 67%;
    height: 500px;
}

.sction4_fl a {
    display: block;
    width: 600px;
    height: 300px;
    margin-top: 188px;
    padding: 30px;
    margin-left: 60px;
    background: rgba(255, 255, 255, 0.9);
}

.sction4_fl h2 {
    color: #bc1100;
    font-size: 20px;
    padding-left: 30px;
    background: url(../img/t.png) no-repeat left center;
}

.sction4_fl p {
    color: #000000;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    height: 200px;
    overflow: hidden;
}

.sction4_fr {
    width: 33%;
}

.sction4_fr .sction4_img a {
    display: block;
    width: 100%;
    height: 254px;
    overflow: hidden;
}

.sction4_fr .sction4_img a img {
    display: block;
    width: 100%;
    height: 100%;

    transition: all 0.5s;
}

.sction4_fr .sction4_img a:hover img {
    transform: scale(1.1);
}

.sction4_txt {
    padding: 20px;
    height: 245px;
    background: #f5f5f5;
}

.sction4_txt h2 {
    color: #bc1100;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    background: url(../img/t.png) no-repeat left center;
}

.sction4_txt p {
    line-height: 40px;
    font-size: 16px;
}


.help_cut {
    padding-top: 70px;
    height: 370px;
    box-sizing: border-box;
}

.help_nav {
    height: 30px;
    margin-bottom: 20px;
    position: relative;
}

.help_nav:before {
    content: "";
    width: 25%;
    background: url(../img/line_l.png) no-repeat;
    height: 5px;
    left: 0;
    top: 13px;
    position: absolute;
}

.help_nav:after {
    content: "";
    width: 25%;
    background: url(../img/line_r.png) no-repeat;
    height: 5px;
    right: 0;
    top: 13px;
    position: absolute;
}

.help_nav ul {
    width: 678px;
    margin: 0 auto;
}

.help_nav li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 74px;
    font-size: 18px;
    color: #666666;
    float: left;
    background: url(../img/cutico.png) no-repeat right center;
}

.help_nav li a {
    text-decoration: none;
    color: #333333;
}

.help_nav li.cur {
}

.help_nav li.cur a {
    font-weight: bold;
    color: #E6000D;
}

.help_nav li:last-child {
    background: none;
}

.m_help {
    height: 208px;
   /* width: 1200px;*/
    position: relative;
}

.jt1 {
    width: 14px;
    height: 26px;
    position: absolute;
    display: block;
    top: 80px;
}

.prev2 {
    background: url(../img/l.png) no-repeat;
    left: -40px;
}

.next2 {
    background: url(../img/r.png) no-repeat;
    right: -40px;
}

.xc {
    width: 1200px;
    overflow: hidden;
}

.xc li {
    width: 293px;
    position: relative;
    margin-right: 6px;
    float: left;
}

.xc li img {
    display: block;
    width: 293px;
    height: 164px;
    box-shadow: 0 0px 10px 0px #ebebeb;
}

.xc li em {
    height: 50px;
    font: 16px "Microsoft YaHei";
    line-height: 50px;
    color: #666666;
    overflow: hidden;
    display: block;
    text-align: center;
    display: block;
}

.xc li a {
    text-decoration: none;
}

.xc li.nones {
    margin-right: 0;
}

.sction5 {
    margin-top: 60px;
    width: 100%;
    padding-top: 20px;
    background: #f4f4f4;
    padding-bottom: 80px;
}


.section5_box {
    margin-top: 60px;
    overflow: hidden;
    height: 400px;

}

.section5_box ul li {
    width: 373px;
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
}

.section5_box ul li .news_img {
    width: 373px;
    height: 257px;
    display: block;
    overflow: hidden;
}

.section5_box ul li .news_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.section5_box ul li .news_img:hover img {
    transform: scale(1.1);
}

.section5_box ul li .news_txt {
    height: 185px;
    position: absolute;
    top: 227px;
    padding: 20px;
    background: url(../img/news_t.png) no-repeat center;
}

.section5_box ul li .news_txt p:nth-child(1) {
    font-size: 16px;
    height: 30px;
    overflow: hidden;
}

.section5_box ul li .news_txt p:nth-child(2) {
    font-size: 15px;
    height: 65px;
    line-height: 30px;
    overflow: hidden;
}

.section5_box ul li .news_txt p:nth-child(3) {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    border: 1px solid #555555;
}

.section5_box ul li .news_txt:hover {
    background: url(../img/news_h.png) no-repeat center;
}

.section5_box ul li .news_txt:hover p {
    color: #fff;
    border-color: #fff;
}

.footer {
    width: 100%;
    border-top: 8px solid #bc1100;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
    background: #070808;
}

.footer_box {
    margin-top: 40px;
    height: 251px;
    overflow: hidden;
}

.footer_box .foot_nav {
        width: 10%;
    margin-left: 6%;
}

.footer_box .foot_nav h3 {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}

.footer_box .foot_nav p {
    width: 40px;
    height: 2px;
    background: #B12B2E;
}

.footer_box .foot_nav ul {
    padding-top: 30px;
}

.footer_box .foot_nav ul li {
    height: 30px;

    color: #ffffff;
}

.footer_box .foot_nav ul li a {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.footer_box .foot_nav img {
    margin-top: 30px;
}

.foot {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #484646;
}

.foot_fl {
    width: 800px;
}

.foot_fl h3 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.foot_fl ul li {
    float: left;
    width: 300px;
}

.foot_fl ul li p {
    font-size: 12px;
    height: 30px;
    color: #fff;
}

.foot_fr {
    margin-top: 20px;
}

.foot_box {
    overflow: hidden;
    margin-top: 0px;
}

.copy {
    clear: both;
    padding-top: 20px;
    text-align: center;
}

.copy p {
    font-size: 12px;
    color: #fff;
}

.copy a {
    font-size: 12px;
    color: #fff;
}


.topadcs {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
    position: relative;

    top: 117px;
}

.topadcs a {
    display: block;
    margin: 0 auto;
    height: 300px;
}

.zhandian {
    margin: -42px 0 0 0;
    z-index: 990;
    right: 20px;
    position: relative;
}

.zhandian02 {
    width: 370px;
    height: 160px;
    background: rgb(188 17 0);
    padding: 30px 0 30px 20px;
}

.zhandian02 h2 {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
}

.zhandian02 p {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 40px;
}

.zhandian02 p a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.about_box {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 107px;
    clear: both;
}

.about_txt {
    margin-top: 30px;
}


.InpageAdv {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
   /* background: url(../img/20190625152302_629555666.jpg) no-repeat;*/
    padding-bottom: 70px;
}

.InpageAdv h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-top: 79px;
}

.InpageAdv h3 span {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.InpageAdv ul {
    overflow: hidden;
    margin-top: 38px;
}

.InpageAdv li {
    width: 160px;
    height: 180px;
    background: url(../img/service_adv_icon01.png) no-repeat center;
    float: left;
    margin-left: 4%;
    text-align: center;
    padding-top: 54px;
}

.InpageAdv li p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.InpageAdv li:first-child {
    margin-left: 0;
}


.tec_p {
    text-align: center;
    line-height: 22px;
    color: #333;
    margin-top: 66px;
}

.tec_pc dl {
   width: 33%;
    float: left;
    height: 537px;
    background: #f2f2f6;
}

.tec_pc dt,
.tec_pc dt img {
    width: 100%;
    height: 271px;
    display: block;
    overflow: hidden;
}

.tec_pc dd {
    height: 271px;
    display: block;
    position: relative;
    padding: 0 16px;
    z-index: 1;
}

.tec_pc dd em {
    display: block;
    font-family: Times New Roman;
    font-size: 42px;
    font-style: normal;
    line-height: 42px;
    padding: 28px 0 0;
}

.tec_pc dd span {
    display: block;
    font-size: 22px;
    line-height: 42px;
    height: 107px;
    background: url(../img/20190625152302_1822032830.gif) no-repeat center bottom;
}

.tec_pc dd p {
    display: none;
}

.tec_pc dd:before {
    height: 0;
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    top: 0;
    -webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: -1;
    background: #bc1100;
}

.tec_pc dl.cur {
    color: #fff;
}

.tec_pc dl.cur dd span {
    height: 42px;
    background: none;
}

.tec_pc dl.cur dd p {
    display: block;
}

.tec_pc dl.cur dd:before {
    height: 271px;
    width: 100%;
}


.image-list {
    width: 100%;
    padding: 20px;

}

.image-list .cover {
    float: left;
    width: 366px;
    height: 283px;
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}

.image-list .cover img {

    width: 366px;
    height: 230px;
}

.image-list .cover p {
    line-height: 40px;
    text-align: center;
}

/*main CSS*/
#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
}

#pictureViewer > .content {
    background-color: #fff;
    position: absolute;
    width: 590px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .menu-bar {
    width: 100%;
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(../img/icons/maximization_black.png);
    background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../img/icons/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../img/icons/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../img/icons/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(../img/icons/close_black.png);
    background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../img/icons/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .handel-prev {
    background-image: url(../img/icons/prev_blank.png);
}

#pictureViewer .handel-next {
    background-image: url(../img/icons/next_blank.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
    background-color: #ff2e67;
}

#pictureViewer .handel-prev:hover {
    background-image: url(../img/icons/prev_white.png);
}

#pictureViewer .handel-next:hover {
    background-image: url(../img/icons/next_white.png);
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}

.hz_box {
    margin-top: 20px;
}

.hz_box li {
    float: left;
    width: 255px;
    height: 144px;
    margin-right: 44px;
    margin-bottom: 47px;
}

.hz_box li img {

    width: 255px;
    height: 144px;
    margin-right: 20px;
    border: 1px solid #D2D2D2;
}

/*联系我们*/
/*lx_cont*/
.lx_cont {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
}

.lx_lf {
    width: 48%;
    height: 305px;
    padding: 10px;
    background: #bc1100;
}

.lx_lf h5 {
    margin-top: 40px;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
}

.lx_lf p {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}

.lx_lr {
    width: 48%;
    height: 305px;
    padding: 10px;
    background: #f5f5f5;
}

.lx_lr h5 {
    margin-top: 40px;
    font-size: 24px;
    color: #bc1100;
    margin-bottom: 20px;
    margin-left: 20px;
}

.lx_lr p {
    margin-left: 20px;
    line-height: 30px;
    font-size: 14px;
}


.application-item {
    max-width: 376px;
    margin: 15px auto;
    float: left;
    margin-left: 30px;
}

.application-item i.icon {
    display: block;
    width: 68px;
    height: 68px;
    margin: 25px auto 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.application-item h3 {
    margin: 10px 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}

.each-wrap {
    width: 366px;
    height: 262px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.each-wrap .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0066a5;
    opacity: 0.65;
    z-index: 0;
}

.each-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
}

.application-item span p {
    margin-top: 20px;
    height: 81px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 15px;
    margin-right: 10px;
    line-height: 27px;
}

/*新闻中心*/
.list_article {
    margin-top: 60px;
    margin-bottom: 60px;
}

.list_infocont {
    padding-top: 18px;
    padding-left: 20px;
    width: 790px;
    color: #606262;
}

.list_infocont {
    padding-top: 18px;
    padding-left: 20px;
    width: 66%;
    color: #606262;
}

.list_info p a {
    color: #827f7f;
}

.cc {
    width: 800px;
    height: 97px;
    overflow: hidden;
    line-height: 26px;
    color: #827f7f;
}

.listinfobtn {
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #f2f2f2;
    margin-left: 28px;
    color: #434242;
    margin-top: 15px;
}

.list_news ul li {

    background-repeat: no-repeat;
    position: relative;
    background-position: 10px center;
    width: 100%;
    height: 50px;
}

.list_news ul li:nth-child(2n) {
    background-color: #f2f2f2;
}

.list_news ul li a {
    color: #827f7f;
    position: absolute;
    left: 30PX;
    display: inline-block;
    line-height: 50PX;
    font-size: 14PX;
}

.list_news ul li a:hover {
    color: #BC1100;
}

.list_news ul li span {
    position: absolute;
    right: 10px;
    line-height: 50PX;
    font-size: 14PX;
    color: #797878;
}

/*新闻详情页*/
.shipin_main02 {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 60px;
}

.n01 h2 {
    font-size: 24px;
    color: #bc1100;
}

.n01 span#ffb {
    color: #999;
    margin-bottom: 20px;
    display: block;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.shipin_main02 .n01 {
    width: 70%;

}

.ncontent ul, .ncontent li {
    list-style-position: inside !important;
}

.shipin_main02 .n02 {
    width: 25%;

}

.shipin_main02 h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding-bottom: 20px;
}

.nll01 {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}

.nll01 ul {
    margin-top: 10px;
}

.nll01 li {
    line-height: 22px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}

.nll01 .bottom {
    background: #bc1100;
    color: #fff;
    padding: 7px 25px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.nll02 {
    border-bottom: 1px dashed #ddd;
    display: inline-block;
    padding-bottom: 20px;
}

.nll02 .cp02 {
}

.nll02 .cp02 a {
    float: left;
    background: #000;
    color: #fff;
    padding: 7px 20px;
    margin: 8px 10px 8px 0;
}

.nll02 .cp02 a:hover {
    background: #bc1100;
    color: #fff;
}

.ncontent {
    font-size: 16px;
    line-height: 33px;
}

._detailPage_bottom {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

._detailPage_bottom li {
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

._detailPage_bottom ._mark {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

._detailPage_bottom ._title {
    font-size: 14px;
    float: left;
    width: 68%;
}

._detailPage_bottom ._title:hover {
    color: #bc1100;
}

._detailPage_bottom ._time {
    float: right;
    color: #bbb;
}

.bdsharebuttonbox .bds_more {
    float: none;
    padding-left: 2px;
    background: none;
}


/*产品中心*/
.pro_box {
    width:100%;
    margin-bottom: 81px;
    overflow: hidden;

}

.pro_fl {
  /*  overflow: hidden;
    display: inline;
    width: 23%;
    overflow: hidden;
    margin-bottom: 10px;*/
}

.fl_n h2 {
    width: 100%;
    text-align: center;
    line-height: 90px;
    height: 90px;
    overflow: hidden;
    background: #bc1100;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 30px;
}

.lf_n_c {
    overflow: hidden;
    background: #f5f5f5;
}

.ny_zb {
    overflow: hidden;
    margin: 40px auto 0 auto;
}

.ny_zbbt {
    background-color: #f1f1f1;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-top: 2px solid #b7b7b7;
}

.ny_zbbt span {
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.ny_zblb1 {
    padding: 10px 10px 20px 0px;
}

.ny_zblb1 .sub {
    padding: 0 0 0 15px;

    line-height: 51px;

    border-bottom: 1px #dcdcdc dashed;
    overflow: hidden;

    background: url(../img/xiala.png) no-repeat 185px 25px;
}

.ny_zblb1 .sub > a {
    font-size: 16px;
    display: block;
    padding-left: 30px;
    text-decoration: none;
    color: #333;
}

.ny_zblb1 .sub a:hover {
    color: #b93d3c;
}

.ny_zblb1 .sub > a.cur {
    color: #b93d3c;
}

.ny_zblb1 li ul li a.on_a {
    color: #b93d3c !important;
}

.ny_zblb1 li ul {
    display: none;
    color: #666;
    padding: 5px 0 5px 30px;
    border-top: 1px #dcdcdc dashed;
}

.ny_zblb1 li ul li {
    float: none;
    background-image: none;
    height: 44px;
    line-height: 44px;
    margin-top: 0px;
    font-size: 12px;
}

.ny_zblb1 li ul li a {
    display: block;
    line-height: 30px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;

    font-size: 14px;
}

.ny_zblb1 li ul a:hover {
    color: #bc1100;
}


.phone {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    padding-left: 75px;
    border-radius: 10px;
    background: url(../img/pro_phone.png) no-repeat 20px center;
    background-color: #bc1100;
}

.phone p {
    font-size: 16px;
    color: #fff;
}

.phone b {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'Times New Roman'
}

.pro_fr {
    width: 80%;
    padding: 0 20px;
    overflow: hidden;
    float: right;
}

.rtop {
    overflow: hidden;
    padding-top: 14px;
    background: #f5f5f5;
    padding-bottom: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.rtop h5 {
    float: left;
    padding-left: 10px;
    border-left: 3px solid #b93d3c;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px;
    color: #b93d3c;
}

.pro_list {
    margin-top: 0px;
}

.pro_list ul li {
    float: left;
    width: 44%;
    margin-left: 51px;
    margin-bottom: 20px;

}

.pro_list ul li .pro_img {
    display: block;
    height: 314px;
    width: 100%;
    overflow: hidden;
}

.pro_list ul li .pro_img img {
    transition: all 0.5s;
    height: 100%;
    width: 100%;

}

.pro_list ul li:hover img {
    transform: scale(1.1);

}

.pro_list ul li .pro_txt {
    height: 53px;
    display: block;
    color: #000;
    text-align: center;
    font-size: 15px;
    background: #d6dbe1;
    line-height: 53px;
}

.pro_list ul li .pro_txt:hover {
    background: #b93d3c;
    color: #fff;
}

.pro_list ul li .pro_txt:hover a {
    color: #fff;
}

/*产品详情页*/
.mf_img {
    width: 44%;
    height: 421px;
}

.mf_img img {
    width: 100%;
    height: 421px;
}

.mf_txt {
    margin-bottom: 20px;
    width: 50%;
}

.mf_txt h5 {
    font-size: 24px;
    color: #3d3d3d;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.mf_txt .mf_xq {
    height: 140px;
    overflow: hidden;
    font-size: 15px;
    padding-top: 10px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.mf_txt .mf_tle {
    padding-top: 10px;
}

.mf_txt .mf_tle p {
    height: 98px;
    float: left;
    font-size: 18px;
    padding-left: 58px;
    background: url(../img/tle2.png) no-repeat 0px 10px;
}

.mf_txt .mf_tle a {
    height: 60px;
    width: 160px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    float: right;
    display: block;
    background: #bc1100;
}

.pro_fr_box2 {
    margin-top: 20px;
    padding: 10px;
    clear: both;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.pro_fr_js {

}

.pro_xq_ys .bt2 {

    text-align: center;
}

.pro_xq_ys .bt2 h4 {
    font-size: 30px;
    color: #000000;
    margin-top: 40px;
}

.pro_xq_ys .bt2 p {
    font-size: 23px;
    font-weight: bold;
    color: #bc1100;
}

.ys2 {
    height: 396px;
}

.ys2 p {
    padding-top: 160px;
    font-size: 16px;
    text-align: center;
}

.ys2 h4 {
    font-size: 34px;
    color: #474747;
    font-weight: bold;
    text-align: center;
}

.ys3 {
    text-align: center;
    margin-top: 30px;
}

.ys3 h4 {
    color: #333;
    font-size: 39px;
}

.ys3 p {
    width: 542px;
    margin: 20px auto;
    font-size: 16px;
}

.tj {
}

.ys3 img {
    width: 94%;
}

/**/
.tj {
    overflow: hidden;
    clear: both;
}

.tj h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #bc1100;
}


.about_list {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.sb li {
    width: 22%;
    position: relative;
    margin-right: 26px;
    float: left;
}

.sb li img {
    display: block;
    width: 100%;
    height: 196px;
    box-shadow: 0 0px 10px 0px #ebebeb;
}

.sb li em {
    height: 50px;
    font: 16px "Microsoft YaHei";
    line-height: 50px;
    color: #666666;
    overflow: hidden;
    display: block;
    text-align: center;
    display: block;
}

.sb li a {
    text-decoration: none;
}

.sb li.nones {
    margin-right: 0;
}


.wrap1{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}

@media screen and (max-width: 1500px) {
    .wrapper{
        width: 1200px;
    }
	.pro_fr {
		width: 81%;
	  
	}
	.section5_box ul li:nth-child(4){
		display: none;
	}
     
}

@media screen and (min-width: 1050px) and (max-width: 1350px){
	.nav ul li {
    float: left;
    width: 14%;
    height: 118px;
    margin-left: 0%;
    transition: all .3s;
}

 .logo h1 img{
	  width:270px;
	  height:auto;
 }
 
}


@media screen and (min-width: 1050px) and (max-width: 1250px){
	.nav ul li {
    float: left;
    width: 14%;
    height: 118px;
    margin-left: 0%;
    transition: all .3s;
}

 .logo h1 img{
	     width: 230px;
    height: auto;
    margin-top: 6px;
 }
 
}




@media screen and (max-width: 992px){
    .wrapper{
        width: calc(100% - 40px);
    }
}