/*!
 * xm and cj modify */


/*-------cover------*/

.mod-cover {
    color: #fff; border-bottom:0px solid #36557E;
    position: relative;
    z-index: 1;width:100%;
    padding-bottom:140%;height:0;

}
.mod-subcover { color: #fff;  position: relative;z-index: 1; overflow: hidden;padding:0;}
.mod-cover > .mod-cover-bga { position:absolute;left:0;top:0;width:100%;height:100%;}
.mod-cover .star,.mod-subcover .star { position:absolute;}
.mod-cover .stara,.mod-subcover .stara {right:160px;top:60px; z-index:2; width:22px;height:22px;}
.mod-cover .starb,.mod-subcover .starb {display:none; right:65px;top:20px; z-index:2; width:25px;height:25px;}
.mod-cover .starc  { display:none; left:-30px;bottom:0; z-index:2; width:250px;height:250px;}

.mod-cover-bga {height:100%; background-image:url(../images/cover_c.png); background-position:right bottom;background-repeat:no-repeat;background-size:250px; }
.mod-cover-bgb {height:100%; position: relative; background-image:url(../images/cover_b.png); background-position:right top; background-repeat:no-repeat;background-size:200px;}
.mod-cover-bgc {height:100%; position: relative; background-image:url(../images/cover_a.gif); background-position: -30px bottom;  background-repeat:no-repeat;background-size:250px; }
.cover-title { width:90%; margin:0 auto; padding-top:40%; text-align:center;}
.cover-title img { width:auto; max-width:100%; height:auto; margin: 0 auto;}

@media (min-width: 375px) {


}
@media (min-width: 414px) {
.mod-cover .stara,.mod-subcover .stara {right:210px;top:80px; }
.mod-cover .starb,.mod-subcover .starb {right:80px;top:25px; width:30px;height:30px;}
.mod-cover .starc { width:300px;height:300px;}
.mod-cover-bga { background-size:280px;}
.mod-cover-bgb {background-size:250px;}
.mod-cover-bgc {background-size:300px;}
}
@media (min-width: 667px) {

}
@media (min-width: 768px) {
.mod-cover {padding-bottom:120%;}
.mod-cover-bga { background-size:400px;}
.mod-cover-bgb {background-size:350px;}
.mod-cover-bgc {background-size:450px;background-position:-60px bottom; }

.mod-cover .stara,.mod-subcover .stara {right:280px;top:120px; }
.mod-cover .starb,.mod-subcover .starb {right:220px;top:150px; }
.mod-cover .starc { width:450px;height:450px;left:-62px;}

}

@media (min-width: 992px) {
.mod-cover {padding:0;height:800px;}
.mod-cover-bga { background-size:550px;}
.mod-cover-bgb {background-size:450px;}
.mod-cover-bgc {background-size:550px;}
.cover-title {padding-top:230px; width:800px;}

.mod-cover .stara,.mod-subcover .stara {right:370px;top:150px;width:32px;height:32px;}
.mod-cover .starb,.mod-subcover .starb {right:160px;top:20px;width:56px;height:56px;}
 .mod-cover .starc { width:450px;height:450px;}
}
@media (min-width: 1200px) {
	.mod-cover { height:800px;}
}
@media (min-width: 1400px) {
.mod-cover-bga { background-size:650px;}
.mod-cover-bgb {background-size:450px;}
.mod-cover-bgc {background-size:650px;}

 .mod-cover .starc { width:650px;height:650px;}
}

@-webkit-keyframes bga {
0% {
width:400px;height:400px; right:100px;top:-300px;  opacity:0.8;
}
50% {
width:800px;height:800px; right:-100px;top:-500px;  opacity:0.2;
}

100% {
width:400px;height:400px; right:100px;top:-300px;  opacity:0.8;
}
}

@keyframes bga {
0% {
width:400px;height:400px; right:100px;top:-300px;  opacity:0.8;
}
50% {
width:800px;height:800px;right:-100px;top:-500px;  opacity:0.2;
}

100% {
width:400px;height:400px; right:100px;top:-300px; opacity:0.8;
}
}


/*-------line------*/

.mod-line {padding:50px 0;  display:none; position:absolute;width:100%;bottom:-90px;left:0;}
.i-time { width:100%;margin:0 auto; position:relative;}

.i-time .text { float:left;width:15.6%;text-align:center; position:relative; z-index:9;}
.i-time p {display:inline-block; text-align:center;padding:15px 12px; background-color:#26275c;color:#fff;border:1px solid #4685a9;   }
.i-time .text-a { width:11%; }
.i-time .text-g { width:11%; }
.i-time .text-b { }
.i-time .text-c {}
.i-time p strong {display:inline-block; line-height:1.42; font-size:20px; font-weight:normal;  }
.i-time p span { display:block; font-weight:normal; font-size:14px; line-height:1.2; }
.i-time .line { position:absolute;left:0;right:0;top:36px;height:1px;width:100%; background-color:#fff;z-index:1;}
.i-time .line-b { position:absolute; right:0;top:36px;height:1px; width:0;background-color:#437aa0; z-index:1;
	-webkit-animation: line 8s linear;
            animation: line 8s linear;}

@media (min-width: 1200px) {
.mod-line { display:none;}
}


@-webkit-keyframes line {
  0%  {width:100%;}
  100% {width:1px;}
}
@keyframes line {
  0%  {width:100%;}
  100% {width:1px;}
}


/*-------front------*/

.mod-front {    background-color: #212246;}
.mod-front .front-desc {font-size:14px; margin:0 auto;padding:0 20px;padding-top:20px;margin-bottom:40px;line-height:1.8;    color: #e0e0e0;}
.mod-front .front-desc .front-desc-content { position:relative;max-width:600px;margin:0 auto;padding-bottom:30px;}
.mod-front .front-desc .front-desc-content:before {content:""; position:absolute;width:15px;height:35px; background-color:#f3c921; bottom:10px;right:-20px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}
.mod-front .front-desc .front-desc-content:after { content:""; position:absolute;width:10px;height:50px; background-color:#76DAD6; bottom:-10px;right:10px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)}
.mod-front .front-num { text-align:center; margin:0 auto; background-repeat:no-repeat; background-position:center 0; background-size:100px;}
.mod-front .front-num p {font-size:14px;line-height:1.8;min-height:110px;}
.mod-front .front-num strong { display:block; color:#F3C921;padding:30px 0; font-weight:normal; font-size:36px;}
.mod-front .front-num span {}
.front-num-a { background-image:url(../images/fronta.png); }
.front-num-b { background-image:url(../images/frontb.png); }
.front-num-c { background-image:url(../images/frontc.png); }
.front-num-d { background-image:url(../images/frontd.png); }
.front-num-e { background-image:url(../images/fronte.png); }
.front-num-f { background-image:url(../images/frontf.png); }

@media (min-width: 768px) {
.mod-front { overflow:hidden;}
.mod-front .front-num {background-size:150px;width:80%; background-position:center 30px; }
.mod-front .front-num strong {font-size:60px;padding:60px 0; }
.mod-front .front-num p {font-size:16px;}
.mod-front .front-desc {padding:0;width:90%;font-size:16px;  }
.mod-front .front-desc .front-desc-content:before {width:25px;height:60px; bottom:10px;right:-50px; }
.mod-front .front-desc .front-desc-content:after {width:15px;height:70px;bottom:-10px;right:-2px; }
}

.line-bg { display:none; position:absolute;background-image:url(../images/line.png); background-size:100%; opacity:0.8;
width:400px;height:400px; right:100px;top:-200px;
 -webkit-animation-name:'ripple';
-webkit-animation-duration: 2s;
-webkit-animation-timing-function:ease-out;
-webkit-animation-delay:0;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
}

@media (min-width: 1200px) {
.line-bg { display:block;}
	}


@-webkit-keyframes ripple {
0% {
width:400px;height:400px; right:100px;top:-200px;  opacity:0.8;
}
50% {
width:800px;height:800px; right:-100px;top:-400px;  opacity:0.2;
}

100% {
width:400px;height:400px; right:100px;top:-200px;  opacity:0.8;
}
}

@keyframes ripple {
0% {
width:400px;height:400px; right:100px;top:-200px;  opacity:0.8;
}
50% {
width:800px;height:800px;right:-100px;top:-400px;  opacity:0.2;
}

100% {
width:400px;height:400px; right:100px;top:-200px; opacity:0.8;
}
}


/*------expert-----*/

.mod-expert { overflow:hidden; }
 
.mod-expert .expert-list { padding-top: 20px;}

.each-expert { }
.mod-expert .text-center { padding-top:20px}
.each-expert .each-content { position:relative;}
.each-expert .each-content .content-info {position:relative;  z-index:1;text-align: center; background-repeat:no-repeat; background-image:url(../images/people_bg.gif);
background-size:120px; background-position:center 0;padding-top:10px;}
.each-expert .each-content .content-desc { position:absolute; z-index:2;left:20px;top:0;right:20px;bottom:0; opacity:0; overflow:hidden; background-color:#3cc5c5;color:#fff;
text-align:left; border-radius:20px 0 20px 0;
 transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;}

.each-expert .each-content .content-desc p {padding:20px; line-height:1.8;font-size:14px; }
.each-expert .each-content .content-info .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; background:none;
    border:0px solid #3cc5c5;
    position: relative;
    z-index: 2;
}

.each-expert .each-content .content-info .logo img { width: 100%;height: 100%;}

.each-expert .each-content .content-info h4 {
    font-size: 17px;
    font-weight:normal;
    margin-top:25px;
    color: #fff;
    line-height: 1.42;
}

.each-expert .each-content .content-info p {line-height: 1.42;    color: #e0e0e0;font-size: 12px; margin:0 auto;min-height:80px; }




@media (min-width: 768px) {
.each-expert .each-content .content-info { background-size:158px; background-position:center -4px;}
.each-expert .each-content .content-info .logo {
    width: 130px;
    height: 130px;}
.each-expert .each-content .content-info h4 { font-size: 24px;}
.each-expert .each-content .content-info p {font-size: 15px;width:200px;line-height: 1.8; min-height:120px;  }
}

@media (min-width: 992px) {
.each-expert .each-content .content-info {padding:20px 0;background-size:180px; background-position:center 5px;}
.each-expert .each-content .content-info .logo { width: 150px; height: 150px;}
.each-expert .each-content .content-info p { min-height:90px; }

}

@media (min-width: 1200px) {
.mod-expert {padding-bottom:100px;}
.each-expert .each-content:hover .content-desc { opacity:1;}
.each-expert .each-content .content-info p {}
}



/*-----video-------*/

.mod-video {
    background-color:#2C2D69;
    padding-bottom: 60px;
    padding-top: 30px;
}

.mod-video iframe {
    border: 1px solid #466fb1;
}

.mod-video .container {
    padding-left: 40px;
    padding-right: 40px;
}

.mod-video .container .col-xs-12 {
    position: relative
}

.mod-video .live-info {
    padding: 5px;
    padding-top: 40px;
}

.mod-video .live-info .text {
    font-size: 15px;
    line-height: 1.8;
}

.mod-video .live-info h3 {
    font-size: 20px;
    margin-bottom: 25px;
    width: 120px;
    border-left: 8px solid #FFAD02;
    text-align: center;
    color: #FFAD02;
    padding: 2px 12px;
    margin-top: 5px;
}

.mod-video .btn-div {
    padding-left: 10px;
    padding-top: 15px;
}

@media (min-width: 992px) {
    .mod-video .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mod-video .live-info {
        padding: 5px;
    }
}

/*-------city------*/

.mod-city { overflow:hidden;background-color: #363775;}
.mod-city:before {content:""; position:absolute;background-color:#F3C921; width:18px;height:45px; bottom:20px;left:58px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}
.mod-city:after { content:""; position:absolute;background-color: #e45846; width:12px;height:70px; bottom:-20px;left:50px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)}

.city-info-menu { padding-top:10px;padding-bottom:20px; overflow:auto;}
.city-info-menu li {width:33.33%; float:left; text-align:center;}
.city-info-menu li a { display:block;margin:3px;  border: 1px solid #59759a;line-height:1.42;padding:5px 0; color:#fff; font-size:15px;}
.city-info-menu li a span { display:block; text-align:center; opacity: 0.5; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.city-info-menu li.active {    }
.city-info-menu li.active a {border: 1px solid #76DAD6; background-image:url(../images/tab_bg.jpg); background-position:left top; background-repeat:repeat-y;
background-size:100%;}

.city-tab-content { }
.city-content {position: relative; }
.city-content .city-img { position: relative;     z-index: 1;width: 100%; height:150px;overflow: hidden;bottom: -55px;  margin-top: -55px;
background-position:right bottom; background-repeat: no-repeat; background-size:150px;}
.city-content .city-img strong { position: absolute; bottom:55px; right:0; width: 100%;  color: #fff; font-size: 28px;text-align:left; font-weight:100; padding-left:10px;}
.city-content .city-a { background-image: url(../images/city03.png);}
.city-content .city-b {  background-image: url(../images/city01.png);}
.city-content .city-c {  background-image: url(../images/city02.png);}
.city-content .city-d { background-image: url(../images/city04.png);}
.city-content .city-e { background-image: url(../images/city07.png);}
.city-content .city-f {background-image: url(../images/city05.png);}
.city-content .city-g { background-image: url(../images/city06.png);}

.city-content .kuai {  margin-top:20px;width:30px;height:30px; background:#76DAD6; display:none; }
.city-content .city-info {padding-bottom:10px;padding-left:5px;padding-right:5px; }
.city-content .city-desc {font-size:14px; line-height:1.8;padding-top:45px; position:relative;color: #e0e0e0; display:none; }
.city-content .city-desc:before { position:absolute;left:0;top:0;width:30px;height:30px; background:#76DAD6; content:""; }
.city-content .city-info h3 { font-size:22px; color:#fff; display:block; line-height:1.2; padding:4px 5px;margin-top:0;margin-bottom:0;
 border-bottom:2px solid #176eff; border-image:linear-gradient(to left,#176eff,#00f3ff) 2;
 border-left:0!important;border-right:0!important;border-top:0!important;}
.city-content .city-info p {font-size:14px;line-height:1.8;padding-top:25px; background-color:#363775; }
.city-content .city-info p a.border-btn{margin-right:15px;}
.city-content .text-center {padding-top:30px;padding-bottom:50px;}

@media(min-width:768px) {
.city-info-menu li { width:16.66%; }
.city-info-menu li a {padding:10px 0;font-size:17px;}
.city-info-menu li a span {font-size:20px;}
.city-content .city-img {height:320px;background-position: center; background-size:320px;bottom:0;margin-bottom:0;margin-top:20px;}
.city-content .city-img strong {font-size: 42px;text-align:center;padding-left:0; }
.city-content .city-info {padding-left:0;padding-right:0;}
.city-content .city-info h3 { font-size:32px;padding-top:30px;}
.city-content .city-info p {font-size:16px;  }

.mod-city:before {width:40px;height:125px; bottom:-40px;left:145px; }
.mod-city:after { width:12px;height:70px; bottom:-20px;left:115px; }
}

@media(min-width:992px) {

.city-info-menu li a {margin:10px;padding:15px 0;}
.city-info-menu li a span {font-size:24px;}
.city-tab-content {padding-top:0;}
.city-content {padding-left:15px;padding-right:15px;}
.city-content .city-info h3 {text-align:right; }
}
@media(min-width:1200px) {
.city-content .city-info h3 {padding-top:50px}
.city-info-menu li { float:none; width:100%;}
.city-info-menu li a { padding:10px 0; position:relative;padding-right:10px;}
.city-info-menu li a span {font-size:20px; line-height:1; display:inline-block;padding-right:10px; opacity:1; }
.city-content .city-img {margin-bottom:0; margin-top:30px;}
.city-content .city-desc { display:block}
.city-content .city-img strong {bottom:10px;}

}
@media(min-width:1400px) {

.city-content .city-img {height:370px;background-size:370px;margin-top:0; }
.city-content .city-img strong {font-size: 46px;}
}



/*-----service----*/

.mod-service {   overflow:hidden;     background-color: #363775;  }
.mod-service:before {content:""; position:absolute;background-color:#e45846; width:15px;height:55px; top:20px;right:58px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}
.mod-service:after { content:""; position:absolute;background-color:#76DAD6; width:10px;height:80px; top:-20px;right:50px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)}
.each-service { padding-top:70px; }
.each-service .icon { float:left;width:60px; height:60px;border:1px solid #59759a ; line-height:60px; text-align:center; }
.each-service .icon .iconfont {font-size: 30px;  color:#59759a; }
.each-service .service-desc {margin-left:90px; text-align:left; position:relative;}
.each-service .service-desc .num { position:absolute; z-index:1; top:10px;left:-70px;font-size:70px; font-weight:100; color:#fff; }
.each-service .service-desc strong { font-size:20px;  color: #f3c921;  display:block; padding-bottom:5px;font-weight:normal;}
.each-service .service-desc p { line-height:1.8;font-size:14px;    color: #e0e0e0; padding-right:5px;}

.mod-service .text-center {padding-top:40px;}


@media(min-width:768px) {
.mod-service:before  { width:25px;height:100px; top:40px;right:132px; }
.mod-service:after {width:15px;height:150px; top:-40px;right:110px; }

.each-service .icon {  width:90px; height:90px;  line-height:90px; }
.each-service .icon .iconfont {font-size: 45px; }
.each-service .service-desc {margin-left:130px;  }
.each-service .service-desc .num {  top:10px;left:-80px;font-size:100px;  }
.each-service .service-desc strong { font-size:24px;  padding-bottom:10px; }
.each-service .service-desc p {font-size:15px; }
}
@media(min-width:1200px) {
.mod-service {padding-bottom:100px;}
.mod-service:before  { top:40px;right:152px; }
.mod-service:after { top:-40px;right:130px; }
}


/*-------news------*/

.mod-news { overflow:hidden; padding-top:0;background-color: #212246;}
.news-wrap {padding-top:30px;}
.mod-news-first {padding:30px 0; background-color:#232554; 
}
@media (min-width: 768px) {
.mod-news .news-list li a { background-color: #30326f;}
.mod-news .news-list li a:hover { background-color:#3e408e;}
.mod-news-first {padding:60px 0;}
}


/*-----review----*/

.mod-review { overflow:hidden; background-color: #212246;}
.index .mod-review{background:none;}
.mod-review:before {content:""; position:absolute;background-color:#f3c921; width:15px;height:55px; top:20px;right:58px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}
.mod-review:after { content:""; position:absolute;background-color:#76DAD6; width:10px;height:80px; top:-20px;right:50px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)}

@media (min-width:768px) {
.mod-review {padding-bottom:0;}
.mod-review:before  { width:25px;height:100px; top:40px;right:132px; }
.mod-review:after {width:15px;height:150px; top:-40px;right:110px; }

}

/*------brand------*/

.media-brand {
    padding: 30px 20px 0 20px;
}

.media-brand .brand-info {
    padding: 15px 0;
}

.media-brand .brand-info h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
    color: #62E2F4;
}

.media-brand .brand-info .brand-logo {
    padding: 5px 8px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
}

.media-brand .brand-info p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .media-brand .brand-info h3 {
        margin-top: 20px;
    }
    .media-brand .brand-info p {
        font-size: 14px;
    }
}


/*-------sponsor------*/

.mod-sponsor {}
.mod-sponsor .media-support {font-size: 14px;margin:0 -5px; }
.mod-sponsor .support-title { font-size:16px; color:#fff;padding-left:10px;padding-top:20px; }
.mod-sponsor .support-items strong { display:none; font-weight:normal;font-size:12px; }
.mod-sponsor .support-items { overflow:auto; padding:2px;}
.mod-sponsor .support-items .item { display: block; float:left;width:33.3%;color: #fff;  text-align: center; }
.mod-sponsor .support-items .item > div {margin:10px;border-radius: 3px;padding: 4px;background-color: #fff; }
.mod-sponsor .support-items img { width: 100%; height: auto;}

@media(min-width:768px) {
.mod-sponsor .support-title { font-size:18px; color:#fff; padding-left:15px;}
.mod-sponsor .support-items .item { width:20%;}
.mod-sponsor .media-support {font-size: 16px; padding:40px 0;}

}
@media(min-width:992px) {
.mod-sponsor .support-items .item { width:16.6%;}	
	
}
 @media(min-width:1200px) {
	.mod-sponsor .media-support {margin:0 -15px; }
	.mod-sponsor .support-items .item { width:12.5%; position:relative; }
 .mod-sponsor .support-items .item:hover strong { position:absolute;top:15px;left:15px;right:15px;bottom:15px; display:block; background-color:#000;color:#fff; 
 font-size:14px; text-align:center;  opacity:0.7; border-radius:2px; line-height:52px; }
.mod-sponsor .support-items.lever-a .item {width:16.6%;}
.mod-sponsor .support-items.lever-b .item {width:16.6%;}
.mod-sponsor .support-items.lever-a .item:hover strong ,.mod-sponsor .support-items.lever-b .item:hover strong {line-height:68px; }
 
 .mod-sponsor .support-items .item > div {margin:15px;}
 }
  @media(min-width:1400px) {
 .mod-sponsor .support-items .item:hover strong {line-height:62px; }
 .mod-sponsor .support-items.lever-a .item:hover strong ,.mod-sponsor .support-items.lever-b .item:hover strong {line-height:89px; }
	  
  }
/*-------media------*/

.mod-media {  overflow:hidden;background-color: #363775; }
.mod-media:before {content:""; position:absolute;background-color:#F3C921; width:18px;height:45px; bottom:20px;left:58px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);}
.mod-media:after { content:""; position:absolute;background-color: #e45846; width:12px;height:70px; bottom:-20px;left:50px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)}



.mod-media .media-support {padding:20px 5px; line-height:1.8; font-size:14px;}

.mod-media .each-text {padding-bottom:15px; font-size:13px;}
.mod-media .each-text strong {  color:#f3c921; font-weight: bold;}
.mod-media .each-text p {margin:0;}

.mod-media .support-items { padding: 10px;}
.mod-media .support-items .row > div {  padding:0 7px;padding-bottom:14px;}
.mod-media .support-items a {border-radius: 3px;
    display: block;
    color: #fff;  background-color: #fff; padding: 4px;
    text-align: center;
}

.mod-media .support-items img {
    width: 100%;
    height: auto;
}

.mod-media .support-items strong {display:none;}

@media(min-width:768px) {
.mod-media .support-items { padding: 2px;}
.mod-media .support-items .row > div {  padding:0 15px;padding-bottom:30px;}
 .mod-media .media-support {font-size: 16px; padding:70px 0;}
 .mod-media .each-text { font-size:15px;}
.mod-media:before {width:40px;height:125px; bottom:-40px;left:145px; }
.mod-media:after { width:12px;height:70px; bottom:-20px;left:115px; }

}
 @media(min-width:1400px) {
.col-sm-2 {
    width: 11.1%;
}
 
}
/*-------contact------*/

.mod-contact { background-image:url(../images/cover_c.png); background-position:right bottom;background-repeat:no-repeat;background-size:250px;}
.mod-contact .contact-wrap {padding-top:30px;padding-left:20px; text-align:left;}
.mod-contact .contact-wrap .row > div {padding-bottom:30px;}

.mod-contact .each-text { font-size: 14px;line-height: 1.6; padding-bottom: 30px; }
.mod-contact .each-text p {padding-bottom:15px;}
.mod-contact .each-text .sub-title { font-size: 20px; font-weight:normal;padding-bottom:20px; display:block;}
.mod-contact .each-text .sub-title .iconfont { padding:8px; font-size:17px; font-weight: normal; margin-right: 10px; background-color:#76DAD6;  border-radius: 30px;}
.mod-contact .each-text strong {font-size: 16px; display: block;}
.mod-contact .each-text .border-btn {font-size:14px;}
.mod-contact .each-text .text {padding-left:45px;}

@media(min-width:768px) {
.mod-contact {background-size:450px;}
.mod-contact .contact-wrap {padding-left:5px;}
.mod-contact .each-text { padding-left:25px;	}
.mod-contact .each-text strong { font-size: 18px; padding-bottom: 10px;}


.mod-contact .each-text .text {padding-left:3px;}
}
@media(min-width:992px) {
.mod-contact .contact-wrap {padding-top:60px;}
.mod-contact .contact-wrap .row > div  {border-left: 1px solid #46586f; }
.mod-contact .contact-wrap .row > div:first-child {border:0}
.mod-contact .each-text {font-size: 16px;padding-left:50px;}
.mod-contact .each-text .sub-title .iconfont { padding: 12px; font-size: 20px;  }
.mod-contact .each-text .sub-title {padding-bottom:50px;font-size: 24px; }
}
@media(min-width:1200px) {
.mod-contact {background-size:550px;}
.mod-contact .each-text {padding-left:60px; min-height:300px;}
}
@media(min-width:1400px) {
.mod-contact .each-text {padding-left:80px;}
}

/*-------time-----*/

.mod-time {    background-color: #363775;}
.mod-time .time-tab {padding:20px 0; position:relative;}
.mod-time .time-tab .time-tab-ul { overflow:auto; width:100%;}
.mod-time .time-tab li { width:50%; float:left;}
.mod-time .time-tab li a { color:#fff; display:block; font-size:16px; text-align:center;    margin:5px;border: 1px solid #59759a;
    line-height: 32px; }
.mod-time .time-tab li.active a { background-color:#fff;
    border: 1px solid #76DAD6;
    background-image: url(../images/tab_bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100%;
	}
.mod-time .time-table {}
.mod-time .time-table table {border: 1px solid #7e7eab;}
.mod-time .time-table table td { line-height:1.8;border: 1px solid #7e7eab; font-size:13px;}
.mod-time .time-table table th {border: 1px solid #7e7eab; line-height:1.8;font-size:14px; font-weight:normal; text-align:center; background-color:#26275c; color:#fff;}
.tab-content {padding:5px;padding-top:20px;}
.time-tab ~ .tab-content {padding-top:5px;}


@media(min-width:768px) {
.mod-time .time-tab .time-tab-ul { position:absolute;right:0;top:-70px;}
.mod-time .time-tab li a {margin:10px; line-height: 38px; }
.mod-time .time-tab .time-tab-ul { overflow:auto; width:300px;}
.tab-content {padding:10px;padding-top:40px;}
.time-tab ~ .tab-content { padding-top:0;}
.mod-time .time-table table td {font-size:14px;border:0;border-bottom: 1px solid #7e7eab;}
.mod-time .time-table table td:nth-of-type(2),.mod-time .time-table table th:nth-of-type(2){border-right: 1px solid #7e7eab;}
.mod-time .time-table table th {font-size:16px; border:0;border-bottom: 1px solid #7e7eab;}
.mod-time .time-table table td strong{font-weight: normal;}
}
@media(min-width:1200px) {
.mod-time .time-table table th {font-size:18px; }
.tab-content {padding:10px;padding-top:0;}
}


/*-------live-----*/
.mod-live { background-color:#212246;padding-bottom:0; position:relative; z-index:1; }
.live-iframe-wrap { position:relative; z-index:2;display:none}
.live-iframe {border:0;width:100%;height:810px;}
.mod-live .zhezhao {display:none; position:absolute; z-index:3;top:202px;left:0;width:100%;height:80px;  background-color:#212246;}
.mod-live .zhezhao-b { top:57px; }

.phone-live {padding:10px;}
.phone-live img {width:100%;height:auto;}
@media(min-width:768px) and (max-width:1269px) {
	.mod-live { display:none}
}
@media(min-width:1270px) {
.mod-live .zhezhao,.mod-live .zhezhao-b,.live-iframe-wrap { display:block}	
	}
@media(min-width:1600px) {
.live-iframe { height:1050px;}
	}


