
/*reset*/

/* CSS reset for c_b */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}

table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:underline;}
/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}


/*其他*/
.cur{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;width:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}



/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:14px; font-family: "微软雅黑"; position:relative;min-width:1200px;width:100%;}/*网站字体颜色*/
.container{margin-left:auto; margin-right:auto; width:1200px;}
.w12{ width: 1200px; margin:auto; }
.w1440{ width: 1440px; margin:auto; }
.header{ width: 100%; }
.header-top{
  height: 130px;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: row; 
}
.header-top>div{
  width: 100%;
  display: flex;
  flex-direction: row; justify-content: space-between;
}
.header-top-r-item1{
  position: relative;
  padding-left: 70px;
  float: left;
  margin-top: 10px;
}
.header-top-r-item1:before{
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../image/tel.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 10px;
}
.header-top-r-item1 p{
  font-size: 18px;
  color: #333333;
  line-height: 33px;
}
.header-top-r-item1 h5{
  font-size: 30px;
  color: #f36422;
  font-weight: bold;
  font-family: "Arial";
  line-height: 36px;
}
.header-top-r-item2{
  width: 90px;
  height: 90px;
  float: right;
  margin-left: 40px;
}
.header-top-r-item2 img{
  width: 100%;
  height: 100%;
}
.logo{ height: 60px; margin-top: 15px; display: block; }
.logo img{ height: 100% }
.nav{ width: 100%; height:50px; line-height: 50px; background: #0066cc; position: relative; }
.nav li{ width: 150px; float: left; position: relative; margin-left: 25px; text-align: center;}
.nav li:first-child{ margin-left: 0; }
.nav li a{ color: #fff; font-size: 18px; position: relative; display: block;}
.nav li.active,.nav li:hover{
  background:#f26520;
}
.nav li.active a,.nav li:hover a{ color: #fff; }
.nav li>dl {  background: rgba(255,255,255,.8); display: none; 
  padding:0 0; width: 200px; position: absolute; z-index: 2;  top: 50px; left: 0; 
  background: #0066cc
}
.nav li>dl>dd{ width: 100%; border-bottom: 1px solid #eee; text-align: center; }
.nav li>dl>dd:last-child{ border-bottom: 0; }
.nav li>dl>dd a{ font-size: 16px; line-height: 40px; color: #fff; }
.nav li>dl>dd a:before{ display: none; }
.nav li.active>dl>dd a{ font-size: 16px; line-height: 40px; color: #fff; }
.nav li>dl>dd a:hover{ color: #fff }
.nav li>dl>dd:hover{
  background: #f26520;
}
/*.nav *, .nav *:after, .nav *:before {
    -webkit-transition: height .3s, width .3s, color .3s, -webkit-box-shadow .3s,border .3s,opacity .3s,-webkit-transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
    transition: height .3s, width .3s, color .3s, box-shadow .3s,border .3s,opacity .3s, transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
}*/
.relative{ position: relative; }

.subNav{
    position: absolute;
    top: 90px;
    height: auto !important;
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    top: -1000px;
    pointer-events: none;
}
.nav li.active .subNav {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
    top: 90px;
    pointer-events: auto;
}
.nav li .subNav {
    width: 890px;
    right: 0;
    z-index: 2;
    background:rgba(255,255,255,.8)
}
/*.nav li .subNav div {
    padding: 10px 0;
}*/
.nav li .subNav .nav-list-sub-bd {
    padding: 10px 15px;
    overflow: hidden;
    display: flex;
}
.nav li .subNav .nav-list-sub-bd dl {
    width: 25%;
    float: left;
    flex: 1;
   /* -webkit-transform: translateX(20px);
    transform: translateX(20px);*/
    opacity: 1;
    display: block !important
}
.nav li .subNav .nav-list-sub-bd dt {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.nav li .subNav .nav-list-sub-bd a:before{ display: none !important }
.nav li .subNav .nav-list-sub-bd dt a {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    display: inline;
    color: #000;
}
.nav li .subNav .nav-list-sub-bd dt a:hover{ color: #19a5ff }
.nav li .subNav .nav-list-sub-bd dd {
    padding-top: 5px; display: block;
}
.nav li .subNav .nav-list-sub-bd dd span {
    display: block;
}
.nav li .subNav .nav-list-sub-bd dd a {
    line-height: 28px;
    display: inline;
    font-size: 12px;
    color: #000;
}
.nav li .subNav .nav-list-sub-bd dd a:hover{ color: #19a5ff }

.nav li .subNav .nav-list-sub-bd dd{ width: 90%; height: 120px; overflow: auto; padding-right: 30px  }
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar{ width:2px; }
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar-track{ background:#e6e6e6;}
.nav li .subNav .nav-list-sub-bd dd::-webkit-scrollbar-thumb{ background:#00508f;}

/*移动导航*/
.mobi-topNav{position:fixed; top:0; z-index:99;height:50px;width:100%;background: #fff; box-shadow: 0 0 3px #00508f; }
.mobi-topNav .mobi-logo{height: 30px;max-width:230px;float:left; margin-top: 10px;    margin-left: 2%;}
.mobi-topNav .mobi-logo img{display: block;height: 30px;}
.mobi_nav_default{float:right; width:auto;height:100%; margin-right: 3%;}
.mobi_nav_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer; margin-right: 15px;}
.mobi_nav_default a.current{border-bottom:3px solid #5cb047;}
.mobi_nav_default .searchBtn{width:45px;height:100%;background: url(/template/default/static/images/ssBtn1.png) no-repeat center center;background-size:auto 50%;}
.mobi_nav_default .searchBtn.current{background: url(/template/default/static/images/mobi_searchBg_cur.png) no-repeat center center;background-size:auto 50%;}*/

.mobi_top_default{height:30px; position: absolute; top: 15px; right:60px; }
.mobi_top_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer;}
.mobi_top_default .searchBtn{width:25px;height:25px;background: url(/template/default/static/images/sousuo.png) no-repeat center center;background-size:100%; margin-top: -1px; }
.mobi_search_con{display:none;height:60px;position:absolute;top:0;left:0;right:0;background: #ededed; z-index: 1009;padding: 0 0.7em;}
.mobi_con_inner{position:relative;width:86%;background: #fff;    border: solid 1px #bfbfbf;border-radius: 3px;height:38px;margin:15px 0;}
.mobi_con_inner .mobibtn{position:absolute;top:0;right:0;border:0;width:40px;height:100%;background: url(/template/default/static/images/sousuo.png) no-repeat center center;background-size:auto 60%;}
.mobi_con_inner .mobitext{display:block;width:200px;background: none;border:0;height:14px;font-size:14px;padding:18px 10px;color:#333;box-sizing:border-box;}
.search-cancel-btn {
    line-height: 30px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 20px;
}
.pl-10 {
    padding-left: 10px;
}
.c-fff {
    color: #333;
}

.mobi_navfixed{display:none;position: fixed;width:235px;left:-210px;top:0;height:100%;background: #333333;z-index:9999;}
.mobi_navfixed.current{left:0;}
.navfixmask{display:none;position: fixed;width:100%;height:100%;top:0;left:0;background: #000;opacity: 0.6;z-index:998}
.navfixed_con{position:relative;z-index:100;width:100%;height:100%;overflow-y: auto;}
.navfixed_con a{display: block;width:100%;box-sizing:border-box;position: relative;text-decoration: none;}
.navfixed_con .same{position: relative;}
.navfixed_con .iglys{position: absolute;top:0;width:40px;}
.navfixed_con i.glyphicon{position: absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;font-size:16px;color:#fff;}
.navfixed_con>ul>li>.same>.iglys{right:0;height:50px;}

.navfixed_con>ul>li>.same>a{padding-left:20px;font-size:14px;color:#fff;height:50px;line-height:50px;border-bottom:1px solid #1a1a1a;border-top:1px solid #464545;}
.navfixed_con>ul>li:first-child>.same>a{border-top:0;}

.navfixed_con .mobiSecondNav{display: none;}
.navfixed_con .mobiSecondNav>ul>li>.same>a{font-size:13px;color:#fff;border-bottom:1px solid #1a1a1a; padding:10px 10px 10px 30px;}
.navfixed_con .mobiSecondNav>ul>li>.same>.iglys{right:10px;height:40px;}

.navfixed_con .mobithreeNav{display: none;}
.navfixed_con .mobithreeNav>ul>li>.same>a{font-size:13px;padding-left:40px;color:#fff;height:36px;line-height:36px;border-bottom:1px solid #1a1a1a;}
.navfixed_con .mobithreeNav>ul>li>.same>.iglys{right:15px;height:36px;}


.glysamei{-webkit-transition: all 0.3s linear}
.glysamei.current{transform:rotate(90deg);-webkit-transform:rotate(90deg); -webkit-transition: all 0.3s linear;}

#hamburger {
  cursor: pointer;
  float: right;
  margin-top: 7px;
  margin-right: 3%;
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00508f;
  margin: 8px 0;
  transition: 0.3s;
  text-indent: -999em;
}

.mobi_navBar.current #hamburger::before {
  transform: translate(0, 10px) rotate(-45deg);
}

.mobi_navBar.current #hamburger span {
  opacity: 0;
}

.mobi_navBar.current #hamburger::after {
  transform: translate(0, -10px) rotate(45deg);
}

.wrapper.hamburger::after {
  content: "";
  display: block;
  height: 0;
  clear: left;
}

.footer{ width: 100%; overflow: hidden; background:#0a3866; }
.footer-one{ padding: 35px 0; }
.footer-one-l{
  width: 460px;
  position: relative;
}
.footer-one-l:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 225px;
    background:#084880;
    right: 0;
    top: 0;
}
.footer-one-l ul{
  padding-left: 24px;
  position: relative;
  padding-top: 25px;
}
.footer-one-l ul:before{
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    background:url(../image/footer-icon1.png) no-repeat;
    left: 0;
    top:43px;
}
.footer-one-l li{
  width: 95px;
  margin-right: 45px;
  float: left;
}
.footer-one-l li:nth-child(3n){
  margin-right: 0;
}
.footer-one-l a{
  display: block;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-one-l a:hover{
  color: #fff;
}
.footer-one-c{
  width: 390px;
  padding: 0 55px 0 46px;
  position: relative;
  height: 225px;
  display: flex;
  align-items: center;
}
.footer-one-c:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 225px;
    background:#084880;
    right: 0;
    top: 0;
}
.footer-one-c div{
  width: 100%;
}
.footer-one-c ul{
  overflow: hidden;
  width: 100%;
}
.footer-one-c li{
  float: left;
  width: 110px;
}
.footer-one-c li:last-child{
  float: right;
}
.footer-one-c li a{
  font-size: 16px;
  line-height: 30px;
  color: #e5e5e5
}
.footer-one-c li a:hover{
  color: #fff;
}
.footer-one-c li img{
  margin-right: 18px;
}
.footer-one-c-item2{
  margin-top: 34px;
}
.footer-one-c-item2 span{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  float: left;

}
.footer-one-c-item2 p{
  float: right;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Arial";
}
.footer-one-r{
  width: 280px;
  height: 225px;
  display: flex;
  align-items: center;
}
.footer-one-r div{
  width: 100%;
}
.footer-one-r span{
  display: block;
  width: 125px;
  float: left;
}
.footer-one-r span:last-child{
  float: right;
}
.footer-one-r span img{
  width: 100%;
}
.footer-one-r span p{
  color: #fff;
  font-size: 16px;
  color: #e5e5e5;
  text-align: center;
  line-height: 60px;
}






.footer-two{ 
 
  height: 124px; 
  border-top: 1px solid #084880; 
  color: #cccccc; font-size: 14px; 
  display: flex;
  align-items: center;
}
.footer-two>div{
  width: 100%;
}
.footer-two-l{
  width: 450px;
  float: left;
}
.footer-two-l span{
  margin-top: 10px;
  display: block;
}
.footer-two-l span a{ color: #cccccc; }
.footer-two-l span a:first-child{ margin-right: 15px; }
.footer-two-l span a:hover{ color: #fff; }
.footer-two ul{
  float: right;
  line-height: 50px;
}
.footer-two h5{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #e5e5e5;
  display: inline;
}
.footer-two li{
  display: inline;
  margin-left: 35px;
}
.footer-two ul a{
  color: #ccc;
  font-size: 14px;
  margin-left: 35px;
}
.footer-two ul a:first-child{
  margin-left: 25px;
}
.footer-two a:hover{
  color: #fff;
}

/*右侧悬浮*/
.right-fixed{ width: 60px;  position: fixed; top: 50%; margin-top: -135px; right: 0; z-index: 10;  height: 270px; display: none;  }
.right-fixed ul { width: 100%; zoom:1;}
.right-fixed li {  position: relative;  width: 60px; height: 60px;  float: right;  line-height: 60px;  background: #666; margin-bottom: 10px; transition: width .3s, background .3s, margin .3s;}
.right-fixed li.right-fixed1 {width: 230px;  margin-right: -170px; }
.right-fixed li.right-fixed2{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed3{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed4{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed5{ width: 230px; margin-right: -170px; }
.right-fixed li.right-fixed6{ width: 230px; margin-right: -170px; }
.right-fixed li.top{ background:#666; }
.right-fixed li a { display: block;  width: 100%;  height: 100%;}
.right-fixed li .ico { width: 60px; height: 60px; position: absolute;  top: 0;  left: 0;  transition: left .3s;}
.right-fixed li.right-fixed1 .ico, .right-fixed li.right-fixed2 .ico ,.right-fixed li.right-fixed3 .ico,
.right-fixed li.right-fixed4 .ico, .right-fixed li.right-fixed5 .ico ,.right-fixed li.right-fixed6 .ico,
{left: 0;}
.right-fixed li .ico.ico01 {background: url(/template/default/static/images/qq.png) no-repeat center;}
.right-fixed li .ico.ico02 {background: url(../image/tel.png) no-repeat center;}
.right-fixed li .ico.ico05 {background: url(/template/default/static/images/wechat.png) no-repeat center;}
.right-fixed li .ico.ico07 {background: url(/template/default/static/images/toTop.png) no-repeat center;}
.right-fixed li p {
    font-size: 15px;
    color: #fff;
    line-height:60px;
    padding: 0 20px;
    transition: transform .3s;
}
.right-fixed li.right-fixed1 p, .right-fixed li.right-fixed2 p , .right-fixed li.right-fixed3 p,
.right-fixed li.right-fixed4 p, .right-fixed li.right-fixed6 p
{
    padding: 0 20px 0 60px;
}
.right-fixed li.right-fixed5 p{ padding:0 0 0 60px; }
.right-fixed li:hover {  background: #19a5ff;}
.right-fixed li.right-fixed1:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed2:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed3:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed4:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed5:hover {margin-right: 0;width: 230px; background: #19a5ff}
.right-fixed li.right-fixed5:hover p{ width: 160px; height:160px; border:1px solid #ccc; padding:0; background: #fff; padding-left: 0;}
.right-fixed li.right-fixed5:hover p img{ display: block; width: 100%; }
.right-fixed li.right-fixed6:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed1:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed2:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed3:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed4:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed5:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed6:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed1:hover p,.right-fixed li.right-fixed2:hover p,
.right-fixed li.right-fixed3:hover p,.right-fixed li.right-fixed4:hover p,.right-fixed li.right-fixed6:hover p{ padding: 0 20px; }
/*.right-fixed li.right-fixed1:hover .ico.ico01 {background: url(../images/right-i1-hover.png) no-repeat center;} 
.right-fixed li.right-fixed2:hover .ico.ico02 {background: url(../images/right-i2-hover.png) no-repeat center;} 
.right-fixed li.right-fixed3:hover .ico.ico03 {background: url(../images/right-i3-hover.png) no-repeat center;} */
/*.right-fixed li.top:hover .ico.ico04 {background: url(../images/right-i4-hover.png) no-repeat center;} */


@media screen and (max-width:1440px) {
  .w1600{ width: 1100px; margin: auto }
  .w1440{width: 1100px; margin: auto }

  
}

@media screen and (max-width:1024px) {
  body{ min-width: 100%; }
  .w12,.w1440{ width: 94%; }
  .footer-one{
    display: none;
  }
  .footer-two{
    height: auto;
    padding:10px 0;
    overflow: hidden;
    display: block;
  }
  .footer-two ul{
    display: none;
  }
  .footer-two-l{
    width: 100%;
  }
}

/*返回顶部*/
.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:80%; right:46%; margin-right:-615px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}

/* -- 弹出窗口 -- */
#oran_full_bg{ display:none !important;}

/* tanchuang1 提交弹窗*/
.tanchuang1{width:100%;position: fixed;top: 0;left: 0;background: url(../image/tanchuangbg.png);height:100%; z-index:9999999;}
.tanchuang1 .conBox{width: 400px;height: 212px;padding: 20px;background: #fff;position: absolute;left: 50%;margin-left: -220px;top: 50%;margin-top: -80px;}
.tanchuang1 .conBox .tcClose{width: 33px;height: 90px;position: absolute;right: 45px;top: -90px;cursor: pointer;z-index:999999999999999;}
.tanchuang1 .conBox .box{width: 398px;height: 190px;border: 1px solid #e5e5e5;padding-top: 20px;text-align: center;position: relative;}
.tanchuang1 .conBox .box img{display: block;width: 47px;height: 47px;margin: 0 auto;}
.tanchuang1 .conBox .box h5{font-size: 24px;color: #044b2d;font-weight: bold;margin-top: 10px;}
.tanchuang1 .conBox .box p{font-size: 16px;color: #4d4d4d;margin-top: 10px;}
.tanchuang1 .conBox .box .b15{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 18px;color: #fff;position: absolute;bottom: -1px;left: 50%;margin-left: -75px;background: #044b2d;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}

@media (max-width: 1024px){
  .container {
    width: 94%;
  }
}
