@charset "utf-8";
/* CSS Document */
#pgbanner { height: 400px; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; overflow: hidden; }
.pgb1 { background-image: url(../images/pgbanner1.jpg); background-size: auto 100%; }
.pgb2 { background-image: url(../images/pgbanner1.jpg); }
.pgb3 { background-image: url(../images/pgbanner1.jpg); }
.pgb4 { background-image: url(../images/pgbanner1.jpg); }
.pgb5 { background-image: url(../images/pgbanner1.jpg); }
.pgb6 { background-image: url(../images/pgbanner1.jpg); }
 @media only screen and (max-width: 1200px) {
#pgbanner { height: 300px; }
}
 @media only screen and (max-width: 800px) {
#pgbanner { height: 200px; }
}
 @media only screen and (max-width: 600px) {
#pgbanner { height: 150px; }
}
/*******************菜单*********************/
.pgtbar { border-top: 1px solid #eee; border-bottom: 1px solid #e3e3e3; padding: 10px 0 0; }
.pgnav { float: left; }
.pgnav li { float: left; padding-bottom: 10px; }
.pgnav li a { float: left; display: block; height: 40px; width: 120px; font-size: 14px; text-align: center; line-height: 40px; color: #666; background: #eee; margin-right: 15px; position: relative; }
.pgnav li a::before,
.pgnav li a::after { opacity: 0; position: absolute; width: 110px; height: 30px; top: 5px; left: 5px; }
.pgnav li a::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform: scale(0, 1); }
.pgnav li a::after { border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1, 0); -webkit-transform: scale(1, 0); }
.pgnav li a::before,
.pgnav li a::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
.pgnav li:hover a::before,
.pgnav li:hover a::after,
.pgnav li.cur a::before,
.pgnav li.cur a::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.pgnav li a:hover,
.pgnav li.cur a { background-color: #074F99; color: #fff; }
.pgmain { margin: 30px auto; }
/*******************公司简介*********************/
#pg-about { color: #666; padding: 30px 0; }
#pg-about .abo-left { float: left; width: 350px; }
#pg-about .abo-left img { max-width: 100%; }
#pg-about .con p { text-indent: 2em; margin-bottom: 1.2em; line-height: 2em; }
#pg-about .con { float: right; margin-top: 90px; width: -moz-calc(100% - 400px); width: -webkit-calc(100% - 400px); width: calc(100% - 400px); }
 @media only screen and (max-width: 1100px) {
#pg-about .con { margin: 0; }
}
 @media only screen and (max-width: 800px) {
#pg-about .abo-left { width: 200px; }
#pg-about .con { width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }
}
 @media only screen and (max-width: 600px) {
#pg-about .abo-left { width: 0; }
#pg-about .con { width: 100%; }
}
/*******************公司简介END*********************/
/*******************荣誉资质*********************/
.honor-list { margin-top: 30px; }
.honor-list li { float: left; width: 20%; text-align: center; }
.honor-list li a { display: block; height: 230px; text-align: center; border: 1px solid #ddd; margin-left: -1px; margin-top: -1px; padding-top: 10px; background-color: #fff; overflow: hidden; position: relative; }
.honor-list li a .img { display: inline-block; width: 90%; height: 190px; text-align: center; overflow: hidden; }
.honor-list li a img { max-width: 100%; height: 190px; vertical-align: middle; }
.honor-list li a p { display: inline-block; width: 90%; color: #777; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.honor-list li a:hover { border-color: #074F99; transform: scale(1.02, 1.02); box-shadow: 0px 3px 6px rgba(0,0,0,.3); z-index: 999; }
 @media only screen and (max-width: 1100px) {
.honor-list li { width: 33%; }
}
 @media only screen and (max-width: 600px) {
.honor-list li { width: 50%; }
}
 @media only screen and (max-width: 400px) {
.honor-list li { width: 100%; }
}
/*******************荣誉资质END*********************/
	
/*******************新闻资讯*********************/
#pg-news .newslist li { float: left; display: block; width: 21%; padding:2%; transition: All .2s ease-in-out; -webkit-transition: All .2s ease-in-out; }
#pg-news .newslist li a { display: block; width: 100%; }
#pg-news .newslist li .date { display: block; font-family: arial; color: #999; font-size: 12px; line-height: 12px; }
#pg-news .newslist li .name { display: block; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #333; margin-top: 5px; }
#pg-news .newslist li .pic { display: block; width: 100%; height:150px; margin-top: 15px; overflow: hidden; }
#pg-news .newslist li .pic img { max-width:100%; }
#pg-news .newslist li .text { display: block; font-size: 12px; line-height: 22px; color: #888; height: 64px; overflow: hidden; margin-top: 15px; }
#pg-news .newslist li .more { transition: All .2s ease-in-out; -webkit-transition: All .2s ease-in-out; -moz-transition: All .2s ease-in-out; -o-transition: All .2s ease-in-out; margin-top: 25px; display: inline-block; color: #757575; border: 1px solid #666; padding: 6px 28px; }
#pg-news .newslist li:hover { z-index: 2; transform: translateX(-1px); box-shadow: 0 0 20px rgba(0,0,0,0.2); }
#pg-news .newslist li:hover .more { background-color: #666; color: #fff; }
#pg-news .newslist li:hover .text { color: #333; }
#pg-news .newslist li:hover .text { color: #333; }
.news_con .title { font-size: 25px; text-align: center; margin-top: 10px; }
.news_con .subhd { color: #999; font-size: 12px; text-align: center; margin-top: 10px; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.news_con .text { min-height: 300px; margin-top: 20px; line-height: 2em; overflow: hidden; }
.news_con .text p { margin-bottom: 10px; }
.news_con .text img { max-width: 100%; }
.news_ft { height: 80px; padding: 15px; margin-top: 20px; color: #999; background-color: #f5f5f5; }
.news_ft .fl p { margin-bottom: 10px; }
.news_ft .fl a:hover { color: #074F99; }
.news_ft .fr a { display: block; padding: 8px 15px; background-color: #fff; color: #999; border: 1px solid #eee; margin-top: 8px; cursor: pointer; }
.news_ft .fr a:hover { background-color: #074F99; color: #fff; }
 @media only screen and (max-width: 1100px) {
#pg-news .newslist li{ width: 29.3%; }
}
 @media only screen and (max-width: 900px) {
#pg-news .newslist li{ width: 46%; }
}
 @media only screen and (max-width: 500px) {
#pg-news .newslist li{ width: 100%; }
}

/*******************新闻资讯END*********************/
	
/*************产品中心*********************/
/********产品列表************/

.pgleft { float: left; width: 260px; }
.pgleft .pgltit { height: 40px; line-height: 40px; color: #fff; font-size: 16px; padding-left: 10px; margin-bottom: 2px; background: #074F99; background-size: auto 24px; border-bottom: 3px solid #666; }
.pgleft .pl-menu { font-size: 14px; border-bottom: 2px solid #ddd; }
.prolist_side li { padding: 10px 0px 10px 10px; background-color: #f8f8f8 !important; margin-bottom: 3px !important; }
.prolist_side li a { color: #999; background-image: none !important; }
.prolist_side li a:hover { color: #074F99 !important; }
.prolist_side li a.A { color: #074F99 !important; }
.prolist_side_son li a:hover,
.prolist_side_son li a:active,
.prolist_side_son li a.A { color: #074F99; }
.pgright { float: right; width: -moz-calc(100% - 300px); width: -webkit-calc(100% - 300px); width: calc(100% - 300px); }
.pgright .prolist { width: 100%; }
.pgright .prolist li { float: left; width: 33.3%; text-align: center; background-color: #fff; }
.pgright .prolist li a { display: block; padding: 15px; text-align: center; border: 1px solid #ddd; margin-left: -1px; margin-top: -1px; background-color: #fff; overflow: hidden; position: relative; }
.pgright .prolist li a span { display: inline-block; width: 100%; text-align: center; overflow: hidden; }
.pgright .prolist li a img { max-width: 100%; }
.pgright .prolist li a p { display: inline-block; width: 90%; color: #777; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pgright .prolist li a:hover { border-color: #074F99; transform: scale(1.02, 1.02); box-shadow: 0px 3px 6px rgba(0,0,0,.3); z-index: 999; }
 @media only screen and (max-width: 1100px) {
.pgleft { display:none; width:0; }
.pgright { width:100%; }
}
 @media only screen and (max-width: 900px) {
.pgright .prolist li { width: 50%;  }
}
 @media only screen and (max-width: 500px) {
.pgright .prolist li { width: 100%;  }
}


/**************产品详情****************/
.pgright .pro-top { position: relative; }
.pgright .pro-img { width: 100%; min-height: 300px;text-align: center; }
.pgright .pro-img img { max-width: 100%; height: auto; }
.pgright .pro-det { float: right; padding: 20px 40px; background-color: rgba(7,79,153,.8); position: absolute; left: 0px; bottom: 0px; width: 100%;}
.pgright .pro-det h3 { font-size: 24px; font-weight: normal; color: #fff; margin: 0; }
.pgright .pro-det a:hover { color: #D90000; }
.pro-ft { margin-top: 30px; }
.pro-ft #tags_title { height: 40px; padding-left: 10px; background: #eee; border-bottom: none !important; overflow: hidden; }
#tags_title a { float: left; height: 40px !important; line-height: 40px; margin: 0px !important; padding: 0 15px !important; border: none !important; color: #666; background-color: #eee !important; }
#tags_content div { padding: 0px !important; }
#tags_content td{border:1px solid #000;}
.pro-ft #tags_content { min-height: 300px; margin-top: 30px !important; }
.pro-ft #tags_content img { max-width: 100%; }
#tags_title a.A { background: #fff !important; color: #074F99 !important; font-weight: normal !important; border-top: 2px solid #eee !important; border-bottom: none !important; box-sizing: border-box !important; }
#pro_btm { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 20px; }
#pro_btm ul li { float: left; width: 50%; height: 52px; line-height: 50px; }
#pro_btm ul li img { width: 50px; height: 50px; border: 1px solid #ddd; }
#pro_btm ul li .img { float: left; display: table-cell; width: 50px; height: 50px; vertical-align: middle; margin-right: 10px; }
 @media only screen and (max-width: 900px) {
.pgright .pro-det h3 { font-size:16px; }
}
/*************产品中心END*********************/
/******************客户服务******************/
#pg-service .fr { float: right; width: 780px; font-size: 16px; line-height: 2em; padding-top: 40px; }
/******************客户服务END******************/

/******************在线反馈******************/
#pg-fdbk { min-height: 400px; padding: 50px 0; background-color: #F5F5F5; }
#pg-fdbk .subhd { width: 90%; margin: auto; margin-bottom: 30px; color: #999; }
#pg-fdbk .subhd span { float: left; display: block; width: 42px; height: 42px; text-align: center; line-height: 34px; border-radius: 100%; background-color: #074F99; margin-right: 15px; }
#pg-fdbk .subhd h3 { color: #074F99; font-size: 16px; margin-bottom: 5px; font-weight: normal; }
#pg-fdbk .formbox { width: 90%; margin: auto; }
#pg-fdbk .formbox .fl { width: 40%; }
.formbox .fm-item { display: block; border: 1px solid #ddd; transition: all ease-in .2s; overflow: hidden; }
#pg-fdbk .formbox .fl .fm-item { height: 50px; margin-bottom: 20px; }
.formbox .fm-item input[type="text"],
.formbox .fm-item textarea { width: 100%; height: 100%; padding: 15px; border: none; background-color: inherit; box-sizing: border-box; }
#pg-fdbk .formbox .fl .fm-item #checksn { width: 60%; }
#pg-fdbk .formbox .fl .fm-item #checkimg { float: right; width: 80px; height: auto; margin-right: 15px; margin-top: 8px; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aaa; }
.formbox .fm-item input[type="text"]:focus,
.formbox .fm-item textarea:focus { background-color: #fff; border-color: #004A97; }
#pg-fdbk .formbox .fr { width: 55%; }
#pg-fdbk .formbox .fr .fm-item { height: 267px; }
.formbox .btnbox { width: 100%; height: 50px; text-align: center; line-height: 50px; border: 1px solid #ddd; transition: all ease-in .2s; }
.formbox .btnbox .btn { display: block; width: 100%; height: 100%; }
#pg-fdbk .fm-item:hover,
.formbox .btnbox:hover { border-color: #aaa; box-shadow: 0px 3px 8px rgba(0,0,0,.4); background-color: #fff; }
 @media only screen and (max-width: 800px) {
#pg-fdbk .formbox .fl { width: 100%; }
#pg-fdbk .formbox .fr { width: 100%; padding-bottom:30px; }
}
/******************在线反馈END******************/


/************下载中心*************/
.downlist { width: 100%; margin: auto; }
.downlist li { height: 48px; line-height: 48px; background-color: #f5f5f5; margin-bottom: 20px; position: relative; }
.downlist li i { position: absolute; left: -30px; top: -2px; }
.downlist li .name { float: left; margin-left: 40px; }
.downlist li .type { float: left; color: #999; margin-right: 80px; }
.downlist li .btn { display: block; float: right; width: 90px; height: 48px; background: #ddd url(../images/down2.png) no-repeat center center; border-left: 4px solid #fff; }
.downlist li .btn:hover { background-color: #074F99; }
/************下载中心END*************/




/***********联系我们**************/
#pg-contact { position: relative; }
#pg-contact #map { width: 100%; height: 500px; }
#pg-contact .conbox { width: 420px; color: #fff; line-height: 2em; position: absolute; right: 0px; bottom: 0px; }
#pg-contact .conbox dt { height: 60px; font-size: 20px; line-height: 60px; padding-left: 20px; background-color: rgba(7,79,153,.9); transition: all ease .3s; }
#pg-contact .conbox dt img { height: 30px; margin-right: 10px; }
#pg-contact .conbox dd { font-size: 14px; line-height: 2em; padding: 25px 0 25px 50px; background-color: rgba(0,0,0,0.7); transition: all ease .3s; }
#pg-contact:hover .conbox dd { background-color: rgba(51,51,51,1); }
#pg-contact:hover .conbox dt { background-color: rgba(7,79,153,1); }
 @media only screen and (max-width: 600px) {
#pg-contact .conbox { width: 100%; color: #fff; line-height: 2em; position: absolute; right: 0px; bottom: 0px; }
#pg-contact .conbox dd { padding-left: 20px; }
}
/***********联系我们 END**************/
.pagewrap { margin-top: 20px; padding-bottom: 10px; padding-top: 20px; border-top: 1px solid #ddd; }
.pagebtn { width: 30px !important; height: 30px !important; line-height: 29px !important; border-radius: 4px; }
.pagebtnA { background: #CD222A !important; color: #FFF !important; border: 0px none !important; font-weight: normal !important; width: 30px !important; height: 30px !important; line-height: 29px !important; border-radius: 4px; }
