*{
	margin: 0;
	padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  background-color: #fafafa;
}
li{
	list-style: none;
}


/*头部区域*/


.header .topbar{
	position: relative;
}

.header .topbar .container .row .logo a{
	display: block;
	font-size: 40px;
	color: #795994;
	text-decoration: none;
}


/*导航区域*/
.navbar{
	margin-bottom: 0!important;
}



.navbar .navbar-nav{
	padding-left: 30px;
}

 > a {
  line-height:0px;
  font-size: 0px;
  color: #c58de1;
}
 > a:hover,
 > a:focus {
  color: #9b62b8;
  background-color: transparent;
  border-bottom: 2px solid #9b62b8;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #9b62b8;
  background-color: transparent;
  border-bottom: 2px solid #9b62b8;
}

.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #c58de1;
  background-color: transparent;
}

.navbar .navbar-toggle {
  border-color: #ddd;
  margin-top: 23px;
  margin-bottom: 23px;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #e7e7e7;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar .navbar-link {
  color: #777;
}

.navba-itcast .navbar-link:hover {
  color: #333;
}

.navbar .btn-link {
  color: #777;
}

.navbar .btn-link:hover,
.navbar .btn-link:focus {
  color: #333;
}

.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
  color: #ccc;
}



@media(max-width: 767px) {
	.header{
		margin-top: 0;
	}
	.navbar .navbar-nav{
		padding-left: 0;
	}
	.header .topbar .container .row .logo{
		position: absolute;
		top: 10px;
	}
	.header .topbar .container .row .logo a{
	font-size: 30px;
}

}


/*轮播区域*/
#prev,
#next {
	display: block;
	width: 40px;
	height: 48px;
	background: url(btn.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#prev {
	left: 50%;
	background-position: 0 0;
}
#next {
	right: 50%;
	background-position: -185px 0;
}

/*加盟优势*/
#products{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 80px;
}
#products .container .bt{
	text-align: center;
	margin-bottom: 50px;
}

#products .container .bt h3{
	font-size: 29px;
	font-family: Times New Roman;
	color: #7b6b6b;
}
#products .container .bt h4{
	font-size: 25px;
	color: #6a4786;
}

#products .container .ul-wapper .nav-tabs li a{
	width: 150px;
	height: 120px;
	text-align: center;
    font-size: 16px;
    color: #6a4786;
}

#products .container .ul-wapper .nav-tabs li a img{
	display: block;
	padding-left: 30px;
	margin-bottom: 15px;
}

#products .container .ul-wapper .nav-tabs li a:hover{
    background-color: transparent;
    border-color: transparent;
    color: #6a4786;
}

#products .container .ul-wapper .nav-tabs li.active a{
	background-color:transparent;
	border:0;
	border-bottom: 2px solid #6a4786;
}

#products .container .tab-content{
	padding: 20px 0;
}

#products .container .tab-content .tab-pane p{
	text-indent: 2em;
	color: #6a4786;
}

@media (max-width: 767px) {
	#products .ul-wapper{
		padding-left: 30px;
		padding-right: 30px;
}
}
/*我们的优势*/
.advantage{
	background-color: #f8f8f8;
	padding: 60px 0;
}

.advantage .container .row .advantage-bt{
	text-align: center;
	margin-bottom: 50px;
}

.advantage .container .row .advantage-bt h3{
	font-size: 29px;
	font-family: Times New Roman;
	color: #7b6b6b;
}
.advantage .container .row .advantage-bt h4{
	font-size: 25px;
	color: #6a4786;
}

.advantage .container .row .advantage-left div,
.advantage .container .row .advantage-right div{
	padding: 10px 10px;
	margin-left: 25px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.advantage .container .row .advantage-left div:hover,
.advantage .container .row .advantage-right div:hover{
	margin-left: 0px;
	margin-right: 25px;
	background-color: #CCC;
}

.advantage .container .row .advantage-left div a,
.advantage .container .row .advantage-right div a{
	text-decoration: none;
}


.advantage .container .row .advantage-left div a h4,
.advantage .container .row .advantage-right div a h4{
	font-size: 16px;
	font-weight:bold;
	color: #6a4786;
}

.advantage .container .row .advantage-left div a p,
.advantage .container .row .advantage-right div a p{
    color: #7f7f7f;;
}


/*公司简介*/
.profile{
	padding:28px 0 0 0;
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
}

.profile .container .row .cp{
	padding: 0 30px;
	margin-bottom: 60px;
}

.profile .container .row .cp img{
	max-width:100%;
	text-indent:0px;
	text-align:center;
}

.profile .container .row .cp h3{
	font-size: 25px;
	color: #96705b;
	margin-bottom: 0;
	text-align: center;
}
.profile .container .row .cp h3 span{
	font-size: 16px;
	color: #d8d8d8;
}
.profile .container .row .cp h4{
	font-size: 44px;
	color: #7e7e7e;
	margin-bottom: 40px;
	text-align: center;
}
.profile .container .row .cp p{
	color:#443b3b;
	font-size:18px;
	line-height:2.5
}


/*产品展示*/ 
.store{
	padding: 2em 0;
	background-color: #fff;
}
.store .container{
	padding: 40px;
}

.store .container .row .store-bt{
	text-align: center;
	padding-bottom: 40px;
}
.store .container .row .store-bt h3{
	font-size: 29px;
	font-family: Times New Roman;
	color: #7b6b6b;
}

.store .container .row .store-bt h4{
	font-size: 25px;
	color: #6a4786;
}

.store .container .row .store1{
	padding-bottom: 30px;
}

.box{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	position: relative;
}
.box img{
	width: 343;
	height: 207px;
}
.box .box-content{
	width: 100%;
	height: 100%;
	background: rgba(130, 69, 124, 0.7);
	padding: 20% 30px 20px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.box:hover .box-content{
	text-decoration: none;
	animation-name: loading;
	animation-duration: 1200ms;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	opacity: 1;
}
.box .title{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
.box .post{
	display: block;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	 margin-bottom: 25px;
}
		
		@keyframes loading{
		    0%{
		        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		        -webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;
		        opacity: 0;
		    }
		    40%{
		        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		        -webkit-animation-timing-function: ease-in;
		        animation-timing-function: ease-in;
		    }
		    60%{
		        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		        opacity: 1;
		    }
		    80%{
		        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		    }
		    100%{
		        -webkit-transform: perspective(400px);
		        transform: perspective(400px);
		    }
		}
		@media only screen and (max-width:990px){
		    .box{ margin-bottom: 20px; }
		}

@media (min-width: 992px) and (max-width: 1200px) {
	.box img{
	width: 277px;
	height: 167px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
	.box img{
		width: 320px;
	    height: 193px;
}
}
@media (max-width: 767px) {
	.box img{
		width: 334px;
	height: 201px;
}
}
/*友情链接*/
.friendlink{
	padding: 30px 0;
}
.friendlink .container .row{
	padding: 0 35px;
}
.friendlink h3{
	font-size: 20px;
	font-weight: bold;
	color: #6a4786;
	margin-bottom: 20px;
}

.friendlink .link ul li{
	float: left;
	padding-right:20px;
	padding-bottom: 10px;
}
.friendlink .link ul li a{
	font-size: 16px;
	color: #260b08;
}
.friendlink .link ul li a:hover,
.friendlink .link ul li a:focus{
	color: #9b62b8;
	text-decoration: none;
}


/*底部区域*/
.footer {
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #260b08;
	font-family: "microsoft yahei";
}

.footer p {
	line-height: 26px;
}

.footer a {
	color:#260b08;
}
.footer a:hover{
	text-decoration: none;
}

/*文章列表页*/
section{
	padding-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
}
section .topbar .position{
	font-size: 16px;
	padding-bottom: 30px;
}
section .topbar .position a{
	color: #000;
}
section .topbar .position a:hover{
	text-decoration: none;
}
.tp_left{
	margin-bottom: 35px;
}
.tp_left ul li{
	width: 145px;
	margin-top: 5px;
	text-align: center;
}
.tp_left ul li a{
	font-size: 18px;
	color: #595959;
	padding: 10px 10px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	border-radius: 45px;
	background: #efefef;
}
.tp_left ul li a:hover{
	color: #c58de1;
	text-decoration: none;
}


.news_query_content .news-body{
	margin-bottom: 25px;
	padding: 0 25px;
	margin-left: 25px;
	border-left: 1px solid #c7c7c7;
	 -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
}
.news_query_content .news-body:hover{
	margin-left: 0px;
	margin-right: 25px;
	background-color: #C7C7C7;
}

.news_query_content .news-body a{
	display: block;
	float: left;
	color: #371f0a;
	text-decoration: none;
}
.news_query_content .news-body .dynamic-li{
	text-align: right;
	line-height: 40px;
	margin-bottom: 10px;
	color: #8c8c8c;
}
.news_query_content .news-body p{
	text-indent: 2em;
	color: #8c8c8c;
}


.page_news .title{
	font-size: 18px;
	font-weight: bold;
}

.page_news ul li a{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}
.page_news ul li a:hover{
	text-decoration:none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.news_query_content ul li a span{
	padding-left: 145px;
}

}

@media (min-width: 768px) and (max-width: 992px) {
	.tp_left ul li{
		float: left;
	}
	.news_query_content ul li a span{
	padding-left: 330px;

}
}

@media (max-width: 768px){
	section .topbar{
		padding-left: 30px;
		padding-right: 30px;
	}
	.tp_left ul li{
		float: left;
	}
	.news_query_content{
		padding-left: 30px;
	}
    .news_query_content ul li a span{
    	padding-left: 175px;
    }
    #pages{
    	font-size: 0;
    }

}

/*页码*/
.page .pagination{
	padding: 20px 0;
	color: #757575;
}
.page .pagination p{
	margin-bottom: 20px;
	color: #757575;
}
.page .pagination a{
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ffffff1a;
	margin: 0 5px;
	color: #757575;
}
.page .pagination a:hover,
.page .pagination a:focus{
	text-decoration: none;
}
.page .pagination strong{
	padding: 8px 18px;
	border: 3px solid #e0dddd;
	border-radius: 5px;
	background: #0003;
	margin: 0 5px;
}
.page .pagination a:first-child{
	margin-right:10px;
	margin-left:0;
}
.page .pagination .lastpage{
	margin-right:10px;
	margin-left:0;
}
.page .pagination a:last-child{
	margin-left:10px;
}


@media (min-width: 992px) and (max-width: 1200px) {
	.news_query_content ul li a span{
	padding-left: 145px;
}

}

/*文章详情页*/
.news_detail_content h4{
	font-size: 22px;
	text-align: center;
}
.news_detail_content p{
	font-size: 16px;
	text-indent: 2em;
	padding-top: 15px;
	line-height: 30px;
}

/*图文列表页*/
.cp_query_content .store1{
	margin-bottom: 30px;
}




/*图文详情页*/
.cp_detail_content h4{
	padding-bottom: 30px;
	font-size: 22px;
	text-align: center;
}
.cp_detail_content div{
	text-align: center;
	padding-bottom: 30px;

}
.cp_detail_content p{
	text-indent: 2em;
}

/*单页*/
.gywm1{
	padding-bottom: 30px;
}
.gywm1 .position{
	padding: 30px 15px;
}
.gywm1 .position a{
	color: #000;
}
.gywm1 .position a:hover,
.gywm1 .position a:focus{
	text-decoration: none;
}
.gywm1 .gywm1_nr{
	font-size: 16px;
	text-indent: 2em;
	
}
/*表单页*/
.jumbotron{
 	background: none;
 	padding-left: 15px;
 	padding-right: 15px;
}
.con{
	text-align: center;
}
.con p{ 
	text-align: left;   
	text-indent: 2em;
}
.con img{
	max-width:1000px;
}