﻿@charset "utf-8";

/*header*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	padding: 0px;
	margin: 0px;
}
.aaaaactive{
	color:#1ba0a7!important;
}
ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

body {
	color: #555;
	font: 14px/1.8 '微软雅黑', '黑体', '宋体', Candara, tahoma, Srial, helvetica, sans-serif;
	padding-top: 100px;
}
*{
	font-family: "微软雅黑"!important;
}
a {
	color: #555;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.cl {
	clear: both;
}
html {
	overflow-x: hidden;
}

.bor_radius {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

img {
	width: 100%;
	height: auto;
	float: left;
	border: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

a:hover {
	color:  #1ba0a7;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@font-face {
	font-family: 'Conv_Altgot2n_1';
	src: url('../fonts/Altgot2n_1.eot');
	src: local('☺'), url('../fonts/Altgot2n_1.ttf') format('truetype'), url('../fonts/Altgot2n_1.woff') format('woff'), url('../fonts/Altgot2n_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	/* 通过设置 font-size 来改变图标大小 */
	width: 1.3em;
	height: 1.3em;
	/* 图标和文字相邻时，垂直对齐 */
	vertical-align: middle;
	/* 通过设置 color 来改变 SVG 的颜色/fill */
	fill: currentColor;
	/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
	 normalize.css 中也包含这行 */
	overflow: hidden;
}


/*头部公用*/


/*首页头部*/

.warp {
	/*position:relative; z-index:1000;*/
	width: 100%;
	height: auto;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	width: 100%;
	background:#fff
}

.head {
	height:100px
}

.logo {
	position: relative;
	z-index: 900;
	width: auto;
	height: 100%;

	vertical-align: middle;
}
.logo>a>img{
	height: 100%;
	width: auto;
}
.user {
	position: relative;
	z-index: 900;
	padding-top: 40px;
	display: inline;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.user_img {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 3px solid rgba(0, 0, 0, 0.15);
}

.user_exit {
	position: absolute;
	top: 76px;
	left: 0;
	z-index: 10;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.user_exit a {
	display: block;
	background-color: #1ba0a7;
	color: #FFF;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.lg {
	position: relative;
	z-index: 900;
	line-height: 36px;
	padding-top: 34px;
	display: inherit;
	overflow: hidden;
}
@media screen and (max-width: 1300px){
	.lg {

		display: none;

	}
}
.lg a {
	color: #FFF;
	font-size: 16px;
	filter: alpha(opacity=30);
	padding: 0 5px;
	float: left;
	text-align: center;
}
.header1 .lg a img{
	width: 50%;
	vertical-align: top;
	margin-top: 10px;
}
.header1 .lg input{
	background: transparent;
	border: 1px solid #eee;
	height: 30px;
	padding: 8px;
	box-sizing: border-box;
	color: #666;
	display: none;
	float: left;
}
.header1 .lg input.active{
	display: block;
}
.header1 .lg input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.header1 .lg input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.header1 .lg input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
.header1 .lg input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.serch {
	padding-top: 49px;
	width: 18px;
	height: 19px;
	padding-left: 6px;
	padding-right: 22px;
	display: inline;
}

.ser_icon {
	position: relative;
	z-index: 900;
	width: 18px;
	height: 19px;
	cursor: pointer;
}


/*公共导航*/

.nav {
	width: auto;
	height: 64px;
	display: inline;
}

.nav li {
	float: left;
	width: auto;
	height: 80px;
}

.nav_name {
	display: block;
	position: relative;
	z-index: 900;
	font-size: 16px;
	width: auto;
	height: 64px;
	line-height: 64px;
	margin: 0 20px;
}

@media screen and (max-width: 1200px) {
	.lg a {
		font-size: 14px;
		padding: 2px;
	}
	.nav_name {
		font-size: 14px;
		margin: 0 10px;
	}
}

.nav li.cur .nav_name {
	color: #666;
}
.nav li.cur .nav_name:hover{
	color:#1ba0a7
}
.banner{
    z-index: 100;
}
.sub_nav {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 100000;
	background: url(../images/sub_yy.png) repeat;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub_cen {
	height: auto;
	overflow: hidden;
	padding-top: 34px;
	padding-bottom: 34px;
}

.sub_show {
	float: right;
	display: inline;
	width: 800px;
	height: auto;
	overflow: hidden;
}

.sub_shImg {
	width: 240px;
	height: 165px;
	margin-right: 40px;
	display: inline;
}

.sub_shImg img {
	width: 100%;
	height: auto;
	float: left
}

.sub_chnal {
	width: 500px;
	padding-top: 14px;
	display: inline;
}

.nav .sub_chnal ul {
	width: 300px;
}

.nav .sub_chnal li {
	margin-right: 30px;
	display: inline;
	width: 110px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
}

.sub_chnal li a {
	display: block;
	font-size: 14px;
	background: url(../images/sub_icon.png) no-repeat left;
	padding-left: 14px;
	width: 100px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub_infor {
	width: 266px;
	padding-top: 20px;
	display: inline;
}

.sub_infname a {
	display: block;
	font-size: 15px;
	width: 266px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub_infname a:hover {
	color: #1ba0a7;
}

.sub_infIntro {
	padding-top: 5px;
}

.sub_ser {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 800;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub_seline {
	width: 100%;
	height: 64px;
}

.sub_serCen {
	height: auto;
	overflow: hidden;
	padding: 28px 0 34px;
}

.serch_form {
	width: 290px;
	height: 30px;
	margin-right: 98px;
	display: inline;
}

.ser_text {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	width: 217px;
	height: 20px;
	line-height: 20px;
	padding: 4px 10px;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #868686;
	border-right: 0;
	border-right: none;
}

.nav2 .nav_name {
	background: url(../images/top_navline.jpg) no-repeat right;
}

.nav2 .nav_name:hover {
	color: #1ba0a7;
}

.ser_sub {
	display: block;
	background-color: #1ba0a7;
	font-family: 'Microsoft YaHei';
	color: #FFF;
	font-size: 14px;
	width: 52px;
	height: 30px;
	border: none;
	cursor: pointer;
}


/*手机导航*/

.height_wap {
	width: 100%;
	height: 66px;
	float: left;
}

header {
	width: 100%;
	height: 66px;
	float: left;
	padding: 10px 15px;
	background: #fff;
	top: 0;
	z-index: 10000;
	/*border-bottom: 1px #eee solid;*/
}

header .ion-ios-navicon {
	height: 2px;
	width: 24px;
	background: #1ba0a7;
	position: relative;
	right: 0px;
	top: 15px;
	cursor: pointer;
	display: inline-block
}

header .ion-ios-navicon:after,
header .ion-ios-navicon:before {
	content: '';
	width: inherit;
	height: inherit;
	position: absolute;
	background: inherit
}

header .ion-ios-navicon:before {
	bottom: 14px
}

header .ion-ios-navicon:after {
	bottom: 7px
}

.lg_wap {
	width: 60px;
	margin-right: 10px;
	float: right;
	padding-top: 7px;
}

.lg_wap a {
	padding: 0 5px;
}

#bg {
	max-width: 600px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #000;
}

#bg>img {
	height: 100%;
	width: 100%;
	border: 0;
}

#bgimg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	float: left;
}

logo {
	width: auto;
	height: 45px;
	float: left;
}

logo img {
	width: auto;
	height: 100%;
	float: left;
}


/*栏目标题及公共*/

.main {
	width: 100%;
	float: left;
}

.bottom {
	padding-bottom: 70px;
}

@media screen and (max-width: 1200px) {
	.bottom {
		padding-bottom: 35px;
	}
}

.time {
	font-family: 'Conv_Altgot2n_1', Sans-Serif;
}

.white {
	color: #fff !important;
}

.white::after {
	background: #fff !important;
}

.white font {
	color: #fff !important;
}

.opacity {
	opacity: 0.1;
}

.img_100 img {
	width: 100%;
}

.title {
	width: 100%;
	float: left;
	padding: 55px 0 40px;
	font-family: "微软雅黑";
	position: relative;
}

@media screen and (max-width: 1200px) {
	.title {
		padding: 30px 0 30px;
	}
}

.title h2 {
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 80px;
	color: #333;
	font-weight: normal;
	position: absolute;
	z-index: 5
}

.title h2::after {
	content: "";
	width: 60px;
	height: 5px;
	display: block;
	background: #84090e;
}

.title h2 font {
	color: #84090e;
	font-weight: bold
}

.title span {
	width: 100%;
	font-size: 6em;
	line-height: 80px;
	padding-left: 55px;
	color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: -1
}

.title_l span {
	font-size: 5.3em !important;
}

.title_b {
	width: 95%;
	padding: 0;
}

.title_r {
	height: 80px;
	line-height: 80px;
	text-align: right;
	font-size: 18px;
	color: #888;
	padding-left: 0;
}

.title_r p {
	padding-right: 25px;
	background: url(../images/index_08.jpg) no-repeat right center;
}

.title_b {
	font-size: 18px;
	color: #ffc6cc;
	line-height: 30px;
	padding-top: 20px;
}

.title_cen {
	position: relative;
	text-align: center !important
}

.title_cen h2::after {
	margin-left: calc(50% - 30px)!important;
	margin-left: -webkit-calc(50% - 30px)!important;
	margin-left: -moz-calc(50% - 30px) !important;
	background: #84090e !important
}

.title_cen span {
	padding-left: 0 !important;
}

@media screen and (max-width: 1200px) {
	.title h2 {
		font-size: 24px;
		line-height: 60px;
	}
	.title span {
		font-size: 4.4em;
		line-height: 60px;
	}
	.title_l span {
		font-size: 4.4em !important;
	}
	.title_r {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.title_b {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	body{
		padding-top: 0;
	}
	.title {
		text-align: center;
	}
	.title h2::after {
		margin-left: calc(50% - 30px);
		margin-left: -webkit-calc(50% - 30px);
		margin-left: -moz-calc(50% - 30px);
	}
	.title span {
		padding-left: 0;
	}
}

.title_b_ny {
	font-size: 16px;
	margin-top: 30px;
}

.title_b_ny font {
	color: #84090e
}

.title_right {
	width: 33.33333333333333%;
	float: right;
	text-align: right;
	padding: 0px 15px 40px;
}

.title_right h2 {
	right: 15px;
}

.title_right span {
	right: 15px;
}

.title_right h2::after {
	margin-left: calc(100% - 60px);
	margin-left: -webkit-calc(100% - 60px);
	margin-left: -moz-calc(100% - 60px);
}

.title_right .title_b_ny font {
	display: block;
	font-weight: bold;
}


/*底部公用*/

.footer {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #333333;
}

.foot_t {
	height: auto;
	overflow: hidden;
	padding: 60px 0;
}

.foot_ewm {
	width: 50%;
	float: left;
	padding: 0 15px;
	text-align: center;
	color: rgba(255,255,255,0.7)
}

.foot_ewm img {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.foot_chnal dl {
	float: left;
	display: inline;
}

.foot_chnal dl dt {
	margin-bottom: 15px;
}

.foot_chnal dl dt a {
	color: #FFF;
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	.foot_chnal dl {}
	.foot_chnal dl dt a {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.foot_t {
		padding: 0;
	}
}

.foot_chnal dl dd {
	height: 28px;
	line-height: 28px;
}

.foot_chnal dl dd a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}

.foot_d {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
	background: #333333;
	height: auto;
	padding: 20px 0;
}

.copyright,
.copyright a,
.friendly_link,
.friendly_link a {
	line-height: 45px;
	color: rgba(255,255,255,0.7);
}

.foot_click {
	color: #4e4e4e;
	margin-right: -8px;
	display: inline;
}

.foot_click a {
	color: #919090;
	padding: 0 8px;
}

.footer a{
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
}
.footer a:hover {
	color: #FFF;
}

.friendly_link a {
	padding: 0 5px;
}

.foot_r {
	width: 230px;
	height: 45px;
	float: right;
}
@media screen and (max-width: 767px) {
	.wbj{
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.nbj{
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
}
/*公共文本样式*/
.text h3{
	font-size: 35px;
	color: #222222;
	margin-top: 80px;
	margin-bottom: 30px;
}
.text p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.text h3 {
	    font-size: 30px;
	    margin-top: 50px;
	    margin-bottom: 20px;
	}
	.text p{
		font-size: 12px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.text h3 {
	    font-size: 20px;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}
	.text p{
		font-size: 12px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
}
/*内页轮播*/
a{
	color: inherit;
	text-decoration: none;
}
.banner0>.container{
	position: relative;
}
.banner0 img{
	width: 100%;
	vertical-align: top;
}
.banner0 .tex{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
}
.banner0 .tex h4{
	font-size: 46px;
	margin-bottom: 20px;
}
.banner0 .tex p{
	line-height: 30px;
	font-size: 16px;
}
.banner0 .tex a{
	color: #fff;
	width: 184px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-top: 36px;
}
.banner0 .tex a i{
	float: right;
	font-size: 30px;
}
.banner0 .sidebar{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: url(../images/about_01.png)no-repeat center;
	background-size: cover;
	padding: 0 22px;
}
.banner0 .sidebar a:hover{
	color: inherit;
}
@media screen and (max-width: 1200px) {
	.banner0 .tex h4{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.banner0 .tex p {
	    line-height: inherit;
	    font-size: 14px;
	}
	.banner0 .tex a {
	    width: 142px;
	    height: 30px;
	    line-height: 30px;
	    padding-left: 12px;
	    padding-right: 5px;
	    margin-top: 18px;
	}
}
@media screen and (max-width: 767px){
	.banner0 .tex h4 {
	    font-size: 20px;
	    margin-bottom: 12px;
	    margin-bottom: 15px;
		display:none
	}
	.banner0 .tex p {
	    font-size: 12px;
	    display: none;
	}
	.banner0 .tex a {
	    width: 71px;
	    height: 30px;
	    line-height: 30px;
	    padding-left: 6px;
	    padding-right: 0;
	    margin-top: 10px;
	}
	.navigation ul{
		padding:0
	}
}
/*tab切换*/
body{
	background: #F6F6F6;
}
.navigation{
	background: #fff;
	border-bottom: 1px solid #E8E8E8;
}
.navigation ul{
	overflow: hidden;
}
.navigation ul li{
	line-height: 70px;
	border-bottom: 2px solid transparent;
}
.navigation ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;                                                                                
	-moz-transition: all 0.3s; /* Firefox 4 */								
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */							
	-o-transition: all 0.3s; /* Opera */
	font-size: 16px;	
}
.navigation ul li a:hover{
	color: inherit;
}
.navigation ul li.active{
	border-bottom: 2px solid #1ba0a7;
}
.navigation ul li.active a{
	color: #1ba0a7;
}
@media screen and (min-width: 1200px) and (max-width: 1340px){
	.navigation ul li a{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.navigation ul li{
		line-height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.navigation ul li{
		line-height: 40px;
	}
	.navigation ul li a{
		font-size: 12px;
	}
}
/*相关链接*/
.xglj{
	border: 1px solid #434343;
	padding: 15px 80px;
	color: #818181;
	cursor: pointer;
	position: relative;
	width: 250px;
	float: right;
}
.xglj p{
	display: inline-block;
}
.xglj i{
	margin-left: 10px;
	display: none;
	font-size: 16px;
}
.xglj i.active{
	display: inline-block;
}
.xglj .yc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: 1px solid #434343;
	display: none;
	background: #222222;
	z-index: 999999999999999999999999999999;
}
.xglj .yc.active{
	display: block;
}
.xglj .yc a{
	display: block;
	line-height: 30px;
}
.xglj .yc a:hover{
	background: #ADADAD;
}
.xglj .dw{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 250px;
	width: 250px;
	text-align: center;
	line-height: 60px;
	text-decoration: underline;
}
.bg_3 .swiper-container{
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width:991px){
	.xglj .dw{
		right: 0;
		top: 60px;
	}
	.copyright,
	.copyright a,
	.friendly_link,
	.friendly_link a {
		line-height: 26px!important;
		color: rgba(255,255,255,0.7);
	}

}
@media screen and (max-width:767px) {
	.xglj{
		width: 126px;
		padding: 5px 0;
	}
	.xglj .dw{
		display: none;
	}
}






.pagination{
	width:100%;
	text-align: center
}
.pagination li{
	display: inline-block;
	margin: 0 2px
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	    background-color: #1ba0a7;
	
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	border: 1px solid #1ba0a7
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	 background-color: #1ba0a7;
	color:#fff
}
.pagination > li > a, .pagination > li > span{
	background: none
}
.pagination > li:last-child > a, .pagination > li:last-child > span,.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius: 0
}





.banner0 .tex h4 {
	font-size: 40px!important
}
.banner0 .tex{
	padding-left:15px
}











