@import url("https://use.typekit.net/biu0pfi.css");
.stolzl-regular{font-family:"stolzl",sans-serif;font-weight:400;font-style:normal}
.stolzl-regular h3{font-family:"stolzl",sans-serif!important;font-weight:400;font-style:normal}
.stolzl-bold{font-family:"stolzl",sans-serif;font-weight:700;font-style:normal}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	background-color: #212121;
	font-family: "lanLantinghei SC","微软雅黑","Microsoft-YaHei","Hiragino Sans GB";
	/* ,"微软雅黑","Microsoft-YaHei","Hiragino Sans GB"; */
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
}

p{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
font-family:"stolzl",sans-serif;font-weight:400;font-style:normal
}
.overflow{
	overflow: hidden;
}
.white-color{
	color: #fff;
}
.blue-color { color:#ff7500;}
img{
	max-width: 100%;
}
#container-box{
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
}
a.text_a  { color:#fff;}
.title a { color:#fff;}
.title a:hover { color:#ff5544; text-decoration:none;} 
.up-mt{
	margin-top: -18%;
}

.topic_msg {position:relative; width:100%; height:40px; font-size:12px; border-bottom: 1px solid white;}
.topic_msg  li { float:right; padding:0px 0px 0px 10px; list-style:none; line-height:40px; color:#fff;}
.topic_msg  li i { margin-right:5px;}

.topic_msg  li a { color:#ccc; text-decoration:none;}
.topic_msg  li a:hover { color:#ff6600;} 

#scrollUp {  
	bottom: 20px;  
	right: 20px;  
	padding: 5px 5px;
	border-radius:5px;
	background: #555;  
	color: #fff;
	font-size:12px; 
}  


@media (min-width: 1200px){
	.container {
	    width: 1200px;
	    padding: 0;
	}
}
@media (min-width: 992px){
	.modal-lg {
	    width: 700px;
	}
	.zoom-in-page-2 .text-padding { padding-left:20px; padding-right:20px;}
}

.modal-s2 .modal-content{
	border-radius: 0;
}
.modal-s2  .modal-content video{
	width: 100%;
	display: block;
}

.modal-s1 .modal-dialog{
	text-align:center;
	overflow: hidden;
}
.modal-s1 .modal-dialog img{
	
}
.modal-s1 .modal-dialog .modal-content{
	border-radius: 0;
}

.navbar-custom{
	background-color: #32255E;
	border: none;
	/* max-width: 1200px; */
	margin: 0 auto;
	top: 0;
}
.navbar-right{
	margin-right: 0;
}
.navbar-nav>li>a{
	font-size: 16px;
	padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	
 font-family:"stolzl",sans-serif;
 font-weight:400;
 font-style:normal

}
.navbar-brand{
	padding: 0;
	padding-top: 10px;
}
.navbar>.container .navbar-brand{
	margin-left: 0;
	padding-left: 15px;
}
.navbar-toggle span{
	color: #fff;
	font-size: 16px;
}
.navbar-brand img{
	max-width: 265px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.nav>li>a:focus
{
	outline: none;
	color: #32255E;
/*	background-image: -webkit-linear-gradient(left, #444 , #333); 
    background-image: -o-linear-gradient(right, #444, #333); 
    background-image: -moz-linear-gradient(right, #444, #333);
    background-image: -ms-linear-gradient(right, #444, #333);  
    background-image: linear-gradient(to right, #444 , #333);
	*/
	background: #fcb900;
}

.navbar-nav>li.active>a{
	outline: none;
	color: #fff;
/*	background-image: -webkit-linear-gradient(left, #32255E , #ffc500); 
    background-image: -o-linear-gradient(right, #32255E, #ffc500); 
    background-image: -moz-linear-gradient(right, #32255E, #ffc500);
    background-image: -ms-linear-gradient(right, #32255E, #ffc500);  
    background-image: linear-gradient(to right, #32255E , #ffc500);
	*/
	    background: #fcb900;
}

.navbar-nav>li.current>a{
	outline: none;
	color: #32255E;
/*	background-image: -webkit-linear-gradient(left, #444 , #333); 
    background-image: -o-linear-gradient(right, #444, #333); 
    background-image: -moz-linear-gradient(right, #444, #333);
    background-image: -ms-linear-gradient(right, #444, #333);  
    background-image: linear-gradient(to right, #444 , #333);
	    
	*/
	background: #fcb900;
}



.banner-box-bg{
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.banner-box{
	position: relative;
}
.banner-sliders{
	height: 1000px;
}
.banner-sliders .item{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	/* position: absolute; */
	/* display: none; */
}
.banner-sliders .slides{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}

.banner-header{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	/* padding-top: 200px; */
	overflow: hidden;

}
 .slides .banner-header .container{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.title-box{
	text-align: center;
}
.title-box span{
	line-height: 60px;
	font-size: 40px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
	display: inline-block;
	padding: 21px 0;
	color: #fff;
}
.title-box.s1 a { color:#32255E; text-decoration:none;}
.title-box.s1 a:hover { color:#454545;}

.title-box.s1 span{
	font-size: 20px;
	line-height: 20px;
	padding: 13px 0;
}
.title-box.s2 span{
	font-size: 30px;
	line-height: 30px;
	padding: 15px 0;
	color: #fff;
	border-color: #fff;
}
.title-box.s3 span{
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0;
	color: #000;
	border-color: #000;
}
.title-box.s4 span{
	font-size: 30px;
	line-height: 30px;
	padding: 17px 0;
	color: #fff;
	border-color: #fff;
}
.title-box.s5 span{
	font-size: 30px;
	line-height: 30px;
	padding: 19px 0;
	color: #000;
	border-color: #000;
}
.color-blank-el:hover .title-box span{
	color: #000 !important;
	border-color: #000 !important;	
}

.banner-header .text{
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 40px 0 40px;
}

.more-button{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 130px;
	height: 40px;
	line-height: 41px;
	background-image: -webkit-linear-gradient(left, #32255E , #ffc500);
    background-image: -o-linear-gradient(right, #32255E, #ffc500);
    background-image: -moz-linear-gradient(right, #32255E, #ffc500);
    background-image: -ms-linear-gradient(right, #32255E, #ffc500);
    background-image: linear-gradient(to right, #32255E , #ffc500);
	display: inline-block;
	position: relative;
	background: #ffc500;
    color: #32255E;
}
.more-button:after{
	content: ">";
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 7px;
	top: 50%;
	font-family: inherit;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.more-button:hover,
.more-button:focus{
	color: #fff;
	text-decoration: none;
}


.arrow-item {
	position: absolute;
	width: 20px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
}
.home-arrow-left{
	background-image: url('../images/home-arrow-left.png');
	left: 52px;
}
.home-arrow-right{
	background-image: url('../images/home-arrow-right.png');
	right: 52px;
}

.banner-sliders .flex-control-nav{
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 15%;
	z-index: 15;
}
.banner-sliders .flex-control-nav a{
	display: block;
	width: 12px;
	height: 12px;
	background-color: #a7a5aa;
	margin: 0 14px;
	border-radius: 50%;
}
.banner-sliders .flex-control-nav li{
	display: inline-block;
	margin: 0 10px;
}
.banner-sliders .flex-control-nav a.flex-active{
	background-color: #32255E;
	position: relative;
}
.banner-sliders .flex-control-nav a.flex-active:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #32255E;
	opacity: 0.2;
}

.section-page-t{
	position: relative;
	top: -6%;
}

.home-page-1{
	height: 480px;
	position: relative;
	z-index: 20;
	background: url('../images/home-page-1-bg.jpg') no-repeat center top;
}
.home-page-1 .container{

}
.home-page-1 .item{
	background-color: #fff;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top: -80px;
}
.home-page-1 img{
	display: block;
	margin: 0 auto;
}
.home-page-1 .item>img{
	width: 100%;
}


.animate-el{
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.zoom-in-el:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.89;
}
.color-blank-el:hover{
	color: #000;
}

.home-page-1 .icon-c{
	margin: 20px auto;
}

.home-page-2{
	clear: both;
}
.home-page-2 .item1{
	height: 300px;
	display: table;
	width: 100%;
	background-color: #32255E;
}
.home-page-2 .row>div{
	padding: 0;
}

.home-page-2 .item1 .title-box{
	display: table-cell;
	vertical-align: middle;
}
.home-page-2 .item2{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	position: relative;
}
.play-button{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 149px;
	height: 149px;
	margin: -74.5px 0 0 -74.5px;
}


.home-page-3{
	height: 700px;
	background: url('../images/home-page-3-bg.jpg') no-repeat center top;
}
.home-page-3 .title-box{
	margin-top: 70px;
}
.home-page-3 .container{
	position: relative;
	height: 100%;
}
.home-page-3 .content{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background-color: #32255E; 
	opacity:0.95;
	position: absolute;
	bottom: -30px;
	max-width: 1200px;
	width: 100%;
	padding: 30px 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-page-3 .content .line{
	height: 4px;
	width: 70px;
	display: block;
	margin:  20px auto;
	background-color: #fff;
}

.home-page-4{
	height: 500px;
	background: url('../images/home-page-4-bg.jpg') no-repeat center top;
}
.home-page-4 .title-box{
	margin-top: 120px;
}
.home-page-4 .text{
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	margin: 45px 0;
}


.home-page-5{
	min-height: 550px;
	background: url('../images/home-page-5-bg.jpg') no-repeat center top;
}
.home-page-5 .title-box{
	margin-top: 20px;
	margin-bottom: 45px;
}

.home-page-5 .item{
	margin-bottom: 15px;
}
.home-page-5 .item .col-xs-4{
	overflow: hidden;
}
.home-page-5 .item img{
	width: 100%;
}
.home-page-5 .item{
	background-color: #fff;
}
.home-page-5 .item .time{
	color: #b7b7b7;
	font-size: 16px;
	padding: 20px 0 15px;
}
.home-page-5 .item .text{
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-right: 15px;
}
.home-page-5 .item a{
	font-size: 16px;
	line-height: 20px;
	color: #b7b7b7;
}
.home-page-5 .item a span{
	font-size: 14px;
	line-height: 14px;
    vertical-align: 2px;
}
.home-page-5 .item .link{
	padding-right: 15px;
	padding-top: 5px;
}


.footer{
	padding-top: 66px;
	background-color: #32255E;
}
.footer-bottom{
	background-color: #000;
	height: 80px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-family: "Arial";
	text-align: center;
	display: table;
	width: 100%;
}
.footer-bottom span{
	display: table-cell;
	vertical-align: middle;
}
.contact-page-2 a { color:#FFF; text-decoration:none;}
@media (max-width: 767px) {
	.footer-bottom{
		font-size: 12px;
	}
}
.footer .links-box h5{
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: #3e3e3e 3px solid;
}
.footer .links-box .link-list{
	padding-top: 25px;
}
.footer .links-box .link-list a,
.footer .links-box .link-list p{
	display: block;
	padding-bottom: 12px;
	color: #bdbdbd;
	font-size: 16px;
	text-decoration:none;
}
.footer .footer-logo{
	padding-bottom: 20px;
}
.footer .container{
	padding-bottom: 60px;
}

.about-page-1{
	background:url(../images/1.png);
	padding-bottom: 60px;
}
.about-banner-box-bg{
	background-image: url('../images/about-banner-bg.jpg');
}
.about-intro-box{
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	overflow: hidden;
	border: none;
	margin-top: -100px;
	border-radius: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.about-intro-box.s2{
	margin-top: 0;
}
.about-intro-box .about-intro-item{
	background:url(../images/about1.png);
	min-height: 363px;
	overflow: hidden;
	padding: 0px 200px 50px 200px;
}
.about-intro-box.s2 .about-intro-item{
	background-color: #000;
}
.about-intro-box  .text-content{
	font-size: 16px;
	line-height: 36px;
	text-align:left;
}

.about-intro-box .flex-control-nav{
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	bottom: auto;
}
.about-intro-box .flex-control-nav li a{
	width: 10px;
	height: 90px;
	background-color: #fff;
	margin-bottom: 10px;
	display: block;
	cursor: pointer;
	font-size: 0;
}
.about-intro-box .flex-control-nav li a.flex-active{
	background-color: #32255E;
}

.about-page-1 .title-box{
	margin: 60px 50px;
}
.title-box.s6 span{
	border-color: #fff;
	color: #fff;
	font-size: 30px;
	padding: 20px 0;
}

.about-page-3{
	background-color: #000;
}
.about-page-3 .title-box{
	margin-top: 65px;
}
.about-page-3 .about-intro-box  .text-content{
	padding-top: 60px;
}


.about-page-2{
	padding-top: 65px;
	padding-bottom: 53px;
	background-color: #fff;
}
.about-page-2 .item{
	position: relative;
	overflow: hidden;
	height: 200px;
}
/* .about-page-2 .item .icon-box img{
	max-width: 35%;
} */
.about-page-2 .item .item-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.about-page-2 .item:hover .item-bg{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.89;
}
.about-page-2 .item.m1 .item-bg{
	background-image: url('../images/about-page-2-item-1.jpg');
}
.about-page-2 .item.m2 .item-bg{
	background-image: url('../images/about-page-2-item-2.jpg');
}
.about-page-2 .item.m3 .item-bg{
	background-image: url('../images/about-page-2-item-3.jpg');
}

.about-page-2 .item .icon-box{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



.news-container{
	background:#fff;
}

/***新闻***/
.news-page-1 {
	margin-top: -18%;
	position: relative;
	z-index: 1;
	background:url(../images/1.png);
}
.news-banner-box-bg{
	background-image: url('../images/news-banner-bg.jpg');
}
.news-page-1 .cover{
	overflow: hidden;
}
.news-page-1 .container{
	background-color: #f2f2f2;
	padding: 60px 58px;
	margin-bottom: 0;
}
.news-page-1 .cover img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.news-page-1 .title{
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e6e6e6;
}
.news-page-1 .intro{
	padding-top: 20px;
	font-size: 16px;
	line-height: 32px;
}
.news-page-1 .intro-bottom{
	padding-top: 40px;
	overflow: hidden;
}
.news-page-1 .intro-bottom span{
	font-size:16px;
	line-height:24px;
	color: #b7b7b7;
	font-family: Arial;
}
.news-page-1 .intro-bottom a{
	font-size:16px;
	line-height:20px;
	color: #b7b7b7;
}
.news-page-1 .intro-bottom a span{
	font-size: 12px;
	vertical-align: 3px;
	padding-left: 5px;
}

.news-list .time,
.news-list .title,
.news-list .link{
	padding: 0 6px;
}
.news-list .time{
	font-size:16px;
	line-height:20px;
	color: #b7b7b7;
	font-family: Arial;
}
.news-page-2 .container{
	padding: 0;
}

.news-list table{
	width: 84.5%;
	padding-left:15%;
	border-collapse:separate;
	border-spacing:0px 14px;
}



.news-page-2 .news-list table{
	width: 100%;
	padding-left:0%;
	border-collapse:separate;
	border-spacing:0px 14px;
}


.news-list table td>img{
	max-width: 50px;
}
.news-list  .icon{
	padding-left: 26px;
}
.news-list .title{
	font-size: 16px;
}
.news-list table td{
	background-color: #333;
	height: 70px;
	color:#fff;
	
}
.news-list .link{
	font-size:16px;
	line-height:17px;
	color: #b7b7b7;
	padding-right: 
}
.news-list .link span{
	font-size: 12px;
	vertical-align: 3px;
	padding-left: 5px;
}
.news-list  .pages{
	padding-top: 30px;
	font-size: 0;
	text-align: center;
}
.news-list  .pages a{
	background-color: #000;
	font-size: 16px;
	color: #fff;
	padding: 10px 10px;
	margin: 0 10px;
}
.news-list  .pages a.active{
	background-color: #c8c8c8;
}
.news-list  .pages a.l{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px 13px;
	background-image: url('../images/page-arrow-l.png');
	padding: 10px 20px;
}
.news-list  .pages a.r{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px 13px;
	background-image: url('../images/page-arrow-r.png');
	padding: 10px 20px;
}
.news-list  .pages.s1 a.l{
	background-position: 20px center;
}
.news-list  .pages.s1 a.r{
	background-position: 92px center;
	margin-left: 40px;
}
.news-list  .pages.s1 a.l{
	padding-left: 50px;
}
.news-list  .pages.s1 a.r{
	padding-right: 50px;
}

.news-page-1 .container{
	position: relative;
	padding-top: 80px;
	background:#333;
	color:#fff;
}
.news-details .title{
	font-size: 24px;
}
.news-details .time{
	font-size: 18px;
	color: #b7b7b7;
	font-style: italic;
	text-align: center;
	padding: 22px 30px;
}
.btn-back-page{
	position: absolute;
	right: 40px;
	top: 25px;
	z-index: 10;
}


.contact-container{
	background-color: #fff;
}
.contact-banner-box-bg{
	background-image: url('../images/contact-banner-bg.jpg');
}
.contact-page-1{
	margin-top: -15%;
}
.section-t{
	margin-top: -10%;
	position: relative;
	z-index: 1;
}

.contact-page-1 .media-left{
	padding: 0 30px;
	vertical-align: middle;
}
.contact-page-1 .media-left img{
	width: 146px;
	max-width: none;
	display: block;
	margin: 0 auto;
}
.contact-page-1 .media{
	padding: 30px 30px 30px 0;
	background-color: #f2f2f2;
}
.contact-page-1 .media .media-icon{
	width: 91px;
	height: 96px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.contact-page-1 .media .item1 .media-icon{
	background-image: url('../images/contact-icon-1.png');
}
.contact-page-1 .media .item2 .media-icon{
	background-image: url('../images/contact-icon-2.png');
}
.contact-page-1 .media.active{
	background-color: #32255E;
	color: #fff;
}

.contact-page-1 .media.active .item1 .media-icon{
	background-image: url('../images/contact-icon-white-1.png');
}
.contact-page-1 .media.active .item2 .media-icon{
	background-image: url('../images/contact-icon-white-2.png');
}

.contact-page-1 .media .media-heading{
	font-size: 20px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.contact-page-1 .col-sm-6{
	margin-bottom: 30px;
}
.contact-page-1 .media .media-body p{
	padding-top: 26px;
	font-size: 16px;
	line-height: 36px;
}

.app-icons-box{
	text-align: center;
	padding: 63px 0 70px;
}
.app-icons-item{
	width: 115px;
	margin: 0 35px 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.app-icons-item img{
	max-width: 70px;
}
.app-icons-item:hover p{
	color: #32255E;
}
.app-icons-item p{
	font-size: 16px;
	padding-top: 15px;
}
/*---------------*/







/*---------------*/
/**join**/
.join-banner-box-bg{
	background-image: url('../images/join-banner-bg.jpg');
}
.join-page-1{
	margin-top: -10%;
	background-color: #fff;
}
@media (max-width: 767px) {
	.join-page-1{
		margin-top: 0;
	}
}
.join-page-1 .container{
	background: #32255E; 
	position: relative;
	top: -100px;
	
}
.join-page-1 .title-box,
.join-page-2 .title-box,
.join-page-3 .title-box{
	margin: 67px 0 36px;

}



.join-page-2 .title-box{
	margin-top: 0px;
}

.join-page-1 .title,
.join-page-2 .title,
.join-page-3 .title{
	padding: 0 0 30px;
	font-size: 24px;
	
}
.join-page-1 .intro,
.join-page-2 .intro,
.join-page-3 .intro{
	padding: 0px 240px 0px 240px;
	font-size: 16px;
	line-height: 36px;
	color:#fff;
	
}

.join-page-2 .intro { padding:0px;}
.join-page-2 .container .row { padding:0px; }



.join-page-2{
	background: url('../images/tpl.jpg') no-repeat center center;
	background-size: cover;
	margin-bottom:100px;
	padding:30px 0px 30px 0px;
}






.join-page-3{
	background: url('../images/join_page-3-bg.jpg') no-repeat center center;
	background-size: cover;
	padding-bottom:60px;
}
.join-page-3 .intro{
	color: #fff;
}

.join-page-4 {
	padding-bottom: 50px;
	background:#ff7500;
}




.join-page-4 .title-box{
	margin-top: 70px;
}

.back_btn {position:relative; width:100%; height:60px; line-height:60px; background:#333; color:#fff; text-align:center;}

.join-page-4 .title-box.s4  span{
	font-size: 30px;
	line-height: 30px;
	padding: 17px 0;
	color: #fff;
	border-color: #fff;
}


.join-details .container{
	padding-top: 80px;
}
.join-details .title{
	font-size: 24px;
	overflow: hidden;
}
.join-details .title-span{
	width: 85%;
	float: left;
}
.join-details .time{
	float: right;
	font-size: 18px;
	color: #b7b7b7;
	font-style: italic;
	padding-right: 3px;
}



/**solution**/

.solution-banner-box-bg{
	background-image: url('../images/solution-banner-bg.jpg');
	height: 427px;
		/* background-position: left top;
		background-size: 100% 427px; */
} 
.solution-page{
	padding-bottom: 40px;
	background-color: #32255E;
	color: #fff;
}
.solution-page .title-box{
	margin: 55px 0 25px;
}
.solution-page .intro{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.solution-page.solution-page-4  .intro{
	padding-bottom: 30px;
}
.solution-page.solution-page-4  .intro .intro-item{
	display: none;
}

.solution-page-4 .title-box span{
	line-height: 30px;
	font-size: 40px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
	display: inline-block;
	padding: 21px 0;
	color: #fff;
}
@media (min-width: 768px){
	.col-sm-20 {
	    width: 20%;
	    float: left;
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

.solution-page-3{
	background-color: #000;
}
.solution-page-3 .list{
	padding: 25px 0;
}
.solution-page-3 .list .item{
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.solution-page-3 .list .item .item-bg{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.solution-page-3 .graninet{
  background: url('../images/graninet.png') repeat-x left bottom;
  background-size: contain;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.solution-page-3 .list .item  .title{
	font-size: 17px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5%;
	color: #fff;
	z-index: 1;
}

.solution-page-4{
	background-color: #32255E;
	color: #fff;
	position: relative;
}
.solution-page-4 .flexslider .slides li{
	position: relative;
	background:none;
}
.solution-page-4 
.play-button.s1{
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	background: url('../images/play-btn-icon.png') no-repeat center center;
	background-size: cover;
	/* opacity: 1; */
	-webkit-transition: linear 0.3s opacity;
	-moz-transition: linear 0.3s opacity;
	-ms-transition: linear 0.3s opacity;
	transition: linear 0.3s opacity;
}

/* .solution-page-4 .flexslider .slides li:hover .play-button{
	opacity: 1;
} */
	
	
.zoom-in-page-1 .play-button.s1 {
    width: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
    background: url('../images/play-btn-icon.png') no-repeat center center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: linear 0.3s opacity;
    -moz-transition: linear 0.3s opacity;
    -ms-transition: linear 0.3s opacity;
    transition: linear 0.3s opacity;
}
.solution-page-4 .flexslider{
	margin-top: 60px;
	max-width: 1072px;
	margin: 0 auto;
}
.solution-page-4 .flex-control-nav{
	padding-top: 40px;
	font-size: 0;
	bottom: 0;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}
.solution-page-4 .flex-control-nav a{
	display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
}
.solution-page-4 .flex-control-nav a.flex-active{
	background-color: #fff;
    position: relative;
}
.solution-page-4 .flex-control-nav li{
	display: inline-block;
	margin: 0 14px;
}
.solution-page-4 .flex-control-nav a.flex-active:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #32255E;
	opacity: 0.2;
}

/**zoom-in**/
.zoomin-banner-box-bg{
	background-image: url('../images/join-banner-bg.jpg');
}
.zoom-in-page-1{
	
}
.zoom-in-page-1 .cover {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	position: relative;
}
.zoom-in-page-1 .cover img{
	width: 100%;
}
.zoom-in-page-1 .item{
	padding-left: 40px;
}
.zoom-in-page-1 .item  .title-box.s1 span{
	font-size: 30px;
	padding: 15px 0;
}
.zoom-in-page-1 .title-box{
	text-align: left;
}
.zoom-in-page-1 .item .intro{
	font-size: 16px;
	line-height: 32px;
	padding-top: 22px;
}
.zoom-in-page-1 .list{
	margin-bottom: 70px;
	background-color: #32255E;
	padding:30px;
}

.zoom-in-page-1 .list .title-box span
{
	line-height: 30px;
	font-size: 40px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
	display: inline-block;
	padding: 21px 0;
	color: #fff;
}


.zoom-in-page-1 .container .row
{
	margin-left:0px;
	margin-right:0px;
}

.news-list .link.down{
	background: url('../images/down-icon.png') no-repeat right center;
	background-size: contain;
	padding-right: 20px;
}
.zoom-in-page-2{
	padding-bottom: 60px;
	background:#ff6600;
}
.zoom-in-page-2 .title-box{
	margin-bottom: 36px;
}

.zoom-a-page-1 .cover{
	margin-bottom: 50px;
	padding-bottom: 0;
}
.zoomaudatex-banner-box-bg{
	background-image: url('../images/zoom-audatex-bg.jpg');
}
.zoom-in-page-2 .text-padding { padding-left:200px; padding-right:200px;}

@media (max-width:768px){

	.navbar-nav>li>a{
    	font-size: 17px;
	}

}
@media (max-width:767px) {
	.footer{
		padding-top: 0;
	}
	.section-t{
		margin-top: 0;
	}
	/**nav**/
	.navbar-brand{
		padding-top: 12px;
		padding-left: 15px;
	}
	.navbar-brand img{
		max-width: 200px;
	}

	.navbar-nav>li>a{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.navbar-custom{
		top: 0 !important;
	}
	.banner-box-bg{
		height: 350px;
	}
	
	/**home**/
	.title-box span{
		font-size: 20px;
		line-height: 30px;
		padding: 10px 0;
	}
	.banner-header .text{
		font-size: 14px;
	}
	.banner-sliders .flex-control-nav{
		bottom: 20%;
	}
	.banner-header{
		padding-top: 100px;
	}
	.banner-sliders{
		height: 600px;
	}
	.section-page-t{
		top: -50px;
	}
	.home-page-1 .item{
		margin-top: 0;
	}
	.home-page-2 .item2 .play-button{
		width: 75px;
	    height: 75px;
	    margin: -37.5px 0 0 -37.5px;
	}
	.home-page-1{
		height: auto;
		background-size: cover;
	}
	.title-box.s3 span{
		font-size:20px;
		line-height: 30px;
		padding: 12px 0;
	}
	.home-page-3 .content{
		font-size: 16px;
		line-height: 24px;
		position: static;
		-webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	    margin-top: 60px;
	    width: 100%;
	    padding: 15px;
	}
	.home-page-3{
		height: auto;
		padding-bottom: 50px;
	}
	.title-box.s4 span{
		font-size: 20px;
		line-height: 30px;
		padding: 12px 0;
	}
	.home-page-4 .text{
		font-size: 14px;
		line-height: 24px;

	}
	.title-box.s5 span,
	.title-box.s6 span{
		font-size: 20px;
		line-height: 30px;
		padding: 12px 0;
	}

	
	/**about**/
	.about-intro-box{
		margin-top: 0;
	}
	.about-intro-box .about-intro-item{
		padding: 10px 20px;
		font-size: 15px;
		line-height: 24px;
		min-height: 463px
	}
	.about-page-1 .title-box{
		margin: 30px 5px;
	}
	.about-page-1 .title-box span{
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0;
	}

	/**solution**/
	.solution-page .intro{
		
		font-size: 16px;
		line-height: 30px;
	}
	

	/**contact**/
	.contact-page-1 .media-left img{
		width: 50px;
	}
	
	.contact-page-1 .media .media-heading{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.app-icons-box{
		padding-top: 60px;
	}
	.contact-page-1 .media-left{
		padding: 0 10px;
	}
	.contact-page-1 .media .media-body p{
		font-size: 15px;
		padding-top: 15px;
		line-height: 24px;
	}
	.contact-page-1 .media{
		padding: 30px 15px 30px 0;
	}
	.contact-banner-box-bg{
		height: 350px;
	}
	
	/**solution**/
	.solution-banner-box-bg{
		height: 300px;
	}

	/**join**/
	.join-page-1 .intro, .join-page-2 .intro, .join-page-3 .intro{
		font-size: 15px;
		line-height: 24px;
		padding: 0 0 30px;
	}
	.news-list .time{
		font-size: 12px;
	}
	.news-list .title{
		font-size: 14px;
	}
	.news-list .link{
		font-size: 13px;
	}
	.news-list table{
		border-spacing: 0px 20px;
	}
	
	/**news**/
	.news-page-1 .container{
		padding: 0 15px 30px;
	}
	.news-details .container{
		padding: 50px 15px 30px;
	}
	.btn-back-page{
		top: 10px;
		right: 20px;
	}
	.news-page-1 .title{
		font-size: 20px;
		line-height: 26px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-page-1 .intro{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.news-page-1 .intro-bottom {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-page-1 .intro-bottom span,
	.news-page-1 .intro-bottom a{
		font-size: 14px;
		line-height: 14px;
	}
	.news-list  .pages a{
		font-size: 14px;
		padding: 10px 10px;
    	margin: 0 5px;
	}
	.news-list  .pages a.r,
	.news-list  .pages a.l{
		padding: 10px 16px;
	}
	.news-list  .pages{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/**zoom_in**/
	.zoom-in-page-1 .cover{
		margin-bottom: 20px;
	}
	.zoom-in-page-1 .item{
		padding-left: 0;
	}
	.zoom-in-page-1  .item .intro{
		font-size: 17px;
		line-height: 24px;
	}
	.zoom-in-page-2 .news-list{
		margin-left: -15px;
		margin-right: -15px;
	}

	.footer .footer-logo{
		padding-bottom: 50px;
	}
	.footer .links-box h5{
		margin-top: 30px;
	}
	.about-page-2 .item{
		height: 300px;
		margin-bottom: 30px;
	}
	.news-list  .icon{
		padding-left: 5px;
	}

	.play-button.s1{
		width: 30px;
	    height: 30px;
	    margin: -15px 0 0 -15px;
	}

	.m-pd-0{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.zoom-in-page-2 .text-padding { padding-left:20px; padding-right:20px;}
}

@media (max-width: 500px) {
	.home-page-5 .item .time{
		font-size: 12px;
		padding: 10px 0 8px;
	}
	.home-page-5 .item>.row{
		background-color: #fff;
	}
	.home-page-5 .item>.row>div{
		padding: 0;
	}
	.home-page-5 .item>.row .intro{
		padding:0 10px;
	}
	.home-page-5 .item .text{
		font-size: 15px;
		line-height: 17px;
		display: -webkit-box;
	    overflow: hidden;
	    white-space: normal!important;
	    text-overflow: ellipsis;
	    word-wrap: break-word;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    padding-right: 0;
	}
	.home-page-5 .item a{
		font-size: 12px;
		line-height: 15px;
	}
	
	.zoom-in-page-2 .text-padding { padding-left:20px; padding-right:20px;}
}
