@charset "UTF-8";
.iswindow {
  display: block;
}

.ismobile {
  display: none;
}

/************************************首页********************************************/
/*导航条*/
.bitops {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03), 0 1px 5px 0 rgba(0, 0, 0, 0.03), 0 1px 10px -1px rgba(0, 0, 0, 0.01);
}

.bitops .itops {
  height: 100%;
  width: 1360px;
  margin: 0 auto;
}

.bitops .itops .itops_left {
  flex: none;
}

.bitops .itops .itops_left .itops_left_logo .img {
  height: 65px;
}

.bitops .itops .itops_left .itops_left_nav {
  margin-left: 64px;
}

.bitops .itops .itops_left .itops_left_nav .link {
  font-size: 18px;
  line-height: 100px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: url(../images/san.png) 50% 200% no-repeat;
  background-size: 15px 7px;
  margin: 0 29px;
}

.bitops .itops .itops_left .itops_left_nav .link.active, .bitops .itops .itops_left .itops_left_nav .link:hover {
  color: #1e94d4;
  font-weight: bold;
  background-position: 50% 100%;
}

.bitops .itops .itops_right {
  position: relative;
  flex: none;
}

.bitops .itops .itops_right .itop_xian {
  width: 2px;
  height: 30px;
  background: #EDEDED;
  margin: 0 30px;
}

.bitops .itops .itops_right .itop_search {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

.bitops .itops .itops_right .itop_search .input {
  border: none;
  opacity: 0;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-indent: 10px;
}

.bitops .itops .itops_right .itop_search .btn {
  width: 40px;
  height: 40px;
}

.bitops .itops .itops_right .itop_search:hover {
  border: 1px solid #747474;
}

.bitops .itops .itops_right .itop_search:hover .input {
  opacity: 1;
}

/*导航条 end*/
/*wap导航条*/
/*header*/
header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.08), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

header .logo {
  margin-left: 0.2rem;
}

header .logo img {
  width: auto;
  height: 40px;
}

header .m_link {
  padding-left: 30px;
}

header .m_link a {
  font-size: 14px;
  white-space: nowrap;
}

header .m_link a.a2 {
  margin-left: 15px;
}

header .navopen {
  width: auto;
  height: auto;
  margin-right: .2rem;
}

header .navopen .menu {
  width: auto;
  height: 25px;
}

header .navopen .img1 {
  height: 20px;
  margin-right: 15px;
}

header .navopen .a {
  margin: 0 5px;
}

.wheader_s {
  width: 100%;
}

.wheader_s, .wheader_h {
  height: 55px;
}

.wheader_h {
  position: absolute;
  width: 0;
  overflow: hidden;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.wheader_h .wheader_h_form {
  padding: 0 20px;
  height: 100%;
}

.wheader_h .wheader_h_form input[type="text"] {
  flex: 1;
  padding: 5px 0;
  border: none;
  background: none;
  font-size: 14px;
  font-family: "M_SemiBold";
  margin-right: 5px;
  letter-spacing: 1.5px;
  color: #000;
}

.wheaders.open .wheader_s {
  opacity: 0;
}

.wheaders.open .wheader_h {
  width: 100%;
  opacity: 1;
}

.m_nav {
  position: fixed;
  top: 0px;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 999000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}

.m_nav.open {
  transform: translateX(0);
}

.m_nav_top {
  position: relative;
  height: auto;
  width: 100%;
}

.m_nav .top_close {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  height: 45px;
  padding: 12px 15px;
  box-sizing: border-box;
}

.m_nav .top_close .closed {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.m_nav .logo {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.m_nav .top .closed:hover {
  transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}

.m_nav .logo img {
  height: 40px;
  display: block;
  margin: 15px auto 0px;
  vertical-align: middle;
}

.m_nav .logo img,
.m_nav .logo p {
  display: inline-block;
}

.m_nav .logo p {
  font-size: 20px;
  color: #b30e08;
  font-weight: bold;
}

.m_nav .ul li,
.m_nav .login {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
  -webkit-transition: all 1.3s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.3s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(9) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(10) {
  -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(11) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(12) {
  -webkit-transition: all 1.7s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.7s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .login {
  padding: 15px 0;
  border: none;
  -webkit-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .login {
  font-size: 16px;
}

.m_nav .login span {
  padding: 0 10px;
}

.m_nav.open .login {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-family: "Montserrat-Medium";
}

.m_nav .ul li a i {
  float: right;
}

.m_nav .ul li a i img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  transform: rotate(-90deg);
}

.m_nav .mnav {
  display: none;
}

.m_nav .hasmnav.open .mnav {
  display: block;
}

.m_nav .hasmnav.open i img {
  transform: rotate(0deg);
}

.m_nav .mnav a.a2 {
  font-size: 16px !important;
  padding-left: 30px;
}

.m_nav .ul li.on a, .m_nav .ul li a:hover {
  color: #C82500;
}

.mempty {
  width: 100%;
  height: 55px;
}

/*wap导航条 end*/
/*banner*/
.ibanners {
  position: relative;
  font-size: 0;
}

.ibanners .ibanner_img .img {
  width: 100%;
  height: auto;
  min-height: 80px;
}

.ibanners .ibanner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: flex-start;
  font-size: 36px;
  color: #fff;
}

.ibanners .ibanner .txt1 {
  text-transform: uppercase;
}

.ibanners .ibanner .txt2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.ibanners .ibanner .txt2::after {
  position: absolute;
  content: '';
  width: 54px;
  height: 4px;
  background: #fff;
  margin: auto;
  left: 0;
  bottom: 0;
}

/*子栏目*/
.imenus {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #E6E6E6;
}

.imenus .imenu .link {
  display: inline-block;
  width: 224px;
  height: 67px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}

.imenus .imenu .link:hover, .imenus .imenu .link.active {
  background: url(../images/linkBg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.footers {
  width: 100%;
  background: #3A7DBC;
}

.footers .footer {
  width: 1360px;
  margin: 0 auto;
  padding: 18px 0;
}

.footers .footer .footer_left .footer_left_nav .link {
  font-size: 18px;
  color: #fff !important;
  height: 20px;
  line-height: 20px;
  padding: 0 30px;
  border-right: 1px solid #5891C6;
}

.footers .footer .footer_left .footer_left_nav .link:first-child {
  padding-left: 0;
}

.footers .footer .footer_left .footer_left_nav .link:last-child {
  border: none;
}

.footers .footer .footer_left .footer_left_copyright {
  font-size: 14px;
  margin-top: 24px;
}

.footers .footer .footer_left .footer_left_copyright a {
  color: #fff !important;
}

.footers .footer .footer_right .footer_right_img .img {
  width: 84px;
  height: 84px;
}

.footers .footer .footer_right .footer_right_title {
  font-size: 18px;
  color: #fff;
  margin-top: 18px;
}

/*面包屑*/
.imap {
  height: 75px;
  line-height: 75px;
  color: #747474;
  font-size: 14px;
  padding-left: 25px;
  box-sizing: border-box;
  background: url(../images/home.png) left 49% no-repeat;
}

.imap .map_a {
  color: #747474;
}

.imap .map_a:hover {
  color: #2195d5;
}

.imap i {
  padding: 0 8px 0 4px;
}

.icomm_top {
  color: #fff;
}

.icomm_top.black {
  color: #333;
}

.icomm_top .txt1 {
  font-size: 40px;
  line-height: 40px;
}

.icomm_top .txt2 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0 20px;
  letter-spacing: 2px;
  position: relative;
}

.icomm_top .txt2::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 5px;
  background: #2195d5;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/*首页产品入口*/
.iprods {
  height: 544px;
  background: url(../images/ibn2.png) center no-repeat;
  background-size: auto 100%;
}

.iprods .iprod .iprod_bot {
  margin-top: 60px;
}

.iprods .iprod .iprod_bot a .prod_img {
  width: 155px;
  height: 155px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 999px;
  margin: 0 auto;
}

.iprods .iprod .iprod_bot a .prod_img .img {
  max-width: 90%;
  max-height: 90%;
}

.iprods .iprod .iprod_bot a .prod_title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 20px;
}

.iprods .iprod .iprod_bot a:hover .prod_title {
  color: #2195d5;
}

.iprods .iprod .iprod_bot a:hover .prod_img {
  border: 2px solid #2195d5;
}

/*首页产品入口 end*/
.ibanner .oneBan {
  position: relative;
  text-align: center;
  font-size: 0;
}

.ibanner .oneBan .img {
  width: 100%;
  height: auto;
}

.ibanner .oneBan .oneBan_intro {
  position: absolute;
  width: 1360px;
  height: 100%;
  z-index: 2;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  align-items: flex-start;
}

.ibanner .oneBan .oneBan_intro .txt1 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
}

.ibanner .oneBan .oneBan_intro .txt2 {
  margin-top: 20px;
  font-size: 16px;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
}

.ibanner.swiper-container-horizontal > .swiper-pagination-bullets, .ibanner.swiper-pagination-custom, .ibanner .swiper-pagination-fraction {
  bottom: 40px !important;
}

.ibanner .swiper-pagination-bullet {
  border: 2px solid transparent;
  border-radius: 999px;
  background: none;
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.ibanner .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ibanner .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.ibanner .swiper-pagination-bullet-active::after {
  background: #fff;
}

/*关于我们*/
.iabouts {
  height: 630px;
}

.iabouts .iabout_intro {
  font-size: 20px;
  color: #666;
  line-height: 40px;
  margin: 30px 0;
}

.iabouts .iabout_intro .txt1 {
  width: 920px;
  margin: 0 auto;
}

.iabouts .iabout_intro .oneJiant {
  width: 115px;
  height: 25px;
  line-height: 25px;
}

.iabouts .iabout_intro .oneJiant:hover {
  border-color: #2195d5;
}

.iabouts .iabout_link {
  margin-top: 80px;
}

.iabouts .iabout_link a {
  width: 200px;
  height: 85px;
  border-right: 1px dashed #9F9F9F;
}

.iabouts .iabout_link a:last-child {
  border: none;
}

.iabouts .iabout_link a .iabout_link_img {
  padding: 4px 0 8px;
}

.iabouts .iabout_link a .iabout_link_title {
  font-size: 20px;
}

/*关于我们 end*/
/*联系我们*/
.contactUs {
  padding: 55px 0 40px;
}

.contactUs .contact_txt1 {
  font-size: 24px;
}

.contactUs .contact_txt2 {
  font-size: 12px;
}

.contactUs .oneCont {
  margin-top: 25px;
}

.contactUs .oneCont .oneCont_title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 60px;
}

.contactUs .oneCont .oneCont_title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 34px;
  height: 4px;
  background: #1E94D4;
  border-radius: 5px;
}

.contactUs .oneCont .oneCont_list {
  margin-top: 12px;
}

.contactUs .oneCont .oneCont_list ul li {
  overflow: hidden;
  font-size: 18px;
  line-height: 36px;
}

.contactUs .oneCont .oneCont_list ul li .txt1 {
  display: block;
  width: 50px;
  float: left;
}

.contactUs .oneCont .oneCont_list ul li .txt2 {
  display: block;
  padding-left: 50px;
}

.contactUs .oneCont .oneCont_list ul li .txt3 {
  display: block;
  width: 85px;
  float: left;
}

.contactUs .oneCont .oneCont_list ul li .txt4 {
  display: block;
  padding-left: 85px;
}

/*联系我们 end*/
/*关于我们*/
.details .detail {
  padding: 10px 0 50px;
}

.details .detail .detail_title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.details .detail .detail_develop .oneDevelop {
  padding: 0 0 40px 35px;
  position: relative;
  font-size: 18px;
}

.details .detail .detail_develop .oneDevelop::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 3px;
  top: 10px;
  border-left: 2px dashed #ccc;
  z-index: 1;
}

.details .detail .detail_develop .oneDevelop::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1e94d4;
  top: 10px;
  left: 0;
  z-index: 2;
}

.details .detail .detail_develop .oneDevelop:last-child::after {
  display: none;
}

.details .detail .detail_develop .oneDevelop .txt1 {
  font-weight: bold;
}

.details .detail .detail_develop .oneDevelop .txt2 {
  color: #1e94d4;
  padding: 5px 0 10px;
}

.details .detail .detail_develop .oneDevelop .txt3 {
  line-height: 26px;
  color: #666666;
}

/*关于我们 end*/
/*产品列表*/
.products {
  background: #F5F5F5;
  padding-bottom: 52px;
}

.products.productRec .product .product_title {
  background: url(../images/yuan.png) left center no-repeat;
  padding-left: 25px;
}

.products.productRec .product .oneProud:hover {
  transform: translateY(0px);
}

.products.productRec .product_list {
  padding: 0;
}

.products.productRec .product_list .oneProud {
  margin-top: 0  !important;
  margin-bottom: 15px !important;
}

.products .product .product_title {
  font-size: 24px;
  line-height: 76px;
}

.products .product_nav .nax {
  display: inline-block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  margin-right: 30px;
  font-size: 18px;
}

.products .product_nav .nax:hover, .products .product_nav .nax.active {
  background: #79BBFF;
  border: 1px solid #79BBFF;
  color: #fff;
}

.products .product_list {
  padding: 14px 0 34px;
  overflow: hidden;
}

.products .product_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.products .product_list .oneProud {
  float: left;
  background: #fff;
  width: 314px;
  margin: 18px 0;
  position: relative;
}

.products .product_list .oneProud:nth-child(3n - 1) {
  margin: 18px 29px;
}

.products .product_list .oneProud .oneProud_img {
  width: 100%;
  height: 251px;
}

.products .product_list .oneProud .oneProud_img img {
  max-width: 100%;
  max-height: 100%;
}

.products .product_list .oneProud .oneProud_title {
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.products .product_list .oneProud .oneProud_intro {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 25px;
  color: #999;
}

.products .product_list .oneProud:hover {
  transform: translateY(-10px);
}

.oneJiant {
  width: 49px;
  height: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 50px;
  margin: 13px auto 18px;
}

/*产品列表 end*/
/*产品详情*/
.proDetails {
  margin-bottom: 70px;
}

.proDetails .proDetail .proDetail_img {
  width: 560px;
  height: 375px;
  background: #F5F5F5;
}

.proDetails .proDetail .proDetail_img img {
  max-width: 100%;
  max-height: 100%;
}

.proDetails .proDetail .proDetail_txt {
  width: 400px;
}

.proDetails .proDetail .proDetail_txt .txt1 {
  font-size: 24px;
  line-height: 40px;
}

.proDetails .proDetail .proDetail_txt .txt2 {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  color: #999;
}

.proDetails .proDetail .proDetail_txt .txt3 {
  font-size: 16px;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

/*产品详情 end*/
/*新闻中心*/
.newLists {
  padding: 30px 0;
}

.newLists .newListTop {
  border-bottom: 1px solid #D0D0D0;
  padding: 30px 0;
}

.newLists .newListTop .newListTop_left .txt1 {
  font-size: 40px;
  height: 100%;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}

.newLists .newListTop .newListTop_left .txt1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #2D9BD7;
  border-radius: 5px;
  margin: auto;
  left: 0;
  bottom: -33px;
}

.newLists .newListTop .newListTop_left .txt2 {
  font-size: 20px;
  padding-left: 30px;
}

.newLists .newListTop .newListTop_right .oneJiant {
  width: 60px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #2D9BD7;
  margin: 0;
}

.newLists .newList ul {
  margin-bottom: 30px;
}

.newLists .newList ul li.one_new {
  overflow: hidden;
  border-bottom: 1px dashed #E7E7E7;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.newLists .newList ul li.one_new a .txt1 {
  max-width: 80%;
  
  padding-left: 20px;
}

.newLists .newList ul li.one_new a .txt2 {
  color: #ccc;
}

/*新闻中心 end*/
/*新闻详情*/
.articleDetails {
  padding: 0px 0 50px;
}

.articleDetails .articleDetail .articleDetail_top {
  border-bottom: 1px solid #ccc;
}

.articleDetails .articleDetail .articleDetail_top .articleDetail_title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

.articleDetails .articleDetail .articleDetail_top .articleDetail_num {
  font-size: 16px;
  color: #ccc;
  padding: 20px 0;
}

.articleDetails .articleDetail .articleDetail_top .articleDetail_num .ges {
  padding: 0 20px;
}

.articleDetails .articleDetail .articleDetail_cen {
  padding: 20px 0;
  font-size: 18px;
  line-height: 36px;
}

.articleDetails .articleDetail .articleDetail_cen img, .articleDetails .articleDetail .articleDetail_cen * {
  max-width: 100%;
}

.articleDetails .articleDetail .articleDetail_bot .oneGe {
  width: 49%;
  height: 80px;
  line-height: 80px;
  background: #F5F5F5;
  font-size: 16px;
  padding: 0 25px;
  box-sizing: border-box;
}

.articleDetails .articleDetail .articleDetail_bot .oneGe span {
  font-weight: bold;
}

/*新闻详情 end*/
/*不良反应*/
.advices {
  padding: 60px 0 0;
  background: #F5F5F5;
}

.advices .advice .advicTop .txt3 {
  margin-top: 20px;
}

.advices .advice .advicTop .txt4 {
  color: #999;
}

.advices .advice .advicNav {
  padding: 25px 0;
}

.advices .advice .advicNav .adv {
  display: inline-block;
  margin: 0 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  border: 1px solid #EBEBEB;
  border-radius: 50px;
  font-size: 18px;
  background: #fff;
}

.advices .advice .advicNav .adv.active, .advices .advice .advicNav .adv:hover {
  background: #1E94D4;
  border-color: #1E94D4;
  color: #fff;
}

.advices .advice .advicBot .oneForm {
  background: #fff;
  border-radius: 10px;
  margin-top: 25px;
}

.advices .advice .advicBot .oneForm .oneFormTop {
  height: 50px;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 30px;
  position: relative;
}

.advices .advice .advicBot .oneForm .oneFormTop::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 20px;
  background: #1E94D4;
  border-radius: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 17px;
}

.advices .advice .advicBot .oneForm .oneFormTop .txt2 {
  color: #ccc;
  margin-left: 20px;
}

.advices .advice .advicBot .oneForm .oneFormBot {
  padding: 17px;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap_title {
  color: #999;
  line-height: 36px;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .oneWrap_form_m {
  margin: 10px 0;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form.two .oneWrap_form_m {
  width: 49%;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form.three .oneWrap_form_m {
  width: 30%;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .label {
  font-size: 16px;
  display: inline-block;
  min-width: 110px;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .label i {
  color: #eb2626;
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .input {
  border: 1px solid #ddd;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 8px;
  text-indent: 10px;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0px;
  width: calc(100% - 120px);
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .big .input {
  width: calc(100% - 160px);
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .bbig .input {
  width: calc(100% - 280px);
}

.advices .advice .advicBot .oneForm .oneFormBot .oneWrap .oneWrap_form .oneRadio {
  margin-right: 20px;
  vertical-align: middle;
}

.advices .advice .advicBot .submitBtn {
  display: inline-block;
  width: 355px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  background: #1E94D4;
  margin: 40px auto;
  color: #fff;
}

.advices .advice .advicBot .submitBtn:hover {
  transform: scale(1.1);
}

/*不良反应 end*/
/*电话咨询*/
.telCons {
  background: #F5F5F5;
  height: 650px;
}

.telCons .telCon {
  padding-top: 120px;
}

.telCons .telCon .txt1 {
  color: #666;
}

.telCons .telCon .txt2 {
  margin-top: 15px;
  position: relative;
}

.telCons .telCon .txt2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.telCons .telCon .txt2 .txt {
  background: #f5f5f5;
  position: relative;
  z-index: 3;
  padding: 0 40px;
}

/*电话咨询  end*/
