﻿/*header*/
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.color-f {
  color: #fff;
}
.font-20 {
  font-size: 1.25rem;text-align: center;
}
header:hover {
    background: #fff !important;
}
header:hover header .head-nav ul > li.active a {
    color: #333;
}
/*header:hover .head-nav ul > li a::before{
    background: #abcd07 !important;    
}*/
header .head-nav ul > li:hover a::before {
    background: #abcd07 !important;
}
header:hover .color-f {
    color: #333;
}
header:hover .head-nav .info span{
    background-color: #abcd07;
}
header:hover .head-nav .logo .logo-img {
    background: url(../image/logo2.png) no-repeat;
}
header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 4%;
  position: absolute;
}
header .head-nav {
  height: 130px;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo .logo-img {
  width: 337px;
    height: 100px;
    display: block;
    background: url(../image/logo.png) no-repeat;
}
header .head-nav .logo .h-logo-img {
  display: none;
}
header .head-nav ul {
  height: 100%;
}
header .head-nav ul > li {
  height: 100%;
  margin: 0 34px;
}
header .head-nav ul > li a {
  position: relative;
}
header .head-nav ul > li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  /*background: rgba(255, 255, 255, 0.9);*/
  transition: 0.5s;
  overflow: hidden;
}
header .head-nav ul > li a:hover {
  color: #333;
}
header .head-nav ul > li a:hover::before {
  left: 0;
  right: 0;
}
/*header .head-nav ul > li.active a {
  color: #fff;
}*/
header .head-nav ul > li.active a::before {
  left: 0;
  right: 0;
}
header .head-nav .info a,
header .head-nav .info span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
header .head-nav .info .common {
  transition: 0.5s;
  position: relative;
}
header .head-nav .info .common img {
  position: absolute;
  left: -40px;
  right: -20px;
  height: 130px;
  display: none;
  top: 130%;
}
header .head-nav .info .common:hover {
  transform: translateY(-10px);
}
header .head-nav .info .common:hover img {
  display: block;
  top: 100%;
}
header .head-nav .info .location:hover {
  background: #0374ff;
}
header .head-nav .info span:hover {
  background: #abcd07;
}
header .head-nav .info .store {
  transition: transform 0.5s;
}
header .head-nav .info .store:hover {
  transform: translateY(-10px);
  background: url(http://www.dgzgtm.com/img/tm2.png);
  background-size: cover;
}
header .head-nav .info .store:hover .icon {
  opacity: 0;
}
header .menu .icon {
  font-size: 24px;
}
header.page-active {
  border-bottom: 1px #ddd solid;
}
header.active,
header.page-active {
  background: #fff;
}
header.active .logo .logo-img,
header.page-active .logo .logo-img {
  display: none;
}
header.active .logo .h-logo-img,
header.page-active .logo .h-logo-img {
  display: block;
}
header.active ul > li > a,
header.page-active ul > li > a {
  color: #333;
}
header.active ul > li > a::before,
header.page-active ul > li > a::before {
  background: #333;
}
header.active ul > li > a:hover,
header.page-active ul > li > a:hover {
  color: #333;
}
header.active ul > li > a:hover::before,
header.page-active ul > li > a:hover::before {
  left: 0;
  right: 0;
}
header.active ul > li.active a,
header.page-active ul > li.active a {
  color: #333;
}
header.active ul > li.active a::before,
header.page-active ul > li.active a::before {
  left: 0;
  right: 0;
}
header.active .info a,
header.page-active .info a,
header.active .info span,
header.page-active .info span {
  background: rgba(0, 0, 0, 0);
  border: 1px #ddd solid;
}
header.active .info a .icon,
header.page-active .info a .icon,
header.active .info span .icon,
header.page-active .info span .icon {
  color: #666;
}
header.active .info .common:hover,
header.page-active .info .common:hover {
  border: 1px #fff solid;
}
header.active .info .common:hover .icon,
header.page-active .info .common:hover .icon {
  color: #fff;
}

.clearfix{ *zoom:1; }
.clearfix:after{ content: ""; display: block; clear: both; }
body { font-family:"Microsoft YaHei"; font-size:12px; margin: 0; }
.bg { background:#fff; }
.bx{ width: 1200px; margin: 0 auto; }
.fl{ float: left; }
.fr{ float: right; }
*{ margin: 0; padding: 0; list-style: none; text-decoration: none; }
.overflow { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

/*iconfont*/
@font-face {
  font-family: "iconfont"; /* Project id 2921363 */
  src: url('http://www.dgzgtm.com/fonts/font_2921363_70iotr6vlbg.woff2') format('woff2'),
       url('http://www.dgzgtm.com/fonts/font_2921363_70iotr6vlbg.woff') format('woff'),
       url('../font/font_2921363_70iotr6vlbg.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
  content: "\e6e1";
}

.icon-youjiantou:before {
  content: "\e643";
}

.icon-zuo_biaotilan:before {
  content: "\e7e4";
}

.icon-zuo_biaotilan1:before {
  content: "\e603";
}

.icon-search:before {
  content: "\e610";
}

.icon-zixun1:before {
  content: "\e662";
}

.icon-lanmu:before {
  content: "\e60e";
}

.icon-bohao:before {
  content: "\e609";
}

.icon-chanpinzhongxin:before {
  content: "\e60b";
}

.icon-lanmuguanli:before {
  content: "\e604";
}

.icon-shouye:before {
  content: "\e63e";
}

.icon-zuosanjiaoxing:before {
  content: "\e645";
}

.icon-daohang:before {
  content: "\e640";
}

.icon-24gf-play:before {
  content: "\ea82";
}

.icon-dianhua2:before {
  content: "\e61d";
}

.icon-zixunxiaoxi:before {
  content: "\e60f";
}

.icon-tianmao1:before {
  content: "\e757";
}

.icon-weizhi:before {
  content: "\e761";
}

.icon-zhuye:before {
  content: "\e66c";
}

.icon-tianmaoxingxiang2:before {
  content: "\e601";
}

.icon-yidingwei_local:before {
  content: "\e65a";
}

.icon-dingxiang:before {
  content: "\e600";
}

.icon-jiantou-zuo:before {
  content: "\e738";
}

.icon-jiantou-you:before {
  content: "\e739";
}

.icon-VRSolidDFil:before {
  content: "\e674";
}

.icon-yuechi:before {
  content: "\e627";
}

.icon-jiantou_xiangzuo_o:before {
  content: "\e602";
}

.icon-weixin:before {
  content: "\e61a";
}

.icon-dingwei:before {
  content: "\e63d";
}

.icon-tianmao:before {
  content: "\e614";
}


/*1*/
.top{height: 40px;background-color: #24287f;}
.top p{font-size: 16px;color: #fff;line-height: 40px;}

/*2*/
.nav{height: 90px;}
.nav img{display: block;margin-top: 10px;}
.nav1{margin-right:20px;}
.nav1.last{margin-right:0px;}
.nav1 a{display: block;width: 100px;text-align: center;line-height: 90px;color: #333;font-size: 16px;}
.nav1 a:hover{width: 100px;height: 86px;border-bottom: 4px solid #de0024;}


/*3*/
/*.banner{background: url(../img/banner2.jpg) no-repeat center;height: 832px;}*/


/*4*/
.about_left{width: 52%; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */padding-left: 115px;padding-top: 120px;}
.about_left_tit h3{font-size: 30px;color: #24287f;}
.about_left_tit p{font-size: 16px;color: #909090}
.about_left_tit{margin-bottom: 50px;}
.about_left_text{ font-size: 16px;color: #333;width: 72%;line-height: 34px;letter-spacing: 1px;margin-bottom: 60px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.icon{width: 72%;}
.icon_text {width: 76%;}
.icon_text h3{font-size: 18px;color: #333;letter-spacing: 1px;margin-bottom: 5px;font-weight: 400;}
.icon_text p{font-size: 14px;color: #666;line-height: 24px;letter-spacing: 1px;}
.icon1{width: 44%;}
.icon1_2{margin-bottom: 60px;}
.about_right img{display: block;}


/*5*/
.por{background-color: #f7f7f7;padding: 150px 0;}
.tit{font-size: 30px;color: #333;text-align: center;}
.tit p{font-size: 14px;color: #666;text-align: center;line-height: 24px;width: 568px;margin: 10px auto 15px;}
.tit .line{width: 50px;background-color: #24287f;height: 4px;margin: 0 auto}
.tit{margin-bottom: 60px;}
.por_text{width: 282px;height: 50px;background-color: #24287f;}
.por_text h3{line-height: 50px;color: #fff;text-align: center;font-size: 16px;font-weight: 400;}
.por1 li img{display: block;}
.por1 li{margin-left: 24px;-moz-box-shadow: 0px 3px 7px #888888; /* 老的 Firefox */
box-shadow: 0px 3px 7px #888888;}
.por1 li.last{margin-left: 0px;}

/*6*/
.adv{background: url(../image/bg2.jpg) no-repeat center;height: 1100px;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */padding-top: 80px;margin-bottom: 80px;}
.tit2 h3{color: #fff;}
.tit2 p{color: #fff;}
.adv1{margin-bottom: 80px;}
.tit2 .line{background-color: #fff;}
.adv1_tit {width: 260px;height: 59px;background-color: #fff;margin-bottom: 30px;}
.adv1_tit h3{font-size: 22px;color: #24287f;line-height: 59px;text-align: center;}
.adv_text{font-size: 16px;color: #fff;line-height: 30px;width: 874px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; letter-spacing: 1px;}

/*7*/
.jion{margin-bottom: 80px;}
.view { width: 28.64%;display:inline; overflow: hidden; position: relative; text-align: center; cursor: default; background: #fff url(../image/jion1.jpg) no-repeat center center; background-size: contain; }
.view2{width:  28.64%; background: #fff url(../image/jion2.jpg) no-repeat center center;}
.view3{width: 42.7%; background: #fff url(../image/jion3.jpg) no-repeat center center;}
.view4{width: 38.28%;background: #fff url(../image/jion4.jpg) no-repeat center center;}
.view5{width: 23.3%; background: #fff url(../image/jion5.jpg) no-repeat center center;}
.view6{width: 38.28%; background: #fff url(../image/jion6.jpg) no-repeat center center;}
.view .mask,.view .content { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; }
.view img { max-width: 100%; display: block; position: relative; }
.view h2 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 18px; padding: 20px; margin: 20px 0 0 0; }
.view h2 a{ color: #fff; }
.view p { font-size: 12px; position: relative; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; color: #fff; padding: 20px 20px 20px; text-align: center; }
.view a.info { display: inline-block; text-decoration: none; padding: 10px 20px; background: #fff; color: #333; text-transform: uppercase; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; }
.view a.info: hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; }
.view-fourth img { -webkit-transition: all 0.4s ease-in-out 0.2s; -moz-transition: all 0.4s ease-in-out 0.2s; -o-transition: all 0.4s ease-in-out 0.2s; -ms-transition: all 0.4s ease-in-out 0.2s; transition: all 0.4s ease-in-out 0.2s; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.view-fourth .mask { background-color: rgba(36,40,127,0.8); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(0) rotate(-180deg); -moz-transform: scale(0) rotate(-180deg); -o-transform: scale(0) rotate(-180deg); -ms-transform: scale(0) rotate(-180deg); transform: scale(0) rotate(-180deg); -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -ms-transition: all 0.4s ease-in; transition: all 0.4s ease-in; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.view-fourth h2 { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; border-bottom: 1px solid #666; background: transparent; margin: 15% 40px 0px 40px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.view-fourth p { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.view-fourth a.info { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.view-fourth:hover .mask { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; }
.view-fourth:hover img { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; }
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; }



/*8*/
.new_text img{display: block;height: 640px;}
.new_text ul{width: 32.96%;margin-left: 100px;padding-top: 20px; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; }
.new_text ul li .yuan{width: 6px;height: 6px;background-color: #24287f;border-radius: 50px;margin-top: 8px;margin-right: 10px;}
.new_text ul li a{display: block;font-size: 16px;color: #333;width: 91%;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.new_text ul li{margin-bottom: 48px;}
.new{background: #f7f7f7;
    padding-bottom: 80px;
    padding-top: 80px;}


/*9*/
.btn{background-color: #24287f;padding: 40px 0 40px;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.btn_nav ul {padding-top: 20px !important;}
.btn_nav li ul li a {color: #7d8bb3;padding: 0 !important;line-height: 28px;text-align: left !important;}
.sao1{color: #fff;font-size: 14px;text-align: center;}
.sao1{margin-right: 80px;margin-left: 11px;}
.con h3{font-size: 24px;color: #7d8bb3;}
.line{width: 10px;height: 2px;background-color: #fff;} 
.con2 p{font-size: 16px;color: #fff;margin-top: 8px;width: 280px;overflow: hidden; text-overflow: ellipsis; display:}
.con{margin-left: 60px;}
.pho .hot{font-size: 16px;color: #fff;margin-top: 10px;}
.pho .numm{font-size: 28px;color: #fff;margin-top: 5px;}
.con img{margin-top: 17px;}
.pho{margin-left: 10px;}
.zi{width: 130px;height: 37px;background-color: #ea2225;margin-top: 20px;}
.zi a{color: #fff;text-align: center;line-height: 37px;display: block;}
.btn_nav li a{display: block;color: #fff;font-size: 16px;margin-left: 40px;}
.btn_nav{}


/*10*/
.box_11{height: 100px;/*border-top: 1px solid #fff;*/background-color: #0d1733;    padding: 12px;}
.box_11 p{font-size: 16px;color: #7d8bb3;text-align: center;}

/*kefu*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../image/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(http://www.dgzgtm.com/img/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../image/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
/*kefu*/

.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
	font-family: 'icomoon';
    src:url('../font/icomoon.eot');
    src:url('../font/icomoon.eot') format('embedded-opentype'),
        url('../font/icomoon.ttf') format('truetype'),
        url('http://www.dgzgtm.com/fonts/icomoon.woff?qradjf') format('woff'),
        url('../font/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}



/*主图*/
.banner{width:100%;overflow:hidden;height:832px;position:relative;}
.banList{position:absolute;left:50%;margin-left:-960px;height:832px}
.banList li{height:832px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background: rgba(255,255,255,.5);width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fff;cursor:pointer}



.yqlj a {
    color: #7d8bb3;
}

































