*{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	font-family: 'microsoft yahei','微软雅黑';
}

html,body{ 
	width: 100%; 
	height: 100%; 
	background-color: #ebf0f5;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wrapper .curr {
	display: none !important;
}
.wrapper .curs {
	display: flex !important;
}

i{
	outline: none;
}


.icon-jianqu,.icon-1122-v2-19{
	display: none;
}

.icon-jianqu{
	display: none;
}

.on{
	color: #19699d !important;
}

.icon-daohangcaidan{
	display: none;
}

.wrapper{
	position: relative;
	width: 100%;
}

.wrapper .head_models{
	background-color: #fff;
}

.wrapper .head{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
}


.wrapper .head .logo {
	cursor: pointer;
}

.wrapper .head .head-right{
	display: flex;
	align-items: center;
	margin-left: auto;
}

.wrapper .head .head-right .ZH{
	margin-right: 20px;
	font-size: 13px;
	color: #000;
}

.wrapper .head .head-right .EN{
	font-size: 13px;
	color: #959595;
}

.wrapper .head .head-right .search{
	text-align: center;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background-color: #e6e6e6;
}

.wrapper .head .head-right .search .icon-sousuo{
	font-size: 15px;
	color: #808080;
}


.wrapper .search-box{
	padding: 50px 0;
	display: flex;
	display: none;
	justify-content: center;
	background-color: #e6e6e6;
}

.wrapper .search-box .user-search{
	width: 300px;
	height: 36px;
	border: none;
	border: 1px solid #c2c2c2;
	outline: none;
	background-color: #e6e6e6;
	padding-left: 10px;
}

.wrapper .search-box .search-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 50px;
	background-color: #19699d;
}

.wrapper .search-box .search-btn .icon-sousuo{
	font-size: 15px;
	color: #fff;
}

.wrapper .nav{
	width: 100%;
	background-color: #19699d;
}

.wrapper .nav .icon-jiantouxia4{
	position: absolute;
	top: 16px;
	left: 18px;
}

.wrapper .nav .list{
	display: flex;
	justify-content: center;
	height: 30px;
	line-height: 30px;
}

.wrapper .nav .list .list-item{
	position: relative;
}

.wrapper .nav .list .list-item .item{
	display: none;
}

.wrapper .nav .list .list-item a{
	font-size: 14px;
	margin-right: 80px;
	color: #fff;
}

.wrapper .nav .list .list-item:nth-last-of-type(2) a {
	margin-right: 0px;
}

.wrapper .nav .list .list-item:nth-last-of-type(1) {
	display: none;
	margin-right: 0px;
}

/*头部结束*/


.wrapper .made{
	width: 100%;
}

.wrapper .made img{
	width: 100%;
	height: 100%;
}

.wrapper .container{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.wrapper .container .container-head{
	display: flex;
	height: 43px;
	line-height: 43px;
	/*padding: 0 100px;*/
	border-bottom: 1px solid #e6e6e6;
}

.wrapper .container .container-head .title{
	color: #333;
}

.wrapper .container .container-head .list{
	display: flex;
	margin-left: auto;
}

.wrapper .container .container-head .list .item{
	margin-right: 150px;
}

.wrapper .container .container-head .list .item:nth-last-of-type(1) {
	margin-right: 0px;
}

.wrapper .container .container-head .list .item a{
	font-size: 14px;
	color: #959595;
}

.wrapper .container .container-foot{
	display: flex;
	flex-direction: row;
	/*padding: 40px 100px 0px 100px;*/
	padding: 40px 0px 0px 0px;
}

.wrapper .container .container-foot:nth-last-of-type(2n-1) {
	margin-bottom: 70px;
	/*background-color: #e6e6e6;*/
}

.wrapper .container .container-foot .container-left{
	margin-right: 50px;
	width: 50%;
	display: flex;
	flex-direction: column;
}

.wrapper .container .container-foot .container-left .titles{
	color: #19699d;
	margin-bottom: 30px;
}

.wrapper .container .container-foot .container-left .container-words{
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 1.5;
}

.wrapper .container .container-foot .container-left .container-words .left-text{
	margin-right: 30px;
}

.wrapper .container .container-foot .container-left .container-words .text{
	margin-right: 10px;
}



.wrapper .container .container-foot .container-left .field{
    display: flex;
    flex-direction: column;
}

.wrapper .container .container-foot .container-left .field .map{
    margin: 100px 0 200px 0;
}

.wrapper .container .container-foot .container-left .field .title{
    margin: 50px 0;
    color: #19699d;
}

.wrapper .container .container-foot .container-left .field .desc{
    line-height: 1.5;
    color: #333;
}

.wrapper .container .container-foot .container-right{
	width: 50%;
	margin-bottom: 70px;
}


.wrapper .container .container-foot .container-right img{
	width: 100%;
	height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.wrapper .foot_models{
	background-color: #19699d;
}

.wrapper .foot{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0px 50px 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wrapper .foot .present{
	display: flex;
	flex-direction: row;
	width: 300px;
}

.wrapper .foot .present ul .present-item{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 50px;
	border-bottom: 1px solid #bbd3e2;
	margin-right: 16px;
	float: left;
}

.wrapper .foot .present ul .present-item a{
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}

.wrapper .foot .code{
	display: flex;
	flex-direction: column;
	margin-left: auto;
	align-items: center;
}

.wrapper .foot .code img{
	width: 80px;
	height: 80px;
}

.wrapper .foot .code .code-text{
	margin-top: 4px;
	color: #fff;
	font-size: 12px;
}

.wrapper .foot-info{
	margin: 20px 0;
	padding-left: 100px;
}

.wrapper .foot-info .info{
	font-size: 14px;
	color: #959595;
}

.wrapper .Float{
	box-sizing: border-box;
	position: absolute;
	right: 100px;
	bottom: 245px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffd223;
}

.wrapper .Float i {
	display: flex;
	margin-top: 4px;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}

.wrapper .rights{
	position: fixed;
	top: 45.5%;
	right: 0;
	display: flex;
	flex-direction: column;
	z-index: 9999;
}

.wrapper .rights .box{
	text-align: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-bottom: 3px;
	cursor: pointer;
	background-color: #b4b4b4;
}

.wrapper .rights .box:nth-last-of-type(1) {
	margin-bottom: 0px;
}

.wrapper .rights .box i{
	font-size: 33px;
	color: #fff;
}

.wrapper .rights .codes{
	display: none;
	position: absolute;
	right: 60px;
	width: 80px;
	height: 80px;
}

.wrapper .rights .codes img{
	width: 100%;
	height: 100%;
}

.wrapper .rights .num{
	z-index: 9999;
	border-radius: 3px;
	text-align: center;
	padding: 10px 14px;
	display: none;
	position: absolute;
	top: 25px;
	right: 60px;
	box-shadow: 3px 3px 3px #b0b0b0;
	background-color: #fff;	
}

.wrapper .rights .num .heat{
	line-height: 30px;
	color: #333;
}

.wrapper .rights .num .nums{
	white-space: nowrap;
	font-size: 18px;
	color: #19699d;
}