@media(max-width: 1200px){
  header .welcome,header .call,header .nav{
    display: none;
  }
  header .logo>div{
    float: left;
    vertical-align: middle;
    margin-left: 10px;
  }
  .banner .pc-banner{
    display: none;
  }
  .banner .float{
    top:70%;
  }
  .banner .float .ph-form .form-control{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  .content_01 .thumbnail h4{
    font-size: 18px;
    width: 60%;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  .infor_01 li:nth-child(2){
    margin-right: 50px;
  }
  .infor_01 li:nth-child(3){
    margin-right: 30px;
    text-align: center;
  }
}
@media(min-width: 1201px){
  header .phone_open,
  header .phone_menu{
    display: none;
  }
  .banner .ph-banner{
    display: none;
  }
  .content_01 a:hover .thumbnail{
    /*padding: 4px;*/
    /*border: 1px solid #e97913;*/
  }
  .content_01 .thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    box-shadow: 5px 5px 5px #fff;
  }
}
@media(max-width: 992px){
  .content_02,.content_03,.content_04,.content_05{
    display: none;
  }
  .ph_content{
    padding-top: 60px;
  }
  .ph_s01,.ph_s02,.ph_s03{
    padding: 20px 0 60px;
    text-align: center;
  }
  .ph_content .title{
    display: inline-block;
    font-size: 20px;
    color: #363636;
    text-align: center;
    background: #fff;
    margin: -42px auto 0;
    opacity: 0;
    padding: 0 15px;
  }
  .ph_content .title .line{
    display: inline-block;
    width: 60px;
    background: #e97913;
    height:2px;
  }
  .ph_content .line-lg{
    width: 0;
    height:1px;
    background: #d9d9d9;
    margin:0 auto;
  }
  .ph_content .title.up{
    animation: up 1s ease forwards;
  }
  .ph_content .line-lg.lang{
    animation: langs 1s ease forwards;
  }
  @keyframes langs {
    0% {
      width:0
    }
    100%{
      width:99%
    }
  }
  @-webkit-keyframes langs {
    0% {
      width:0
    }
    100%{
      width:99%
    }
  }
  .ph_funder,.ph_products{
    margin-top: 40px;
    position: relative;
    margin-bottom: 40px;
  }
  .ph_products{
    margin-bottom: 0;
  }
  .ph_funder img{
    width: 99%;
  }
  .ph_funder .name{
    display: inline-block;
    vertical-align: bottom;
    color: #666666;
    padding-left: 10px;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    left: 21%;
  }
  .ph_funder .name span{
    font-size: 12px;
    color: #888888;
    margin-top: 12px;
  }
  .ph_s01 .detail{
    text-align: left;
  }
  .ph_s01 .detail h4{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
  }
  .ph_s01 .detail p,.ph_s02 .thirty p{
    font-size: 14px;
    color: #666;
  }
  .ph_s01 .detail .button,.ph_s02 .thirty .button,.ph_products .button{
    width: 160px;
    height:50px;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #2591ff;
    margin: 50px auto 0;
    border-radius: 25px;
    font-size: 14px;
  }
  .ph_s02 .thirty{
    margin-top: 30px;
  }
  .ph_s02 .thirty .l_img{
    margin: 30px 0;
  }
  .ph_s02 .thirty p{
    text-align: left;
  }
  .ph_products{
    padding: 0 10px;
  }
  .ph_products a>img{
    width: 100%;
  }
  .ph_products a{
    display: block;
  }
  .ph_products a p{
    color: #333;
    font-size: 14px;
    padding: 5px 0;
  }
  .pages {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .page_box {
    padding-top: 25px;
    height: 265px;
    box-sizing: border-box;
    margin-bottom: 65px;
  }
}
@media(min-width: 993px) {
  .ph_content{
    display: none;
  }
}
@media(max-width: 768px){
  header .logo a img{
    width: 72px;
    height: 81px;
  }
  header .head_box{
    height:98px;
    padding-top: 11px;
  }
  header .logo>div h1,
  header .logo>div h2{
    display: none;
  }
  header .logo>div img{
    margin-top: 20px;
  }
  .banner .float{
    top:70%;
  }
  .banner .float .ph-form{
    width: 50%;
    height:50px;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .content_01 .thumbnail h4{
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
  .content_02{
    background: #f8f8f8;
    padding: 20px 0 30px;
  }
  .bottom>div>ul>li:not(:last-child){
    display: none;
  }
  .bottom>div>ul>li:last-child{
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .bottom>div>ul>li:last-child a{
    display: inline-block;
    width: 60%;
  }
  .bottom>div>ul>li:last-child a img{
    width: 100%;
  }
  .bottom{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer span{
    display: none;
  }
  footer em{
    display: block;
    height: 0;
  }
}
@media(min-width: 769px){
  header .logo>div img{
    display: none;
  }
}
@media(max-width: 550px){
  header .logo a img{
    width: 60px;
    height: 67px;
  }
  header .logo>div img{
    width: 130px;
    height:23px;
  }
  header .head_box{
    height:81px;
    padding-top: 5px;
  }
  header .open_menu img{
    width: 30px;
    height: 21px;
  }
  header .open_menu{
    margin-top: 20px;
  }
  .content_01 .thumbnail h4{
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid #e97913;
    padding: 20px 0 10px;
  }
  .content_01 .thumbnail p{
    display: none;
  }
}
@media(max-width: 480px){
  .content_01 .col-xs-4,.ph_products .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
  }
  .bottom>div>ul>li:last-child a{
    display: inline-block;
    width: 80%;
  }
  .ph_content .title h3{
    font-size: 16px;
  }
  .ph_content{
    padding-top: 40px;
  }
  .ph_s01,.ph_s02,.ph_s03{
    padding: 20px 0 30px;
    text-align: center;
  }
  .ph_funder,.ph_products{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ph_funder .name{
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 2px;
    left: 21%;
    line-height: 16px;
  }
  .ph_s01 .detail h4{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ph_s01 .detail p,.ph_s02 .thirty p{
    font-size: 12px;
  }
  .ph_s01 .detail .button,.ph_s02 .thirty .button,.ph_products .button{
    width: 120px;
    height:40px;
    margin: 30px auto 0;
    font-size: 14px;
  }
  .ph_s02 .thirty img{
    width:90%;
  }
  .ph_s02 .thirty .l_img{
    margin: 20px 0;
    width: 40%;
  }
  .ph_products a p{
    font-size: 12px;
    padding: 5px 0;
  }
}
@media(max-width: 992px){
  .inner_banner .img_pc{
    display: none;
  }
  .inner_banner .title h3{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .inner_banner .title p{
    font-size: 14px;
  }
  .classify,.rank,.list_box{
    display: none;
  }
  .tel_num .num {
    width: 202px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    margin-top: 58px;
  }
  .detail_box .product_list .img_box{
    width: 100%;
  }
  .detail_box .product_list{
    padding: 10px;
  }
  .detail_box .product_list .product_detail {
    width: 100%;
    padding-left: 10px;
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .d_left,.d_right{
    width: 100%;
  }
  .d_left{
    margin-bottom: 20px;
  }
  .d_left .text {
    width: 90%;
  }
  .d_right .ad{
    display: none;
  }
  .d_right li{
    float: left;
    width: 50%;
  }
  .information{
    background: url(../images/phbg_02.jpg);
    background-size: 100% 100%;
  }
  .information .col-md-3{
    border: 0;
  }
  .information p{
    padding-bottom: 30px;
    width: 60%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  .information .col-xs-6:nth-child(2) p{
    width: 84%;
  }
  .information .col-xs-6{
    margin-bottom: 30px;
  }
  .information .col-xs-6:nth-child(3) p,
  .information .col-xs-6:last-child p{
    border: 0;
  }
  .v_left{
    width: 100%;
  }
  .progress_live  h3{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .progress_live h3 span{
    width: 100px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #2591ff;
  }
  .pictures_box{
    display: none;
  }
  .ph_pictures select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 17px;
    background:url('../images/t_03.jpg') no-repeat right center;
    color: #ff4400;
  }
  .modal span img{
    width: 24px;
    height:24px;
  }
  .modal span{
    right: -28px;
  }
  .content_left{
    width: 0;
  }
  .content_right{
    width: 100%;
  }
  .content_left .square{
    width: 0;
    height:0;
    border:0;
    float: right;
    position: relative;
    margin-top: 90px;
  }
  .content_left .square img{
    width: 230px;
    height: 165px;
    position: absolute;
    top:-90px;
    left: 0;

  }
  .content_right h3 {
    font-size: 20px;
    color: #00a0e9;
    width: 55%;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    margin-top: 80px;
    margin-bottom: 15px;
    margin-left: 230px;
    padding-left: 14px;
  }
  .content_right .infor{
    margin-left: 244px;
  }
  .main .content_04 .introduce p {
    font-size: 12px;
    width: 100%;
  }
  .main .content_03 img{
    margin-bottom: 30px;
  }
  .main .yd_founder .line-lg,
  .main .yd_founder .title{
    display: none;
  }
  .main .content_04 .introduce {
    padding: 0;
  }
  .main .ph_content {
    padding-top: 0;
  }
  .main .yd_founder {
    padding: 30px 0 30px;
  }
  .main .content_06 .certificate img{
    width: 100%;
  }
  .main .content_06 .certificate{
    margin-top: 30px;
  }
  .infor_01 li:nth-child(3),
  .infor_01 li:nth-child(4)
  {
    width: 45%;
    margin-top: 30px;
  }
  .project .search_box .form-group{
    width: 60%;
  }
  .project .search_box .search_it{
    padding: 0 10px;
  }
}
@media(min-width: 993px){
  .inner_banner .img_ph,.ph_classify,.ph_pro_list{
    display: none;
  }
  .main .yd_founder .detail {
    padding-top: 0px;
  }
}
@media(max-width: 768px){
  .content_right .infor span{
    margin-right: 15px;
  }
}
@media(max-width: 480px){
  .page_box {
    padding-top: 15px;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .page_box {
    padding-top: 0;
    height: 169px;
    margin-bottom: 35px;
  }
  .tel_num .num {
    width: 126px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 16px;
  }
  .pages #Pagination .pagination a, .pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 3px 8px;
    font-size: 12px;
    margin: 0 4px;
  }
  .pages #Pagination .pagination .prev, .pages #Pagination .pagination .next {
    padding: 3px 8px;
  }
  .d_left h3,.d_right h3{
    font-size: 18px;
    color: #363636;
    line-height: 28px;
    border-left: 2px solid #389aff;
    padding-left: 20px;
  }
  .d_left h4{
    color: #141414;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
  }
  .d_right li{
    float: left;
    width: 100%;
  }
  .information{
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .information p{
    padding-bottom: 20px;
    width: 84%;
    font-size: 12px;
  }
  .information img{
    margin-bottom: 18px;
  }
  .ph_classify{
    font-size: 12px;
  }
  .ph_pro_list .ph_products {
    margin-top: 0;
    padding: 10px 20px 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff;
  }
  .ph_pictures select{
    margin-right: 10px;
    padding-right: 14px;
    background:url('../images/t_04.jpg') no-repeat right center;
  }
  .rank a, .ph_classify a {
    margin-right: 20px;
  }
  .ph_pictures .ph_classify a{
    margin-right: 10px;
  }
  .content_left .square img{
    width: 100px;
    height: 73px;
    position: absolute;
    top:-90px;
    left: 0;

  }
  .content_right h3 {
    font-size: 16px;
    color: #00a0e9;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    margin-top: 17px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 110px;
  }
  .content_right .infor{
    margin-left: 110px;
    margin-bottom: 30px;
    font-size: 10px;
  }
  .content_right .infor span{
    margin-right: 5px;
  }
  .main .content_04 {
    padding: 70px 0 30px;
  }
  .content .title h4 {
    padding-top: 12px;
    font-size: 12px;
    color: #999;
  }
  .content .title h3{
    font-size: 18px;
  }
  .main .content .title {
    width: 120px;
  }
  .main .yd_founder {
    padding: 30px 0 30px;
  }
  .infor_01 li{
    width: 100%;
  }
  .contact_square{
    /*text-align: center;*/
  }
  .contact_square>div>div img{
    width: 32%;
    margin-left: 0;
  }
  .contact_square .infor{
    font-size: 12px;
  }
  .project .search_box .form-group{
    width: 74%;
  }
  .project .search_box .search_it{
    padding: 0 10px;
  }
}
@media(max-width: 768px){
  .map .form_box input{
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .map .form_box textarea{
    width: 100%;
    min-height: 200px;
    padding-left: 15px;
  }
  .map .form_box .btn_box{
    text-align: center;
  }
  .map .form_box .button{
    width: 100%;
    height:50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #00a0e9;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .bdmap{
    display: none;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
  }
}
@media(max-width: 992px){
  .project_box .p_right{
    width: 75%;
    padding-left: 20px;
    padding-top: 10px;
  }
  .project_box .p_right p{
    font-size: 14px;
    color: #9c9b9b;
    width: 96%;
  }
  .download li a img{
    margin-right: 0;
    float: right;
  }
}
@media(max-width: 768px){
  .project_box .p_left{
    width: 32%;
  }
  .project_box .p_right{
    width: 68%;
    padding-left: 10px;
  }
  .project_box .p_right h3 a{
    font-size: 16px;
  }
  .project_box .p_right p{
    font-size: 12px;

  }
  .project_box .p_right h3 {
    margin: 0 0 5px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #9c9b9b;
  }
  .download li a{
    color: #4e4e4e;
    font-size: 14px;
  }
}
@media(max-width: 480px){
  .project_box .p_right h3 a{
    font-size: 14px;
  }
  .project_box .p_right p{
    font-size: 10px;
    line-height: 20px;

  }
  .project_box .p_right h3 {
    margin: 0 0 2px;
    padding: 2px 0 2px;
  }
  .project_box .p_right{
    padding-top: 0;
  }
  .project_box .p_infor span{
    font-size: 10px;
  }
  .download li a{
    color: #4e4e4e;
    font-size: 12px;
  }
  .download li a img{
    margin-right: 0;
    float: right;
    width: 80px;
  }
  .infor_box .col-xs-12{
    margin-bottom: 14px;
  }
  .infor_01 li:nth-child(3) {
    margin-right: 15px;
    text-align: center;
  }
}





























