@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style: none;
	color:#444;
}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: Arial, Tahoma, "微软雅黑";
	/*文字字体定义 */
  font-size: 16px;/*文字大小定义 */
}
/* 网站超链接css通用设置 */
a {
	text-decoration: none;
}
/* 已访问的链接 */
a:hover {
	color: #0068c5;
	text-decoration: none;
}
/* 鼠标在链接上 */
a:active {
	color: #0068c5;
}
input {
	outline: none;
	border: none;
}
/* 点击激活链接 */

img {
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
	border: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}
.clearfix {
*zoom:1
}
/*清除浮动*/
ul, li, dl, dt, dd, table {
	list-style: none;
}
.ells {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.flexed {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	display: -webkit-flex;
}












@media (max-width: 1000px){
	.mob_header{ display: block}
	}




/*dh*/	
.clearfix {
 *zoom: 1;
}
.container {
	margin: 0 auto;
}


/*头部*/
.header {
	position: absolute;
	width: 100%;
	height: 98px;
	font-size: 18px; font-weight:bold;
 -webkit-transition: all ease .4s;
 -moz-transition: all ease .4s;
 -ms-transition: all ease .4s;
 -o-transition: all ease .4s;
 transition: all ease .4s;
	/*background: rgba(255, 255, 255, 0.9);*/
	top: 0;
	left: 0;
	z-index: 99999;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, .1);*/
}
.header .container {
	position: relative;
	width: 1360px;
	max-width: 85%;
}
.header div.logo {
    width:170px;
    display: block;
    float: left;
    margin-top:21px;
}
.header div.logo img {
	max-width: 100%;
	height:auto
}
.header .english {
    display: block;
    float: right;
    text-align: right;
    width:30px;
    margin-top:35px;
}
.header .english img {
    max-width: 100%;
}
.header .nav {
	float: right;
}
.header .moblie-nav {
	display: none;
}
.header .nav li.navitem {
	position: relative;
	float: left;
	transition: all 0.4s ease-out 0s;
}
.header .nav li.navitem>a {
 transition: none ease-out .3s;
	-webkit-transition-property: color, background, text-indent, opacity;
	-moz-transition-property: color, background, text-indent, opacity;
	-ms-transition-property: color, background, text-indent, opacity;
	-o-transition-property: color, background, text-indent, opacity;
	transition-property: color, background, text-indent, opacity;
}
.header .nav li.active>a, .header .nav li.active>a:hover, .header .nav li.navitem:hover>a {
	color: #fff !important;
}
.header .nav li.navitem>a {
	display: block;
	padding: 15px 18px;
	line-height: 68px;
	font-weight:normal;
	color:#fff;
	font-size:16px;
}
.header .nav li.navitem ul.subnav {
	transition: all 0.3s ease-out 0s;
	position: absolute;
	border-top: #838383 3px solid;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	width: 120%;
	margin-left:-10%;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	top: 80px;
	left:0;
	padding:0;/*	left:50%;
	margin-left:-65px*/
}
.header .nav li.navitem ul.subnav li {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.header .nav li.navitem ul.subnav li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight:500;
	color: #666;
	font-weight:500;
	padding: 12px 0;
	text-align: center;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
 -webkit-transition: none ease-out .3s;
 -moz-transition: none ease-out .3s;
 -ms-transition: none ease-out .3s;
 -o-transition: none ease-out .3s;
 transition: none ease-out .3s;
	-webkit-transition-property: color, background, text-indent, opacity;
	-moz-transition-property: color, background, text-indent, opacity;
	-ms-transition-property: color, background, text-indent, opacity;
	-o-transition-property: color, background, text-indent, opacity;
	transition-property: color, background, text-indent, opacity;
}
.header .nav li.navitem ul.subnav li a:hover {
	background-color: #0068c5;
	color: #fff !important;
}
.header .nav li.navitem ul.big_subnav {
	width:361px;
	padding:20px 0px 20px 20px;
	max-height:373px;
	overflow:hidden
}
.header .nav li.navitem ul.big_subnav li {
	float:left;
	border:none;
}
.header .nav li.navitem ul.big_subnav li h3 {
	font-size:16px;
	font-weight:bold;
}
.header .nav li.navitem ul.big_subnav li dl {
	float:left;
}
.header .nav li.navitem ul.big_subnav li dl dt {
	text-align:center;
	margin-bottom:5px;
	color:#333;
	background:#f3f3f3;
	display:block;
	line-height:50px;
	margin-right:20px
}
.header .nav li.navitem ul.big_subnav li dl dd span {
	width:100px;
	float:left;
}
.header .nav li.navitem ul.big_subnav li dl dd a {
	font-size:14px;
	text-align: center;
	line-height:40px;
	display:block;
	width:160px;
	margin-right:20px;
	border-bottom:1px solid #e4e8ea;
	padding:0;
	height:40px
}
.header .nav li.navitem ul.big_subnav li:nth-child(1) dl dd a {
font-size:14px;
}
.header .nav li.navitem ul.big_subnav li dl dd a:hover {
	color:#e50012;
	background:none;
}
.header.index-nav {
}
.header .nav li.navitem:hover ul.subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.header.mini {
	z-index: 99999;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	padding-top: 0px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.bannerfo {
    float: right;
    width: 175px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 32px 15px 0 10px;
}
.bannerfo ul li {
	display:inline
}
.bannerfo ul .inputbox {
	width:145px;
	height:32px;
	overflow:hidden;
}
.bannerfo ul .inputbox input {
	width:129px;
	height:32px;
	border:none;
	background:none;
	line-height:32px;
	color:#fff;
	font-size:14px;
	margin-left:16px;
	outline:none
}
.bannerfo ul .menuser {
	width: 30px;
	height: 28px !important;
	margin: 0 !important;
	padding: 2px 0 0 !important;
}
.bannerfo ul .menuser input {
	height:30px !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important
}
.bannerfo ul .menuser img {
	width:30px;
	height:30px;
}
/*footer*/
.footer {
	background:#0059a9;
	padding:56px 0 0
}
.footer .maina {
	max-width:1360px;
	width:85%;
	margin:0 auto
}
.footer .maina .botbq {
	width:32%;
	float: right;
}
.footer .maina .botbq ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 48px;
	color:#91c0e2;
}
.footer .maina .botbq ul li .topimg {
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.footer .maina .botbq ul li .topimg img {
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
	max-height: 100%;
	border-radius:0;
}
.footer .maina .botbq ul li:hover .topimg img {
	transform: scale(1.2);
}
 .footer .maina .botbq ul li:nth-child(3) {
margin-right:0
}
.footer .maina .botlink {
	width:60%;
	float: left;
}
.footer .maina .botlink ul li {
    float: left;
    padding: 0 7% 0 0;
}
.footer .maina .botlink ul li:nth-child(6) { padding-right:0
}
.footer .maina .botlink ul li .tita {
	/*border-bottom:1px solid #91c0e2;*/
}
.footer .maina .botlink ul li .tita a {
	line-height: 3.5;
	font-size: 18px;
	color: #fff;
}

.footer .maina .botlink ul li .cont {
	margin-top:0
}
.footer .maina .botlink ul li .cont dl dt a {
	font-size:16px;
	line-height:36px;
	color:#91c0e2
}
.footer .maina .botlink ul li .cont dl dt a:hover {
	text-decoration:underline
}

.footer_bot{ border-top:1px solid rgba(255, 255, 255, 0.5); margin-top:40px;}
.footer_bot ul li{ float:left; line-height:80px; color:rgba(255, 255, 255, 0.5)}
.footer_bot ul li a{line-height:80px; color:rgba(255, 255, 255, 0.5)}
.footer_bot ul li.righta{ float:right}


@media (max-width:767px){




	
.mob_header{ display:block}	
	
	
	
	
		/*头部*/
.header { display:none;
}
.nban{ display:none}


/*footer*/
.footer {
	background: #0059a9;
    padding: 5% 0;
}
.footer .maina {
	width:90%;
	margin:0 auto
}
.footer .maina .botbq {
	width: 100%;
	margin-top:3%
}
.footer .maina .botbq .txt1 {
    padding-bottom: 3%;
    border-bottom: 1px solid #91c0e2;
    margin-bottom: 5%;
}
.footer .maina .botbq .txt1 p {
	font-size:.28rem;
	line-height:2;
	color:#91c0e2
}
.footer .maina .botbq .txt1 p a {
	font-size:.28rem;
	line-height:.7rem;
	color:#91c0e2
}
.footer .maina .botbq .txt2 {
}
.footer .maina .botbq .txt2 ul li {
    float: left;
    width: 28%;
    margin-right: 4%;
    display: block;
    text-align: center;
    font-size: .28rem;
    line-height: 2;
    color: #91c0e2;
}
.footer .maina .botbq .txt2 ul li .topimg {
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.footer .maina .botbq .txt2 ul li .topimg img {
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
}
.footer .maina .botbq .txt2 ul li:hover .topimg img {
	transform: scale(1.2);
}
 .footer .maina .botbq .txt2 ul li:nth-child(3) {
margin-right:0
}
.footer .maina .botlink {
	width: 100%;
    float: none;
}
.footer .maina .botlink ul li {
    float: left;
    padding: 0;
    width: 33.3%;
}
.footer .maina .botlink ul li .cont{ display:none}

.footer .maina .botlink ul li .tita {
    text-align: center;
}
.footer .maina .botlink ul li .tita a {
	line-height: 2;
    font-size: .32rem;
    color: #fff;
}
.footer .maina .botbq ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    display: block;
    text-align: center;
    font-size: .28rem;
    line-height: 2;
    color: #91c0e2;
}
.footer_bot {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: .2rem;
	padding-top:.2rem;
}

.footer_bot ul li {
    float: none;
    line-height: 2;
    font-size: .28rem;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bot ul li.righta {
    float: none;
}
.footer_bot ul li a {
    line-height: 2;
    color: rgba(255, 255, 255, 0.5);
    font-size: .28rem;
}

	}



	
	
	
@media screen and (max-width: 1439px) and (min-width: 1025px){
.footer_bot ul li {
    float: left;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}
.footer_bot ul li a {
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
	font-size:15px;
}
.footer .maina .botlink {
    width: 62%;
    float: left;
}

.footer .maina {
    max-width: 1360px;
    width: 85%;
    margin: 0 auto;
}
	
	
.header .container {
    position: relative;
    width: 1360px;
    max-width: 85%;
}	
.footer .maina .botlink ul li .tita a {
    line-height: 3.2;
    font-size: 17px;
    color: #fff;
}
.footer .maina .botlink ul li .cont dl dt a {
    font-size: 15px;
    line-height: 36px;
    color: #91c0e2;
}	
	
	
	
	}
	
@media screen and (max-width: 865px) and (min-width: 769px){
	.header .nav li.navitem>a{
	display: block;
    padding: 15px 5px;
    line-height: 68px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
	}	
	}	
	
@media screen and (max-width: 999px) and (min-width: 866px){
	.header .nav li.navitem>a{
	display: block;
    padding: 15px 10px;
    line-height: 68px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
	}	
	}		
	
	
@media screen and (max-width: 999px) and (min-width: 769px){
	.bannerfo{ display:none}
	
	.header .container {
    position: relative;
    width: 1360px;
    max-width: 95%;
}
.footer .maina .botlink ul li .tita a {
    line-height: 3.5;
    font-size: 16px;
    color: #fff;
}
.footer .maina {
    max-width: 1360px;
    width: 95%;
    margin: 0 auto;
}	

.footer .maina .botbq .txt1 p {
    font-size: 15px;
    line-height: 32px;
    color: #91c0e2;
}
.footer .maina .botlink ul li .cont dl dt a {
    font-size: 15px;
    line-height: 36px;
    color: #91c0e2;
}	
	
	
	
	
	}



@media screen and (min-width:1024px) and (max-width:1299px){
	.bannerfo{ display:none}
	}
	
	
@media screen and (min-width:1300px) and (max-width:1439px){
.bannerfo {
    float: right;
    width: 145px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 32px 10px 0;
}
.bannerfo ul li {
	display:inline
}
.bannerfo ul .inputbox {
	width:115px;
	height:32px;
	overflow:hidden;
}
.bannerfo ul .inputbox input {
	width:99px;
	height:32px;
	border:none;
	background:none;
	line-height:32px;
	color:#fff;
	font-size:14px;
	margin-left:16px;
	outline:none
}
.bannerfo ul .menuser {
	width: 30px;
	height: 28px !important;
	margin: 0 !important;
	padding: 2px 0 0 !important;
}
.bannerfo ul .menuser input {
	height:30px !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important
}
.bannerfo ul .menuser img {
	width:30px;
	height:30px;
}
	
	
	
	}	
	
@media screen and (max-width:1100px) and (min-width: 1000px){
	.bannerfo{ display:none}
	.header .nav li.navitem>a {
    display: block;
    padding: 15px 10px;
    line-height: 68px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
	}
	
	
@media screen and (max-width: 1024px) and (min-width: 1000px){
	.footer .maina .botlink ul li .cont dl dt a {
    font-size: 15px;
    line-height: 36px;
    color: #91c0e2;
}
.footer .maina .botlink ul li .tita a {
    line-height: 3;
    font-size: 16px;
    color: #fff;
}
.footer .maina .botlink {
    width: 68%;
    float: left;
}
.footer_bot ul li {
    font-size: 15px;
    float: left;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bot ul li a {
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
	font-size:15px;
}
	}	
	
	
	
	

@media (max-width: 768px) {
	.header{ display:none}
	}
	
@media screen and (max-width: 1024px) and (min-width: 769px){
	.header .container {
    position: relative;
    width: 1360px;
    max-width: 90%;
}
.footer .maina {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
}
	}
@media screen and (max-width: 1440px) and (min-width: 1400px){
.footer .maina .botlink ul li .tita a {
    line-height: 3.5;
    font-size: 17px;
    color: #fff;
}
	.footer .maina .botlink ul li .cont dl dt a {
    font-size: 15px;
    line-height: 36px;
    color: #91c0e2;
}
.footer_bot ul li {
    font-size: 15px;
    float: left;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bot ul li a {
    line-height: 80px;
    color: rgba(255, 255, 255, 0.5);
	font-size:15px;
}
	}
@media screen and (max-width: 1000px) and (min-width: 769px){
	.header div.logo {
    width: 135px;
    display: block;
    float: left;
    margin-top: 28px;
}
.footer .maina .botlink ul li {
    float: left;
    padding: 0 5% 0 0;
}
.footer .maina .botbq ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #91c0e2;
}
.footer .maina .botbq ul li .topimg {
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 8%;
}
.footer_bot ul li {
    font-size: 15px;
    float: left;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bot ul li a {
    line-height: 70px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bot ul li.righta {
    float: right;
	display:none
}

	}