@font-face {
    font-family: UBUNTU_L;
    src: url("/static/lib/fonts/UBUNTU-L.TTF");
}
*{
	font-family: siyuanheiti;
}
a{
	color: #ffffff;
}
html{
    overflow-x: hidden;
}
body{
    color: #ffffff;
}
#bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/intro_bg.png);
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.main{
	width: 100%;
}
.wrap_1{
	width: 100%;
	height: 100vh;
	background: -webkit-linear-gradient(left,rgb(33, 39, 92), rgb(132, 43, 171)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,rgb(33, 39, 92), rgb(132, 43, 171)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,rgb(33, 39, 92),rgb(132, 43, 171)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,rgb(33, 39, 92), rgb(132, 43, 171)); /* 标准的语法 */
}
.wrap_1 .container-c{
	height: 50%;
	position: relative;
}
.wrap_1 .container-c .content{
	position: absolute;
	bottom: -36%;
}
.container-c{
	max-width: 1040px;
	margin: 0 auto;
	padding: 4rem 0 7rem;
}

.title {
    font-size: 2.1rem;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin: 1.74rem 0 0;
}
.title>span {
	border-bottom: 1px solid #a9288d;
	display: inline-block;
	font-weight: 100;
	padding-bottom: 1rem;
}
.pt1rem {
	padding-top: 1rem;
}
.font-lg {
	font-size: 1rem!important;
}
.font-md {
	font-size: .7rem!important;
}
.text-content {
	color: #ffffff;
	font-size: 1rem;
	margin: 2.5rem 0 0;
}



.wrap_2{
	width: 100%;
	overflow: hidden;
}

.carousel-history {
    color: #ffffff;
    margin-top: 2rem;
}

.carousel-history .carousel-ctrl{
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	margin-bottom: 50px;
}


.carousel-history .carousel-ctrl .carousel-ctrl-item{
	width: 1px;
	height: 12px;
	background-color: #ffffff;
	float: left;
	margin: -5px 9% 0;
	position: relative;
	cursor: pointer;
}
.carousel-history .carousel-ctrl .carousel-ctrl-item span{
	position: absolute;
	top: 20px;
	left: -14px;
}
.carousel-history .carousel-ctrl .carousel-ctrl-item::before{
	content: '';
	display: block;
	background-color: #a9288d;
	width: 50px;
	height: 6px;
	position: absolute;
	left: -25px;
	top: 3px;
	transition: all 0.5s;
	transform: scaleX(0);
	opacity: 0;
}
.carousel-history .carousel-ctrl .carousel-ctrl-item::after{
	 content: '';
	 display: block;
	 background-color: transparent;
	 width: 50px;
	 height: 6px;
	 position: absolute;
	 left: -25px;
	 top: 3px;
	z-index: 9;
 }
.carousel-history .carousel-ctrl .carousel-ctrl-active::before{
	transform: scaleX(1);
	opacity: 1;
}
.carousel-history .carousel-box{
	overflow: hidden;
	width: 100%;
}
.carousel-history .carousel-list{
	width: 500%;
	transition: transform 0.5s ease 0s;
}
.carousel-history .carousel-item{
	width: calc(100% / 5 / 2);
	padding: 0 2.5rem;
	float: left;
	opacity: .5;
	transition: all 0.2s;
}
.carousel-history .carousel-active{
	opacity: 1;
}
.carousel-box{
	margin-top: 4.5rem;
}
.carousel-history .carousel-item p{
	line-height: 1.5rem;
	margin-bottom: 1rem;
	display: block;
	width: calc(100% - 50px);
	float: left;
}
.carousel-history .carousel-item span{
	 display: block;
	 width: 50px;
	 float: left;
	 line-height: 1.5rem;
}
.carousel-opt{
	width: 100%;
	height: 0;
	position: relative;
	top: -6px;
}
.carousel-opt div{
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.carousel-opt .carousel-next{
	border-left: 1px solid;
	border-top: 1px solid;
	transform: rotate(-45deg);
	position: absolute;
	left: 3px;
	top: -1px;
}
.carousel-opt .carousel-prev{
	border-left: 1px solid;
	border-top: 1px solid;
	transform: rotate(130deg);
	position: absolute;
	right: 1px;
	top: 0px;
}




.wrap_3{
	background: -webkit-linear-gradient(left,#241348, #000f1c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,#241348,  #000f1c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#241348, #000f1c); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#241348,  #000f1c); /* 标准的语法 */

}
.wrap_3 .honor_list, .wrap_3 .honor_list li ,.wrap_4 .honor_list, .wrap_4 .honor_list li {
    padding: 0;
    list-style: none;
    line-height: 1.8;
    margin-bottom: 20px;
}

.wrap_3 .honor_list .img_c ,.wrap_4 .honor_list .img_c{
	height: 5rem;
    min-height: 80px;
    position: relative;
}
.wrap_3 .honor_list li p ,.wrap_4 .honor_list li p{
	color: #ffffff;
    font-size: 0.5em;
	text-align: center;
}
.wrap_3 .honor_list .img_c img ,.wrap_4 .honor_list .img_c img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 60%;
    max-width: 50%;
}


.wrap_4{
	background: -webkit-linear-gradient(left,rgb(33, 39, 92), rgb(132, 43, 171)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right,rgb(33, 39, 92), rgb(132, 43, 171)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,rgb(33, 39, 92),rgb(132, 43, 171)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,rgb(33, 39, 92), rgb(132, 43, 171)); /* 标准的语法 */
}

.wrap_5 .container-c .font-md{
	line-height: 1.5rem;
}


.wrap_6{
	background-color: #ffffff;
}
.wrap_6 *{
	color: #000;
}


.warp_6 #map{
	max-width:963px;
	height:380px;
	margin:0 auto;
	border:#ccc solid 1px;
	font-size:12px
}

.threepart{
	max-width: 600px;
	margin: 4rem auto 5rem;
}
.qrcode-container{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.qrcode-container .qrcode-item img{
	max-width: 122px;
	width: 122px;
}
.qrcode-container .qrcode-item p{
	font-size: 0.8rem;
	margin-top: 0.9rem;
}
 .title-2{
	margin-bottom: 2rem;
}

.subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: UBUNTU_L;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 1rem;
}
@media (max-width:741px) {
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .wrap_1 .text-content{
        font-size: 14px;
    }
    .wrap_1 .subtitle{
        font-size: 14px;
    }
	.container-c{
		max-width: 80%;
        padding: 40px 0;
	}
	.text-content{
		font-size: 16px;
		margin: 20px 0 0;
	}
    .title {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0;
    }
    .index_header .header_logo a {
        width: 100px;
    }
    #header {
        height: 64px!important;
    }
	#header.has-advertising{
		height: 128px!important;
	}
	.wrap_1 .container-c {
		height: 55%;
	}

    /*.wrap_1 .container-c .content .title span {*/
        /*display: inline-block;*/
        /*font-size: 40px;*/
        /*!*font-weight: 600;*!*/
        /*margin-bottom: 0;*/
        /*margin-top: 0;*/
        /*padding-bottom: 20px;*/
        /*border-bottom: 1px solid #a9288d;*/
    /*}*/
    /*.wrap_1 .container-c .content .subtitle {*/
        /*font-size: 16px;*/
        /*margin-top: 0;*/
        /*margin-bottom: 20px;*/
        /*padding-top: 20px;*/
    /*}*/
	.wrap_3 .honor_list li p, .wrap_4 .honor_list li p {
		color: #ffffff;
		font-size: 13px;
		text-align: center;
	}

	.wrap_3 .honor_list, .wrap_3 .honor_list li, .wrap_4 .honor_list, .wrap_4 .honor_list li {
		margin-bottom: 20px;
	}
    .carousel-history {
        margin-top: 30px;
    }
	.carousel-history .carousel-ctrl .carousel-ctrl-item::before {
		content: '';
		display: block;
		width: 20px;
		height: 3px;
		left: -10px;
		top: 4px;
	}
	.threepart >.partss ,.qrcode-item {
		margin-bottom: 20px;
	}
	.font-md{
		font-size: 14px!important;
	}
	.wrap_3 .honor_list .img_c img, .wrap_4 .honor_list .img_c img {
		max-width: 50%;
	}
	.qrcode-container .qrcode-item img {
	 	width: 180px;
		max-width: none;
	}
	.qrcode-container .qrcode-item p {
		 font-size: 16px;
		 margin-top: 18px;
	 }
	.carousel-history .carousel-item p,.carousel-history .carousel-item span{
		line-height: 20px;
	}
    .font-lg {
        font-size: 14px!important;
    }
    .wrap_5 .container-c .font-md {
        line-height: 1.5;
    }
}

.hot:after{
    content: '';
    display: block;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 14px;
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
}
