* {
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

.click {
	cursor: pointer;
}

li {
	list-style: none;
}

.w {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 10px;
}

.navbar-default {
	background-color: #fff !important;
	/* box-shadow: 5px 5px 20px 0 rgba(51,51,51,.15); */
	border: none !important;
	/* border-bottom: 5px solid #015eea !important; */
}

.nav_w {
	position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 10px;
}

.nav_w .container-fluid {
	padding-right: 0;
	width: 100%;
	z-index: 999;
	padding: 0;
}

.right_icon {
	float: right;
	line-height: 90px;
}

.right_icon ul li {
	float: left;
	margin: 0 10px;
}

.right_icon ul li a {
	color: #333;
}

.right_icon ul li a img {
	height: 32px;
}

header .rightnav .navbar-right li .zyflg .add_more {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 25px;
	top: 20px;
}

header .navbar-header {
	margin: 0 !important;
}

header .navbar-header .navbar-brand {
	padding: 0;
}

header .rightnav {
	width: 100%;
	position: absolute;
	right: 0;
}

header .rightnav .dropdownlist:hover {
	display: block;
}

header .rightnav a {
	color: #333;
	font-size: 16px;
}

header .rightnav .navbar-right {
	width: 100%;
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
}

header .rightnav .navbar-right .active {
	color: #333;
}

header .rightnav .navbar-right>li {
	cursor: pointer;
	margin: 0 2.5%;
	position: static;
}

header .rightnav .navbar-right>li:last-child {
	margin-right: 0;
}

header .rightnav .navbar-right li .icodp {
	font-weight: bold;
	color: #333;
}

header .rightnav .navbar-right li:hover {
	color: #333;
}

.navbar {
	margin: 0 !important;
	padding: 0;
	min-height: 95px !important;
}

.xmban,
.xmban img {
	width: 100%;
	overflow: hidden;
}

.router {
	background-color: #f5f5f5;
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 16px;
}
.top .right_nav a{
	font-size: 15px;
	color: #333;
}
.top .right_nav a:hover{
	color: #015eea;
}
.top .right_nav a img{
	width: 22px;
	margin-right: 5px;
}
.log {
	float: left;
	position: relative;
	z-index: 1;
}

.log img {
	height: 95px;
	margin-top: 0px;
}
.nav_box{
	width: 100%;
	background: #f5f5f5;
	height: 56px;
}
.nav_search{
	display: flex;
	width: 200px;
	float: right;
	position: relative;
    z-index: 2;
}
.nav_search input{
	border: 1px solid #cbcaca;
    background: #fff;
    height: 36px;
    margin-top: 10px;
    outline: none;
}
.nav_search button{
	background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 10px;
    outline: none;
}
#navb{
	width: 80%;
    display: flex;
    justify-content: space-between;
}
#navb li{
    width: 12%;
    text-align: center;
	line-height: 55px;
}
.zyflg .nav_t:hover {
	display: block;
	color: #fff;
	background-color: #015eea;
}

.active .zyflg .nav_t {
	display: block;
	color: #fff;
	background-color: #015eea;
}

.breadcrumb>li a {
	color: #999;
	font-size: 12px;
}

.lang {
	position: absolute;
	right: 0;
	bottom: -8px;
}

.lang span {
	font-size: 20px;
	position: relative;
	top: 2px
}

.lang a {
	font-size: 14px !important;
	margin-left: 10px;
	color: #333;
}

/* footer开始 */
.footer_box{
	position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.footer {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    margin-top: 70px;
    background: #222222;
}

.footer .w {
	display: flex;
	justify-content: space-between;
}
.footer .w ul:last-of-type li{
	float: left;
	text-align: center;
}
.footer .w ul:last-of-type li img{
	width: 130px;
	margin: 0 5px;
}
.footer .w ul p {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	color: #ffffff;
}

.footer .w ul p span {
	color: #015eea ;
	margin-right: 8px;
	font-size: 23px;
}

.footer .w ul p .icon-diqiu1,
.footer .w ul p .iicon-luxianchaxun {
	font-size: 25px;
}

.footer .w ul h3 {
	font-size: 20px;
	margin: 0 0 15px;
	color: #fff;
	font-weight: normal;
}

.footer .w ul li {
	line-height: 36px;
	color: #e7e7e7;
	font-weight: 300;
}

.footer .w ul li span {
	font-size: 22px;
	margin-right: 10px;
}

.footer .w ul li .icon-diqiu {
	position: relative;
	top: 3px;
	font-size: 24px;
}

.footer .w ul li a {
	color: #e7e7e7;
	transition: all 0.5s;
}

.footer .w ul li a:hover {
	color: #015eea ;
}

.foot_iocn {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.foot_iocn li{
	margin: 0 10px;
	position: relative;
}
.foot_iocn li img {
	width: 32px;
}
.foot_iocn .xcx>img,
.foot_iocn .wx>img{
	display: none;
    position: absolute;
    left: -35px;
    top: 30px;
    width: 110px;
    height: 110px;
    z-index: 2;
    transition: all 0.5s;
}
.foot_iocn .xcx:hover>img,
.foot_iocn .wx:hover>img{
	display: block;
}
.copyright {
	color: #fff;
    text-align: center;
    background: #222;
    padding: 20px 0;
    border-top: rgba(255,255,255,0.2) solid 1px;
}
.copyright .w{
	position: relative;
}
.copyright span {
	line-height: 28px;
	font-size: 13px;
}

.copyright a {
	color: #fff;
}

.foot_logo {
	position: absolute;
	right: 0;
	top: 35px;
}

/* foote结束 */
.fb_title {
	line-height: 48px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px dashed #d4d4d4;
	transition: all 0.8s;
	cursor: pointer;
}

.fb_title a {
	color: #333;
	font-size: 15px;
	padding-left: 6px;
}

.fb_title .txyj {
	font-size: 20px;
	position: absolute;
	right: 15px;
}

.fb_title:hover {
	background: #015eea ;
}

.fb_title:hover span,
.fb_title:hover a {
	color: #fff;
}

.modal-title {
	font-weight: bold;
}

.modal-body p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 0;
}

.modal-body img {
	width: 150px;
}

@media(max-width:1250px) {
	header .rightnav .navbar-right>li {
		margin: 0 2%;
	}
}

@media(max-width:1060px) {
	header .rightnav .navbar-right>li {
		margin: 0 15px;
	}
}
@media(min-width:1300px) {
	.tk_banner::before {
		margin-left: -50vw;
	}
}
@media(max-width:1299px) {
	.tk_banner::before {
		margin-left: -50.1vw;
	}
}
@media (min-width: 768px) {
	.tk_banner {
		position: absolute;
		width: auto;
		height: auto;
		z-index: 9;
		left: -160px;
		display: none;
		padding: 20px;
		width: 550px;
		background: #fff;
	}
	.tk_banner img{
		width: 230px;
		float: left;
	}
	/* .tk_banner::before {
		background-color: #f3f3f3;
		content: "";
		display: block;
		height: 100%;
		left: 50.4%;
		position: absolute;
		top: 27px;
		width: 100vw;
		z-index: -1; 
	} */

	.tk_banner ul {
		width:240px;
		float: right;
	}
	.nav_xl_tit{
		display: block;
		color: #015eea;
		font-size: 20px;
		border-bottom: solid 1px #d9d7d7;
		margin: 0 0 10px;
		text-align: left;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.tk_banner ul .tk {
		width: 100%!important;
		padding: 0;
		margin: 0;
		line-height:normal!important;
		text-align: left!important;
	}

	.navlist_cont {
		width: 28%;
		float: right;
		margin-top: 25px;
	}

	.navlist_cont h5 {
		font-size: 18px;
		color: #333;
		font-weight: 300;
	}

	.navlist_cont p span {
		font-size: 25px;
		margin-right: 10px;
	}

	.navlist_cont p .icon-dianhua1 {
		font-size: 22px;
	}

	.navlist_cont p .icon-icon_sign_email {
		font-size: 16px;
	}

	.navlist_cont p {
	    font-size: 15px;
		color: #333;
		display: flex;
		align-items: center;
	}

	.tk_banner ul .tk a {
		font-size: 14px;
		display: block;
		transition: all 0.8s;
		color: #666;
		margin: 0 0 15px;
	}

	.tk_banner ul .tk a:hover,
	.tk_banner ul .tk a:hover span {
		color: #015eea ;
	}

	.tk_banner ul .tk a span {
		transform: rotate(-90deg);
		float: right;
		font-size: small;
		position: relative;
		top: 0;
		color: #999;
	}
}

@media (max-width: 768px) {

	/* 头部 */
	.nav_w {
		position: relative;
		clear: both;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.navbar-toggle {
		margin-right: 5px !important;
	}

	.right_icon {
		position: absolute;
		top: -20px;
		right: 60px;
	}

	.navbar {
		margin: 0 !important;
		padding: 0;
		min-height: 65px!important;
	}

	.rightnav {
		width: 106% !important;
		position: absolute !important;
		right: -9px;
		top: 58px;
		background: #1f1f1fe8;
		border: 0;
		z-index: 100005 !important;
		margin: 0 !important;
	}

	.navbar-collapse {
		max-height: 750px !important;
	}

	header .rightnav a {
		color: #fff;
		font-size: 15px;
	}

	header .rightnav .navbar-right li:nth-child(4) .zyflg .add_more,
	.navlist_cont,
	header .rightnav a span {
		display: none !important;
	}

	header .rightnav .navbar-right {
		width: 100% !important;
		line-height: 34px !important;
		margin: 0;
		overflow: hidden;
		display: block;
		padding: 0;
	}
	.log img {
		width: 100%;
		margin: 8px auto;
		height: auto;
	}
	.lang {
		position: absolute;
		right: 80px;
		bottom: 12px;
	}
	.top_box {
		padding: 0;
	}

	.nav_top {
		display: flex;
		justify-content: space-between;
		margin: 10px 0;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		top: 0;
	}
	.right_nav{
		display: none;
	}
	.top_text {
		width: 100%;
		margin-bottom: 5px;
	}

	.nav_top .search_box {
		width: 100%;
	}

	.nav_top .search_box form {
		display: flex;
		margin: 0 15px 0 0;
		width: 70%;
	}

	.nav_top .search_box form>input {
		width: 90%;
		height: 28px;
		padding: 0 5px;
		border: 0;
		outline: none;
		color: #666;
	}

	.nav_top .language {
		width: 28%;
	}

	.nav_top>form {
		display: flex;
		margin: 0;
		width: 74%;
	}
	.nav_search {
		display: flex;
		width: 200px;
		float: right;
		position: absolute;
		z-index: 2;
		top: 0;
	}
	.rightnav {
		padding: 0!important;
	}
	#navb {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}
	#navb li {
		line-height: 52px !important;
		cursor: pointer;
		width: 100% !important;
		text-align: center;
	}
	.add_more{
		width: 15px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 999;
	}
	.zyflg {
		z-index: 101;
		display: block;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #f7f7f74a;
		padding: 0px;
		margin: 0 !important;
	}

	.tk_banner {
		z-index: 9999;
		top: 0;
		right: 0;
		display: none;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.tk_banner>img,
	.nav_xl_tit{
		display: none;
	}
	.tk_banner .row {
		display: block;
		overflow: hidden;
		top: 0 !important;
		right: 4px !important;
	}

	.tk_banner .w {
		position: relative;
		width: 99%;
		right: -8px;
		top: 0;
		overflow: hidden;
		text-align: left;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: 0;
		height: auto;
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul {
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 100%;
	}

	.xmban img {
		width: auto !important;
		height: 180px;
		transform: translateX(-50%);
		margin-left: 50%;
	}

	#search_box {
		width: 100%;
		top: 75px;
		padding: 30px 10px;
	}

	#search_box input::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 16px;
		font-weight: 300;
		color: #666;
	}

	#search_box input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 16px;
		font-weight: 300;
		color: #666;
	}

	#search_box input:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 16px;
		font-weight: 300;
		color: #666;
	}

	#search_box form input {
		width: 81%;
		height: 46px;
		padding: 0 15px;
		border: 1px solid #e7e7e7;
		outline: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: normal
	}

	#search_box form button {
		width: 19%;
		background: #086fa7;
		color: #fff;
		border: none;
		outline: none;
		height: 46px;
		margin-left: -5px;
		border-radius: 0;
		top: 0;
	}

	#search_box form button span {
		font-size: 36px;
		color: #ffffff;
	}

	/* footer */
	.footer {
	    width: 100%;
		overflow: hidden;
		padding: 10px 0 20px;
		background: #75787b;
		margin-top: 40px !important;
	}
	.footer_box {
		position: relative;
		z-index: 1;
		margin-top: 0;
		width: 100%;
		overflow: hidden;
	}
	.footer .w {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.footer .foot_sea .w div {
		display: none;
	}

	.foot_sea {
		width: 100%;
		overflow: hidden;
		padding-bottom: 50px;
		border-bottom: 1px solid #ffff;
		margin-bottom: 0;
	}

	.footer .w ul p {
		font-size: 14px;
		line-height: 26px;
		margin: 0;
	}
	.footer .w ul {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer .w ul li,
	.footer .w ul li a {
		line-height: 32px;
		color: #e7e7e7;
	}
	.footer .w ul:nth-of-type(1),
	.footer .w ul:nth-of-type(2)
	{
		width: 50%;
		float: left;
	}
	.footer .w ul li{
		width: 100%;
		float: left;
	}
	.footer .w ul h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.footer .w ul:last-of-type li{
		width: 50%;
		float: left;
	}
	.foot_cxm {
		width: 100% !important;
	}

	.footer .w ul:last-child .ewm {
		display: flex;
		justify-content: normal;
	}

	.footer .w ul:last-child .ewm>div img {
		width: 150px;
	}
	.foot_iocn {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		margin-top: 65px;
	}
	.foot_logo {
		position: absolute;
		right: 50%;
		top: -55px;
		transform: translateX(50%);
	}

	.copyright {
		padding: 15px 0;
		color: #888888;
		text-align: center;
		margin: 0;
	}

	.copyright .w {
		display: block;
		padding: 0;
	}

	.copyright .w div {
		text-align: center;
	}
	.copyright span {
		line-height: 28px;
		font-size: 14px;
		display: block;
	}
	.copyright a {
		color: #888888;
	}
}