﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@font-face {
	font-family: 'OPENSANS';
	src: url('../fonts/opensans-regular_0.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF';
	src: url('../fonts/pingfang-bold.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body, div, p, ul, li, ol, dl, dt, dd, form, input, textarea, table, tr, td, img, a, span, em, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'OPENSANS', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
}
input, select, option, textarea {
	font-family: 'OPENSANS';
	border: none;
	outline: none;
}
img {
	border: none;
	width:100%;
	
}
a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	outline: 0;
}
ul li {
	margin: 0;
}
ul, li {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.none {
	display: none;
}
.block {
	display: block;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}
.h {
	height: 69px;
}
/*header*/

header.fixed {
	/*padding: 15px 0;*/
	transition: all 0.8s;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	transition: all 0.8s;
	/*padding: 30px 0;*/
	background: #fff;
}
.head_top {
	height: 60px;
	background: #fff;
	transition: all 0.8s;
}
.head_top .logo {
	width: 29.83%;
	margin-right: 6%;
	padding: 15px 0;
	/*padding-top: 27px;*/
	transition: all 0.8s;
}
.head_top .logo img {
	width: 100%;
	display: block;
}
.head_top .head_others {
	width: 15.83%;
	padding: 15px 0;
	transition: all 0.8s;
}
/**/

.langebox {
	/*padding:0 13px;*/
	line-height: 36px;
	background: #3557a1;
	font-size: 14px;
	color: #fff;
	border-radius: 25px;
}
.langebox a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.langebox span {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
}
.langebox a i {
	margin: 0 10px;
	float: left;
	width: 20px;/* height: 17px;*/
}
.langebox a img {
	vertical-align: middle;
}
.nav {
	padding-top: 15px;
	width: 42%;
	position: relative;
	z-index: 10;
	transition: all 0.8s;
}
.nav nav>ul {
	width: 100%;
	float: right;
}
.nav nav>ul>li {
	padding-bottom: 15px;
	width: 20%;
	float: left;
	position: relative;
	color: #333333;
	position: relative;
}
.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	color: #333333;
	position: relative;
	transition: none;
	-webkit-transition: none
}
.nav nav>ul>li.on, .nav nav>ul>li:hover {
	border-bottom: 3px solid #3557a1;
	transition: all 0.8s;
}
/*.nav nav>ul > li:hover > a{color: #3557a1;}*/

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	/*left:-64px;*/
	width: 100%;
	display: none;
}
.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
	border-bottom: 1px solid #f2f2f2;
}
.nav nav>ul>li ol li a {
	line-height: 36px;
	background: #3557a1;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	position: relative;
}
.nav nav>ul>li ol li:hover a {
	background: #f2f2f2;
	color: #333;
}
.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}
.phone_head .logo {
	width: 60%;
}
.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}
.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}
.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}
.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}
.phone-head .mask-close {
	background: #3557a1 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}
.maskbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#menu a {
	display: block;
	width: 100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#menu a:hover {
	color: #fff;
}
#menu h1 {
	font-weight: 300;
}
#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}
#menu p {
	margin: 20px 0;
}
#menu .nav {
	height: auto;
	background: #3557a1;
}
#menu {
	margin: 4em auto;
	width: 100%;
}
#menu {
	background: #3557a1;
}
#menu a {
	color: #FFF;
}
.sliding-menu a.back {
	background: #c7c7c8;
}
.sliding-menu a:hover {
	background: #c5c5c5;
}
/*footer*/

.footer {
	padding: 38px 2.5% 28px;
	background: #f2f2f2;
	font-size: 14px;
	color: #626262;
	border-bottom: 1px solid #d3d3d3;
}
.footer .f1 {
	float: left;
	width: 87%;
}
.footer .f1 dl {
	width: 18%;
	margin: 0 1%;
	float: left;
}
.footer .f1 dl:last-child {
	width: 38%;
}
.footer .f1 dt {
	margin-bottom: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.footer .f1 dd {
	line-height: 24px;
}
.footer .f1 dd a {
	color: #626262;
	display: block;
}
.footer .f1 dd a:hover {
	color: #3557a1;
}
.footer .f2 {
	float: right;
	width: 11%;
}
.footer .f2 .pic {
}
.footer .f2 .pic img {
	display: block;
	width: 100%;
}
.footer .f2 .t {
	text-align: center;
	margin-top: 15px;
}
.f3 {
	padding: 20px;
	background: #f2f2f2;
	font-size: 14px;
	color: #626262;
	line-height: 26px;
}
.copy {
	float: left;
	color: #626262;
}
.sharebox {
	margin-left: 20px;
	float: left;
}
.sharebox .bdshare-button-style0-16 a {
	display: inline-block;
	float: none!important;
	padding-left: 0!important;
	line-height: 26px!important;
	height: 26px!important;
	width: 26px!important;
	margin: 0px!important;
	transition: all 0.3s;
	border-radius: 100%;
	background: url(../images/share.png) no-repeat center;
}
.sharebox .bdshare-button-style0-16 a.bds_weixin {
	background-position: -52px 0;
}
.sharebox .bdshare-button-style0-16 a.bds_sqq {
	background-position: -26px 0;
}
.sharebox .bdshare-button-style0-16 a.bds_tsina {
	background-position: 0 0;
}
.huaxia {
	float: right;
	color: #626262;
}
.huaxia:hover {
	color: #3557a1;
}
.footop {
	background: #3557a1;
	padding: 25px 20px 20px;
}
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.footop .foot_search {
	float: left;
	padding-right: 45px;
	position: relative;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #fff;
}
.footop .foot_search input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 16px;
}
.icon {
	display: inline-block;
	vertical-align: middle;
}
.footop .foot_search button {
	display: block;
	width: 45px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/ico3.png) center center no-repeat;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.footop .groups {
	float: right;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	width: 180px;
	position: relative;
}
.footop .groups>span {
	display: block;
	padding-left: 20px;
}
.footop .groups>span:hover {
	color: #cdd6ea;
}
.footop .groups i {
	width: 20px;
	height: 14px;
	background: url(../images/ico4.png) center center no-repeat;
	vertical-align: 0;
	margin-left: 25px;
}
.footop .groups ul {
	position: absolute;
	top: 60px;
	right: 0;
	width: 114%;
	padding: 15px 0;
	background: #e4e4e4;
	display: none;/*background: #3557a1;*/
}
.footop .groups ul a {
	line-height: 40px;
	font-size: 13px;
	color: #666;
	display: block;
	padding: 0 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}
.footop .groups ul a:hover {
	background: #3557a1;
	color: #fff;
}
/*banner*/

.banner {
	position: relative;
}
.banner .swiper-pagination-bullet-active {
	background: #3557a1;
}
.banner img {
	display: block;
	width: 100%;
}
/*位置*/

.neinav {
	background: #f1f1f1;
	line-height: 60px;
}
.neinav1 {
	float: left;
	font-size: 15px;
	color: #515151;
}
.neinav1 a {
	display: inline-block;
	margin: 0 35px;
	color: #333;
	transition: all 0.3s;
}
.neinav1 a.on, .neinav1 a:hover {
	border-bottom: 3px solid #3557A1;
	transition: all 0.3s;
}
.neinav2 {
	float: right;
	font-size: 14px;
	color: #b2b2b2;
}
.neinav2 a {
	color: #b2b2b2;
	padding: 0 8px;
}
.neinav2 a:hover {
	color: #3557a1;
}
/**/

.intit {
	font-size: 32px;
	color: #000;
	text-align: center;
}
.main_sec {
	padding: 40px 0;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
/*船员*/

.chuanyuanmain {
	margin-top: 40px;
	font-size: 14px;
	color: #595959;
	line-height: 30px;
}
.yewumain {
	margin-top: 40px;
	font-size: 14px;
	color: #595959;
	line-height: 30px;
}
.yewumain p {
	text-indent: 2em;
}
.yewucon {
	margin-top: 30px;
}
.navxiao {
	float: left;
	width: 13%;
}
.navxiao a {
	margin-bottom: 14px;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 27px;
	color: #fff;
	font-size: 14px;
	background: #a4a4a4 url(../images/ico5.png) no-repeat 10px center;
}
.navxiao a.on, .navxiao a:hover {
	background-color: #3557A1;
}
.yewumain .list {
	float: right;
	width: 85%;
}
.yewumain .list ul li {
	width: 49%;
	margin-bottom: 25px;
	float: left;
	position: relative;
}
.yewumain .list ul li:nth-child(even) {
	margin-left: 2%;
}
.yewumain .list ul li .pic {
	overflow: hidden;
}
.yewumain .list ul li .pic img {
	display: block;
	width: 100%;
}
.yewumain .list ul li .t {
	padding: 15px;
	line-height: 24px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
}
/*留言*/

.liuyanmain {
	margin-top: 40px;
	padding: 0 15px;
	border: 1px solid #e6e6e6;
}
.liuyanmain ul li {
	margin-top: 32px;
	float: left;
	width: 48%;
}
.liuyanmain ul li:nth-child(even) {
	float: right;
}
.liuyanmain ul li label {
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}
.liuyanmain ul li input {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	display: block;
	width: 98%;
	font-size: 15px;
	color: #333;
	border: 1px solid #e6e6e6;
}
.liuyanmain ul li.teare {
	width: 99%;
}
.liuyanmain ul li textarea {
	padding: 10px;
	display: block;
	height: 240px;
	width: 100%;
	border: 1px solid #e6e6e6;
	font-size: 15px;
	color: #333;
}
.liuyanmain .btns {
	margin: 50px 0;
	text-align: center;
}
.liuyanmain .btns input {
	cursor: pointer;
	margin: 0 10px;
	line-height: 45px;
	height: 45px;
	padding: 0 75px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	border: 2px solid #3D3D3D;
	background: #3d3d3d;
}
.liuyanmain .btns input[type=submit] {
	background: #3557a1;
	border: 2px solid #3557a1;
}
.liuyanmain .btns input:hover {
	background: #fff;
	color: #3557a1;
}
/*联系*/
.about3_sec {
	margin-top: 40px;
	position: relative;
}
.about3_sec #dituContent {
	width: 100%;
	height: 395px;
}
.about3_main {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(53, 87, 161, 0.85);
	padding: 60px 80px 40px 60px;
	color: #fff;
	width: 35%;
	font-size: 15px;
	line-height: 30px;
}
.about3_main h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.ab3_share {
	padding-top: 40px;
}
.ab3_share .bdshare-button-style0-16 a {
	display: inline-block;
	float: none!important;
	padding-left: 0!important;
	line-height: 30px!important;
	height: 30px!important;
	width: 30px!important;
	margin: 0 6px!important;
	transition: all 0.3s;
	border-radius: 100%;
}
.ab3_share .bdshare-button-style0-16 a.bds_weixin {
	background: #fff url(../images/lianxi_05.jpg) no-repeat center;
}
.ab3_share .bdshare-button-style0-16 a.bds_sqq {
	background: #fff url(../images/lianxi_03.jpg) no-repeat center;
}
.ab3_share .bdshare-button-style0-16 a.bds_tsina {
	background: #fff url(../images/lianxi_07.jpg) no-repeat center;
}
span.BMap_Marker.BMap_noprint {
	background: url(../images/us_cursor.gif) no-repeat center!important;
}
/*组织*/
.zuzhimain img {
	display: block;
	width: 100%;
}
/*简介*/
/*.commain{margin-top: 40px;}*/
.commain .tcon {
	float: left;
	width: 65%;
}
.commain .tcon .t1 {
	font-size: 52px;
	color: #3557A1;
	font-family: 'PF';
	font-weight: bold;
}
.commain .tcon .t2 {
	font-size: 24px;
	color: #333333;
	font-family: 'PF';
	font-weight: bold;
}
.commain .tcon .t3 {
	margin-top: 20px;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.commain .pic {
	float: right;
	width: 30.8%;
	overflow: hidden;
}
.commain .pic img {
	display: block;
	width: 100%;
}
/*文化*/
.culturemain {
	margin-top: 40px;
}
.culturemain ul li {
	position: relative;
	float: left;
	width: 18.33%;
	margin-left: 2.0875%;
}
.culturemain ul li:nth-child(5n+1) {
	margin-left: 0;
}
.culturemain ul li .pic {
}
.culturemain ul li .pic img {
	display: block;
	width: 100%;
}
.culturemain ul li .mbg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255,255,255,0.5);
}
.culturemain ul li .mbg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;/*height: 100%;*/
	z-index: 1;
	background: rgba(53,87,161,0.5);
	transition: height 1s;
	-moz-transition: height 1s; /* Firefox 4 */
	-webkit-transition: height 1s; /* Safari and Chrome */
	-o-transition: height 1s; /* Opera */
}
.culturemain ul li .tbox {
	position: absolute;
	width: 100%;
	top: 70%;
	left: 0;
	z-index: 3;
	text-align: center;
	transition: top 1s;
	-moz-transition: top 1s; /* Firefox 4 */
	-webkit-transition: top 1s; /* Safari and Chrome */
	-o-transition: top 1s; /* Opera */
}
.culturemain ul li .t1 {
	font-size: 22px;
	color: #3557a1;
	font-family: 'PF';
	font-weight: bold;
}
.culturemain ul li .t2 {
	margin-top: 25px;
	font-size: 15px;
	color: #1b1b1b;
}
.culturemain ul li:hover .tbox {
	top: 35%;
}
.culturemain ul li:hover .t1 {
	color: #fff;
}
.culturemain ul li:hover .t2 {
	color: #fff;
}
.culturemain ul li:hover .mbg2 {
	height: 100%;
}
/*新闻*/
.newslist {
}
.newslist ul li {
	padding: 30px 10px;
	border-bottom: 1px solid #ddd;
	color: #626262;
}
.newslist ul li:hover .news-list-b span, .newslist ul li:hover .news-list-b h3 {
	color: #3557A1;
}
.news-list-a {
	float: right;
	padding: 25px 20px;
	width: 10%;
	line-height: 1;
	color: #959595;
	font-size: 14px;
	border-left: 1px solid #ddd;
}
.news-list-a p {
	margin-bottom: 1px;
	font-size: 48px;
	color: #3557A1;
}
.news-list-c {
	float: left;
	width: 13.3%;
	height: 135px;
	overflow: hidden;
}
.news-list-c img {
	display: block;
	width: 100%;
}
.news-list-c img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.newslist ul li:hover .news-list-c img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.news-list-b {
	float: left;
	margin-left: 3%;
	width: 68.75%;
	overflow: hidden;
}
.news-list-b h3 {
	font-size: 16px;
	margin: 10px 0;
	color: #000;
}
.news-list-b p {
	margin: 0 0 10px;
	color: #d3d3d3;
	font-size: 12px;
}
i.time, i.click, i.source {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 16px;
	vertical-align: middle;
	transition: all ease .5s;
}
i.time {
	background: url(../images/ico6.png) 0 0 no-repeat;
}
i.click {
	background: url(../images/ico7.jpg) 0 0 no-repeat;
}
.news-list-b span {
	/*display: block;*/
	font-size: 13px;
	line-height: 23px;
	overflow: hidden;
	color: #626262;
}
/*分页*/
.page {
	margin-top: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.page a {/*float: left;*/
	padding: 0 10px;
	display: inline-block;
	border: 1px solid #e6e6e6;/*border-left: 1px solid #e6e6e6;*/
	font-size: 16px;
	color: #000;
	background: #fff;
}
.page a.on, .page a:hover {
	color: #fff;
	background: #3557A1;
}
/*新闻中心*/
.newscenter1 {
	margin-bottom: 30px;
}
.newscenter1 .main {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.newscenter1 .swiper-pagination {
	position: static;
	margin-top: 35px;
}
.newscenter1 .main .pic {
	overflow: hidden;
}
.newscenter1 .main .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.newscenter1 .main .swiper-slide:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.newscenter1 .main .swiper-slide {
	border: 1px solid #e6e6e6;
}
.newscenter1 .main .swiper-slide .tbox {
	padding: 35px 20px;
}
.newscenter1 .main .swiper-slide .tit {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	background: #3557A1;
	padding: 0 15px;
}
.newscenter1 .main .swiper-slide .t1 {
	margin: 15px 0;
	font-size: 16px;
	color: #000;
}
.newscenter1 .main .swiper-slide .t2 {
	font-size: 14px;
	color: #666;
}
.newscenter1 .main .swiper-slide:hover .t1, .newscenter1 .main .swiper-slide:hover .t2 {
	color: #3557A1;
}
.newscenter2 {
	padding: 40px 0;
	background: url(../images/pic3.jpg) no-repeat left center;
	background-size: 100% auto;
}
.newscenter2 .main {
	padding: 0 110px;
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.newscenter2 .main .swiper-container4 {
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
	width: 32px;
	height: 55px;
}
.newscenter2 .main .swiper-button-next {/*right: -60px;*/
	background: url(../images/next.png) no-repeat left center;
}
.newscenter2 .main .swiper-button-prev {/*left: -60px;*/
	background: url(../images/prev.png) no-repeat left center;
}
.newscenter2 .main .pic {
	overflow: hidden;
}
.newscenter2 .main .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.newscenter2 .main .swiper-slide:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.newscenter2 .main .swiper-slide {
	background: #fff;
}
.newscenter2 .main .tbox {
	padding: 30px 10px;
	background: #fff;
}
.newscenter2 .main .tbox .t2 {
	display: none;
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.newscenter2 .main .tbox .t1 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	height: 30px;
}
.newscenter2 .main .tbox .t3 {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
/*.newscenter2 .main .swiper-slide:hover{ background: #3557A1;}*/
.newscenter2 .main .swiper-slide:hover .t1 {
	color: #fff;
}
.newscenter2 .main .swiper-slide:hover .t3 {
	color: #fff;
}
.newscenter2 .main .swiper-slide:hover .t2 {
	display: block;
}
.newscenter2 .main .swiper-slide:hover .tbox {
	background: #3557A1;
	position: absolute;
	bottom: 0;
}
.newscenter2 .main .swiper-slide:hover {
	padding-bottom: 130px;
}
/*.newscenter2 .main .swiper-slide:hover{padding-bottom: 111px;}*/


/*首页*/
.in_sec1 {
	padding: 40px 0 60px;
	margin-top: 40px;
	background: url(../images/pic6.png) no-repeat left center;
	background-size: 100% auto;
}
.in_sec1 .main1 {
	padding: 0 30px;
	float: left;
	width: 20%;
}
.in_sec1 .main1 h3 {
	font-family: arial;
	color: #3557a1;
	font-size: 14px;
	text-transform: uppercase;
}
.in_sec1 .main1 h2 {
	font-size: 45px;
	color: #000;
}
.in_sec1 .main1 a {
	margin-top: 20px;
	display: block;
	font-size: 14px;
	color: #626262;
}
.in_sec1 .main1 a:hover {
	color: #3557A1;
}
.in_sec1 .main2 {
	float: left;
	width: 22.25%;
	position: relative;
	cursor: pointer;
}
.in_sec1 .main2 .pic {
	overflow: hidden;
}
.in_sec1 .main2 .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.in_sec1 .main2:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.in_sec1 .main2 .t {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.in_sec1 .main3 {
	float: right;
	width: 55.75%;
}
.in_sec1 .main3 ul li {
	float: left;
	width: 29.7%;
	margin-right: 3.63%;
}
.in_sec1 .main3 .t1 {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	background: #3557A1;
	padding: 0 15px;
}
.in_sec1 .main3 .t2 {
	margin: 15px 0;
	font-size: 16px;
	color: #000;
	height: 50px;
	min-height: 50px;
}
.in_sec1 .main3 .t3 {/*margin-bottom: 20px;*/
	margin-bottom: 15px;
	font-size: 12px;
	color: #a6a6a6;
}
.in_sec1 .main3 .t4 {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.in_sec1 .main3 ul li .pic {
	overflow: hidden;
	margin-top: 20px;
}
.in_sec1 .main3 ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.in_sec1 .main3 ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.in_sec1 .main3 ul li:hover .t2 {
	color: #3557A1;
}
/**/
.pt1 .con_box .l_box {
	width: 40%;
}
.pt1 .con_box .r_box {
	width: 60%;
}
.in_sec2 {
	margin-top: 40px;
}
.in_sec2 h4 {
	font-size: 15px;
	color: #5a5a5a;
	text-align: center;
}
.in_sec3 {
	margin-top: 40px;
	padding-top: 30px;
	background: #f1f1f1;
}
.in_sec3 h4 {
	font-size: 15px;
	color: #5a5a5a;
	text-align: center;
}
.in_sec3 .main {
	margin-top: 30px;
	position: relative;
}
.tabs {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 50;
}
.tabs ul li {
	padding: 40px 35px 15px 20px;
	background: url(../images/pic12.jpg) no-repeat left top;
	cursor: pointer;
}
.tabs ul li .t1 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.tabs ul li .t2 {
	font-size: 13px;
	color: #fff;
}
.tabs ul li a {
	display: block;
	padding-left: 110px;
	background: url(../images/ico8.png) no-repeat left center;
}
.tabs ul li:nth-child(2) a {
	background-image: url(../images/ico9.png);
}
.tabs ul li:nth-child(3) a {
	background-image: url(../images/ico10.png);
}
.tabs ul li:nth-child(4) a {
	background-image: url(../images/ico11.png);
}
.tabs ul li:hover {
	background-color: #3557A1;
}
.tabs .active {
	background-color: #3557A1;
}
.in_sec3 .main .swiper-slide {
}
.in_sec3 .main .swiper-slide .pic img {
	display: block;
	width: 100%;
}
/************reg***********/
.ny_top {
	height: 12px;
	background: url(../images/ny_top.jpg) repeat-x center;
	background-size: auto 100%;
}
.reg_section {
	height: 475px;
	background: url(../images/reg_bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.reg_main {
	width: 100%;
	height: 100%;
	position: relative;
}
.reg_section .register-wrap {
	width: 100%;
	padding: 20px 0;
}
.reg_section .register-wrap:after {/*内容没有撑开盒子的处理方法*/
	content: '';
	display: block;
	clear: both;
}
.reg_section .register-wrap .pic {
	width: 40%;
	padding: 20px 0 0 40px;
	float: left;
	display: inline-block;
}
.reg_section .register-wrap .register {
	width: 350px;
	float: right;
	display: inline-block;
	background: #fff;
	margin-right: 10%;
	position: relative;/*border:1px solid #ccc;*/
}
.reg_section .register-wrap .register .register-top {
	/*border-bottom: 1px solid #ccc;*/
	box-sizing: content-box;
	padding: 5px 0 0 0;
	display: block;
	position: relative;
	margin-bottom: 20px;/*点击切换到扫码登录时隐藏*/
}
.reg_section .register-top:after {
	/*内容没有撑开盒子的处理方法*/
	content: '';
	display: block;
	clear: both;
}
.reg_section .register-wrap .register .register-top h2.normal {
	font-size: 14px;
	color: #ff7c00;
	letter-spacing: 1px;
	float: left;
	cursor: pointer;
	margin-top: 30px;
	margin-left: 40px;
}
.reg_section .register-wrap .register .register-top h2.nopassword {
	/* border-bottom: 2px solid #f55; */
	margin-left: 36px;
	top: 4px;
}
.reg_section .register-wrap .register .register-top a {
	display: inline-block;
	float: right;
	width: 56px;
	height: 52px;
	margin-right: 5px;
	background: url(../images/reg_ma.png) no-repeat 0 0;
}
/*=======普通登录样式===========*/

.reg_section .register-wrap .register .register-con {
	padding: 0 40px 30px 40px;
	display: block;/*切换到其他登录方式时，隐藏*/
}
.reg_section .register-wrap .register .register-con .reg_log {
	position: absolute;
	top: 30px;
	right: 40px;
}
.reg_section .register-wrap .register .register-con:after {
	/*内容没有撑开盒子的处理方法*/
	content: '';
	display: block;
	clear: both;
}
.reg_section .register-wrap .register .register-con ul {
	margin-top: 20px;
}
.reg_section .register-wrap .register .register-con ul li {
	margin-bottom: 10px;
	vertical-align: top;
	border: 1px solid #b0b0b0;
	overflow: hidden;
	margin-bottom: 18px;
}
.reg_section .register-wrap .register .register-con ul li.reg_li1, .reg_section .register-wrap .register .register-con ul li.reg_li2, .reg_section .register-wrap .register .register-con ul li.reg_li3 {
	border: none;
}
.reg_section .register-wrap .register .register-con ul li.reg_li1 img {
	border: 1px solid #b0b0b0;
	border-right: none;
	height: 39px;/*width:39px;*/
}
.reg_section .register-wrap .register .register-con ul li img {
	display: block;
	float: left;
}
.reg_section .register-wrap .register .register-con ul li input {
	width: 85%;
	height: 37px;
	line-height: 37px;
	padding: 0 6px;
	font-size: 100%;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
/*清除IE10中的text和password的默认图标*/
::-ms-clear {
display:none;
}
::-ms-reveal {
display:none;
}
.reg_section .register-wrap .register .register-con ul li input.reg_ipt1 {
	width: 40%;
	margin-right: 5%;
	border: 1px solid #b0b0b0;
	border-left: none;
	height: 39px;
	line-height: 39px;
}
.reg_section .register-wrap .register .register-con ul li input.reg_ipt2 {
	width: 38%;
	background: #ff7c00;
	border-radius: 8px;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.reg_section .register-wrap .register .register-con ul li input.reg_ipt3 {
	width: 14px;
	height: 14px;
	background: none;
	border: 1px solid #aeaeae;
}
.reg_section .register-wrap .register .register-con ul li label {
	color: #afafaf;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reg_section .register-wrap .register .register-con ul li.reg_li3 input {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #ff7c00;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
/*=========手机号码无密码登录==========*/
.register-wrap .register .login-con {
	display: none;/*切换到其他登录方式时，隐藏*/
}
.login-con:after {
	content: '';
	display: block;
	clear: both;
}
/*=========扫码登录==============*/
.reg_section .saoma {
	padding: 30px 0 30px 0px;
	display: none;
}
.reg_section .saoma>div {
	border: none;
}
.reg_section .saoma .screen-tu {
	width: 56px;
	height: 52px;
	float: right;
	cursor: pointer;
	margin: 5px 5px 0 0;
	background: url(../images/reg_dn.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 5px;
	right: 5px;
}
.reg_section .saoma .saoyisao {
	position: relative;
	height: 80px;
	top: -20px;
	width: 200px;
}
.reg_section .saoma .qr-code {
	width: 100%;
	text-align: center;
}
.reg_section .saoma .qr-code img {
	display: inline-block;
}
.reg_section .saoma .link {
	width: 100%;
	height: 30px;
	bottom: 0;
	position: relative;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}
.reg_section .saoma .log_title {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	color: #ff7c00;
	font-size: 20px;
	font-weight: bold;
}
.reg_section #nopw {
	opacity: 0;
}
/***********login**********/





















/*翻入式动画*/
.rolling {
	-webkit-perspective: 1300px;
	-o-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.rolling .is_animated {
	-webkit-transition-duration: 1.2s;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-delay: .15s;
	-webkit-transition-timing-function: 'ease-in-out';
	-moz-transition-duration: 1.2s;
	-moz-transition-property: all;
	-moz-transition-delay: .15s;
	-moz-transition-timing-function: 'ease-in-out';
	-o-transition-duration: 1.2s;
	-o-transition-property: transform, opacity;
	-o-transition-delay: .15s;
	-o-transition-timing-function: 'ease-in-out';
	-ms-transition-duration: 1.2s;
	-ms-transition-property: transform, opacity;
	-ms-transition-delay: .15s;
	-ms-transition-timing-function: 'ease-in-out';
	transition-duration: 1.2s;
	transition-property: transform, opacity;
	transition-delay: .15s;
	transition-timing-function: 'ease-in-out';
	-webkit-transform: rotatex(-80deg) translateZ(0);
	-ms-transform: rotatex(-80deg) translateZ(0);
	transform: rotatex(-80deg) translateZ(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0
}
.rolling .is_animated.revealed {
	-webkit-transform: rotatex(0) translateZ(0);
	-ms-transform: rotatex(0) translateZ(0);
	transform: rotatex(0) translateZ(0);
	opacity: 1
}
.rolling .tansDelay00 {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
.rolling .tansDelay200 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.rolling .tansDelay400 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.rolling .tansDelay600 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}
.rolling .tansDelay800 {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}
.rolling .tansDelay1000 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}













/*响应式样式*/

@media only screen and (max-width:1366px) {
}
 @media only screen and (max-width:1200px) {
.w {
	width: 1024px;
}
}
 @media only screen and (max-width:1024px) {
.w {
	width: 960px;
}
.head_top .head_others {
	width: 19%;
}
.tabs ul li {
	padding-top: 15px;
}
}
 @media only screen and (max-width:960px) {
.w {
	width: 100%;
	padding: 0 3%;
}
.phone_head {
	display: block;
}
header {
	display: none;
}
.h {
	height: 50px;/*display: none;*/
}
}
 @media only screen and (max-width:780px) {
.in_sec1 {
	background-size: 100% 100%;
}
.in_sec1 .main3 {
	width: 100%;
	padding-left: 3.63%;
	margin-top: 20px;
}
.in_sec1 .main2 {
	width: 43%;
}
.in_sec1 .main1 {
	width: 55%;
}
.pt1 .con_box .l_box {
	width: 100%;
}
.pt1 .con_box .r_box {
	width: 100%;
}
.tabs {
	position: static;
	width: 100%;
}
.in_sec1 {
	padding: 30px 0;
}
.neinav {
	display: none;
}
.about3_main {
	padding-left: 20px;
	padding-right: 20px;
}
.culturemain ul li .tbox {
	top: 60%;
}
.news-list-c {
	width: 21.3%;
}
.news-list-b {
	width: 60.75%;
}
.news-list-a {
	padding-left: 5px;
	padding-right: 0;
}
.newscenter2 {
	background-size: auto 100%;
}
.navxiao {
	width: 100%;
}
.yewumain .list {
	width: 100%;
}
.navxiao a {
	width: 45%;
	float: left;
}
.navxiao a:nth-child(even) {
	margin-left: 5%;
}
}
 @media only screen and (max-width:480px) {
.intit {
	font-size: 22px;
}
.in_sec1 .main1 {
	width: 100%;
}
.in_sec1 .main1 h2 {
	font-size: 30px;
}
.in_sec1 .main1 a {
	margin-top: 5px;
}
.in_sec1 .main2 {
	width: 90%;
	margin: 0 5%;
}
.in_sec1 .main3 {
	padding: 0;
}
.in_sec1 .main3 ul li {
	width: 100%;
	padding: 0 3%;
	margin: 0 0 20px 0;
}
.in_sec1 .main3 .t3, .in_sec1 .main3 .t2 {
	margin-bottom: 5px;
}
.in_sec2 h4 {
	font-size: 14px;
}
.pt1 .con_box .r_box .number_box .number {
	font-size: 35px;
}
.pt1 .con_box .r_box .btm_box .box_l {
	width: 100%;
}
.pt1 .con_box .r_box .btm_box .box_r {
	width: 100%;
}
.tabs ul li a {
	padding-left: 85px;
}
.footer, .sharebox {
	display: none;
}
.f3 {
	padding: 0 3%;
}
.huaxia {
	float: left;
}
.footop .foot_search {
	width: 100%;
}
.footop .groups {
	width: 100%;
	margin-top: 15px;
}
.footop .groups ul {
	width: 100%;
	top: auto;
	bottom: 60px;
	z-index: 100;
}
.commain .tcon {
	width: 100%;
}
.commain .tcon .t1 {
	font-size: 30px;
}
.commain .tcon .t2 {
	font-size: 16px;
}
.commain .pic {
	width: 100%;
}
.about3_main {
	width: 100%;
	position: static;
}
.culturemain ul li {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.liuyanmain .btns {
	margin: 0;
}
.liuyanmain .btns input {
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-list-c {
	width: 100%;
	height: auto;
}
.news-list-b {
	width: 100%;
}
.news-list-a {
	width: 100%;
	display: none;
}
.newscenter2 .main {
	padding: 0 55px;
}
.yewumain .list ul li {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.yewumain .list ul li:nth-child(even) {
	margin-left: 0;
}
.yewumain {
	margin-top: 20px;
}
}
 @media only screen and (max-width:380px) {
.pt1 .con_box .r_box .number_box {
	padding: 10px 0;
}
.main_sec {
	padding: 20px 0;
}
}
 @media only screen and (max-width:360px) {
}
 @media only screen and (max-width:320px) {
.row>.span-4 {
	width: 100%;
}
.about3_main {
	padding: 20px;
}
.intit {
	font-size: 20px;
}
}
.nbanner img {
	width: 100%;
}
.newshow p {
	text-indent: 2em;
}
