html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	min-width: 1600px;
	
}

* {
	box-sizing: border-box;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.main {
	width: 100%;
	overflow: hidden;
}

.page {
	padding-top: 60px;
}

.page1 {
	height: 900px;
	background: url(../img/bg1.jpg) repeat center center;
	background-size: cover;
	padding: 0;
}

.page1 .home-title {
	width: 1600px;
	height: 60px;
	/*padding-top: 30px;*/
	margin: auto;
	line-height: 30px;
	/*letter-spacing: 3px;*/
}

.page1 .home-title .log {
	/*width: 127px;
	height: 24px;*/
	float: left;
	padding-top: 15px;
}

.page1 .home-title ul {
	float: right;
	height: 100%;
	display: block;
	line-height: 60px;
}

.page1 .home-title ul li {
	float: right;
	font-size: 16px;
	color: #dddddd;
	display: block;
	padding: 0 22px;
}
.page1 .home-title ul li:hover{
	background: #1C7FDC;
}
.page1 .home-title ul li a {
	color: #dddddd;
}

.page1 .home-title .language {
	margin-left: 35px;
	float: right;
	font-size: 12px;
	color: #dddddd;
	position: relative;
	width: 85px;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
	letter-spacing: 1px;
	padding-top: 15px;
}

.page1 .home-title .language:after {
	display: block;
	width: 10px;
	height: 7px;
	content: "";
	background: url(../img/icon/icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 27px;
}

.page1 .home-title .language ul {
	display: none;
	position: absolute;
	width: 110px;
	height: 60px;
	top: 45px;
	left: 0;
	background: rgba(255, 255, 255, .1);
}
.page1 .home-title .language:hover ul{
	display: block;
}

.page1 .home-title .language ul li {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 15px;
	float: none;
}

.page1 .page1-content {
	margin-top: 410px;
	width: 100%;
	text-align: center;
	color: #DDDDDD;
}

.page1 .page1-content img {
	width: 843px;
	height: 138px;
}

.page2 {
	width: 100%;
	height: 460px;
	background: #dbdbdb;
}

.page .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	color: #333333;
	text-align: center;
	letter-spacing: 15px;
}

.page2 .page2-content {
	width: 1600px;
	margin: auto;
	overflow: hidden;
}

.page2 .page2-content>div {
	width: 50%;
	float: left;
}

.page2 .page2-content .page2-content-img {
	text-align: center;
}

.page2 .page2-content .page2-content-img img {
	width: 530px;
	height: 290px;
}

.page2 .page2-content .page2-content-text {
	padding-left: 225px;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	padding-top: 100px;
}

.page3 {
	width: 100%;
	height: 495px;
	background: linear-gradient(#ffffff, #e6eff8);
}

.page3 .page3-content {
	width: 1600px;
	margin: auto;
	padding-top: 60px;
}

.page3 .page3-content ul {
	width: 100%;
	overflow: hidden;
}

.page3 .page3-content ul li {
	float: left;
	margin-right: 70px;
	height: 160px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.page3 .page3-content ul li>div {
	height: 80px;
	display: flex;
	align-items: center
}

.page3 .page3-content ul li img {
	height: 65px;
	/*display: block;*/
	object-fil: cover;
	object-position: center;
}

.page3 .page3-content ul li span {
	/*display: block;*/
	vertical-align: bottom;
}

.page4 {
	height: 265px;
	width: 100%;
	background: url(../img/bg2.jpg) repeat center center;
	background-size: cover;
}

.page4-content {
	width: 1600px;
	margin: auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	letter-spacing: 1px;
}

.page4-content .text {
	width: 645px;
	height: 120px;
}

.page4-content .btn a {
	display: block;
	width: 165px;
	height: 35px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: rgba(255, 255, 255, .1);
	text-align: center;
	line-height: 35px;
    position: relative;
    left: 478px;
    top: 20px;
}

.page4-content .btn a:hover {
	background: rgba(255, 255, 255, 0);
}

.page5 {
	width: 100%;
}

.page5 .title2 {
	width: 1600px;
	height: 55px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: auto;
	margin-top: 45px;
}

.page5 .page5-content {
	width: 1600px;
	overflow: hidden;
	margin: auto;
	display:flex;
	justify-content:space-between;
}

.page5 .page5-content .page5-content-main{
	width: 500px;
	height: 520px;
}
.page5 .page5-content .page5-content-main .page5-content-img{
	width: 100%;
	height: 295px;
}
.page5 .page5-content .page5-content-main .page5-content-img img{
	width: 100%;
	height: 100%;
}
.page5 .page5-content .page5-content-text{
	padding-top: 30px;
}
.page5 .page5-content .page5-content-text .title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.page5 .page5-content .page5-content-text .content {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	line-height: 30px;
}
/*.page5 .page5-content>div {
	width: 50%;
	height: 420px;
	float: left;
}

.page5 .page5-content .text {
	width: 510px;
	margin-top: 160px;
}

.page5 .page5-content .text-right {
	text-align: left;
	margin-left: 95px;
}

.page5 .page5-content .text-left {
	float: right;
	text-align: right;
	margin-right: 95px;
}
.page5 .page5-content .text-left  .content{
	text-align: left;
}
.page5 .page5-content .text .title {
	font-size: 18px;
	color: #333333;
	text-align: inherit;
	letter-spacing: 1px;
}

.page5 .page5-content .text .content {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	line-height: 30px;
}*/

.page6 {
	width: 100%;
	height: 405px;
	background: #ebf3f9;
	padding: 0;
}

.page6 .content {
	width: 1600px;
	margin: auto;
	height: 100%;
	position: relative;
	padding: 60px;
}

.page6 .content>img {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 100%;
}

.page6 .page6-content {
	width: 1600px;
	margin: auto;
}

.page6 .page6-content .text {
	width: 50%;
	padding-top: 100px;
	font-size: 14px;
	color: #1b1b1b;
	line-height: 30px;
}

.page7 {
	width: 100%;
	background: #FFFFFF;
	padding-top: 40px;
}

.page7 .content {
	width: 1600px;
	margin: auto;
	padding-bottom: 30px;
}

.page7 .content .page7-title {
	font-size: 26px;
	color: #333333;
}

.page7 .content .page7-text {
	line-height: 35px;
	padding-top: 20px;
	overflow: hidden;
}

.page7 .content .page7-text label {
	display: block;
	width: 55px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #333333;
}

.page7 .content .page7-text>div {
	float: right;
	width: 1540px;
}

.page7 .content .page7-text>div input {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 0;
	background: #efefef;
	padding: 5px;
}

.page7 .content .page7-text>div textarea {
	padding: 5px;
	width: 100%;
	height: 130px;
	line-height: 35px;
	border: 0;
	background: #efefef;
}

.page7 .content .btn {
	text-align: center;
}

.page7 .content .btn button {
	width: 320px;
	height: 35px;
	line-height: 35px;
	border: 0;
	background: #3067ca;
	font-size: 14px;
	color: #FFFFFF;
}

.footer {
	width: 100%;
	height: 160px;
	background: url(../img/bg3.jpg) repeat center center;
	background-size: cover;
}

.footer .content {
	width: 1600px;
	height: 100%;
	padding-top: 30px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

.footer .content .nav {
	font-size: 14px;
	color: #FFFFFF;
}

.footer .content .nav a {
	display: inline-block;
	padding: 0 20px;
}

.footer .content .info {
	padding-top: 45px;
	line-height: 35px;
}