html,body { margin: 0px; padding: 0px; width: 100%; overflow-x: hidden; font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height:25px;   background:#fff; color: #333;}
ul,li{list-style-type:none; margin:0px; padding:0;}
a{ text-decoration:none; color:#333;}
.clear{ clear: both; display: block;}



/*  top */
.topMargin{ clear: both; display: block; height: 60px; }
.top{ clear: both; display: flex; width: 100%; position: fixed; left: 0px; top: 0px; background-color: #fff; z-index: 300; border-bottom: 1px solid #e3e3e3;}

.logo{ display: flex; flex: 1; }
.logo a{ display: flex; flex: 1; }
.logo-pic{ display: flex; width: 50px; height: 50px; padding-right: 10px; margin: 5px 10px 0px 10px; }
.logo-pic img{ border: 0px; clear: both; display: block; height: 44px;}
.logo-txt{ display: flex; flex-direction: column; }
.logo-txt strong{ clear: both; display: block; font-size: 22px; color: #337ab7; padding-top: 10px;}
.logo-txt span{ clear: both; display: block; font-size: 12px; }


.showMenu{ display: flex; height: 35px; line-height: 35px; margin-top: 10px; font-size: 18px; background-color: #337ab7; color: #fff; padding: 0px 10px;}

/*  menu */
.menu{ display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; box-shadow: 0px 0px 10px #000; border-right: 1px solid #e3e3e3; z-index: 400; }
.menu ul{ clear: both; display: block; padding: 25px 0px; }
.menu ul li:last-child{ display: flex; font-size: 40px; justify-content: center; margin-top: 50px; color: #337ab7;}
.menu ul a{ clear: both; display: block; background: #f7f7f7; height: 45px; line-height: 45px; border-radius: 45px; width: 90%; margin: 10px auto; font-size: 16px; text-align: center; border-right: 1px solid #f7f7f7; }
.menu ul a:hover{ background-color: #337ab7; color: #fff; font-weight: bold; }
.menu ul .on{ background-color: #337ab7; color: #fff; font-weight: bold; }

.menu .close{ position: absolute; right: 0px; top: 10px; background-color: #337ab7; color: #fff; width: 35px; height: 35px; border-radius: 0px 0px 0px 0px; font-size: 20px; text-align: center; line-height: 35px; }


/* index-channel */
.index-channel{ display: flex; width: 100%; height: 400px; flex-direction: column; position: relative; }
.index-channel-img{ display: flex; width: 100%; height: 100%;}
.index-channel-img img{ display: flex; border: 0px; width: 100%; height: 100%; }


.index-channel-c{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; flex-direction: column;}

.index-channel-con{ display: flex; flex-direction: column; width: 100%; height: 100%; padding: 0px 30px; box-sizing: border-box; justify-content: center; align-items: flex-start;}
.index-channel-con strong{ display: flex; align-items: center; font-size: 50px; height: 50px; color: #fff; margin-bottom: 20px;}
.index-channel-con span{ display: flex; font-size: 20px; color: #fff; line-height: 35px; }
.index-channel-con p{ display: flex; font-size: 30px; color: #fff;}
.index-channel-con p a{ display: flex; border-radius: 10px; border: 1px solid #fff; padding: 10px 40px; font-size: 16px; color: #fff;}


/* index-youshi */
.index-youshi{ clear: both; display: flex; width: 100%; margin: 0px auto; padding: 50px 0px; flex-direction: column; }
.index-youshi-tit{ display: flex; flex-direction: column; font-size: 45px; justify-content: center; align-items: center; color: #172544;}
.index-youshi-tit strong{ font-size: 45px; color: #172544; margin-bottom: 20px; }
.index-youshi-tit span{ font-size: 18px; color: rgba(23, 37, 68, 0.6); }


.index-youshi-list{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; }
.index-youshi-list li { display: flex; width: 90%; margin: 0px auto 10px; border: 1px solid rgba(23, 37, 68, 0.15); box-shadow: 0 0px 5px rgb(128 128 128 / 50%); padding: 20px; box-sizing: border-box; }
.youshi-list-icon{ display: flex; margin-right: 20px;}
.youshi-list-icon img{ border: 0px; width: 60px; height: 60px; }

.youshi-list-txt{ display: flex; flex-direction: column;}
.youshi-list-txt strong{ display: flex; font-size: 26px; color: #333; margin-bottom: 10px;}
.youshi-list-txt span{ display: flex; font-size: 18px; color: #666; }


/* index-contact */
.index-contact{ clear: both; display: flex; width: 90%; margin: 0px auto 20px; flex-direction: column; }
.index-contact-tit{ display: flex; flex-direction: column; font-size: 45px; margin-bottom: 50px; justify-content: center; align-items: center; color: #172544; font-weight: bold;}

.index-contact-c{ display: flex; flex-direction: column; border: 1px solid #e3e3e3;}
.index-contact-l{ display: flex; }
.index-contact-l img{ display: block; border: 0px; width: 100%; height: auto;}

.index-contact-r{ display: flex; flex-direction: column; margin: 30px;}
.index-contact-txt{ display: flex; font-size: 18px; color: #172544; line-height: 44px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.index-contact-list{ display: flex; flex-direction: column; border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: 20px;}
.index-contact-list li{ display: flex; margin-bottom: 20px; align-items: center; font-size: 16px;}
.index-contact-list li img{ border: 0px; display: flex; margin-right: 10px; width: 40px; height: 40px;}


/* page-banner */
.page-banner{ display: flex; padding: 50px 0px; background-color: #f7f7f7;}
.page-banner-c{ display: flex; flex-direction: column; }
.page-banner-c strong{ display: flex; font-size: 30px; color: #fff; margin-bottom: 20px;}
.page-banner-c p{ display: flex; font-size: 16px; font-weight: lighter; color: #fff;}

/* location */
.location{ clear: both; display: block; width: 100%; margin: 10px 0px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px 0px; text-indent: 1em;; }
.location i{ margin-right: 10px;}

.page-index-c{ clear: both; display: block; width: 100%; margin: 0px auto;}


/*  left */
.left{ display: flex; width: 100%; margin-bottom: 20px; }
.left-tit{ display: flex; width: 35px; background: #337ab7; color: #fff; text-align: center; padding: 30px 0px;}

.left-list{ display: flex; flex: 1; background: #444; color: #fff; flex-wrap: wrap; justify-content: space-evenly; padding: 10px 0px;}
.left-list a{ display: flex; width: 48%; background-color: #888; color: #fff; font-size: 12px; margin-bottom: 5px; align-items: center; justify-content: center; }
.left-list .cur{ background-color: #337ab7}


/*  page-pro-right */
.page-pro-list{ clear: both; display: block;}
.page-pro-list ul{ display: flex; margin-bottom: 30px; justify-content: space-evenly;}
.page-pro-list ul li{ display: flex; flex-direction: column; width: 44%; text-align: center;}

.page-pro-list ul li a{ clear: both; display: block; }
.page-pro-list ul li p{ clear: both; display: flex; justify-content: center; align-items: center; margin: 0px; padding: 0px; width: 100%; height: 120px; overflow: hidden; }
.page-pro-list ul li p img{ clear: both; display: block; max-width: 100%; height: auto; max-height: 100%; margin: 0px auto; }
.page-pro-list ul li span{ clear: both; display: block; background-color: #f7f7f7; text-align: center; }



.page-pro-con{ clear: both; display: block;}
.page-pro-con-pic{ clear: both; display: block; text-align: center;}
.page-pro-con-pic img{ border: 0px; clear: both; display: inline-block; max-width: 90%; max-height: 100%; }
.page-pro-con-tit{ clear: both; display: block; background-color: #f7f7f7; padding: 10px; font-weight: bold; margin: 20px 0px;}



/*  page news content */
.page-news-con{ clear: both; display: block;}
.page-news-con-tit{ clear: both; display: block; font-size: 18px; font-weight: bold; text-align: center; }
.page-news-con-info{ clear: both; display: block; padding: 10px 0px; margin: 20px 0px 40px; text-align: center;}
.page-news-con-txt{ clear: both; display: block; color: #666; line-height: 30px;}
.page-news-con-txt img{ border: 0px; max-width: 100%; height: auto;}

/* page-case-list */
.page-case-list{ clear: both; display: block;}
.page-case-list ul{ display: flex; margin-bottom: 30px; justify-content: space-evenly;}
.page-case-list ul li{ display: flex; flex-direction: column; width: 44%; text-align: center;}

.page-case-list ul li a{ clear: both; display: block; }
.page-case-list ul li p{ clear: both; display: flex; justify-content: center; align-items: center; margin: 0px; padding: 0px; width: 100%; height: 120px; overflow: hidden; }
.page-case-list ul li p img{ clear: both; display: block; max-width: 100%; height: auto; max-height: 100%; margin: 0px auto; }
.page-case-list ul li span{ clear: both; display: block; background-color: #f7f7f7; text-align: center; }

/* page-news-list */
.page-news-list{ clear: both; display: block; margin: 0px 10px;}
.page-news-list li{ clear: both; display: block; border-bottom: 1px dashed #e3e3e3; padding: 7px 0px; }
.page-news-list li a{ clear: both; display: flex; flex-direction: column; width: 100%;}

.page-news-pic{ display: flex; width: 100%; }
.page-news-pic img{ border: 0px; width: 100%;}

.page-news-txt{ display: flex; flex-direction: column; padding: 10px 0px; }
.page-news-txt-tit{ display: flex; font-size: 18px; font-weight: bold;}
.page-news-txt-txt{ display: flex; font-size: 16px; color: #999;}

.page-news-txt-other{ display: flex; justify-content: space-between; align-items: center;}
.page-news-txt-time{ display: flex; font-size: 16px; color: #999;}
.page-news-txt-arr{ display: flex; width: 30px; height: 30px; justify-content: center;  align-items: center; font-size: 30px; color: #999; border-radius: 50%; border: 1px solid #999;}

/*  page news content */
.page-news-con{ clear: both; display: block; margin: 0px 15px;}
.page-news-con-tit{ clear: both; display: block; font-size: 18px; font-weight: bold; text-align: center; }
.page-news-con-info{ clear: both; display: block; padding: 10px 0px; margin: 10px 0px; text-align: center; font-size: 12px;}
.page-news-con-txt{ clear: both; display: block; color: #666; line-height: 30px;}
.page-news-con-txt img{ border: 0px; max-width: 100%; height: auto;}


/* page-about-tit */
.page-about-txt{ clear: both; display: block; margin: 15px; }
.page-about-txt img{ border: 0px; max-width: 100%; height: auto; }


/* page-contact */
.page-contact-con-list{ clear: both; display: block; padding: 15px; }
.page-contact-con-list ul{ display: flex; flex-direction: column; margin-bottom: 40px; justify-content: space-evenly; border-bottom: 1px solid #ccc;}
.page-contact-con-list li{ display: flex; margin-bottom: 15px; }
.page-contact-con-list li strong{ color: #337ab7; font-size: 16px;}
.page-contact-con-list li i{ font-size: 16px; color: #337ab7; margin-right: 5px; }






/* pageList */
.pageList{ display: flex; justify-content: center; padding: 20px 0px;}
.pageList a, .pageList b{ display: inline-block; height: 20px; line-height: 20px; border: 1px solid #f7f7f7; padding: 0px 5px; font-size: 16px; margin-left: 10px; font-size: 12px;}
.pageList a:hover, .pageList b{ background: #337ab7; color: #fff;}


.page-list{ clear: both; display: block; margin: 50px 10px 0px; padding: 20px 0px; border-top: 1px solid #e3e3e3; font-size: 12px;}



/* copy */
.copy-text-c{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0px; background: #000; color: #fff; font-size: 12px; }
.copy-text-c a{ color: #fff; }
.copy-text-l{ display: flex; }
.copy-text-r{ display: flex; }
.copy-text-r a{ margin-right: 10px; }




.sub-channel{ display: flex; background-color: #f7f7f7; }
.sub-channel li{ display: flex; flex: 1; justify-content: center; align-items: center; height: 40px; border: 1px solid #8fbdfa; margin-bottom: 10px; background-color: #fff; font-size: 16px;}
.sub-channel .cur{ background-color: #8fbdfa; color: #fff;}
.sub-channel .cur a{ color: #fff;}