/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #666666;
  background: #ffffff;
  font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #000;
}
a:hover {
  color: #a62126;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
h1,
h2,
h3,
h4,
h4,
p {
  margin: 0;
}
@media (min-width: 1200px) {
  /*min-width 1200 不要写其它内容*/
  .container {
    width: 1200px;
    padding: 0;
  }
}
/*全局样式 start*/
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  height: 297px;
  padding: 70px 0;
  background: url(/csjsr/images/header-bg.jpg) no-repeat center;
  text-align: right;
}
.header a {
  display: inline-block;
  margin-right: 75px;
}
.header a img {
  display: block;
}
.banner {
  margin-top: 40px;
}
.banner .swiper-slide {
  width: 352px;
}
.banner .swiper-slide a {
  display: block;
}
.banner .swiper-slide a img {
  width: 100%;
  display: block;
}
.banner .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 45px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .swiper-pagination {
  width: auto;
  left: auto;
  right: 60px;
  bottom: 13px;
}
.banner .swiper-pagination span,
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin-left: 14px;
  float: left;
  outline: none;
}
.banner .swiper-pagination .on,
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #a62126;
}
.technician-box {
  margin-top: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
.technician-box ul {
  width: 1270px;
  max-width: 1270px;
  margin-bottom: 56px;
  margin-left: -70px;
}
.technician-box ul li {
  width: 352px;
  height: 284px;
  overflow: hidden;
  margin-top: 60px;
  margin-left: 70px;
  float: left;
}
.technician-box ul li a {
  display: block;
}
.technician-box ul li a img {
  width: 352px;
  height: 242px;
  display: block;
  transition: all 0.3s;
}
.technician-box ul li a p {
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
  background: #a62126;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.technician-box ul li:hover img {
  transform: scale(1.1);
}
.title {
  position: relative;
  height: 70px;
  line-height: 50px;
  text-align: center;
}
.title::after {
  content: '';
  width: 100%;
  height: 2px;
  background: url(/csjsr/images/icon2_23.png) repeat-x;
  position: absolute;
  left: 0;
  top: 33px;
}
.title h3 {
  font-size: 38px;
  color: #3357a6;
  font-weight: normal;
  display: inline-block;
  padding: 0 84px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.title h3::after,
.title h3::before {
  content: '';
  width: 10px;
  height: 11px;
  background: #fff url(../images/icon2_21.png) no-repeat;
  position: absolute;
  left: -10px;
  top: 29px;
  z-index: 2;
}
.title h3::after {
  left: auto;
  right: -10px;
}
.title h4 {
  
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  background: #a62126;
  display: block;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 15px;
  padding-left: 15px;
}
.footer {
  text-align: center;
  padding: 38px 0;
  background: #a62126;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
/*全局样式 end*/
@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
}
@media (max-width: 1441px) {
  /*修改1441以下、小屏显示器*/
  .container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .technician-box ul {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .technician-box ul li {
    width: 30%;
    min-width: 342px;
    margin-left: 1.665%;
    margin-right: 1.665%;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  /*修改1200以下、小屏显示器*/
  .technician-box ul li {
    min-width: 298px;
    height: auto;
  }
  .technician-box ul li a img {
    width: 100%;
    height: 205px;
  }
  .technician-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  /*修改1024以下、平板*/
  .header {
    text-align: center;
    height: auto;
    padding: 50px 0;
  }
  .header a {
    margin: 0 auto;
    display: block;
    max-width: 80%;
  }
  .banner .swiper-slide a p {
    font-size: 18px;
    padding-left: 15px;
  }
  .banner .swiper-pagination {
    right: 15px;
  }
  .banner .swiper-pagination span,
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 2px;
  }
  .title h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .technician-box ul li {
    min-width: 221px;
  }
  .technician-box ul li a img {
    height: 152px;
  }
  .technician-box ul li a p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .footer {
    padding: 25px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /*修改758以下、小屏平板*/
  .header {
    padding: 30px 0;
  }
  .banner .swiper-slide a p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .title h3 {
    font-size: 22px;
    line-height: 64px;
  }
  .technician-box ul li {
    width: 100%;
    max-width: 352px;
    margin: 30px auto 0;
    float: none;
  }
  .technician-box ul li a img {
    height: auto;
  }
  .technician-box ul li a p {
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
  }
  .banner,
  .technician-box {
    margin-top: 20px;
  }
}
@media (max-width: 424px) {
  /*修改425以下、普通的安卓手机屏*/
}
@media (max-width: 374px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
}