/* 头 */
/* 自定义头部样式 */


.wrapper .inner {width: 90%; max-width: 1440px; margin:0 auto;} 

.qdu-header2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qdu-header2 .nav-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.qdu-header2 .nav-wrap .inner {
  height: 100px;
}

.qdu-header2 .nav {
  padding-top: 25px;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link {
  color: #333;
}

.qdu-header2 .nav .wp-menu .menu-item a.menu-link:after {
  background: #006098;
}
.fix-body.showdiv .qdu-header2 {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/*headtop*/
#headtop {
  background: #006098;
}

.headtop .top-left {
  float: left;
}

.headtop .top-right {
  float: right;
}

/*rale & lang样式*/
.site-rale ul li.links,
.site-lang ul li.links {
  float: left;
}

.site-rale ul li.links a,
.site-lang ul li.links a {
  line-height: 40px;
  margin-right: 20px;
  font-size: 16px;
  color: #ddd;
}

.site-rale ul li.links a:hover,
.site-lang ul li.links a:hover {
  color: #fff;
}

.site-lang ul {
  float: left;
}

/* LOGO */
.qdu-header2 .logo {
  padding-top: 15px;
}

.qdu-header2 .logo img {
  height: 70px;
}

/*默认主导航样式*/
/*导航*/
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav {
  float: right;
  padding-top: 30px;
}

.nav .wp-menu {
  margin-left: -23px;
  margin-right: -23px;
}

.nav .wp-menu .menu-item {
  float: left;
  position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
  position: relative;
  display: block;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}




.nav .wp-menu .menu-item a.menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .wp-menu .menu-item a.menu-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
 height: 33px;
 border-left: 2px solid #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform-origin: center top;
transform-origin: center top;
}

.nav .wp-menu .menu-item:hover a.menu-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav .wp-menu .menu-item:hover a.menu-link:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.nav .sub-menu-box {
  position: absolute;
  display: none;
  left: 50%;
  top: 40px;
  z-index: 100;
  width: 180px;
  margin-left: -90px;
  padding-top: 30px;
}

.nav .sub-menu-box > div {
  padding: 15px 10px 15px 10px;
  background-color: #fff;
  border-top: 6px solid #006098;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 90px 52px;
}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 15px 0;
  font-size: 16px;
  background: none;
  text-align:center;
  border-bottom: 1px solid #ccc;
}

.nav .sub-menu .sub-item:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.nav .sub-menu .sub-item:first-child a {
  padding-top: 0;
}

.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #006098;
  display: block;
}

.nav-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.nav-wrap .inner {
  position: relative;
  height: 100px;
}

.nav-wrap .inner .logo {
  float: left;
}

.nav-wrap .nav .l {
  float: left;
  margin-right: 28px;
}

.nav-wrap .nav .r {
  float: left;
}

.nav .wp-menu .menu-item:hover .sub-menu-box {
  display: block;
}

.sub-menu-pic .nav-bj {
  width: 117px;
  height: 117px;
}




.sub-menu-pic p {
  color: #c11025;
}

/*rale样式*/




#head {
    background-color: white;}

#head .line {
    display: inline-block;
    border-left: 1px solid #1764ce;
    height: 22px;
    vertical-align: middle;
    margin: 0 15px;}

#head .head {
    height: 128px;
    line-height: 128px;}

.search_input {
    float: right;
    font-size: 0;}

.search_input #lsj_ss {
	width: 40px;
	height: 40px;
	background-color: #219dff;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.search_input input{
    width: 248px;
    height: 38px;
    line-height: 38px;
    color: #71236f;
    font-size: 14px;
    background-color: white;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #ededed;
    border-right: 0;}

.change_la {
    font-size: 16px;
    color: #1764ce;
    vertical-align: top;
    margin-left: 10px;}


/* 导航 */

.nav_contain {
    border-bottom: 2px solid #3a8ce0;
    height: 60px;
    line-height: 60px;
    background-color: #1c69c6;}

.nav_list {width: 101%;
    font-size: 0;}

.nav_list>li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 8.3%;
    position: relative;}

.en_nav_list>li {
    width: 16.66%;}

.nav_list>li a {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    color: white;
    width: 100%;
    font-size: 18px;
    transition: none;}

.nav_list>li:hover {
    background-color: #0653ab;}

.nav_list>li.active {
    background-color: #0653ab;}

.nav_list>li.active a,
.nav_list>li.active+li a {
    border-color: transparent;}

.nav_list>li:hover a {
    border-color: transparent;}

.nav_list>li:hover+li a {
    border-color: transparent;}

.nav_list>li~li a {
    border-left: 1px solid #0653ab;}

.nav_list ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 51;
    background-color: #0653ab;}

.nav_list li:hover ul {
    display: block;}

.nav_list li ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 16px;}

.nav_list li ul li a:hover {
    background-color: #3a8ce0;}


/* 返回顶部 */

.to_top {
    z-index: 20;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 48px;
    padding: 6px 10px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: white;
    cursor: pointer;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);}


/* 尾 */

#foot {
    padding: 20px 0;
    background-color: #1764ce;}

#foot p {
    color: white;
    font-size: 16px;
    line-height: 26px;
    text-align: center;}

#foot p span {
    margin: 0 20px;}


/* 手机版的默认样式 */

.phone_menu {
    color: #1764ce;
    font-size: 40px;
    display: none;
    float: right;}


.phone_return {
    float: right;
    font-size: 16px;
    margin-right: 20px;
    color: white;}

.search_input #lsj_ss2 {
	width: 40px;
	height: 40px;
	background-color: #1c69c6;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.search_input #wd {
    width: 248px;
    height: 38px;
    line-height: 38px;
    color: #ababab;
    font-size: 14px;
    background-color: white;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #ededed;
    border-right: 0;}

.phone_contain {
    position: fixed;
    z-index: 1000;
    width: 80%;
    height: 100%;
    top: 0;
    left: -80%;
    transition: all 0.5s;
    background-color: #1c69c6;
    overflow-y: scroll;
    display: none;}

.phone_contain.active {
    left: 0;}

.phone_nav_contain {
    width: 90%;
    margin: auto;}

.phone_nav_contain a {
    display: block;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid white;}

.phone_nav_contain a .icon-left-dir {
    font-size: 20px;
    color: white;
    float: right;
    margin-right: 20px;
    transition: all 0.5s;}

.phone_nav_contain li ul a {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0;
    line-height: 40px;
    border: none;
    margin-left: 20px;
    font-weight: normal;
    color: #ffa8fd;}

.phone_nav_contain li ul li ul li a {
    margin-left: 40px;}

.phone_nav_contain li.active ul a {
    height: 40px;}

.phone_nav_contain li.active ul li ul li a {
    height: 0;
    color: #e6c3ee;}

.phone_nav_contain li.active ul li a .icon-left-dir {
    transform: rotateZ(0);}

.phone_nav_contain li.active ul li.active a .icon-left-dir {
    transform: rotateZ(-90deg);}

.phone_nav_contain li.active ul li.active a {
    height: 40px;}

.phone_nav_contain li.active a .icon-left-dir {
    transform: rotateZ(-90deg);}

@media screen and (max-width:1230px) {
    .w_12 {
        width: 98%;}
}

@media screen and (max-width:1180px) {
    .w_12 {
        width: 95%;}
    .w_11 {
        width: 95%;}
}

@media screen and (max-width:1080px) {
    #head .head {
        height: auto;
        line-height: inherit;
        text-align: center;
        padding: 15px 0;}

    .logo img {
        width: 100%;}
    .logo {
        width: 450px;
        display: inline-block;}
    .search_input {
        line-height: 40px;
        margin-top: 12px;}
}

@media screen and (max-width:960px) {
    .search_input {
        float: none;
        display: inline-block;
        margin: 20px 0;}
    .nav_contain {
        display: none;}
    .phone_menu {
        display: inline;}
    .search_input {
        display: none;}
    .phone_search {
        display: block;
        width: 100%;
        text-align: center;}
    .phone_contain {
        display: block;}
}

@media screen and (max-width:660px) {
    #foot p span {
        display: block;
        margin: auto;}
    .phone_return {
        margin-right: 0;}
    .search_input #wd {
        width: 180px;
        padding: 0 10px;}
    #head .line {
        margin: 0 8px;}
}

@media screen and (max-width:400px) {
    .search_input #wd {
        width: 140px;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;}
    .search_input #lsj_ss2 {
        width: 30px;
        height: 30px;
        background-size: 70% 70%;}
    .phone_nav_contain {
        width: 95%;}
    .phone_menu {
        font-size: 30px;}
    .search_input #wd {
        width: 160px;}
    #foot p {
        font-size: 14px;
        line-height: 20px;}
    #foot {
        padding: 10px 0;}
    .phone_return {
        margin-right: 10px;}
    .logo {
        width: 220px;
}