﻿.nav_con {
 overflow: initial !important;
 margin: 0px;
}

.nav {
 background: #009CA0;
}

.nav_btn {
 width: 40px;
 height: 40px;
 position: absolute;
 top: 10px;
 right: 0px;
 cursor: pointer;
 background: #fff url(/Sites/Uploaded/UserUpLoad/20170920/20170920094441.png) no-repeat center;
 border-radius: 2px;
}

.nav_btn {}

.close_nav_btn {
 background: #fff url(/Sites/Uploaded/UserUpLoad/20170906/20170906161027.png) no-repeat center;
}

.navbar {
 border-bottom: 0px !important;
 margin-bottom: 0px !important;
}

.sy2_ul .tsyl {
 display: none;
}


/*PC导航样式*/

.navbar .nav {
 height: 40px;
 line-height: 40px;
 width: 1170px;
 margin: 0 auto;
}

.sy_nav {
 width: 100%;
 margin: 0 auto;
}

.phone_container {
 width: 1280px;
 margin: 0 auto;
}


/*一级导航*/

li.sy1_li {
 float: left;
 position: relative;
 *z-index: 111;
}

li.sy1_li a.sy1_tit {
 font-size: 16px;
 height: 60px;
 line-height: 60px;
 display: inline-block;
 color: #fff;
 padding: 0 30px;
}

li.homeLi a.homeA {
 padding-left: 0;
}

li.last a.sy1_tit {
 padding-right: 0;
}

li.sy1_li a.sy1_tit:hover,
li.sy1_li a.sy1_tit.Hover {
 /* background: #bb0606; */
}

li.sy1_li.Has_Children a.sy1_tit:hover {}

li.sy1_li a.sy1_tit:hover,
li.sy1_li a.sy1_tit.Hover,
li.sy1_li.Has_Children a.sy1_tit:hover,
li.sy1_li.Has_Children a.sy1_tit.Hover {
 background: url(/Content/Areas/Common/images/common/arrLeft-fill.png) no-repeat center 51px;
 background-size: 20px;
}

li.homeLi a.homeA:hover {
 background: none;
}

li.last a.sy1_tit:hover {
 background: url(/Content/Areas/Common/images/common/arrLeft-fill.png) no-repeat 43px 51px !important;
}


/*二级导航*/

.sy2_ul {
 background: #fff;
 display: none;
 position: absolute;
 z-index: 999999;
 left: 50%;
 top: 60px;
 width: 160px;
 margin-left: -80px;
 box-shadow: 0px 0px 20px 0px rgba(0, 156, 160, 0.2);
 border-radius: 2px;
 padding: 15px 0;
}

li.last .sy2_ul {
 margin-left: -64px;
}

li.sy2_li {
 position: relative;
 z-index: 1000;
 text-align: center;
}

li.sy2_li a.sy2_tit {
 display: block;
 color: #333;
 line-height: 50px;
}

li.sy2_li a.sy2_tit:hover,
li.sy1_li a.sy2_tit.Hover {
 /* background: #009CA0; */
 color: #009CA0;
}


/*三级导航*/

ul.sy3_ul {
 position: absolute;
 background: #3bd4e2;
 display: none;
 z-index: 10001;
 left: 162px;
 top: 0px;
 width: 170px;
 text-align: center;
}

li.sy3_li a.sy3_tit {
 display: block;
 color: #fff;
 padding: 0 19px;
 line-height: 40px;
}

li.sy2_li a.sy3_tit:hover,
li.sy1_li a.sy3_tit.Hover {
 background: #5bd6e3;
}

.sy2_ul_div {
 display: none!important;
}

.dl_btn,
.sy4_ul {
 display: none;
}


/*手机导航PC样式*/

ul.phone-btn,
.search_con {
 display: none;
}

@media only screen and (max-width:768px) {
 .sy2_ul {
 padding: 0;
 }
 ul.sy3_ul {
 display: none !important
 }
 li.sy1_li.Has_Children a.sy1_tit,
 li.sy1_li.Has_Children a.sy1_tit:hover,
 li.sy1_li.Has_Children a.sy1_tit.Hover {
 background: none
 }
 .nav_btn {
 display: none;
 }
 .nav_con {
 display: block !important;
 }
 .navbar-default .row {
 margin: 0px !important;
 }
 li.sy1_li a.sy1_tit {
 padding: 0 0.3rem;
 }
 li.sy2_li {
 text-align: left
 }
 .navbar {
 width: 100%;
 }
 .tsyl {
 display: none;
 }
 div.wrap_main {
 z-index: 2;
 margin: 0;
 }
 *::after,
 *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }
 .navbar .nav {
 width: 100%;
 height: auto;
 line-height: 50px;
 top: 0px;
 }
 .phone-btn {
 position: absolute;
 display: inline-block;
 top: -0.7rem;
 right: 0.3rem;
 }
 ul.phone-btn {
 display: flex;
 align-items: center;
 }
 ul.phone-btn span.lines {
 width: 1px;
 height: 0.2rem;
 background: #FFFFFF;
 margin: 0 0.2rem;
 display: inline-block;
 }
 ul.phone-btn li {
 display: inline-block;
 }
 .phone_header,
 .wrap_main,
 .search_con,
 .header,
 .banner_phone {
 position: relative;
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s transition: transform 0.3s;
 }
 .banner_phone .pic img {
 width: 100%;
 }
 .phone_header {
 z-index: 3;
 width: 100%;
 right: 0px;
 }
 .wrap_main.phone_move,
 .phone_header.phone_move,
 .search_con.phone_move,
 .header.phone_move {
 -webkit-transform: translateX(-260px);
 -moz-transform: translateX(-260px);
 -ms-transform: translateX(-260px);
 -o-transform: translateX(-260px);
 transform: translateX(-260px);
 }
 .wrap_main.search_move {
 -webkit-transform: translateY(40px);
 -moz-transform: translateY(40px);
 -ms-transform: translateY(40px);
 -o-transform: translateY(40px);
 transform: translateY(40px);
 }
 .phone-search,
 .phone-menu {
 position: relative;
 display: block;
 width: 0.42rem;
 height: 0.42rem;
 overflow: hidden;
 white-space: nolinkmap;
 color: transparent;
 z-index: 3;
 text-indent: -9999px;
 }
 .phone-search {
 background: url(/Content/Areas/Common/images/chifeng/phone_search.png) no-repeat center center;
 background-size: 0.28rem 0.28rem;
 }
 .phone-menu {
 background: url(/Content/Areas/Common/images/chifeng/yingyongpeizhi.png) no-repeat center center;
 background-size: 0.42rem 0.42rem;
 }
 .phone-search span {
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 }
 /*手机搜索*/
 .search_con {
 height: 40px;
 background: #0f60ac;
 position: absolute;
 width: 100%;
 z-index: 2;
 display: block;
 top: 125px;
 display: none;
 }
 .search_con form {
 line-height: 40px;
 width: 80%;
 margin: 7px auto;
 overflow: hidden;
 background: #fff;
 }
 .search_con form .searchtxt {
 width: 70%;
 border: none;
 height: 26px;
 line-height: 26px;
 display: inline-block;
 float: left;
 padding-left: 10px;
 }
 .search_con form .searchtxt:focus {
 outline: none;
 }
 .search_con form .searchbtn {
 display: inline-block;
 width: 26px;
 height: 26px;
 border: none;
 float: right;
 background: #3e9bf1 url(/Content/Areas/Common/images/common/search_btn.png) no-repeat center;
 background-size: 70%;
 border-radius: 0;
 }
 .phone-menu span,
 .phone-menu span::before,
 .phone-menu span::after {
 position: absolute;
 display: inline-block;
 height: 3px;
 width: 24px;
 background: #0f60ac;
 }
 .phone-menu span {
 position: absolute;
 top: 50%;
 right: 10px;
 margin-top: -2px;
 -webkit-transition: background 0.3s 0.3s;
 -moz-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
 }
 .phone-menu span::before,
 .phone-menu span::after {
 content: '';
 right: 0;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -moz-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 -o-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.3s 0.3s;
 -moz-transition: -moz-transform 0.3s 0.3s;
 transition: transform 0.3s 0.3s;
 }
 .phone-menu span::before {
 top: -6px;
 }
 .phone-menu span::after {
 top: 6px;
 }
 .phone-menu.menu-open span {
 background: rgba(46, 50, 51, 0);
 }
 .phone-menu.menu-open span::before {
 -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
 -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
 transform: translateX(4px) translateY(-3px) rotate(45deg);
 }
 .phone-menu.menu-open span::after {
 -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
 -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
 transform: translateX(4px) translateY(2px) rotate(-45deg);
 }
 .sy1_ul {
 position: fixed;
 top: 0;
 right: 0;
 height: 100%;
 width: 260px;
 background: #009CA0;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 z-index: 999;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s;
 transition: transform 0.3s;
 }
 .sy1_ul {
 visibility: hidden;
 -webkit-transition: visibility 0s 0.3s;
 -moz-transition: visibility 0s 0.3s;
 transition: visibility 0s 0.3s;
 }
 .sy1_ul.nav-open {
 visibility: visible;
 -webkit-transition: visibility 0s 0s;
 -moz-transition: visibility 0s 0s;
 transition: visibility 0s 0s;
 }
 /*子菜单样式*/
 li.sy1_li {
 float: none;
 position: relative;
 border-bottom: 1px solid #2ccfdd;
 width: 100%;
 text-align: left;
 }
 li.sy1_li.Has_Children {
 padding-right: 35px;
 }
 li.sy1_li a.sy1_tit {
 border-right: none;
 color: #fff;
 height: 1rem;
 line-height: 1rem;
 font-size: 0.16rem;
 }
 li.sy1_li a.sy1_tit:hover,
 li.sy1_li a.sy1_tit.Hover {
 color: #fff;
 border-bottom: 0px;
 }
 li.sy2_li a.sy2_tit {
 padding: 0px 0.3rem;
 font-size: 0.16rem;
 color: #fff;
 }
 .Has_Children>a.next_open {
 display: block;
 width: 0;
 height: 0;
 border-left: 0.1rem solid transparent;
 border-right: 0.1rem solid transparent;
 border-top: 0.1rem solid #f1f1f1;
 position: absolute;
 top: 23px;
 right: 14px;
 transition: all 0.3s ease 0s;
 }
 .Has_Children>a.next_open.next_close {
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #f1f1f1;
 border-top: inherit;
 }
 .li.sy1_li a.sy1_tit,
 .sy1_ul ul a {
 display: block;
 color: #ffffff;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nolinkmap;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 will-change: transform, opacity;
 -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 -moz-transition: -moz-transform 0.3s, opacity 0.3s;
 transition: transform 0.3s, opacity 0.3s;
 }
 /*二级导航*/
 .sy2_ul,
 li.sy2_li a.sy2_tit:hover {
 background: none;
 }
 .sy2_ul {
 position: inherit;
 top: inherit;
 width: 100% !important;
 left: 0;
 margin-left: 0;
 }
 li.sy2_li.Has_Children a.next_open {
 display: none;
 }
 .dl_btn {
 display: block;
 }
 /*登录*/
 li.sy1_li .dl_btn {
 display: none;
 }
 .dl_btn {
 display: block;
 margin-top: 0.2rem;
 }
 .dl_btn span span {
 display: none;
 }
 .dl_btn a {
 display: block;
 float: left;
 width: 40%;
 background: #fff;
 line-height: 0.5rem;
 border-radius: 5px;
 text-align: center;
 margin: 6px 5%;
 font-size: 0.16rem;
 }
 .dl_btn a.current {
 background: #338BA5;
 padding: 0 !important;
 }
}

@media only screen and (max-width:480px) {
 .sy1_ul {
 width: 3rem;
 }
 .wrap_main.phone_move,
 .phone_header.phone_move,
 .search_con.phone_move,
 .header.phone_move,
 .banner_phone.phone_move {
 -webkit-transform: translateX(-3rem);
 -moz-transform: translateX(-3rem);
 -ms-transform: translateX(-3rem);
 -o-transform: translateX(-3rem);
 transform: translateX(-3rem);
 }
} 