@charset "UTF-8";
@font-face {
    font-family:"syht light";
    src: url("../Fonts/SOURCEHANSANSCNLIGHT.eot");
    src: url("../Fonts/SOURCEHANSANSCNLIGHT.eot?#iefix") format("embedded-opentype"),
         url("../Fonts/SOURCEHANSANSCNLIGHT.ttf") format("truetype");
}
@font-face {
    font-family: "egbt";
    src: url("../Fonts/ENGRAVERSGOTHICBT.eot");
    src: url("../Fonts/ENGRAVERSGOTHICBT.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/ENGRAVERSGOTHICBT.ttf") format("truetype");
}

html body{
    font-family: "syht light", "PingFang SC", 微软雅黑, "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    margin: 0px auto;
    width: 100%;
		background-color: #FFFFFF;
}

/*PC端960*/
@media screen and (min-width: 960px){
    /*头部*/
     header{
         border-bottom:1px solid #dcdcdc;
        position: fixed;
         top:0px;
         display:-webkit-flex;
         display:flex;
         justify-content:space-between;
         align-items:center;
         font-size:16px;
         width: 100%;
         background-color: #FFFFFF;
         z-index:1;
     }
		 #phone-style{
			 display: none;
		 }
    header div{         
        font-size: 40px;
        margin-left: 120px;
        font-family: "syht light";
        letter-spacing: 2px;
				line-height: 70px;
    }
    header div a{
			   display:-webkit-flex;
         display:flex;
         align-items:center;
        text-decoration: none;
        color: #080808;
				/* padding: 15px 0px 0px; */

    }
			header div a span{	
				margin-left: 40px;
		}
     nav {
			  margin-right: 120px;
     }
    nav ul li{
        float: left;
        list-style: none;
        font-size: 20px;
        margin-left: 50px;
    }
    nav ul li a{
        color: #080808;
        text-decoration: none;
				display: block;
				line-height: 45px;
				
    }
  


    /*内容*/
		.content{
			width: 90%;
			margin: 0px auto;
		}
		
    #content{
        margin-top: 45px;
        width: 100%;
        z-index: 2;
    }
    #company{
        background-image: url("../imgs/main_background.jpg");
        background-repeat: no-repeat;
        background-size:cover;
        padding: 17% 0px;
    }
    #company p{
        color: #FFFFFF;
        text-align: right;
        padding-right: 10%;
        font-size: 24px;
        line-height: 46px;
    }
    #company p span{
        font-size: 32px;
    }

    #companyIntroduction{
        padding-top: 80px;
        padding-bottom: 100px;
        background-image: url("../imgs/backgorund_while.jpg");
    }

    .companyIntroduction-content{
        margin: 0px auto;
      max-width: 1000px;
        text-align: center;
    }
    .companyIntroduction-content p{
        font-size: 24px;
        color: #000;
        font-family: "syht light";
        letter-spacing: 1px;
    }

    #core-competence{
       padding: 80px 0px 20px;
    }

    .SubTitle-1{
        font-size: 60px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 12px;
        letter-spacing: 15px;
        font-family: "syht light";
        color: #C3000F;
        line-height: 60px;
    }
    .SubTitle-2{
        font-size: 24px;
        text-align: center;
        color: #444;
        font-family: "egbt";
        margin-bottom: 26px;
        letter-spacing: 1px;
    }
    .service-product{
        display:-webkit-flex;
        display:flex;
        justify-content:space-around;
        align-items: flex-start;
				flex-wrap:wrap ;
    }
    .service-product-content{
        margin-bottom:20px;
        width:30%;

    }
    .service-product-content a{
        display:block;
        text-decoration:none;
        color: #0C0C0C;
        overflow: hidden;
    }
   .service-product-content-img{
       width: 100%;
       overflow: hidden
    }
    .service-product-content img {
        width: 100%;
        transition:all 0.6s;
    }

    .service-product-content a img:hover {
      transform: scale(1.2);
    }
    .service-product-content a .service-product-content-title{
        font-size: 26px;
        font-weight: bold;
        color: #444;
        font-family: "syht light";
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service-product-content a div{
        font-size: 18px;
        color: #666;
        font-family: "syht light";
        letter-spacing: 1px;
    }


  #products{
      padding: 80px 0px 20px;
      background-color:#f8f8f8;
  }

  .products-content{
      height: 650px;
    }

    .products-content-module{ 
       position: absolute;
       /* display:-webkit-flex;
        display:flex;
        justify-content:space-between;
        align-items:flex-start; */
        /* max-width: 100%; */				
        max-height: 100%;
				text-align: center;
   width: 90%;
    }
   .products-content-module-size{ 
       font-size: 32px;
       text-align: center;
       width: 40%;
       color: #444;
			 margin:0 auto;
}
    .products-content .products-content-module img{
         width: auto;
          height:535px;
        max-width: 100%;
        max-height: 100%;
			 margin:0 auto;
    }
    .products-tabs{
        margin-top:10px;
        width:220px;
        margin: 0 auto;
        display:-webkit-flex;
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
    }
    .products-tabs .products-tab{
        width: 18px;
        height: 18px;
        background: #dddddd;
        border-radius:50% ;
        cursor: pointer;
    }

    #content-us {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .content-us-content{
        font-size: 24px;
        margin:0 auto;max-width:550px;
    }


    /*底部*/
    footer{
        background-color: #080808;
        color: #FFFFFF;
        text-align: center;
        font-size: 18px;
        padding:15px 0px ;
    }
    .products-content div img{
        width:auto;
        height:auto;
        max-width:100%;
        max-height:100%;
    }
    /*pc端结束*/
}


