﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-11-17 15:13:32
 * @version $Id$
 */

html {
    font-size: 62.5%; 
}

body {
    font-family: tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1";
    line-height: 2;
    font-size: 1.4rem;
    color: #565656;
    background: #fafafa;
    height: 100%;
    position: relative;
    /*-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;*/
}

a {
    color: #222;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:hover,
a:active,
a:focus {
    color: #ff0000;
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* color: #000;*/
    font-weight: 400;
    margin: 20px 0;
}

.clear {
    clear: both;
}

.clear img {
    max-width: 100%;
}
/*::-webkit-selection {
    color: #fff;
    background: #0067ac;
}

::-moz-selection {
    color: #fff;
    background: #0067ac;
}*/
/*::selection {
    color: #fff;
    background: #222;
}*/


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.top-toolbar {
    background: #222;
    color: #fff;
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
    position: relative;
}

.top-toolbar ul.tool {
    float: right;
}

.top-toolbar ul.tool li {
    display: inline-block;
    margin: 0 0.5rem;
}

.top-toolbar ul.tool li.wx {
    background: url(../images/icon-2.png) left 6px no-repeat;
    padding-left: 20px;
    position: relative;
}

.top-toolbar ul.tool li.wx .code_wrap {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 120px;
    height: 120px;
    margin-left: -50px;
}

.top-toolbar ul.tool li.wx .code_wrap img {
    display: none;
}

.top-toolbar ul.tool li.kf {
    background: url(../images/icon-3.png) left 6px no-repeat;
    padding-left: 20px;
}

	.top-toolbar ul.tool li.search {
		background: url(../images/icon-4.png) left 8px no-repeat;
		padding: 0 20px;
		/*border-right: 1px solid #b1afaf;*/
	}

	.top-toolbar ul.tool li a {
		color: #b1afaf;
	}

.logo {
    /*background: url(../images/logo.jpg) no-repeat;*/
    width: 220px;
    height: auto;   
}

.logoApp {
	display: none !important;
}
	.app-search, .language {
    display: none;
    float: right;
    /*display: inline-block;*/
    margin-top: 20px;
}

.language{
	margin-top: 22px; margin-right: 10px;
}

.app-search a {
    color: #fff;
}


.top-toolbar .bdsharebuttonbox , .top-toolbar .bdshare-button-style1-24:after{ 
	display:inline-block;
 }

.top-toolbar .bdsharebuttonbox  a{
	width: 16px; opacity: .7; margin: .3rem 0.5rem 0 0.5rem;
}

.CN{
	background: url(../images/CN.png) left center no-repeat;  padding-left: 2.2rem;
}

.EN{
	background: url(../images/EN.png) left center no-repeat;  padding-left: 2.2rem;
}





/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.gotop{
	background: #ddd; width:4rem; height: 4rem; position: fixed; right:2.5rem; bottom:2rem; color: #fff; text-align: center; line-height: 4.5rem; opacity: 0;
}

.gotop:hover{
	color: #fff; background: #75297d;
}

.series {
    margin: 5rem 0;
}

.news-pushed{
	margin:0 3rem; background: #eae5df;  padding-bottom: 3rem;
}

.about{
	margin:3rem 0;
}

.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

footer{
	margin: 4rem 0 0 0;
}

.content-text{
	padding:2rem; 
}

.content-text .text{
	/*border-bottom: 1px solid #d5d5d5; padding-bottom: 2.5rem;*/ min-height: 30rem; 
}

.content-text h2{
	font-size: 2rem; line-height: 3rem; color: #75297d; 
}

.content-text .editor{
	margin-bottom:2rem; color: #222;  border-bottom: 1px solid #d5d5d5; padding-bottom: 1rem;
}

.more-read h2{
	text-align: right; margin-bottom:2rem;  font-size: 2.4rem;  color: #222;
}

.more-read h2 span{
	display: block; font-size: 1.4rem; line-height: 1.8rem; 
}

.more-read .col-md-12{
	padding-right: 0;
}

.more-read .col-md-12 a{
	font-size: 1.2rem;
}

#Paginations {
    text-align: center;
    position: relative;
}

#Paginations a{
	color: #222;
}


#map{
	width: 100%; height: 40rem; margin-bottom: 3rem;
}


.marT20{
	margin: 2rem 0;
}

.more {
	border: 1px solid #222;
	text-align: center;
	color: #222;
	padding: 1rem 3rem;
	margin-top: 1rem;
}

	.more:hover {
		border: 1px solid #ff0000;
	}

	h1.title {
		border-top: 4px solid #222;
		border-bottom: 1px solid #222;
		padding: 2rem 0;
		color: #222;
		font-weight: normal;
	}

h1.title span {
    font-size: 1.8rem;
    text-transform: uppercase;
}


.proTitle{
	font-size: 3rem; color: #222;
}

.row-margin-lg {
    margin: 3rem 0;
}

.pos{
	font-size: 1.2rem;
	color: #000;
}

.pos span{
	background: url(../images/icon-8.png) left center no-repeat; padding-left: 2.5rem;
}

.nav a{
	margin-bottom: 0.5rem;
}

.single .pos{
	/*margin-top: -6rem;*/
	margin-bottom: 0rem;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 3rem;
}


.listing .pos{
	margin-top: 5rem; text-align: right; padding-right: 1.5rem;
}



.btn-purple {
  color: #fff;
  background-color: #84338d;
  border-color: #75297d;
  padding: 0.5rem 2rem;
  margin: 0 0.5rem; 
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
}

.btn-purple:hover {
  color: #fff;
  background-color: #b529c4;
  border-color: #ad1dbc;
}


.btn-warning{
	  padding: 0.5rem 2rem;
  margin: 0 0.5rem; 
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.pro-item, .news-item {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9;
}

.pro-item{
	/*overflow: hidden;*/
	background: #fff;
	text-align: center;
	vertical-align: top;
    /*line-height: 4;*/
}

.news-item{
	margin-bottom: 2rem;
}

.pro-item .pro-text{
	padding-top: 1rem; overflow: hidden; min-height: 6rem; margin-bottom: 2rem;
}

.prolist .pro-item img {
    z-index: 8;
    opacity: 1;
}

.pro-item:hover, .pro-item:focus{
    text-decoration: none;
    top: -15px;
}

.news-item:hover, .news-item:focus {
	top: -15px;
}

.news-item:hover img, .news-item:focus img, .pro-item:hover img, .pro-item:focus img{
    -webkit-box-shadow: 4px 10px 20px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 10px 20px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 4px 10px 20px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 10px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 10px 20px 3px rgba(0, 0, 0, 0.2);

}


.pro-item:hover img, .pro-item:focus img{
    opacity: .7;
}


.news-pushed .row{
	margin-left:0 ; margin-right:0 ; 
}

.news-pushed .app{
	position: relative; z-index: 2;
}

.news-pushed .big-title {
	
background-color: #CBAD8B;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='250' height='30' patternUnits='userSpaceOnUse' patternTransform='rotate(48) scale(0.45)'%3E%3Cpath id='a' data-color='outline' fill='none' stroke='%23BA9060' stroke-width='2.34' d='M-62.5-15C-31.3-15 0-7.5 0-7.5S31.3 0 62.5 0 125-7.5 125-7.5s31.3-7.5 62.5-7.5S250-7.5 250-7.5 281.3 0 312.5 0'%3E%3C/path%3E%3Cuse xlink:href='%23a' y='15'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='30'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='45'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
background-size: cover;
background-position: center;
background-repeat: no-repeat;

	/*background: #75297d;*/
	/*background: url(../images/20200226-205141-3b2d.jpg) no-repeat;
	background-size:cover;*/
	color: #fff;
	padding: 6rem 0 6rem 0;
	position: relative;
}

.news-pushed .big-title span{
	font-size: 1.8rem;   
}

.news-pushed .big-title .links-1{
	color: #fff;
	position: absolute;
}


.small-title{
	background: #fff;  margin:-1.5rem 1.5rem 0 1.5rem; position: relative; z-index: 1; padding: 1.5rem 0;
}

.small-title p{
	padding:0rem 2.5rem;
}

.small-title span{
	color: #9b9a9a; padding:0 2rem;
}


.about h1.title, .series h1.title{
	background: url(../images/bg1.jpg) center repeat-x;
	border: 0;
}

	.about h1.title p, .series h1.title p {
		background: #fafafa;
		width: 40%;
		margin: 0 auto;
		padding: 0rem 0;
		line-height: 1.5;
	}

	.about h1.title span, .series h1.title span {
		display: block;
	}

.about .S-title{
	font-size: 1.8rem; text-align: right; color: #000; line-height: 1.4; padding:0 4rem; margin-top: 0.5rem; 
}

.about .S-title span{
	font-size: 1.4rem;
	color: #a39fa3;
	text-transform: uppercase;
}

.introduce{
	border-bottom: 1px solid #d5d5d5;  padding: 3rem 0;
}

.contactInfo{
	padding:20px;
}

/*.about .row:nth-child(2){
	margin-top: -10rem;
}*/

.about .row:last-child{
	border:0; 
}


.footer-nav{
	background: #222; color: #fff; padding: 3.5rem 0; margin-top: 2rem;
}

.footer-nav a{
	color: #fff;
}

.copyright{
	padding:3rem 0; font-size: 1.2rem;
}


.top-toolbar .bdsharebuttonbox.bdshare-button-style1-24 .bds_tsina, footer .bdsharebuttonbox.bdshare-button-style1-24 .bds_tsina{
	background: url(../images/icon-1.png) no-repeat;
	background-position: 0 0;
}

.top-toolbar .bdsharebuttonbox.bdshare-button-style1-24 .bds_weixin, footer .bdsharebuttonbox.bdshare-button-style1-24 .bds_weixin{
	background: url(../images/icon-5.png) no-repeat;
	background-position: 0 0;
}

.top-toolbar .bdsharebuttonbox.bdshare-button-style1-24 .bds_sqq, footer .bdsharebuttonbox.bdshare-button-style1-24 .bds_sqq{
	background: url(../images/icon-6.png) no-repeat;
	background-position: 0 0;
}

.top-toolbar .bdsharebuttonbox.bdshare-button-style1-24 .bds_renren, footer .bdsharebuttonbox.bdshare-button-style1-24 .bds_renren{
	background: url(../images/icon-7.png) no-repeat;
	background-position: 0 0;
}





/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .col-md-2-5 {
        width: 20%;
        font-size: 1.2rem;
        
    }

    .news-pushed .big-title .links-1{    	
		top:8rem;
    	right:20%;
    }

	.nav {
		display: flex !important;
		justify-content: flex-end;
	}

}

@media screen and (max-width: 992px) {

	.logoApp {
		display: block !important;
		/*background: url(../images/logo-app.png) center center no-repeat;*/
		width: 140px;
		height: auto;
		padding: 0;
	}

	.logo{
		display:none !important;
	}

    nav.navbar.bootsnav {
        background: #222;
    }
    .top-toolbar {
        display: none;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        /*color: #fff;*/
    }
    .navbar-nav {
        background: #fff;
    }
    .app-search, .language {
        display: block;
    }

	h1 {
	   font-size: 2.4rem
	}

	h1.title span, .news-pushed .title span {
	    font-size: 1.2rem;
	}
	
	.back a{
		/*text-align: center; margin-top: 2rem;	*/
		margin:0;
	}
	
	.marT20{
		margin-top: 1rem;
	}

	.proTitle{
		font-size: 2rem; 
	}

	.protext{
		font-size: 1.2rem;
	}

	.row-margin-lg {
	    margin: 1.5rem 0;
	}

	.series {
	    margin: 2rem 0;
	}
	
	.news-pushed{
		margin: 5rem 0 0 0;
	}

	.series .owl-theme .owl-controls {
	    position: absolute;
	    top: -59px;
	    width: 100%;
	}

    .news-pushed .big-title  .links-1{    	
		bottom:3rem;
		top: auto;
		width: 100%;
		text-align: center;
    	/*right:20%;*/
    }	

    .news-pushed .col-md-3{
    	/*margin-bottom: 2rem;*/
    }

    .news-pushed .owl-A{
    	margin-top:-5rem;
    }
	

	.about h1.title{
		font-size: 3rem; margin-top: -1.5rem;
	}

	.about h1.title p{
		padding-top: 0;
	}

	.recommendedTitle h1.title{
		font-size: 2.4rem;
	}

	.recommendedTitle h1.title p{
		width: 70%;
	}

	.about .S-title{
		text-align: left; margin-bottom: 1.5rem; padding-left:1.5rem;
	}

	.about .profile-text{
		padding:0 1.5rem; font-size: 1.2rem;
	}

	.about .row:nth-child(2){
		margin-top: -5rem;
	}

	.footer-nav{
		text-align: center;
		font-size: 1.2rem;
	}
	
	.copyright{
		text-align: center;
	}

	.copyright span{
		display: block;
	}

	.footer-nav .links{
		margin:1rem 0; 
	}

	.footer-nav .links a{
		border-right: 1px solid #dbb5df; padding:0 1rem 0 0.5rem;
	}

	.footer-nav .links a:last-child{
		border: 0
	}

	.footer-nav .bdsharebuttonbox.bdshare-button-style1-24{
		text-align: center;
	}	

	.footer-nav .bdsharebuttonbox.bdshare-button-style1-24 a{
		float: none; display: inline-block;
	}

	/*.listing h1.title{
		text-align: center;
	}*/

	.single .title{
		padding-bottom: 0
	}

	.single .pos{
		    padding-bottom: 2rem;
	}

	.listing .pos{
		margin-top: 3rem;
		text-align: center;
	}

	.listing .nav{
		position:relative;
		/*right: 2rem;*/
		top:0rem;
	}

	.nav a{
		font-size: 1.2rem; margin-left: .1rem; padding:0.5rem 1rem;;
	}
	
	#map{
		height: 25rem;
	}

	.content-text{
		padding:2rem 0; 
	}

	.more-read h2{
		text-align: left;
	}

	.more-read .col-md-12{
		padding-right: 0; padding-left: 0;
	}

	#youkuplayer{
		width: 100%; height:200px;	margin:0 auto;
	}


	/*.single .introduce{
		text-align: left;
	}*/

}

@media (min-width: 992px){
	.news-pushed .col-md-3:nth-child(1), .news-pushed .col-md-3:nth-child(2){
    	width: 50%;
    	margin-bottom: 3rem;
    	font-size: 1.8rem;
    	margin-top:-5rem;
    }

	.footer-nav .col-md-2:nth-child(2) {
		text-align: right;
		border-right: 1px solid #333030;
	}

	.footer-nav .col-md-2:nth-child(2) a{
		display: block;
	}

	.footer-nav .bdsharebuttonbox{
	padding-top: .5rem;
	}


	.footer-nav .bdsharebuttonbox.bdshare-button-style1-24 a{
		width: 30%;  
		margin:.5rem 0 ; 
		padding:0; 
	}

	.footer-nav .bdsharebuttonbox.bdshare-button-style1-24 a:nth-child(1), .footer-nav .bdsharebuttonbox.bdshare-button-style1-24 a:nth-child(3){
		margin-left: 1.5rem
	}

	.listing .nav{
		position: absolute;
		right: 2rem;
		top:12.5rem;
	}
	
	#youkuplayer{
		width: 960px; height:600px;	margin:0 auto;
	}


	.listing h1.title {
		text-align: left; padding-left:5rem;
	}

}

.carousel-indicators{
	position:relative !important;
	text-align:left;
	left:0;
	bottom:0;
	margin-left:0;
	display:flex;
	margin-top:20px;
}

@media (min-width: 768px) {
	.carousel-indicators {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}


.carousel-indicators li {
	text-indent: 0;
	width: 80px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 1;
	transition: 0.5s linear;
	/*border: 1px solid #cac7c7;*/
}

	.carousel-indicators li:hover {
		border: 1px solid #e60012;
	}

	.carousel-indicators li img {
		max-width:100%;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
		background-position: center center;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		padding: 20px;
		background-color: rgba(0,0,0,0.8);
		border-radius: 20px;
	}


/*@media(max-width:768px){
	.news-pushed{
		display:none;
	}
}*/