input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600 {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*主体样式*/
.c1_index {
    position: relative;
    padding: 6% 0;
}

.c1_left {
    float: left;padding-right: 4%;margin-top: 2%;
}

.c1_left h3 {
    font-family: "Arial";
    font-size: 48px;
    line-height: 1.1;
    color: #cf000e;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.c1_left h3 p {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.c1_left .abb_txt {
    padding: 6.34375% 0;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.c1_left .abbmore {
    display: block;
    font-family: "Arial";
    line-height: 46px;
    width: 150px;
	height: 50px;
	border: solid 2px #e0e0e0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
	color: #a0a0a0;
	font-size: 16px;
    transition: .3s;
    border-radius: 5px;
}

.c1_img {
    float: right;
}

.c1_img img {
    width: 100%;
}

@media(max-width:1462px){
    .c1_left .abb_txt {line-height:28px;font-size:15px;}
}

@media(max-width:1200px){
    .c1_left h3{font-size:36px;}
    .c1_left .abb_txt{padding:3% 0;font-size:14px;line-height:24px;}
    .c1_left{padding-right:2%;margin-top:1%;}
}

@media(max-width:991px){
    .c1_left{margin-bottom:20px;margin-top:0;}
}

/*c2_index*/
.c2_index {
    position: relative;
    background: url(//cdn.myxypt.com/39c8c563/21/10/7637f328d8c4d2c5808d41bb40011c537e9b49c4.jpg) no-repeat top center;
    padding:2% 0 3.20833333% 0;
}

.c2_ttt {
    position: relative;
    margin-bottom: 3.20833333%;
}

.c2_ttt h3 {
    font-family: "Arial";
    color: #cf000e;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.2;
}

.c2_ttt h3 p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.c2_ttt .c2_txt {
    letter-spacing: 1px;
	color: #666666;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 15px;
}


.c2_list {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_list li {
    position: relative;
    width: 24.59%;
    text-align: center;
    padding: 0 0px;
    cursor: pointer;
}

.c2_list li .imgs img {
    width: 100%;
}

.c2_list li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .24);*/
    content: "";
    opacity: 1;
    transition: .3s;
}

.c2_list li::after {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,64,152,.75);
    content: "";
    transition: .3s;
    opacity: 0;
}

.c2_list li >a {
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
display: flex;align-items: center;justify-content: center;flex-direction: column;
    text-align: center;
    z-index: 9999;
    transition: .5s;
    opacity: 0;
}

.c2_list li:hover >a {
    opacity: 1;
}
.c2_list li:hover::after  {
    opacity: 1;
}
.c2_list li:hover h2 a{opacity:0;}
.c2_list li h3 {
    color: #fff;
    font-size: 24px;
    padding: 2.20833333% 0;
}

.c2_list li span {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 8.20833333% 5%;
    opacity: 0;
    transition: .3s;

}
.c2_list li h2 a{display:block;background:rgba(0,0,0,.35);height:50px;line-height:50px;text-align:center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding:0 2px;letter-spacing: 1px;
	color: #ffffff;font-size:18px;font-weight:normal;position:absolute;width:100%;left:0;bottom:0;}
.c2_list li i {
    font-style: inherit;
    display: none;
    width: 150px;
    line-height: 42px;
    border: 1px solid #fff;
    text-align: center;
    font-family: "Arial";
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: .3s;
}






.c2_list li:hover span {
    opacity: 1;
    display: block;
}

.c2_list li:hover i {
    opacity: 1;
    display: inline-block;
}

@media (max-width:1200px) {
    .c2_list {
        flex-wrap: wrap;
    }

    .c2_list li {
        width: 49.59%;
        margin-top: 10px;
    }
}


@media (max-width:768px) {
    .c2_list li {
        width: 48%;
        margin-top: 10px;
    }
}


/*c3_index*/
.c3_index {
    position: relative;
    padding: 6.4% 0 8%;
}

.c3_ttt {
    position: relative;
    margin-bottom: 3.20833333%;
}

.c3_ttt h3 {
    font-family: "Arial";
    color: #cf000e;
    font-size: 48px;
    line-height: 1.2;
}

.c3_ttt h3 p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.c3_ttt a {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    color: #999999;
    font-size: 14px;
}


.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;align-items: center;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 30.88%;
}
.news_list22 .li1{border: solid 1px #e8e8e8;padding:36px;}
.news_list22 li a {
    display: block;
}

.news_list22 li .ims {
    overflow: hidden;
}

.news_list22 li .ims img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_list22 li:hover .ims img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


.news_list22 li i {
    display: block;
    font-style: inherit;
    color: #999999;
    font-size: 14px;
    line-height: 1;
    padding: 14% 0 0;
}

.news_list22 li h3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;letter-spacing: 1px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li span {
    font-size: 14px;
    display: block;
    color: #666666;
    margin-top: 10px;
     display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;
    line-height: 2;
}


.news_list22 li:hover h3 {
    color: #cf000e;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }

    .news_list22 .li1 {
       padding:20px;
       
    }
.news_list22 li i{padding-top:5%;}
    .news_list22 li h3 {
        padding-bottom: 10px;
    }

    .news_list22 li span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news_list22 li {
        width: 100%;
        margin-bottom:20px;
    }
}




/*c4_index*/
.c4_index {
    position: relative;
    background: #004098;
    padding:27px 0;
}


.c4_list {
    display: flex;
    justify-content: space-between
}

.c4_list li {
    position: relative;
}

.c4_list li a {
    display: block
}

.c4_list li span {
    float: left;
}

.c4_list li .time2 {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.c4_list li .time2 h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.c4_list li .time2 h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Arial";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

@media (max-width:1024px) {
    .c4_list {
        flex-wrap: wrap;
    }

    .c4_list li {
        margin-bottom: 20px;
        width: 50%;
    }
}

@media (max-width:768px) {
    .c4_list li {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width:500px) {
    .c4_list li span {
        width: 20%;
    }

    .c4_list li .time2 {
        width: 70%;
    }

    .c4_list li .time2 h3 {
        font-size: 16px;
    }

    .c4_list li .time2 h4 {
        font-size: 16px;
    }

}


/*底部搜索*/

.foot_search {
    float: right;
    width: auto;
}

.foot_ewm {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:1200px) {
    .foot_ewm {
        display: none;
    }
}

.ft1{background:url(//cdn.myxypt.com/39c8c563/21/10/1546c0f96c2504e84dff13c39011091d22899608.jpg) no-repeat center;background-size:cover;}

.hotSearch {
    margin-top: 30px;
    color:#888888;
    font-size: 14px;
}

.hotSearch a {
    color:#888888;
    font-size: 14px;
    margin-right: 6px;
}

#formsearch2 {
    width: 337px;
    background: url(//cdn.myxypt.com/39c8c563/21/10/4cf53a4c5cc9d60157ed5a0fffb815d875436398.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1300px){
   .ft1 .col-md-5{width:38%;}
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
    .ft1 .col-md-5{width:45%;}
}

/*手机底部*/
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
      .ft1 .col-md-5{width:100%;}
      .c2_ttt h3,.c3_ttt h3{font-size:36px;}
}
@media (max-width:768px){
 .db{display:block!important;}
 .c2_index{padding:25px 0;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #be131b;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(//cdn.myxypt.com/39c8c563/21/09/220e16dad0c60f30337ad60d954af544e7cf1379.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(//cdn.myxypt.com/39c8c563/21/09/d6ca99a6c84ce4c72e283dece43f85bcab618cc0.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(//cdn.myxypt.com/39c8c563/21/09/ab11a350ff41544a6da8624f1cbd886b750774b9.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(//cdn.myxypt.com/39c8c563/21/09/7d85e969c661afa1877ccf1486504db869a849ef.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}

.footer ul li a{border-left:1px solid  rgba(255,255,255,.5);}












