@import url(sprite.css);

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

ol, ul {
    padding: 0;
    margin: 0;
}

ol li,
ul li {
    list-style: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

a {
    color: #333;
}

.dx-search .dx-btn-search {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    margin: 0;
}

/*header*/
.dx-top {
    display: none;
}
.dx-top a{
    color: #646464;
}
.dx-top a:hover{
    color: #007fea;
}
@media (min-width: 1024px) {
    .dx-top {
       /* display: block;*/
        height: 40px;
        line-height: 40px;
        background-color: #f0f2f5;
        color: #646464;
    }
}

.dx-inline {
    display: inline;
}

.dx-right {
    float: right;
}

.dx-lan-change {
    margin-left: 50px;
}

.dx-lan-change a {
    margin: 0 5px;
    color: #646464;
}

.dx-lan-change a.active {
    color: #007fea;
}

.dx-hotline span {
    margin: 0 7px;
}

.dx-hotline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-position: -48px -49px;
    width: 14px;
    height: 16px;
}
.dx-links > a{
    color: #646464;
}
.dx-links > a:before {
    content: "";
    display: inline-block;
    margin: 0 12px;
    height: 10px;
    width: 1px;
    background-color: #333;
}

.dx-links > a:first-child:before {
    display: none;
}

.dx-header-main {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .dx-header-main {
        height: 95px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.dx-header-main > .container {
    position: relative;
}

.dx-logo {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 142px;
    height: 48px;
}

.dx-logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .dx-logo {
        float: left;
        margin-top: 30px;
        margin-right: 50px;
    }
}

.dx-navbar {
    padding: 20px 0;
}

.dx-navbar > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 1024px) {
    .dx-navbar {
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 40px;
    }

    .dx-navbar > li {
        float: left;
        padding-top: 0;
        padding-bottom: 24px;
    }

    .dx-navbar > li > a {
        display: block;
        margin: 0 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
        border-bottom: 2px solid #fff;
        color: #474747;
    }

    .dx-navbar > li > a:hover {
        color: #003DED;
        /*border-bottom: 2px solid #2E82E1;*/
    }

    .dx-navbar > li.active > a {
        color: #003DED;
        /*border-bottom: 2px solid #2E82E1;*/
    }
}

.dx-search {
    float: none;
}

.dx-search .form-control {
    float: left;
    height: 26px;
    width: 180px;
    padding: 0 10px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #F0F0F0;
}

.dx-search .dx-btn-search {
    float: left;
    background-image: url(../images/sprite.png);
    background-position: -31px -49px;
    width: 17px;
    height: 17px;
}

@media (min-width: 1024px) {
    .dx-search {
        float: right;
    }
}

@media (min-width: 1200px) {
    .dx-search {
        margin-top: 40px;
    }
}

.container > .navbar-header {
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: #2E82E1;
}

/*footer style*/
footer {
    background-color: #181818;
    color: #999;
}

footer a {
    color: #777;
}

footer a:hover {
    color: #ccc;
}

footer h4 {
    font-size: 14px;
    margin-bottom: 18px;
}

footer strong {
    color: #003DED;
    font-size: 16px;
  margin-right: 5px;
}

@media (min-width: 1200px) {
    footer strong {
        font-size: 20px;
    }
}

.dx-footer-main {
    padding-top: 25px;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .dx-footer-main {
   /*     padding-top: 45px;
        padding-bottom: 50px;*/
    }
}

.dx-navbar-footer ul > li {
    font-size: 12px;
    line-height: 30px;
}

.dx-contact-footer h4 {
    margin-bottom: 22px;
}

.dx-contact-footer p {
    margin-bottom: 0;
}

.dx-contact-footer li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}

.dx-contact-footer li span {
    left: 0;
    top: 4px;
    position: absolute;
}

.dx-code-footer img {
        width: 180px;
    height: 180px;
}

.dx-code-footer ul > li {
    display: inline-block;
    margin: 0 12px;
    text-align: center;
}

.copyright {
    line-height: 42px;
    text-align: center;
    background-color: #292929;
}

.banner {
    background-color: #111523;
    text-align: center;
}

.banner img {
    max-width: 100%;
}
@media (min-width: 1024px) {
  .banner {
    position: relative;
    width: 1920px;
    left: 50%;
    top: 0;
    margin-left: -960px;
  }
}
/*common style*/
.content {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .content {
        padding-bottom: 40px;
    }
}

.dx-cnt-main {
    padding-top: 20px;

}
.dk-it-box {

}
@media (min-width: 1200px) {
    .dx-cnt-main {
        padding-top: 40px;
    }
}

.dx-cnt-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    /*font-family: Microsoft Yahei;*/
}

.dx-cnt-header h2 {
    display: none;
    float: left;
    margin-top: 0;
    padding-left: 12px;
    border-left: 8px solid #003DED;
    font-size: 22px;
    color: #4b4b4b;
}

.dx-cnt-header h2 small {
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    color: #ccc;
}

@media (min-width: 1024px) {
    .dx-cnt-header h2 {
        display: block;
    }
}

.dx-breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.dx-breadcrumb > li.active {
    color: #003DED;
}

.dx-breadcrumb > li + li:before {
    content: ">";
    font-weight: bold;
    font-family: sans-serif;
}

@media (min-width: 1024px) {
    .dx-breadcrumb {
        float: right;
    }
}

h1.dx-title {
    position: absolute;
    width: 100%;
    line-height: 66px;
    left: 0;
    top: -66px;
    font-size: 23px;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    background-color: #003DED;
}

.dx-sidebar-nav {
    position: relative;
    display: none;
    float: right;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
	    margin-top: 111px;
}

.dx-sidebar-nav a {
    position: relative;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .dx-sidebar-nav {
        display: block;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .dx-sidebar-nav {
        width: 245px;
    }
}

.dx-menu-1st > li {
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
}

.dx-menu-1st > li > a {
    line-height: 46px;
}

.dx-menu-1st > li > a:hover {
    background-color: #fdfdfd;
}

.dx-menu-1st > li.dropdown > a:after {
    content: "+";
    float: right;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dx-menu-1st > li.open > a:after {
    content: "";
    margin-top: 24px;
    margin-right: 2px;
    width: 12px;
    height: 2px;
    background-color: #333;
}

.dx-menu-1st > li.open .dx-menu-2nd {
    display: block;
}

.dx-menu-2nd {
    display: none;
}

.dx-menu-2nd > li {
    border-top: 1px solid #e4e4e4;
    font-size: 12px;
}

.dx-menu-2nd > li > a {
    line-height: 38px;
    color: #a9a9a9;
    padding-right: 22px;
}

.dx-menu-2nd > li > a:hover {
    background-color: #2E82E1;
    color: #fff;
}

.dx-menu-2nd > li > a:after {
    content: ">";
    float: right;
    font-weight: bold;
    font-family: sans-serif;
}

.dx-pic-box {
    text-align: center;
}

.dx-pic-box img {
    max-width: 100%;
}

.dx-dropdown-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 95px;
    z-index: 100;
}

.dx-dropdown-menu h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
}

.dx-dropdown-menu > .row {
    margin-left: 0;
    margin-right: 0;
}

.dx-dropdown-menu > .row > div {
    padding-left: 0;
    padding-right: 0;
    height: 215px;
}
.dx-dropdown-menu > .row > div {
    height: 235px;
}
.dx-img-wrapper img {
    width: 100%;
    height: 100%;
}

.dx-nav-child {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #31a0e7;
    color: #fff;
}

.dx-nav-child a {
    color: #fff;
}

.dx-nav-child-item, .dx-nav-child-item-2 {
    float: left;
    width: 50%;
}

.dx-nav-child-item h3, .dx-nav-child-item-2 h3 {
    font-size: 16px;
    margin-top: 0;
}

.dx-nav-child-item-2 {
    width: 100%;
}

.dx-nav-child-item-2 > ul {
    float: left;
    margin-right: 30px;
}

.dx-navbar-child > li {
    font-size: 12px;
    line-height: 28px;
}
.dx-navbar-child > li > a{
    position: relative;
    display: inline-block;
}
.dx-navbar-child > li > a:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 8px;
    width: 7px;
    height: 11px;
    background: url(../images/dx-arrow-dwon.png);
}

.dx-dropdown {
    /*  &:hover{
        .dx-dropdown-menu{
          display: block;
        }
      }*/
}

.dx-dropdown .dx-dropdown-menu {
    display: none;
    overflow: hidden;
}
/*sns*/
.sns-list{
    position: fixed;
    right: -110px;
    top: 45%;
    z-index: 100;
}
.sns-list li{
    width: 160px;
    height: 50px;
    background: #ff7200;
    margin-bottom: 5px;
}
.sns-list li a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.i-qq{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: url(../images/i-p1.png) no-repeat center center;
    background-size:cover;
}
.i-phone{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/i-p2.png) no-repeat center center;
    vertical-align: middle;
    background-size:cover;
}
.i-wx{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/i-p3.png) no-repeat center center;
    vertical-align: middle;
    background-size:cover;
}
.i-big-wx {
    display: none;
    opacity: 0;
     position: absolute;
    margin-left: -260px;
    margin-top: -100px;
}
.sns-list li.hover-left:hover{ 
  margin-left:-100px;
  background: #0067d1;
  -webkit-transition: all .3s ease ;
    -moz-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
.sns-list li.hover-wx:hover .i-big-wx{
    display: block;
    opacity: 1;
     -webkit-transition: all .3s ease ;
    -moz-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
@media(max-width:768px){
  .dx-navbar>li{
    float: left;
    width:25%;
    text-align: center;
  }
  .dx-search{
    position: absolute;
    right:15px;
    top:20px;
  }
  .dx-search .form-control{
    width:120px;
  }
  .dx-img-wrapper img {
      height: auto;
  }
  .sns-list {
      display: none
  }
  .banner {
      display: none
  }
}




.h2{font-size: 16px;}


.imglists ul li {margin-bottom:19px;}
.imglists ul li img{width:440px;height:260px;}
.imglists .ytfuwu li img{width:440px;height:167px;}
.imglists ul li im
td{    border: 1px solid #eeeeee;    text-align: center;}
.clearboth{clear:both;}
#navbar-mobile{display:none;}
.current-menu-item a{color:#003DED;}
.mobile-nav{display:none;}
.content .tab-content img{margin-bottom: 8px;}

.ytmainnav li a{font-size: 16px;}
.ytmainnav ul li ul{display: none;z-index: 33;position: fixed;background: #003C5C;}
.ytmainnav ul li ul li{    line-height: 28px;}
.ytmainnav ul li:hover ul{display: block;}


.ytmainnav ul li ul li a{    margin: 0 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    /*border-bottom: 2px solid #fff;*/
    color: #777;font-size: 14px;}
   .ytmainnav ul li ul li a:hover {color:#fff }


   .casefuwu h2{     border-bottom: solid 2px #666;
    padding-bottom: 5px;  }

.contents-stack h2{border-bottom: none;}
.dx-cnt-main p{    line-height: 27px;}