﻿@charset "utf-8";
.linkHover:hover{
  color: #6f90fc;
}
.Graphic_txt_box{
  margin-top: 25px;
}
.Graphic_txt_box > p{
  font-size: 14px;
  color: #444444;
}
.Graphic_txt_box > p > span{
  color: #f14b4b;
}
.Graphic_ctn_img{
  width: 764px;
  height: auto;
  margin-top: 25px;
}
.Graphic_ctn_img > img{
  width: 100%;
  border-radius: 10px;
}
.box{
  margin-bottom: 40px;
}
/* 产品平台 */
.Graphic_ctn_box > li > p > a{
  color: #4b74fb;
}
.product_title_txt{
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.product_category_box{
  margin-bottom: 10px;
}
.product_category{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product_category_txt{
  line-height: 1.6;
}
.product_service{
  margin-bottom: 5px;
}
.product_service_link_box > a{
  color: #4b74fb;
  margin-right: 5px;
}
.shop_txt_box{
  margin-top: 25px;
}
.shop_txt_box > p{
  font-size: 14px;
  margin-bottom: 5px;
}
.shop_txt_box > p > span{
  color: #f14b4b;
}
/* 产品招标 */
.Graphic_txt_box > p > a{
  color: #4b74fb;
}
.Tendering_txt{
  margin-top: 10px;
  line-height: 1.9;
}
/* 小程序 */
.program_ctn_img{
  width: 100%;
  margin-top: 25px;
}

@media (min-width:768px) and (max-width:1180px ) { 
  .Graphic_ctn_img{
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {  
  .Graphic_Guide_title{
    display: none;
  }
  .Graphic_ctn_box_big {
    margin-top: 0px;
  }
  .Graphic_Guide_box_big{
    padding: 0 15px 0 15px;
  }

  .Graphic_ctn_img{
    width: 100%;
    height: auto;
  }
  .Graphic_txt_box > p{
    font-size: 16px;
    margin:0 0 15px 0;
  }
  .Graphic_txt_box{
    margin-top: 15px;
    margin-bottom: 0;
  }
  .box {
    margin-bottom: 0px;
  }
  .product_title_txt,.product_category,.shop_txt_box > p{
    font-size: 16px;
  }
  .product_title_txt{
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .Graphic_ctn_img{
    margin-top: 15px;
  }
  .product_title_txt{
    margin-top: 15px;
  }
  .program_ctn_img{
    margin-top: 15px;
    width: 100%;
  }
  .program_ctn_img > img{
    width: 100%;
  }
  .Graphic_Guide_box_big{
    padding-bottom: 15px;
  }
}