@charset "UTF-8";
html,body,div,ol,ul,li,ol,h1,h2,h3,h4,p,dl,dt,dd,form,a,input,textarea,select,label,img {margin: 0;padding: 0;font-weight: normal;}
body,button,input,select,textarea {font-family:  "微软雅黑","华文黑体","黑体",'PingHei','Helvetica', 'STHeitiSC-Light', 'Arial',courier, sans-serif;font-size: 14px;}
body {color: #333;background: #fff;min-width: 320px;}
a{text-decoration: none;color: #333;}
a:hover {text-decoration: none;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;color: #ff7700;}
a:focus {-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;text-decoration: none;}
img {border: 0;vertical-align: top;}
ul,ol,li {list-style: none;}
a,a:focus,input,input:focus {outline: none;}

/*返回顶部*/
.cbbfixed {
  position: fixed;
  transition: bottom ease .3s;
  bottom: 230px;
  right: -85px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbbfixed .cbbtn {width: 30px;height: 30px;display: block;background-color: #ff7700;}
.cbbfixed .gotop {transition: background-color ease 0.3s;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.cbbfixed .gotop .up-icon {float: left;margin: 9px 0 0 4px;width: 23px;height: 12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color: #ff7700;}

.main{max-width: 750px; margin: auto;background: #f2f2f2; height: 100% !important;}
.main img{display: block; height: auto; max-width: 100%;}
.banner{position: relative;}
.banner_text{position: absolute; bottom: 10px; width: 100%; text-align: center; font-size: 16px; line-height: 32px; color: #fff;}
.banner_text span{color: #ffff00; padding-right: 12px;}
.nav{overflow: hidden; background: #ff7700; position: relative;}
.nav a{display: block; float: left; width: 50%; color: #fff; font-size: 18px; text-align: center; line-height: 44px;}
.nav_xian{height: 16px; width: 1px; position: absolute; left: 50%; background: #ccc; top: 50%; margin-top: -8px;}
.main_box{padding: 15px 15px;}
.tiezi{background: #fff; border-radius: 6px; font-size: 14px; color: #666; margin-bottom: 15px; overflow: hidden;}
.tiezi01{padding: 15px;}
.tiezi:last-child{margin-bottom: 0px !important;}
.tiezi h1{line-height: 32px; color: #333; height: 32px; overflow: hidden; margin-bottom: 10px; font-size: 16px; font-weight: bold;}
.tiezi dl{overflow: hidden;}
.tiezi dt{width: 40%; padding-right: 2%; display: inline-block; vertical-align: middle;}
.tiezi dd{width: 56%; display: inline-block; vertical-align: middle;}
.tiezi_text{line-height: 24px; height: 96px; overflow: hidden; display: block;}
.tiezi_button{text-align: right;}
.tiezi_a{margin-right: 12px; padding: 0px 10px; margin-top: 15px; line-height: 24px; height: 24px; border-radius: 12px; border: 1px solid #ff7700; text-align: center; display: inline-block; overflow: hidden;}
.tiezi_a:last-child{background: #ff7700;margin-right: 0px;}
.tiezi_a a{color: #1a477e;}
.tiezi_a:last-child a{color: #fff;}
.tiezi_left{text-align: left;}
.tiezi_suojin{text-indent: 2em;}
.tiezi_h1{background: #ccc; line-height: 40px; font-size: 18px; color: #000; font-weight: 600;}
.tiezi_h1 img{display: inline-block; vertical-align: middle; height: 24px; margin-right: 8px; margin-left: 12px; margin-top: -4px;}
.tiezi_xian{height: 1px; background: #eee; margin: 0px 15px;}
.tiezi_libiao{margin: 15px;}
.tiezi_libiao li{overflow: hidden; margin-bottom: 10px;line-height: 36px;}
.tiezi_flei{width: 32%; float: left; margin-right: 3%; text-align: center; background: #eee; height: 36px; overflow: hidden;}
.tiezi_flei a{padding: 0px 5px;}
.tiezi_xxi{width: 65%; float: left; height: 36px; overflow: hidden;}
.tiezi_libiao a{color: #1a477e; display: block;}
.tiezi_pic{overflow: hidden; margin: 20px 15px 10px 15px;}
.tiezi_pic li{width: 48%; margin-right: 4%; float: left; margin-bottom: 10px;}
.tiezi_pic li:nth-child(2n){margin-right: 0px;}
.tiezi_pic li img{margin: auto;}
.footer{padding: 20px 10px; background: #999; overflow: hidden; font-size: 12px; color: #fff; line-height: 22px; /*text-align: center;*/}
/*.footer_right img{max-width: 50%; margin: auto; margin-top: 10px;}*/
.footer_left{width: 80%; float: left;}
.footer_right{width: 16%; float: right;}
.footer a{color: #fff;}
@media (max-width:768px){

}