/*
 云 1174188215 2017-7-20
 * 
 * */
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-tap-highlight-color:transparent;} 
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
input:focus{
	outline: none;
}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "arial" ,'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
	min-height: 100%;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
} 
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
html,body{
	overflow-x: hidden;
}
body{
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.fl{
	float:left;
}
.fr{
	float: right;
}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

/*头部样式*/
.pub_topout{background: #fff;}
.pub_top{
	height: 100px;
	background: #fff;
	width: 100%;
}
.pub_top .logo{
	float: left;
	margin-top: 13px;
	width:182px;
	height: 73px;
}
.pub_top .logo img{
	max-width: 100%;
	max-height: 100%;
}
.pub_nav{
	float: right;
}
.pub_top .search_box{
	float: right;
}
.pub_nav li{
	float: left;
	font-size: 18px;
	color: #333;
	margin-right: 45px;
	position: relative;
}
.pub_nav li>a{
	color: #333;
	display: block;
	line-height: 100px;
}
.pub_nav li>i{
	content: '';
	width:100%;
	width:0% \9;
	height: 2px;
	background: #601986;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: transform .4s cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s cubic-bezier(.19, 1, .22, 1);
	transform-origin:right;
	-webkit-transform-origin: right;
	-o-transform-origin:right;
	-moz-transform-origin:right;
	-ms-transform-origin:right;
}
.pub_nav  li.on>i{
	content: '';
	width: 100%;
	transform: scaleX(1);
	height: 2px;
	background: #601986;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
}
.pub_nav  li:hover i{
	width: 100%;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform-origin: left;
	-webkit-transform-origin: left;
	-o-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
}
/*二三级*/
.pub_nav dl{
	position: absolute;
	width: 140px;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	z-index: 5000;
	display: none;
}
.pub_nav dl dd{
	line-height: 1.5em;
	margin: 0 0 1px 0;
}
.pub_nav dl dd>a{
	padding: 5px;
	display: block;
	line-height: inherit;
	text-align: center;
	font-size: 14px;
	color: #666666;
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff,endcolorstr=#99ffffff);
}
.pub_nav div{
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	display: none;
}
.pub_nav div>a{
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff,endcolorstr=#99ffffff);
	padding: 8px 10px;
	line-height: 1.5em;
	margin: 0 0 1px 1px;
	font-size: 14px;
	color: #666666;
	word-wrap: break-word;
	word-break: normal; 
}
/*hover*/
.pub_nav li:hover dl{
	display: block;
}
.pub_nav li dl dd:hover div{
	display: block;
}
.pub_nav li dl dd:hover>a{
	color: #601986;
}
.pub_nav li dl dd div a:hover{
	color: #601986;
}
.input_box {
    position: relative;
    line-height: 35px;
    width: 300px;
    padding-left: 100px;
    margin-top: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(96, 25, 134);
    border-image: initial;
    border-radius: 20px;
}

.input_box input.txt{
	width: 0;
	height: 35px;
	border-radius: 20px;
	padding-right: 0;
	border: none;
	text-indent: 1em;
	padding-right: 35px;
	line-height: 35px;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.input_box input[type="button"] {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url(../img/a02.png) center center / 35px 35px no-repeat;
}
.sel_box .sel_word {
    height: 35px;
    line-height: 35px;
    color: rgb(51, 51, 51);
    text-align: center;
    cursor: pointer;
    border-right: 1px solid rgb(96, 25, 134);
}
.sel_box {
    position: absolute;
    width: 100px;
    left: 0px;
    top: 0px;
    z-index: 123456789;
    font-size: 14px;
    text-align: center;
}

.input_box .txt.on {
    padding-right: 35px;
    display: inline-block;
    width: 183px;
}
.sel_box .sel_word i {
    display: inline-block;
    width: 11px;
    height: 6px;
    background-image: url(../img/xialabtn.png);
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: right center;
}
.sel_box .sel_word span {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.sel_box ul {
    display: none;
}
.sel_box li {
    float: none;
    height: 35px;
    line-height: 35px;
    color: rgb(51, 51, 51);
    text-align: center;
    cursor: pointer;
    border-top: 1px dashed rgb(177, 177, 177);
    background: rgba(255, 255, 255, 0.8);
}
.sel_box li:first-child{
	border: none;
}
.pub_top .load_btn{
	display: inherit;
	width: 85px;
	height: 35px;
	line-height: 35px;
	background-color: #601986;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin-top: 32px;
	padding-left: 20px;
	float: left;
	margin-left: 30px;
	background-image: url(../img/a03.png);
	background-position:8px  center ;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
	.pub_top{
		height: 80px;
		line-height: 80px;
	}
	.pub_nav li{
		margin-right: 25px;
	}
	.pub_nav li>a{
		line-height: inherit;
	}
	.pub_top .logo{
		width: 160px;
		margin-left: 20px;
		margin-top: 9px;
		height: 70px;
	}
	.search_box{
		margin-right: 20px;
	}
	.pub_top .load_btn{
		margin-top: 22px;
	}
	.input_box{
		margin-top: 22px;
	}
} 


.pub_top .pub_nav>i{
		position: absolute;
		right: 0;
		margin: 0;
		height: 50px;
		width: 50px;
		z-index: 123456;
		display: none;
	}
.pub_top .pub_nav>i:before,.pub_top .pub_nav>i:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #601986;
	position: absolute;
	right: 50%;
	top: 30px; 
	margin: 0 -10px 0 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
	.pub_top .pub_nav>i:after{
		top: auto;
		bottom: 10px;
	}
	.pub_top .pub_nav>i.on:before{
		top: 50%;
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		background: #fff;
	}
	.pub_top .pub_nav>i.on:after{
		bottom: 50%;
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
		background: #fff;
	}
@media only screen and (max-width: 1199px) {
	.pub_nav li{
		font-size:16px;
	}
}
@media only screen and (max-width: 1060px) {
	.pub_nav li{
		margin-right: 22px;
	}
} 
@media only screen and (max-width:1024px) {
	.pub_top .search_box {
	    position: absolute;
	    left: 47%;
	    float: none;
	    padding-top: 3px;
	}
	.input_box input.txt {
    display: inline-block !important;
}



	.pub_nav{
		float: none;
	}
	.pub_top .load_btn{
		display: none;
	}
	.pub_top .logo{
		height: 50px;
	}
	.pub_top .search_box{
		position: absolute;
		left: 47%;
		float: none;
		padding-top: 3px;
	}
	.pub_nav li a{
		color: #fff;
	}
	.pub_nav li>a{
		line-height: 2em;
	}
	.pub_nav dl,
	.pub_nav div{
		display: block;
		position: relative;
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
	}
	.pub_nav div{
		width: 100%;
		font-size: 0;
	}
	.pub_nav dl dd{
		margin: 10px 0 0 0;
	}
	.pub_nav dl dd>a{
		display: inline-block;
		padding: 5px 10px;
		color: #000;
		background: rgba(255,255,255,0.7);
	}
	.pub_nav div>a{
		display: inline-block;
		width: auto;
		margin: 2px 2px 0 0;
		background: rgba(255,255,255,0.5);
		color: #fff;
	}
	.pub_top .pub_nav>i{
		display: block;
		z-index: 123456789;
	}
	.pub_top .pub_nav ul{
		width: 300px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		position: absolute;
		right: -20px;
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		z-index: 123456788;
		background: rgba(0,0,0,0.9);
	}
	.input_box input.txt{
		display: inline-block !important;
	}
	.pub_top .pub_nav li{
		font-size: 18px;
		float: none;
		font-size: 16px;
		width: 100%;
		height: auto;
		line-height: 1.5em;
		padding:10px;
		z-index: 123456788;
	}
	.pub_top .pub_nav ul.slider{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.pub_nav  li>i{
		bottom: 0;
	}
	.pub_nav  li.on>i{
		bottom: 0;
	}
}


@media only screen and (max-width: 768px) {
	.pub_top {
		height: 60px;
		line-height: 60px;
	}
	.pub_top .logo{
		width: 100px;
		margin-top: 10px;
	}
	.input_box input.txt.on{
		width: 140px;
	}
	.pub_top .pub_nav>i{
		top: -5px;
	}
	.pub_top .search_box{
		left: 42%;
	}
	.input_box{
		width: 260px;
		margin-top: 9px;
		display: none;
	}
} 


/*公共底部*/
.pub_footer{
	height: 240px;
	background:#212121;
}
.pub_footer .left{
	float: left;
	width: 700px;
}
.pub_footer .nav li{
	float: left;
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	margin-right: 50px;
}
.pub_footer .nav li a{
	color: #959595;
}
.pub_footer .nav{
	border-bottom: 1px solid #3e3e3e;
	padding-top: 10px;
}
.pub_footer .lianjie{
	font-size: 12px;
	color: #7e7e7e;
	height: 60px;
	line-height: 60px;
	padding-left: 60px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pub_footer .lianjie span{
	position: absolute;
	left: 0;
	top: 0;
	height: 3em;
}
.pub_footer .lianjie a{
	float: left;
	color: #7e7e7e;
	padding: 0 5px;
}
.pub_footer .left p{
	font-size: 12px;
	color: #7e7e7e;
	line-height: 2em;
}
.pub_footer .right{
	float: right;
	font-size: 16px;
	color: #959595;
	width: 338px;
	padding-top: 40px;
}
.pub_footer .right img{
	float: left;
}
.pub_footer .right .word{
	float: left;
	height: 160px;
	line-height: 2em;
	padding:40px 20px;
}

@media only screen and (max-width:1199px) {
	.pub_footer{
		padding-left: 20px;
	}
}
@media only screen and (max-width:1080px) {
	.pub_footer .nav li{
		font-size: 14px;
	}
	.pub_footer .right{
		font-size: 12px;
		width: 238px;
	}
	.pub_footer .right .word{
		padding: 20px;
		height: 100px;
	}
	.pub_footer .right img{
		width:100px;
		height: 100px;
	}
}
@media only screen and (max-width:1024px){
	.pub_footer .right,.pub_footer .left{
		float: none;
	}
	.pub_footer {
		height: auto;
		padding-bottom: 20px;
		text-align: center;
		padding: 2%;
	}
	.pub_footer .nav,.pub_footer .right{
		display: none;
	}
	.pub_footer .left{
		width: 100%;
	}
	.pub_footer .lianjie{
		height: auto;
		line-height: 1.5em;
		padding: 20px 0 10px 60px; 
	}
	.pub_footer .lianjie span{
		top: 20px;
	}
	.pub_footer .lianjie a{
		width: 20%;
	}
}
@media only screen and (max-width:767px){
	.pub_footer .lianjie{
		display: none;
	}
}

/*鱼鱼鱼鱼*/
/*内页banner*/
.neibanner{
	width: 100%;
	height: 340px;
	position: relative;
	overflow: hidden;
}
.neibanner>img{
	display: block;
	width: 2000px;
	height: inherit;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}
@media screen and (max-width:1200px){
	.neibanner{
		height: 300px;
	}
	.neibanner>img{
		width: 1764px;
		margin-left: -882px;
	}
}
@media screen and (max-width:1000px){
	.neibanner{
		height: 240px;
	}
	.neibanner>img{
		width: 1411px;
		margin-left: -705.5px;
	}
}
@media screen and (max-width:720px){
	.neibanner{
		height: 120px;
	}
	.neibanner>img{
		width: auto;
		margin-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*面包屑*/
.Pb_mian{
	clear: both;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}
.Pb_mian .inbox{
	width: 1200px;
	margin: 0 auto;
	height: 34px;
	padding-left: 64px;
	background: url(../img/b1.png) left center no-repeat;
	background-size: 64px 34px;
	-webkit-background-size: 64px 34px;
}
.Pb_mian .inbox *{
	font-size: 14px;
	color: #999999;
	line-height: 34px;
	padding: 0 15px 0 0;
}
@media screen and (max-width:1200px){
	.Pb_mian{display: none;}
}

/*中间内容*/
.container{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	position: relative;
}
.container:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container .conleft{
	float: left;
	width: 210px;
	position: relative;
	border: 1px solid #ededed;
	background-color: #fff;
}
.conleft .top{
	width: 100%;
	height: 70px;
	position: relative;
	padding: 13px 0 0 80px;
	border-bottom: 1px solid #ededed;
}
.conleft .top img{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.conleft .top h1{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}
.conleft .top h2{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-transform: uppercase;
}
.conleft ul{
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
}
.conleft ul li{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #ededed;
}
.conleft ul li:first-child{
	border-top: 1px solid #ededed;
}
.conleft ul li a{
	display: block;
	width: 230px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}
.conleft ul li.on a{
	background-image: url(../img/b2.png);
	background-repeat: left center;
	background-repeat: no-repeat;
	color: #601986;
}
.conleft ul li:hover a{
	background-image: url(../img/b2.png);
	background-repeat: left center;
	background-repeat: no-repeat;
	color: #601986;
}
.conright{
	float: right;
	width: 923px;
	position: relative;
} 
@media screen and (max-width: 1200px){
	.container{
		width: 96%;
		padding: 2% 0;
	}
	.container .conleft,
	.container .conright{
		float: none;
		width: 100%;
	}
	.container .conleft{
		border: none;
		background: none;
	}
	.conleft .top{
		display: none;
	}
	.conleft ul{
		text-align: center;
		margin: 2% 0 0 0;
	}
	.conleft ul li{
		display: inline-block;
		width: auto;
		line-height: 30px;
		height: 32px;
		border: none;
		margin: 0 1% 2% 1%;
	}
	.conleft ul li a{
		display: block;
		width: auto;
		padding: 0 10px;
		line-height: 30px;
		font-size: 13px;
		color: #333333;
		white-space: nowrap;
		border: 1px solid #ddd;
		background-color: #fff;
	}
	.conleft ul li.on a{
		background: #601986;
		color: #fff;
		border: 1px solid #601986;
	}
	.conleft ul li:hover a{
		background: #601986;
		border: 1px solid #601986;
		color: #fff;
	}
}

/*翻页*/
.Pb_fanye{
	width: 100%;
	clear: both;
	font-size: 0;
	padding: 30px 0;
}
.Pb_fanye:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pb_fanye *{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 18px;
	margin: 0 2px;
	color: #666666;
	background: #f2f2f2;
	border: none;
	outline: none;
}
.Pb_fanye *:hover{
	color: #fff;
	background: #601986;
}
.Pb_fanye input{
	width: 62px;
	border: 1px solid #ededed;
	background: #fff;
	color: #333;
	padding: 0 5px;
	text-align: center;
}
.Pb_fanye input:hover{
	background: #fff;
	color: #333;
}
.Pb_fanye a.goto,
.Pb_fanye a.prev,
.Pb_fanye a.next{
	float: right;
}
@media screen and (max-width: 1200px){
	.Pb_fanye{
		padding: 2% 0 0 0;
	}
	.Pb_fanye *{
		display: none;
		margin: 0 1% 0 0;
		font-size: 14px;
		background: none;
		border-bottom: 1px solid #999;
		height: 35px;
		line-height: 35px;
	}
	.Pb_fanye a.prev,
	.Pb_fanye a.next{
		display: block;
		float: right;
		width: 48%;
		text-align: center;
	}
}




