@charset "utf-8";
 /*********************首页**********************/
/*顶部*/
.top{
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
}
.top_box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.top_box div{
    line-height: 40px;
}
.top_box_lf{
    font-size: 14px;
    color: #999;
}
.top_box_rt>div{
    height: 100%;
    float: right;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
}
.tel>span{
    color: #2364d1;
}
.focus a{
    display: block;
    height: 100%;
    float: right;
    margin-left: 10px;
    position: relative;
}
.focus a:hover .code_box{
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}
.code_box{
    width: 94px;
    height: 94px;
    position: absolute;
    top: 100%;
    left: -33px;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 2;
}
.code_box img{
    width: 100%;
    height: 100%;
}
/*导航*/
.nav{
    width: 100%;
    height: 75px;
    background-color: #fff;
    padding-bottom: 15px;
}
.nav_box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 15px;
}
.search{
    height: 100%;
    position: relative;
}
.search_img{
    height: 100%;
    line-height: 60px;
}
.search_img img{
    cursor: pointer;
}
.search_box{
    width: 350px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #073d68;
    border-radius: 3px;
    display: none;
    z-index: 2;
}
.search_box input{
    height: 40px;
    display: block;
    float: left;
    font-size: 14PX;
    box-sizing: border-box;
}
.search_box .s_content{
    width: 280px;
    background-color: #fff;
    padding-left: 10px;
}
.search_box .s_sub{
    width: 70px;
    background-color: #073d68;
    color: #fff;
    cursor: pointer;
}
.nav_list{
    margin-right: 10px;
    margin-top: 7px;
}
.nav_list ul li{
    height: 48px;
    line-height: 48px;
    float: left;
    margin: 0 25px;
    font-size: 16px;
    position: relative;
}
.nav_list ul li:after{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #073d68;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.nav_list ul li:hover:after{
    width: 100%;
}
.nav_list ul li:hover a{
    color: #073d68;
}
.nav_list ul .n_checked:after{
    width: 100%;
}
.nav_list ul .n_checked a{
    color: #073d68;
}
.nav_list ul li a{
    color: #666;
}
/*banner图*/
.banner{
    width: 100%;
}
.banner_box{
    width: 100%;
    position: relative;
}
.banner_box>div{
    width: 100%;
}
.banner_list li{
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_box .hd{
    position: absolute;
    bottom: 15px;
    left: 0;
}
.banner_box .hd ul{
    text-align: center;
}
.banner_box .hd ul li{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 10px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.banner_box .hd ul .on{
    background-color:rgba(255,255,255,.6)
}
.banner_box .hd ul li i{
    display: block;
    width: 15px;
    height: 15px;
    margin: 6px;
    background-color: #073d68;
    border-radius: 50%;
}
/*产品中心*/
.product,.about_us,.news{
    width: 100%;
    padding-top: 60px;
}
.column_box{
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
.column_tit{
    font-family: he;
    font-size: 30px;
    color: #073d68;
}
.column_name{
    font-size: 18px;
    margin-top: 20px;
    color: #ddd;
}
.column_name span{
    color: #383838;
    margin: 0 35px;
}
.product_kind{
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 40px;
}
.product_kind:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.product_kind_list{
    width: 1038px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding:  0 30px;
}
.product_kind_list ul li{
    width: 140px;
    height: 50px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #666;
    float: left;
    margin: 0 4px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.product_kind_list ul .p_checked{
    background-color: #073d68;
    color: #fff;
    border-bottom: 3px solid #fcb900;
}
.product_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.product_list{
    width: 100%;
    display: none;
    opacity: 0;
}
.product_list li{
    width: 25%;
    margin-bottom: 15px;
    float: left;
}
.product_list li a{
    display: block;
    width: 285px;
    height: 285px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.product_list_content{
    width: 223px;
    height: 223px;
    margin: 31px;
    overflow: hidden;
    position: relative;
}
.product_list_img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.product_list_img img{
    max-width: 100%;
    max-height: 100%;
}
.product_list_text{
    width: 100%;
    height: 100%;
    background-color: rgba(7,61,104,.9);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.product_list_text .h3{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 64px;
    line-height: 26px;
    text-align: center;
}
.konw_more{
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    background-color: rgba(255,255,255,.15)
}
/*关于我们*/
.about_us{
    background-image: url(images/about_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 70px;
}
.column_box_w .column_tit{
    color: #fff;
}
.column_box_w  .column_name span{
    color: #fff;
}
.about_profile{
    width: 890px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 51px;
    text-align: center;
}
.about_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 62px;
    color: #fff;
}
.about_list ul li{
    width: 25%;
    height: 200px;
    float: left;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.about_box{
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.about_icon{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.about_name{
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.about_line{
    width: 30px;
    height: 2px;
    background-color: #fcb900;
    margin: 0 auto;
    margin-top: 20px;
}
.about_text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 10px;
}
/*新闻动态*/
.news{
    width: 100%;
    padding-bottom: 70px;
}
.news_list{
    width: 1220px;
    margin: 0 auto;
    margin-top: 40px;
}
.news_list ul li{
    width: 25%;
    float: left;
}
.news_box{
    width: 285px;
    height: 358px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.news_box:after{
    content: "";
    width: 0%;
    height: 1px;
    background-color: #073d68;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.news_list ul .nmr{
    margin-right: 0;
}
.news_img{
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border-bottom: 2px solid #073d68;
    overflow: hidden;
}
.news_img a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_img img{
    width: 100%;
    height: 100%;
}
.news_tit{
    width: 100%;
    font-size: 16px;
    color: #383838;
    line-height: 1;
    border-left: 5px solid #073d68;
    box-sizing: border-box;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.news_tit a{
    color: #383838;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.news_profile{
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 17px 0;
}
.news_more{
    width: 110px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
}
.news_more a{
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
/*底部*/
.foot{
    width: 100%;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/foot_bg.jpg);
}
.foot_box{
    width: 1200px;
    margin: 0 auto;
}
.foot_menu{
    width: 100%;
    border-bottom: 1px solid #1a374e;
    padding-bottom: 5px;
}
.foot_tit{
    height: 51px;
}
.foot_tit_name{
    font-size: 16px;
    color: #c5c5c5;
    line-height: 1;
}
.foot_tit_line{
    width: 32px;
    height: 1px;
    background-color: #c5c5c5;
    margin-top: 10px;
}
    .foot_content{
    font-size: 14px;
    color: #c5c5c5;
}
.foot_content a{
    color: #c5c5c5;
    margin-right: 28px;
}
.foot_left .foot_content,.foot_center .foot_content{
    line-height: 32px;
}
.foot_center{
    margin-left: 125px;
}
.foot_center span{
    margin-right: 10px;
}
.foot_center em{ 
    font-style: normal;
}
.foot_right .foot_content{
    padding-right: 122px;
    position: relative;
}
.code_kind ul li{
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0);
}
.code_kind ul .c_checked{
    border: 1px solid rgba(255,255,255,1);
}
.code_img{
    width: 94px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 0;
}
.code_img ul li{
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}
.copyright{
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #7c7c7c;
    font-size: 14px;
}
.copyright a{
    color: #7c7c7c;
    font-size: 14px;
}
.copyright a:hover{
    color: #fff;
    font-size: 14px;
}
.copyright_center{
    margin-left: 175px;
}

/***********************公司动态***********************/
.top_img{
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.company_name_en{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #073d68;
    font-family: he;
    line-height: 1;
    margin-top: 58px;
}
.company_name_cn{
    width: 100%;
    font-size: 18px;
    color: #383838;
    text-align: center;
    line-height: 1;
    margin-top: 14px;
}
.c_icon{
    width: 2px;
    height: 30px;
    background-color: #fcb900;
    margin: 0 auto;
    margin-top: 30px;
}
.company_profile{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-top: 28px;
}
.about_us_list{
    width: 100%;
    margin-top: 63px;
    margin-bottom: 48px;
}
.about_us_list ul li{
    width: 50%;
    float: left;
    margin-bottom: 52px;
}
.about_us_box{
    width: 570px;
    height: 320px;
    position: relative;
}
.about_us_img{
    width: 100%;
    height: 100%;
}
.about_us_img img{
    width: 100%;
    height: 100%;
}
.about_us_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: center center;
    background-color: rgba(7,61,104,.9);
    color: #fff;
    box-sizing: border-box;
    padding: 58px 30px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.about_us_text{
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 3%;
}
.about_us_text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 100%;
}
.about_us_text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 1px;
    background: #fcb900;
}
.about_us_text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 1px;
    background: #fff;
}
.about_tips{
    width: 120px;
    height: 45px;
    background-color: #fcb900;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: -23px;
    left: 40px;
}
.about_tips span{
    border-left: 5px solid #fff;
    padding-left: 5px;
}
/*******************新闻列表**********************/
.news_profile_list{
    width: 100%;
}
.news_profile_list ul li{
    width: 100%;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 59px 30px 0 30px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 20px;
}
.news_date{
    text-align: right;
    line-height: 1;
    padding-top: 11px;
}
.news_date_year{
    font-size: 14px;
    color: #999;
}
.news_date_day{
    font-size: 36px;
    color: #073d68;
    margin-top: 15px;
}
.news_content{
    margin-left: 30px;
    width: 540px;
}
.news_content_tit{
    width: 100%;
    font-size: 18px;
    color: #383838;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.news_content_text{
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
    margin-top: 19px;
}
.look_detail{
    width: 140px;
    height: 40px;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.look_detail a{
    display: block;
    width: 100%;
    height: 100%;
}
.look_detail span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.look_detail i{
    display: inline-block;
    width: 15px;
    height: 100%;
    vertical-align: middle;
    background-position: -15px center;
    background-repeat: no-repeat;
    background-image: url(images/arrow.png);
    margin-left: 10px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.page{
    width: 100%;
    height: 36px;
    margin-top: 10px;
    text-align: center;
}
.page ul li{
    width: 36px;
    height: 100%;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 8px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.page ul .page_checked{
    background-color: #073d68;
}
.page ul .page_checked a{
    color: #fff;
}
.page ul li:hover{
    background-color: #073d68;
    color: #fff;
}
.page ul li:hover a{
    color: #fff;
}
.page ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}
.page ul .page_prev,.page ul .page_next{
    width: 100px;
    margin: 0;
}
/********************新闻资讯详情**********************/
.news_detail_top{
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 30px;
}
.NDT_box{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.news_detail_tit{
    max-width: 600px;
    font-size: 20px;
    color: #383838;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_detail_date{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.NDT_rt{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #073d68;
    background-image: url(images/back.png);
    background-position: 30px center;
    background-repeat: no-repeat;
}
.NDT_rt a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    padding-left: 55px;
}
.news_detail_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.news_detail_content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.news_detail_content p{
	text-indent:2em;
}
.news_Flip{
    width: 1200px;
    height: 60px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
    line-height: 60px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 30px;
}
.news_Flip a:hover{
    color: #073d68;
}
/*************************企业动态*************************/
.dyanmic_list{
    width: 100%;
    margin-top: 50px;
}
.dyanmic_list ul li{
    float: left;
    width: 33%;
    margin-bottom: 30px;
}
.dyanmic_box{
    width: 370px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}
.center_li{
    width: 34%;
}
.dyanmic_img{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.dyanmic_img a{
    display: block;
}
.dyanmic_img a>img{
    width: 100%;
    height: 100%;
}
.dyanmic_in{
    width: 100%;
    height: 100%;
    background-color: rgba(7,61,104,.9);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.dyanmic_in_box{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.15);
    padding-top: 90px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.dyanmic_profile{
    width: 100%;
    height: 95px;
    box-sizing: border-box;
    padding: 30px 20px 0 20px;
}
.dyanmic_profile_tit{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 5px solid #fcb900;
}
.dyanmic_profile_text{
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    margin-top: 17px;
}
.dyanmic_profile_date{
    color: #999;
    margin-top: 15px;
    overflow: hidden;
}
/*******************联系我们*********************/
.cotact_address{
    width: 100%;
    margin-top: 60px;
}
.cotact_address ul li{
    width: 380px;
    height: 80px;
    background-color: #fff;
    float: left;
    margin-right: 30px;
}
.cotact_address ul .nmr{
    margin-right: 0;
}
.contact_img{
    line-height: 80px;
    margin-left: 30px;
    margin-right: 20px;
}
.contact_text{
    width: 263px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    margin-top: 21px;
}
.contact_map{
    width: 100%;
    height: 400px;
    margin-top: 40px;
}
.contact_map iframe{
    width: 100%;
    height: 100%;
}
.feedback{
    width: 100%;
    margin-top: 60px;
}
.feedback_tit{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #073d68;
    font-family: he;
    line-height: 1;
}
.feedback_tit_cn{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 7px;
}
.feedback_box{
    width: 100%;
    margin-top: 47px;
    margin-bottom: 100px;
}
.feedback_box ul li{
    width: 48.33%;
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}
.feedback_box ul li:last-child{
    width: 100%;
}
.fill_in{
    width: 580px;
    height: 50px;
    box-sizing: border-box;
    border: 1px;
    border: 1px solid #eee;
    background-color: #fff;
    background-position: 97% center;
    background-repeat: no-repeat;
}
.fill_in input{
    display: block;
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
}
.fill_in1{
    background-image: url(images/contact_img4.png);
}
.fill_in2{
    background-image: url(images/contact_img5.png);
}
.fill_in3{
    background-image: url(images/contact_img6.png);
}
.fill_in4{
    background-image: url(images/contact_img7.png);
}
.feedback_box ul li textarea{
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 208px;
    min-height: 208px;
    border-color: #eee;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    font-family: "微软雅黑";
}
.feedback_sub{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #073d68;
    margin: 0 auto;
    border-radius: 3px;
}
.feedback_sub input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
/*******************产品中心*******************/
.product_center{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}
.product_lf{
    width: 220px;
}
.product_tit{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-image: url(images/product_tit.jpg);
    background-repeat: no-repeat;
    font-size: 16px;
}
.product_tit span{
    color: #fff;
    margin: 0 25px;
}
.product_tit i{
    color: #fcb900;
    font-style: normal;
    font-weight: bold;
}
.product_center_list{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}
.product_center_list ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 3px;
    background-color: #fff;
}
.product_center_list ul .pro_checked:after{
    width: 100%;
    border-left: 5px solid rgba(252,185,0,1);
    opacity: 1;
}
.product_center_list ul .pro_checked a{
    color: #fff;
}
.product_center_list ul li:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0%;
    height: 100%;
    border-left: 5px solid rgba(252,185,0,0);
    opacity: 0;
    box-sizing: border-box;
    background-color: #073d68;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.product_center_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #073d68;
    position: absolute;
    z-index: 1;
}
.product_right{
    width: 950px;
    background-color: #fff;
    box-sizing: border-box;
	font-size:14px;
	line-height:180%;
	color:#555555;
    padding: 30px 30px 60px 30px;

}
.location{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 30px;
}
.location span{
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #fcb900;
}
.location a{
    color: #999;
}
.location a:hover{
    color: #073d68;
}
.location .loacl_in{
    color: #073d68;
}
.product_right .product_list li{
    width: 33%;
    margin-bottom: 14px;
}
.product_right .product_list .center_li{
    width: 33%;
}
.product_right .product_list li a{
    width: 276px;
    height: 276px;
}
.product_right .product_list li .product_list_content{
    margin: 25px;
}
.product_right .page{
    margin-top: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 0.5%;
}
.product_right .page ul li{
    background-color: #f6f6f6;
}
.product_right .page ul li:hover{
    background-color: #073d68;
    color: #fff;
}
.product_right .page ul .page_checked{
    background-color: #073d68;
}
/****************产品详情********************/
.product_parameter{
    width: 100%;
    height: 402px;
}
.product_parameter_img{
    width: 400px;
    height: 100%;
    background-color: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
	margin:0 auto
}
.product_parameter_img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
	margin-bottom:10px
}
.product_parameter_text{
    max-width: 580px;
    margin-left: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.product_parameter_tit{
    font-size: 18px;
    color: #073d68;
    line-height: 1;
    margin-bottom: 20px;
}
.product_about{
    width: 100%;
    margin-top: 40px;
}
.product_about_kind{
    width: 100%;
    height: 45px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding-left: 30px;
}
.product_about_kind ul li{
    width: 130px;
    height: 43px;
    line-height: 43px;
    float: left;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 2px solid #073d68;
    margin-right: 2px;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
} 
.product_about_kind ul li:hover{
    background-color: #073d68;
    color: #fff;
    border-color: #fcb900;
}
.product_about_kind ul .ak_checked{
    background-color: #073d68;
    color: #fff;
    border-color: #fcb900;
}
.product_about_data{
    width: 100%;
    margin-top: 25px;
}
.about_data_box{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    display: none;
    opacity: 0;
}
.about_data_box img{
    max-width: 100%;
}
.ADB_tips{
    margin-bottom: 10px;
}
.ADB_tips span{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e6ebf0;
    border-left: 3px solid #073d68;
    font-size: 16px;
    color: #073d68;
}
.product_filp{
    width: 950px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 12px 30px;
    font-size: 14px;
}
.product_filp a{
    display: block;
    line-height: 26px;
}
.product_filp span{
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background-color: #073d68;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
}
.product_filp i{
    font-style: normal;
    color: #999;
}

/******************************电脑端************************************/
@media screen and (min-width: 1200px){  
    .header,.mobile_banner,.top_img_mobile,.load_more{display: none}

    /*产品中心hover效果*/
    .product_list li:hover a{
    border-color: #073d68;
    }
    .product_list li:hover .product_list_text{
        transform: scale(1);
    }

    /*公司简介hover效果**/
    .about_list ul li:hover{
    background-color: rgba(255,255,255,.2);
    }
    .about_list ul li:hover .about_box{
        margin-top: -120px;
    }
    .about_list ul li:hover .about_name{
        margin-top: 30px;
    }

    /*新闻资讯hover效果**/
    .news_list ul li:hover .news_box:after{
    width: 100%;
    }
    .news_list ul li:hover .news_tit a{
        color: #073d68;
    }
    .news_list ul li:hover .news_more a{
        background-color: #073d68;
        color: #fff;
    }

    /*产品中心hover效果**/
    .product_center_list ul li:hover:after{
        width: 100%;
        border-left: 5px solid rgba(252,185,0,1);
        opacity: 1;
    }
    .product_center_list ul li:hover a{
        color: #fff;
    }

    /*查看新闻详情hover效果**/
    .news_profile_list ul li:hover{
    box-shadow: 0 0 10px #ddd;
    }
    .news_profile_list ul li:hover .news_content_tit a{
        color: #073d68;
    }
    .news_profile_list ul li:hover .look_detail{
        background-color: #073d68;
    }
    .news_profile_list ul li:hover .look_detail a{
        color: #fff;
    }
    .news_profile_list ul li:hover .look_detail i{
        background-position: 0 center;
    }

    /*企业动态hover效果**/
    .dyanmic_list ul li:hover .dyanmic_in{
    top: 0;
    }
    .dyanmic_list ul li:hover .dyanmic_profile_tit a{
        color: #073d68;
    }

    /*关于我们hover效果**/
    .about_us_list ul li:hover .about_us_content{
        transform: rotateX(0deg);
        opacity: 1;
    }
}
/******************************移动端效果************************************/
@media screen and (max-width: 1199px){  
    .top,.nav,.banner,.top_img,.load_more{display: none;}

    /*导航*/
    .header{
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        padding: 0 3%; 
    }
    .header_box{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .logo{
        height: 70%;
    }
    .header .logo img{
        height: 100%;
    }
    .menu_button{
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu_button span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #073d68;
        position: absolute;
        left: 0;
        -webkit-transition: 0.3s ease-out all;
        -moz-transition: 0.3s ease-out  all;
        transition: 0.3s ease-out  all;
        transform-origin: 50% 50%;
    }
    .menu_button span:first-child{
        top: 0;
    }
    .menu_button span:nth-child(2){
        top: 10px;
    }
    .menu_button span:nth-child(3){
        top: 10px;
    }
    .menu_button span:last-child{
        top: 20px;
    }
    .menu_checked span:first-child{
        opacity: 0;
    }
    .menu_checked span:nth-child(2){
        transform: rotate(45deg);
    }
    .menu_checked span:nth-child(3){
        transform: rotate(-45deg);
    }
    .menu_checked span:last-child{
        opacity: 0;
    }
    .menu_box{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
        display: none;
        opacity: 0;
    }
    .menu_box ul{
        width: 100%;
        margin-top: 60px;
        border-top: 1px solid rgba(7,61,104,.5);
        box-sizing: border-box;
        padding: 5% 5% 0 5%;
    }
    .menu_box ul li{
        width: 100%;
        line-height: 48px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
    }
    .menu_box ul li a{
        display: block;
        color: #073d68;
    }
    /*轮播*/
    .mobile_banner{
        width: 100%;
        margin-top: 60px;
    }
    .mobile_banner a{
        display: block;
    }
    .mobile_banner a img{
        width: 100%;
    }
    /*产品中心*/
    .column_box{
        width: 100%;
    }
    .product_kind_list{
        width: 100%;
        padding: 0;
    }
    .product_kind_list ul li{
        width: 23%;
        margin: 0 1%;
        cursor: pointer;
    }
    .product_box{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.5%;
    }
    .product_box ul li{
        width: 33%;
        margin-bottom: 30px;
    }
    .product_list_text{
        display: none;
    }
    /*关于我们*/
    .about_us{
        background-size: cover;
    }
    .about_list ul li{
        width: 21%;
        height: auto;
        margin: 0 2%;
    }
    .about_profile{
        width: 90%;
    }
    .about_list{
        width: 90%;
    }
    .about_name{
        line-height: 1.4;
    }
    .about_text{
        /*max-height: 72px;*/
        overflow: hidden;
    }
    /*新闻中心*/
    .news_list{
        width: 100%;
        box-sizing: border-box;
        padding: 0 15%;
    }
    .news_list ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    /*底部*/
    .foot{
        background-size: cover;
    }
    .foot_box{
        width: 100%;
    }
    .foot_tit{
        height: 40px;
    }
    .foot_left{
        display: none;
    }
    .foot_center{
        margin-left: 5%;
    }
    .foot_right{
        display: none;
    }
    .copyright{
        box-sizing: border-box;
        padding: 0 5%;
    }
    .copyright_rt{
        display: none;
    }
    .copyright_center{
        float: right;
        margin-left: 0;
    }
    /******************关于我们**********************/
    .main{
        width: 100%;
    }
    .top_img_mobile{
        display: block;
        width: 100%;
        margin-top: 60px;
    }
    .top_img_mobile img{
        width: 100%;
    }
    .company_profile{
        box-sizing: border-box;
        padding: 0 10%;
    }
    .about_us_list ul li{
        width: 100%;
    }
    .about_us_list ul li .about_us_box{
        margin: 0 auto;
        float: none;
    }
    .about_us_content{
        transform: rotateX(0);
        opacity: 1;
    }
    .about_tips{
        left: 7%;
    }
    /********************新闻资讯*********************/
    .news_profile_list ul li{
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 20px 0;
    }
    .news_date{
        width: 12%;
    }
    .news_date_day{
        font-size: 22px;
    }
    .news_content{
        width: 70%;
        margin: 0;
        box-sizing: border-box;
        padding: 0 3%;
    }
    .look_detail{
        width: 17%;
    } 
    .look_detail i{
        margin-left: 5px;
    }
    .page{
        box-sizing: border-box;
        padding: 0 5%;
    }

    /*********************新闻详情*******************/
    .NDT_box{
        width: 90%;
    }
    .news_detail_content{
        width: 100%;
    }
    .news_Flip{
        width: 100%;
        padding: 0 5%;
    }
    .news_Flip div{
        width: 50%;
    }
    .news_Flip div a{
        display: inline-block;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .news_next{
        text-align: right;
    }
    /*******************产品中心*******************/
    .product_lf{
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .product_tit{
        display: none;
    }
    .product_center_list{
        overflow: hidden;
    }
    .product_center_list ul li{
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-bottom: 5px;
    }
    .product_center_list ul li:nth-child(2n){
        margin-right: 0;
        margin-left: 1%;
    }
    .product_right{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .product_right .page{
        padding: 0 2%;
    }
    .main .product_right .product_list li{
        width: 50%;
    }
    /*******************产品中心详情*******************/
    .product_parameter_text{
        width: calc(100% - 306px);
    }
    .product_about_kind{
        padding: 0;
    }
    .product_filp{
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 30px;
        padding: 0;
    }
    .product_filp div{
        max-width: 45%;
        height: 100%;
    }
    .product_filp div a{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 4%;
    }
    .product_filp i,.product_filp span{
        float: left;
    }
    .product_filp i,.product_filp i{
        width: calc(100% - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /**********************企业动态***********************/
    .dyanmic_list ul li{
        width: 50%;
    }
    /**********************联系我们*********************/
    .cotact_address ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .cotact_address ul li:last-child{
        border: none;
    }
    .feedback_box{
        width: 90%;
        margin: 40px 5% 100px 5%;
    }
    .feedback_box ul li{
        width: 100%;
    }
    .fill_in{
        width: 100%;
    }

}
@media screen and (min-width: 720px) and (max-width: 950px){
    /*新闻中心*/
   .news_list{
        padding: 0 8%;
    }
}
@media screen and (min-width: 640px) and (max-width: 719px){
    /*新闻中心*/
   .news_list{
        padding: 0;
    }
}
@media screen and (max-width: 639px){
    /*新闻中心*/
    .news_list{
        padding: 0;
    }
    .news_list ul li{
        width: 100%;
    }
}
@media screen and (max-width: 940px){
    /*产品中心*/
    .product_kind{
        height: auto;
        margin-bottom: 20px;
    }
    .product_kind ul li{
       width: 45%;
       margin: 10px 2.5%;
       box-sizing: border-box;
       padding: 0 2%;
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
   }
   .product_box ul li{
       width: 50%;
       margin-bottom: 20px;
   }
   .product_box ul li a{
       float: right;
       margin: 0 10px;
   }
   .product_box ul li:nth-child(2n) a{
       float: left;
   }
   
}
@media screen and (max-width: 850px){
    /*产品中心详情*/
    .product_parameter{
        height: auto;
    }
    .product_parameter_text{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .product_about_kind{
        height: auto;
        box-sizing: border-box;
        padding: 2%;
    }
    .product_about_kind ul li{
        margin: 0 0.1%;
    }
    /*公司动态详情*/
    .dyanmic_list ul li{
        width: 100%;
    }
}
@media screen and (min-width: 550px) and (max-width: 849px){
    /*产品中心详情*/
    .product_about_kind ul li{
        width: 33%;
    }
}
@media screen and (min-width: 375px) and (max-width: 549px){
    /*产品中心详情*/
    .product_about_kind ul li{
        width: 48%;
        margin: 0 1%;
    }
}
@media screen and (max-width: 374px){
    /*产品中心详情*/
    .product_about_kind ul li{
        width: 100%;
        margin: 0;
    }
}
@media screen and (min-width: 750px){
    .about_mobile{
        display: none;
    }
}
/******************************手机端效果************************************/
@media screen and (max-width: 750px){
    /*导航*/
    .menu_box ul li{
        font-size: 14px;
        line-height: 38px;
    }
    /*栏目标题*/
    .column_tit{
        font-size: 24px;
    }
    .column_name{
        font-size: 14px;
        margin-top: 10px;
    }
    /*产品中心*/
    .product{
        padding-top: 35px;
    }
    .product_kind{
        margin-top: 20px;
    }
    .product_kind_list ul li{
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        margin: 5px 2.5%;
    }
    .product_box ul li{
        width: 50%;
        overflow: hidden;
    }
    /*关于我们*/
    .about_us{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .about_profile{
        font-size: 12px;
        margin-top: 30px;
    }
    .about_list{
        display: none;
    }
    .about_mobile{
        margin-top: 30px;
        color: #fff;
        text-align: center;
    }
    .about_mobile .about_box{
        width: 90%;
        margin: 0 5%;
    }
    .about_mobile .about_box .about_name{
        font-size: 14px;
    }
    .about_mobile .about_box  .about_text{
        font-size: 12px;
        line-height: 1.6;
    }
    /*新闻中心*/
    .news{
        padding-bottom: 30px;
    }
    /*备案信息*/
    .copyright{
        height: auto;
        font-size: 12px;
        overflow: hidden;
    }
    /**********************关于我们*********************/
    .company_name_en{
        font-size: 24px;
        margin-top: 35px;
    }
    .company_name_cn{
        font-size: 14px;
    }
    .c_icon{
        margin-top: 15px;
    }
    .company_profile{
        font-size: 12px;
        line-height: 1.8;
        padding: 0 5%;
        margin-top: 20px;
    }
    .about_us_list{
        margin-bottom: 0;
    }
    .about_us_box{
        width: 80%;
        height: auto;
    }
    .about_us_content{
        padding: 36px 5%;
    }
    .about_us_text{
        overflow-y: auto;
    }
    /********************新闻资讯********************/
    .news_date{
        width: 17%;
    }
    .news_content{
        width: 83%;
    }
    .look_detail{
        display: none;
    }
    .page{
        
    }
	.page ul .page_prev,.page ul .page_next{
    display: none;
}
    .load_more{
        display: none;
        width: 90%;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        background-color: #073d68;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .load_more a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .load_more span{
        margin: 0 5%;
    }
    /*****************新闻资讯详情***************/
    .news_Flip{
        margin-bottom: 60px;
    }
    .news_detail_top{
        height: 70px;
        padding-top: 15px;
    }
    .NDT_lf{
        width: 100%;
    }
    .NDT_box{
        width: 94%;
    }
    .news_detail_tit{
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .news_detail_date{
        width: 100%;
    }
    .NDT_rt{
        display: none;
    }
    .news_detail_content{
        padding: 20px 4%;
        font-size: 12px;
        line-height: 28px;
    }
    /********************产品中心******************/
    .product_center{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .product_lf,.product_right{
        width: 96%;
    }
    .product_right{
        padding: 15px 4% 30px 4%;
    }
    .product_list{
        margin-bottom: 30px;
    }
    .product_center_list ul li{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .product_center_list ul li:nth-child(2n){
        margin-left: 0;
    }
    .location{
        font-size: 12px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .main .product_right .product_list li{
        width: 50%;
    }
    .product_right .product_list li a{
        width: 231px;
        height: 231px;
    }
    .product_right .product_list li .product_list_content{
        margin: 4px;
    }
    /********************产品中心详情******************/
    .product_parameter_img{
        width: 240px;
        height: auto;
    }
    .product_parameter_text{
        font-size: 12px;
        line-height: 26px;
    }
    .product_parameter_tit{
        font-size: 16px;
    }
    .about_data_box{
        font-size: 12px;
        line-height: 26px;
    }
    .ADB_tips span{
        font-size: 14px;
    }
    .product_filp{
        width: 96%;
        height: auto;
        overflow: hidden;
        font-size: 12px;
        padding: 10px 2%;
    }
    .product_filp div{
        float: none;
        width: 100%;
        max-width: 100%;
        height: 26px;
        line-height: 26px;
    }
    .product_filp .lf{
        margin-bottom: 10px;
    }
    .product_filp div a{
        padding: 0;
    }
    .product_filp .rt span,.product_filp .rt i{
        float: right;
    }
    /*******************联系我们******************/
    .cotact_address{
        margin-top: 30px;
    }
    .cotact_address ul li{
        height: 60px;
    }
    .contact_img{
        width: 5%;
        height: 100%;
        line-height: 60px;
    }
    .contact_img img{
        width: 100%;
    }
    .contact_text{
        width: calc(90% - 50px);
        margin-top: 11px;
    }
    .feedback_tit{
        font-size: 24px;
    }
    .feedback_tit_cn{
        font-size: 14px;
    }
    .feedback_box ul li{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 415px) and (max-width: 620px){
    /*产品中心*/
    .product_list_content{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .product_box ul li a{
        width: 190px;
        height: 190px;
        margin: 0 5%;
    }
    /*备案信息*/
    .copyright{
        padding: 10px 5%;
    }
    .copyright div{
       float: none;
       line-height: 1.6;
    }
    /***************关于我们******************/
    .about_us_box{
        width: 96%;
        height: auto;
    }
    .about_us_content{
        padding: 36px 5%;
    }
    .about_us_text{
        line-height: 30px;
    }
    /*****************新闻资讯*****************/
    .news_date_day{
        font-size: 20px;
    }
    .news_content_tit{
        font-size: 16px;
    }
    .news_content_text{
        font-size: 12px;
        margin-top: 12px;
    }
    /*****************新闻资讯详情***************/
    .news_Flip{
        height: auto;
        line-height: 32px;
        font-size: 12px;
        padding: 8px 5%;
    }
    .news_Flip div{
       width: 100%;
       float: none;
       text-align: left;
    }
    .news_Flip div a{
        width: 80%;
    }
    /*****************产品中心***************/
    .product_right .product_list li a{
        width: 180px;
        height: 180px;
    }
    .product_right .product_list li a{
        width: 170px;
        height: 170px;
    }
    .product_right .product_list li .product_list_content{
        margin: 0;
    }
    /****************联系我们****************/
    .contact_img{
        width: 7%;
    }
    .contact_text{
        width: calc(88% - 50px);
    }
    .feedback_box ul li{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 414px){
    /*产品中心*/
    .product_box{
        margin-top: 30px;
    }
    .product_list_content{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .product_box ul li a{
        width: 150px;
        height: 150px;
        margin: 0 5%;
    }
    /*关于我们*/
    .about_mobile .about_icon{
        width: 70%;
        height: auto;
    }
    .about_mobile .about_icon img{
        width: 100%;
        height: auto;
    }
    /*备案信息*/
    .copyright{
        padding: 10px 5%;
    }
    .copyright div{
       float: none;
       line-height: 1.6;
    }
    /***************关于我们******************/
    .about_us_box{
        width: 96%;
        height: auto;
    }
    .about_us_content{
        padding: 24px 5%;
    }
    .about_us_text{
        font-size: 12px;
        line-height: 24px;
    }
    .about_tips{
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        top: -15px;
    }
    /***************新闻资讯***************/
    .news_profile_list ul li{
        width: 96%;
        padding: 15px 3%;
        margin-bottom: 25px;
    }
    .news_date{
        width: 20%;
        padding-top: 6px;
    }
    .news_date_day{
        font-size: 18px;
        margin-top: 8px;
    }
    .news_content{
        width: 80%;
    }
    .news_content_tit{
        font-size: 14px;
    }
    .news_content_text{
        font-size: 12px;
        margin-top: 8px;
        height: 32px;
        line-height: 16px;
    }
    /*****************新闻资讯详情***************/
    .news_detail_top{
        height: 60px;
    }
    .news_detail_tit{
        font-size: 14px;
    }
    .news_detail_date{
        font-size: 12px;
    }
    .news_Flip{
        height: auto;
        line-height: 28px;
        font-size: 12px;
        padding: 5px 5%;
    }
    .news_Flip div{
       width: 100%;
       float: none;
       text-align: left;
    }
    .news_Flip div a{
        width: 90%;
    }
    /*****************产品中心*****************/
    .product_center{
        margin-top: 30px;
    }
    .product_center_list ul li{
        height: 35px;
        line-height: 35px;
    }
    .product_right .product_list li a{
        width: 135px;
        height: 135px;
    }
    .product_right .product_list li .product_list_content{
        margin: 0;
    }
    /********************产品中心详情******************/
    .product_about_kind ul li{
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    /*********************企业动态********************/
    .dyanmic_list{
        margin-top: 30px;
    }
    .dyanmic_list ul li{
        margin-bottom: 25px;
    }
    .dyanmic_box{
        width: 85%;
        height: auto;
    }
    .dyanmic_img{
        height: auto;
    }
    .dyanmic_profile{
        height: auto;
        padding: 6% 4%;
    }
    .dyanmic_profile_tit{
        font-size: 14px;
    }
    .dyanmic_profile_text{
        height: 36px;
        line-height: 18px;
        font-size: 12px;
        margin-top: 18px;
    }
    .dyanmic_profile_date{
        margin-top: 8px;
    }
    /****************联系我们****************/
    .cotact_address ul li{
        height: 50px;
    }
    .contact_img{
        width: 5%;
        height: 100%;
        line-height: 50px;
    }
    .contact_img{
        width: 9%;
    }
    .contact_text{
        width: calc(86% - 50px);
        margin-top: 6px;
        font-size: 12px;
    }
    .contact_map{
        height: 330px;
    }
    .feedback{
        margin-top: 40px;
    }
    .feedback_box{
        width: 94%;
        margin: 25px 3% 80px 3%;
    }
    .feedback_box ul li{
        margin-bottom: 15px;
        min-height: 40px;
        line-height: 40px;
    }
    .fill_in{
        height: 40px;
    }
    .feedback_sub{
        height: 35px;
    }
}
.about_data_box table tr td{
	border:1px solid #CCC;
	padding:5px 0 5px 0 5px;
	line-height:35px;
}
