@charset "utf-8";
/* CSS Document */
.index_title{margin:auto; margin-top:50px;width:1200px; height:auto; overflow:hidden;}
.tt{ padding:10px;font-size:30px;color:#052269;text-transform: uppercase;letter-spacing:3px;font-weight:600;position: relative;text-align: center;}
.tt span{color:#052269;}
.tt:before{content: '';background: #dadada;height: 2px;position: absolute;width: 10%;top: 0%;left: 35%;}
.tt:after{content: '';background: #dadada;height: 2px;position: absolute;width: 10%;bottom: 0%;right: 35%;}
.tc{ margin-top:10px;font-size:16px;color:#999;text-align: center;}

.center_title{margin:auto; margin-top:30px;width:1200px; height:auto; overflow:hidden;}
.center_title a{ font-size:14px;}

.center_content{clear:both;margin:auto;margin-top:20px; margin-bottom:50px; width:1200px;height:auto;overflow:hidden;font-size:16px;}
.center_content .ct{padding-top:20px;padding-bottom:20px;font-weight:normal; font-size:20px; text-align:center; border-bottom:#CCC 1px solid; color:#052269;}
.center_content h1{ font-size:14px; color:#666; font-weight:normal;}
.center_content #txt_show{ margin:10px; margin-top:30px;line-height:25px;height:auto;overflow:hidden;}
.center_content #txt_show{font-size:14px;}
.center_content #txt_show a{font-size:14px;}
.center_content #txt_show img{ max-width:1000px; height:auto;}

.news_list{margin:50px 10px 50px 10px;}
.news_list li{list-style-type:disc; padding:5px 0px 5px 0px;}
.news_list li a{color:#052269;}

.product_list{margin:auto;width:100%;height:auto;overflow:hidden;}
.product_list ul{display:block;float:left; margin-top:20px;width:23%;padding:1%;height:auto;overflow:hidden;}
.product_list .p_pic{padding-bottom:100%;height:0;overflow:hidden;text-align:center; background:#FFF;}
.product_list .p_pic img{width:100%;}
.product_list .p_info{margin:5px;height:30px; line-height:15px;overflow:hidden; text-align:center;}
.product_list .p_infos {margin-top:10px;height:auto;overflow:hidden; text-align:center;}
.product_list .p_infos span{color:#000; font-size:16px;}
.product_list .p_infos s{color:#999;}
.product_list .p_cart{display:none;}

/*.p_mark{position:absolute;margin-top:-60%;z-index: 10;color: #36b96a;vertical-align: middle;text-align: center;width: 100%;visibility:hidden;}
.pt{font-size:16px;}
.pl{height: 2px;width: 0%;margin: 15px auto;background-color: #36b96a;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.product_list ul:hover .p_pic img{opacity:0.9; filter: alpha(opacity=90);}
.product_list ul:hover .p_mark {visibility: visible;}
.product_list ul:hover .pl{ width:50%;}*/



@media screen and (max-width: 700px) {
.index_title{ margin-top:30px;width:100%;}
.tt{font-size:20px;}
.tc{font-size:12px;}

.center_title{ width:95%;}
.center_content{ width:95%;font-size:12px;}
.center_content{font-size:12px;}
.center_content img{ max-width:640px; height:auto;}

.product_list ul{width:46%; padding:2%;border-bottom:#f2f2f2 20px solid;}
.product_list .p_cart{margin:10px 10px 0px 10px; background:#000; height:35px; line-height:35px;color:#FFF; text-align:center; z-index:9999; display:block;}
.product_list .p_cart a{color:#FFF; font-size:12px;}
}