@charset "utf-8";
/* CSS Document */

.main{ width:100%; background:#fff; margin-bottom:20px;}
.page{ text-align: center;position: relative;bottom: auto;width: 100%; margin:30px 0;}
.page a{ display:inline-block;border: 1px solid #D5D5D5;padding: 0 5px;height: 20px;line-height: 20px; text-align: center;margin: 0 2px;}
.page .curr{ border: medium none transparent;color: #0266b4; font-weight:bold;}
.page a:hover{color: #0266b4;}
.txt_page{ width:100%; margin:20px 0;}
.txt_page div{ line-height:20px;}
.txt_page div span{ margin-right:10px;}
.txt_page div a:hover{color: #0266b4;}
.main_class{ text-align: center;position: relative;bottom: auto;width: 100%; margin:30px 0;}
.main_class a{ display:inline-block;border: 1px solid #D5D5D5;padding: 0 30px;height: 45px;line-height: 45px; text-align: center; font-size:14px; margin:0; box-sizing:border-box;}
.main_class a:hover{ background: #0266b4; color:#fff;}
.main_class_curr{ background: #0266b4; color:#fff;}


/*-----------关于我们-----------*/
.main_about{ width:1000px; margin:0 auto;}
.main_txt{ width:100%; overflow:hidden; margin-bottom:50px;}
.main_txt p{ font-size:14px; line-height:24px; color:#5a5a5a; margin-bottom:20px; text-align:justify; text-indent:2rem;}
.main_about_img_box{ width:96%; margin:0 auto; border-top:2px solid #eee; padding:30px 0;}
.main_about_img{ width:100%; margin:0 auto; overflow:hidden; text-align: center;position: relative;bottom: auto;}
.main_about_img img{ display:inline-block; width:230px; height:180px; margin:10px; border:1px solid #eee; box-sizing:border-box;}

/*-----------新闻中心-----------*/
.main_news{ width:70%; margin:0 auto;}
.main_news_con_box{ width:100%;}
.main_news_con{ display:block; width:100%; border-bottom:1px solid #eee; padding:15px 2%; box-sizing:border-box; margin-bottom:20px;}
.main_news_con_date{ width:8%; background:#0266b4; color:#fff; text-align:center;}
.main_news_con_date p{ color:#fff; margin-top:10px; font-size:18px; font-weight:bold;}
.main_news_con_date span{ display:block; color:#fff; line-height:24px;}

.main_news_con_txt{ width:88%; overflow:hidden;}
.main_news_con_txt span{ display:block; font-size:16px; color:#0266b4; line-height:140%; font-weight:bold;}
.main_news_con_txt p{ text-align:justify; margin-top:5px; height:36px; overflow:hidden;}

/*-----------新闻中心---详情页-----------*/
.main_news_con_title{ text-align:center; font-size:18px; color:#434343; line-height:36px;}
.main_news_con_o{ text-align: center;position: relative;bottom: auto;width: 100%; margin:15px 0;}
.main_news_con_o span{ display:inline-block; margin:0 20px; color:#888;}
.main_news_con_t{color: #868686;background: #F5F5F5;border:1px solid #e5e5e5;padding: 5px 10px;line-height: 1.7em; text-indent:2em; margin-bottom:20px;}


/*-----------产品中心-----------*/
.main_product{ width:65%; margin:20px auto;}
.main_product .product_con a{ border:1px solid #ccc; margin-bottom:20px;}
.main_product .product_con a:hover{ border:1px solid #0266b4;}


/*-----------产品中心---详情页-----------*/
.product_con_img{ margin:20px 0; text-align: center;position: relative;bottom: auto;}
.product_con_img img{ display:inline-block; margin:10px; width:30%; height:auto; border:1px solid #ccc; box-sizing:border-box;}


/*-----------联系我们-----------*/
.main_contact{ width:1000px; margin:0 auto; margin-bottom:60px;}
.main_contac_map{ width:600px; overflow:hidden; border:1px solid #ccc; box-sizing:border-box; height:350px;}
.main_contac_map img{ width:100%; height:auto;}
.main_contac_r{ width:380px;}
.main_contac_r_t{ font-size:16px; color:#000; line-height:40px; margin-bottom:10px;}
.main_contac_r_t strong{ font-size:20px; color:#000;}
.main_contac_r_ad{ border-bottom:1px solid #eee; box-sizing:border-box;}
.main_contac_r_ad1{ margin-bottom:15px;}
.main_contac_r_ad_img{ display:block; float:left; border-radius:100%; width:40px; height:40px; overflow:hidden; background:#0266b4; border:none; text-align:center; }
.main_contac_r_ad_img img{ width:60%; height:60%; padding:20%;}
.main_contac_r_ad1 span{ display:block; float:left; line-height:40px; margin-left:15px; font-size:16px;}
.main_contac_r_ma{ margin-top:14px; height:120px;}
.main_contac_r_ma_img{ width:120px; height:120px;}
.main_contac_r_ma_img img{ width:100%; height:100%; border:none;}
.main_contac_r_ma_txt{ width:240px; margin-left:20px; line-height:24px;}
.main_contac_r_ma_txt span{ display:block; color:#0266b4; font-size:14px;}



/*==============***移动端***==============*/
@media screen and (max-width: 1200px){

/*-----------关于我们-----------*/
.main_about{ width:100%;}
.main_txt{ width:94%; margin:0 auto;}
.main_about_img img{ width:20%;}

/*-----------产品中心-----------*/
.main_product{ width:94%;}

/*----------详情页---------*/
.main_news{ width:94%; margin-bottom:40px;}
.main_news_con_o span{ font-size:1.5rem;}
.main_news_con_t{ font-size:0.7rem;}
.txt_page div span{ font-size:0.8rem;}
.txt_page div a{ font-size:0.8rem; color:#0266b4;}

/*-----------联系我们-----------*/
.main_contact{ width:94%;}
.main_contac_map{ float:none; width:100%; height:600px;}
.main_contac_r{ float:none; width:100%; text-align:center; margin-top:50px;}
.main_contac_r_ad1{ width:100%; text-align:center;}
.main_contac_r_ad{ margin-top:30px;}
.main_contac_r_t{ font-size:2rem;}
.main_contac_r_t strong{ font-size:2.6rem;}
.main_contac_r_ad_img{ display:none;}
.main_contac_r_ad1 span{ width:100%; text-align:center; margin-left:0; font-size:2rem;}
.main_contac_r_ma{ display:none;}


}











