@media (max-width: 1600px) {

}
@media (max-width: 1530px) {

}
@media (max-width: 1500px) {

}
@media (max-width: 1430px) {

}

@media (max-width: 1380px) {
.nmd{ width:100%;}
}

@media (max-width: 1336px) {

}

@media (max-width: 1330px) {
}

@media (max-width: 1310px) {
.mds{ width:100%;}
}

@media (max-width: 1300px) {
.navbox a{ margin:0px 1%; }
}

@media (max-width: 1280px) {
.md{ width:100%;}
}

@media (max-width: 1260px) {

}

@media (max-width: 1230px) {

}

@media (max-width: 1220px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1150px) {

}
/* md */
@media (max-width: 1130px) {

}

@media (max-width: 1080px) {

}

@media (max-width: 1050px) {
/*-- 首页two --*/
.sytwo-mps{ margin:0px 50px;}
.sytwo-mds{ margin:20px 50px;}
.sytwo-line i{ width:500px; }
}

/*ipad*/
@media (min-width: 992px) and (max-width: 1199px) {
/*-- syfrbox --*/
.syfr-line{ width:100%; background-size:80%;}
.syfr-p1{ left:0%; top:52%;}
.syfr-p2{ left:15.5%; top:13%;}
.syfr-p3{ left:25.7%; top:55%;}
.syfr-p4{ left:37.8%; top:24.5%;}
.syfr-p5{ left:49%; top:54%;}
.syfr-p6{ left:58.5%; top:17%;}
.syfr-p7{ left:68.5%; top:55%;}
.syfr-p8{ left:80%; top:20%;}
}

@media (min-width: 768px) and (max-width: 991px) {

/*--header--*/
.logo{ width:60%;}
/*-- 搜索 --*/
.searchbox{ width:40%; padding-left:5%; margin-top:30px;}
/*-- navbox --*/
.navbox a{ margin:0px 0.5%; font-size:16px; width:auto; padding:0px 15px;}
/*-- 首页one --*/
.syone-t{margin-top:35px; line-height:60px; font-size:30px;}
.syone-btn{ margin-top:50px; margin-bottom:80px;}
/*-- 首页two --*/
.sytwobox{ height:500px; }
.sytwo-t{ padding:35px 0px; line-height:60px; font-size:30px; }
.sytwo-mps{ width:135px; display:inline-block; font-size:16px; color:#f7a600; margin:0px 50px; }
.sytwo-d{margin-top:20px;}
.sytone-num{ font-size:34px;}
.sytone-name{ font-size:16px;}
/*-- sythbox --*/
.sythbox{ padding:50px 0px;}
.sythr-t{font-size:18px; margin-top:5px;}
#ensyth .sythr-t{font-size:18px; margin-top:5px;}
.sythr-info{ font-size:14px; margin-top:10px; line-height:22px;}
/*-- syfrbox --*/
.syfrbox{height:520px;}
.syfr-t{ line-height:60px; font-size:30px;}
.syfrm{ padding:120px 0px; position:relative;}
.syfr-line{ width:100%; background-size:80%;}
.syfr-p1{ width:auto; padding:0px 15px; left:3%; top:51.5%;}
.syfr-p2{ width:auto; padding:0px 15px; left:16.5%; top:12%;}
.syfr-p3{ width:auto; padding:0px 15px; left:25.5%; top:54%;}
.syfr-p4{ width:auto; padding:0px 15px; left:40%; top:21%;}
.syfr-p5{ width:auto; padding:0px 15px; left:51.2%; top:53%;}
.syfr-p6{ width:auto; padding:0px 15px; left:59.7%; top:16%;}
.syfr-p7{ width:auto; padding:0px 15px; left:69.5%; top:53.5%;}
.syfr-p8{ width:auto; padding:0px 15px; left:79.5%; top:18%;}
.syfr-p1 .p2,.syfr-p2 .p2,.syfr-p3 .p2,.syfr-p4 .p2,.syfr-p5 .p2,.syfr-p6 .p2,.syfr-p7 .p2,.syfr-p8 .p2{ font-size:30px;}
.syfr-p1 .p3,.syfr-p2 .p3,.syfr-p3 .p3,.syfr-p4 .p3,.syfr-p5 .p3,.syfr-p6 .p3,.syfr-p7 .p3,.syfr-p8 .p3{ width:100%; font-size:14px;}
.syfr-s .p1{font-size:18px;}
.syfr-s .p2{font-size:24px;}
.synsl{ width:100%;}
.synsr{ width:100%;}
.syfvl-t .p1{ padding:15px 0px; font-size:26px;}

/* ~~ 脚注 ~~ */
.footone{ width:40%;}
.foottwo{ width:60%; border-right:0;}

.footth{ width:100%; height:auto; float:left; padding:20px 15px;}

}

/* xs */
@media (max-width: 767px) {	
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 99999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position:relative;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 20px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 32px;
    display: inline-block;
    width: 100%;
	padding:8px 5px;
	border-bottom:1px solid #e4e4e4;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color:#000;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav i{ padding-right:20px;}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
	font-size:16px;   
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
    font-size: 20px;
    line-height: 45px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color:#333333;
    box-shadow: none;
}
.sidebar-brand{ color:#FFF; font-weight:600; font-size:18px; line-height:27px; margin-top:20px;}
.psort{ width:100%; height:auto; float:left; padding-left:0px;}
.psort a{ display:block; color:#ccc; padding:2px 0px; line-height:30px; padding-left:30px; font-size:16px;}

.sidebar-nav li .snav{ background:#fff; width:100%; float:left; box-shadow: 2px 2px 1px rgba(204,204,204,0.5);padding:10px; display:none;}
.sidebar-nav li .snav a{display:block; line-height:28px; font-size:15px; color:#666; text-decoration:none;}
.sidebar-nav li .snav a:hover{ background:#e4e4e4; color:#fff;}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.phone-title{ width:100%; height:47px; background:#1d76c9; float:left;}
.phone-title-fix{width:100%; height:47px; background:#1d76c9; position: fixed; z-index:99999;}
.phome-top-name{ width:100%; text-align:center; float:left; line-height:47px; overflow:hidden; color:#FFF; text-overflow:ellipsis; white-space: nowrap; padding:0px 16%;}
.phome-top-name i img{ height:40px; margin-top:0px; padding-right:5px;}
.xscen{ position:absolute; top:11px; right:3px; line-height:20px; background:#232323; padding:3px 7px;
 font-size:12px; color:#FFF;z-index:99999;
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari 和 Chrome */
border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.xscen a{ color:#FFF;}
.hamburger {
  position: fixed;
  top: 9px;  
  z-index: 9999999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-color: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #FFF;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay { position: fixed;display: none;width: 100%; height: 100%;overflow:hidden;top: 0;left: 0;right: 0; bottom: 0;background-color: rgba(250,250,250,.8);z-index: 9;} 

/*--header--*/
.headbox{padding:10px 0px;}
.logo{width:90%;}

/*-- 搜索 --*/
.searchbox{ width:100%; margin-top:10px; }
.searchlogo{ margin-top:38%;}
.searchlogo img{ width:90%;}
.searchlogo span{ right:10%; top:-40px;}
#search_input1{ width:62%; margin-top:10%; margin-left:7%;}
#search_input2{ margin-top:10%; }

/*-- 首页one --*/
.syone-t{ margin-top:20px; line-height:50px; font-size:22px; letter-spacing:0px;}
.syone{ margin-top:10px; }

.syone-show{ padding:5px 5px 10px;}
.syone-show .p1{ font-size:15px; height:30px; line-height:15px;}
.syone-show .p2{ height:45px; line-height:15px; font-size:13px}
.syone-show .p2 table{ width:100%; height:100%; float:left;}
.syone-show .p3 span{ font-size:13px;}

.syone-btn{margin-top:30px; margin-bottom:50px;}
.syone-btn a{ width:120px; }
.syone-btn a i{ width:120px;}

/*-- 首页two --*/
.sytwobox{ height:auto; padding-bottom:20px;}
.sytwo-t{ padding:40px 0px 20px; line-height:40px; font-size:22px; letter-spacing:0px;}
.sytwo-mps{ width:auto; margin:0; padding:0px 15px;}
#ensytwo .sytwo-mps{ width:auto; margin:0; padding:0px 5px;}

.sytwo-md{ width:100%; height:auto; padding:20px 0px; text-align:center;}
.sytwo-mds{ width:auto; margin:0px; padding:20px 35px; }
.sytwo-mds span{width:20px; height:20px; }
.sytwo-mds span i{ margin-top:5px; margin-left:5px;}
.sytwo-line{  margin-top:-50px;}
.sytwo-line i{ width:100%;}

.sytwo-d{ margin-top:-10px;}
.sytone-img1,.sytone-img2,.sytone-img3,.sytone-img4{ height:55px; background-size:50px;}
.sytone-num{font-size:28px;}
.sytone-name{ font-size:16px; padding:5px 0px 20px;}

/*-- sythbox --*/
.sythbox{ padding:20px 0px;}
.sythl{ width:100%; margin-top:10px;}
.sythls{ width:100%; padding-right:0%}
.sythr{ width:100%; padding-left:0%}
.sythrs{ width:100%;}
.sythr-t{font-size:18px; line-height:22px; margin-top:15px;}
.sythr-t i{ width:8px; height:8px; margin-top:5px; margin-right:8px;}
.sythr-info{ font-size:15px; line-height:25px; padding-left:18px; margin-top:10px; padding-bottom:15px;}
#ensyth .sythr-t{font-size:18px; line-height:22px; margin-top:15px;}

/*-- syfrbox --*/
.syfrbox{ height:auto; padding:30px 0px 45px;}
.syfr-t{ line-height:40px; font-size:22px; letter-spacing:0px;}
.syfrm{ padding:20px 0px;}

.syfr-p{ width:100%; height:auto; float:left;}
.syfr-p .p2{ width:30%; height:40px; float:left; line-height:40px; font-size:36px; color:#f7a600; text-align:center; font-weight:bold; margin:10px 0px;}
.syfr-p .p3{ width:50%; height:40px; display:inline-block; background:#f7a600; font-size:16px; color:#FFF; text-align:center; margin:10px 0px;
-moz-border-radius: 50px; /* Firefox */
-webkit-border-radius: 50px; /* Safari 和 Chrome */
border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.syfr-p .p3 table{ width:100%; height:100%; float:left;}

.syfr-s .p1{ line-height:40px; padding:10px 15px; float:left; font-size:16px; color:#2f2f2f; background:#FFF;}
.syfr-s .p2{ float:left; line-height:40px; padding:10px; font-size:18px; font-weight:bold; color:#FFF;}


/*-- syfv --*/
.syfv{ padding:20px 0px;}
.syfvl{ width:100%; padding-right:0%; }
.syfvl-t .p1{ padding:10px 0px; font-size:22px; letter-spacing:0px; }
.syfvl-t .p2 i{ width:50px; height:3px; }
.syfaqone .p2{ wfont-size:14px; line-height:25px;}

.syfvr{ width:100%; }
.synsl{ width:100%; height:220px; }
.synsr{ width:100%; margin-top:10px;}
.synsr-one .p2{ width:70%; font-size:14px;}
.synsr-one .p3{ width:22%; font-size:13px;}

/*-- 导航loc --*/
.locB{ margin:10px 0px;}
.locbox{padding:15px 15px 8px; font-size:14px;}

/*-- 关于我们 --*/
.ab-t{ padding:20px 10px;}
.ab-info{ font-size:15px; line-height:30px; padding:10px 0;}
.ab-else{font-size:15px; line-height:30px; color:#737373;}

.hzbox{ margin-top:10px;}
.hz-t{ padding:20px 0px;}
.hz-img{padding:0px;}
.heimg{ width:100%;}
.caseone{ margin-top:20px;}
.case-name{ height:30px; font-size:13px;}

/*-- 太阳集团电子游戏 --*/
.proL{ width:100%; }
.proL ul li{padding:10px;}
.proR{ width:100%; padding-left:0px;}
.cpone{ margin-top:20px;}
.cpone i{ top:10px; left:10px;}
.cpone i img{ width:30px;}
.cpname{ height:50px; font-size:13px;}

/*-- 详细页 --*/
.ban {width:100%; margin-top:5px;}
.num ul li{ margin:0px 2.5px;}
.banr{ width:100%; padding:10px; margin-top:15px;}
.cptel{ width:80%;}
.cpmail{width:80%;}

/*-- 新闻 --*/
.newsone{ width:100%; height:auto; float:left; position:relative; background:#f8f8f8;-webkit-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s; margin-bottom:1.5em;}
.newss{ width:100%; height:auto; padding:10px; margin-top:0%; margin-left:0%;}
.newspic{ height:auto; position:relative; float:left; width:100%}

/*-- 新闻详细内容 --*/
.in-newsbox_title{ font-size:20px;}
.pagesl{ width:100%;}
.pagesr{ width:100%; float:left; text-align:left; margin-top:15px;}
.pagesl a{font-size:14px;}
.pagesr a{font-size:14px;}

/*-- 联系我们 --*/
.lxbox{ padding:0px;}
.contact-one{ width:100%; padding-top:30px; text-align:center;}
.contact-two{ width:100%; padding-top:30px; text-align:center;}
.contact-three{ width:100%; padding-top:30px; text-align:center;}
.contact-cline{ width:0%; display:none;}
#button{ width:120px; height:40px; font-size:15px; margin-top:20px; letter-spacing:0px;}

/*-- 反馈 --*/
.feedback{ margin-top:35px; padding:0px;}
.fd-t .p1{font-size:22px;}
.mtop{ margin-top:10px;}
.feedlong textarea{ height:120px;}

/*-- foot --*/
.footdown{ padding:20px 0px; text-align:center;}
.footdown span{ width:100%; float:left;}

/*-- contact --*/
.mapfang{ height:350px; }

/*脚部*/
.bone{ width:100%; height:90px; margin-top:3px;}
.bonebg{ top:0%; visibility:visible; filter:alpha(opacity=20); -moz-opacity:.2; -khtml-opacity:.2; opacity:.2; }
.bname{ visibility:visible; filter:alpha(opacity=1); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }
.bname table{ font-size:20px; }
.bxx{ background-image:none;}
.footdown span{ width:100%; float:left;}

/*底部导航*/
.phone-bottom-box{ width:100%; height:50px; float:left; background:#1d76c9; z-index:9999; border-top:1px solid #e4e4e4;}
.footer-navs{width:100%; float:left; padding:0; margin:0;}
.footer-navs li{float: left;font-size:14px;line-height: 50px;width:33.33%;
text-align: center;list-style:none;overflow:hidden;}
.footer-navs a{color: #fff;}
.footer-navs p{display: inline-block;}
#fancybox-close{top:10px;right:-30px;}

/*-- 左侧 --*/
.footside{ width:45px; top:auto; bottom:25%;}
.footside ul li{width:45px; height:45px;}
.footside ul li .sidetop{width:45px; height:45px;}
.footside ul li img{ max-width:100%;}
.footside ul li a{ width:45px; height:45px;line-height:45px; }
#ctel:hover a img{ height:45px;}

/*回滚*/
.togo{width:30px; height:30px; border:0; position:absolute; right:-30px; bottom:18px;}
.goback{ margin-top:-25px; background-size:100%;}
.goback .gos{background-size:100%;}

/*内部导航*/
.allbox{position:relative;}
.phnav{height:auto; width:100%; float:left; background-color:#232323; padding:13px 15px; line-height:25px; color:#FFF; font-size:16px; text-align:left; margin-bottom:5px;}
.phnav a{ color:#ffffff; text-decoration:none;}
.casenav{ width:100%; padding:0px 5px;-webkit-animation:fadeInUp 800ms;animation:fadeInUp 800ms; float:left; position:absolute; top:45px;left:0;background:#FFF; z-index:1;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e1e1,direction=120,strength=4);/*兼容ie*/
-moz-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容firefox*/
-webkit-box-shadow: 0px 2px 25px 1px #e2e1e1;/*兼容safari或chrome*/
box-shadow:0px 2px 25px 1px #e2e1e1;/*兼容opera或ie9*/
}
.casenav .snavbg{ width:80%; padding:5px;}
.casenav .snavl{ width:22%; height:auto;}
.casenav .snavr{ width:78%; height:auto;}

/*-- --*/
.plrx0{ padding:0px;}
.plrx5{ padding:0px 5px;}
.plrx10{ padding:0px 10px;}
.plr10{ padding:0px 5px;}
}

/* XS Portrait */
@media (max-width: 480px) {
/*-- contact --*/
.mapfang{height:280px;}

}
@media (max-width: 420px) {

}
@media (max-width: 380px) {
/*-- contact --*/
.mapfang{height:240px;}
}
@media (max-width: 330px) {

}


