﻿@font-face {
	font-family: "OPENSANS-REGULAR_0";
	src: url("../font/OPENSANS-REGULAR_0.woff2") format("woff2"), 
	url("../font/OPENSANS-REGULAR_0.woff") format("woff"),
	 url("../font/OPENSANS-REGULAR_0.TTF") format("truetype"), 
	 url("../font/OPENSANS-REGULAR_0.eot") format("embedded-opentype"), 
	 url("../font/OPENSANS-REGULAR_0.svg") format("svg");
	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 {
	width: 100%;
	height: 100%;
}

body {
	font-family: "OPENSANS-REGULAR_0";
	font-size: 14px;
	overflow-x: hidden;
	background: #fff;
	color: #555555;
	line-height: 30px;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	transition: all 0.3s;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1360px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

.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;
}

input,
button {
	border: none;
	outline: none;
}

button {
	cursor: pointer;
}
::-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;
}

/*header*/

.pc_head {
	height: 166px;
	background: #fff;
}

.pc_head .toper {
	background: #0b0b0b;
	color: #fff;
	height: 59px;
}

.pc_head .toper .welcome {
	float: left;
	width: 50%;
	line-height: 59px;
	font-size: 15px;
}

.pc_head .toper .keyword {
	float: right;
}

.input1 {
	margin-top: 20px;
	background: #0b0b0b;
	color: #fff;
	font-size: 15px;
	float: left;
	width: 200px;
}

.btn1 {
	float: right;
	margin-top: 20px;
	padding-left: 25px;
}

.header {
	height: 107px;
	transform: all 0.3s;
	background: #fff;
}

.header .logo {
	float: left;
	margin: 20px 0 0 0;
	width: 50%;
}

.header .logo h1 {
	float: left;
}

.header .logo span {
	float: left;
	margin: 20px 0 0 0;
}

.header .logo span img,
.header .logo h1 img {
	width: 100%;
}

.header.fixed .logo {
	margin: 10px 0 0 0;
}

.header.fixed .logo img {
	width: 90%;
}

.header.fixed .pc_nav .nav_li {
	margin-top: 15px;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	height: 80px;
	box-shadow: 0px 0px 10px #ccc;
}

.pc_nav {
	float: right;
	/*width: 630px;*/
}

.pc_nav .nav_li {
	float: left;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
}

.pc_nav .nav_li img {
	padding-left: 10px;
}

.pc_nav .nav_li .nav_a {
	display: block;
	width: 100%;
	height: 100%;
	color: #242424;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 17px;
	transition: all 0.3s;
}

.pc_nav .nav_li .nav_a1 {
	display: block;
	width: 100%;
	height: 100%;
	color: #242424;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 17px;
	transition: all 0.3s;
}

.pc_nav .nav_li:hover .nav_a {
	color: #cd0021;
}

.pc_nav .nav_li .setNav {
	position: absolute;
	/*left: 72%;*/
	left: 50%;
	/*margin-left: -105px;*/
	margin-left: -130px;
	
	top: 100%;
	z-index: 999;
	/*width: 150px;*/
	width: 260px;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 25px 30px;
	display: none;
}

.pc_nav .nav_li .setNav li a {
	display: block;
	padding: ;
	color: #edecec;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.pc_nav .nav_li .setNav li a:hover {
	color: #cd0021;
}

.pc_nav .nav_li:nth-last-child(1).setNav1 {
	left: 80% !important;
}


/*phone_nav*/

.phone_head {
	height: 60px;
	display: none;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999900;
}

.phone_head .logo {
	width: 90%;
}

.phone_head .logo h1 img {
	width: 74%;
	margin-top: 5px;
}

.phone_head .logo span img {
	width: 80%;
	margin-top: 20px;
}

.phone_head .logo h1 {
	float: left;
	width: 10%;
}

.phone_head .logo span {
	float: left;
	width: 80%;
}

.phone_head .logo img {
	height: auto;
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 35px;
	background: #0b0b0b url(../images/navbg.png) no-repeat;
	background-size: 50%;
	background-position: 50%;
	width: 35px;
	margin-top: 10px;
}

.phone-head .mask-close {
	background: #0b0b0b 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: 2px;
	right: 2px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.phone_nav {
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 520px;
	overflow-y: auto;
}

.menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
}

.menubtn>span.expand img {
	transition: all 0.5s;
}

.menubtn>span.expand img:hover {
	transform: rotate(180deg);
}

.mask-close {
	background: #005aab;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	overflow: hidden;
	transition: all 0.3s;
}

.mask-close:hover {
	transform: rotate(180deg);
}

.maskbg {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	z-index: 999999;
	overflow-y: auto;
	transition: all 0.5s;
	background: rgba(255, 255, 255, .9);
}

.maskbg h2 {
	background: #fff;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
}

.maskbg h2 img {
	height: 80%;
	vertical-align: middle;
}

.phone_nav {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 1000;
	height: 520px;
	overflow-y: auto;
}

.phone_nav ul>li {
	background-position: center center;
	border-bottom: 1px solid #ccc;
	/*height:40px;*/
	line-height: 40px;
	padding: 0px 17px;
	font-size: 1.25em;
}

.phone_nav ul>li ol a,
.phone_nav ul>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.05em;
	color: #323232;
	white-space: nowrap;
}
.phone_nav ul>li>a{
	font-weight: bold;
}

.phone_nav ul>li ol a {
	font-size: 0.9em;
	white-space:initial;
}
.phone_nav ul>li ol ul{
	padding: 0 0 10px 0;
}
.phone_nav ul>li ol ul a {
	font-size: 13px;
	line-height: 23px;
	white-space:initial;
}

.phone_nav ul>li>h3 {
	display: block;
	font-size: 1.05em;
	color: #323232;
	position: relative;
	font-weight: bold;
}

.phone_nav ul>li>h3 a {
	color: #323232;
}

.phone_nav ul>li>h3:after {
	content: " ";
	width: 10px;
	height: 6px;
	background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -3px;
	right: 12px;
	position: absolute;
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: transform 1s ease;
	transition: transform .4s ease;
}

.phone_nav ul>li ol {
	display: none;
}

.phone_nav .two_nav .th_nav li a,
.phone_nav .two_nav .th_nav li {
	font-size: 1em;
	color: #323232;
}

.phone_nav .two_nav li h3 {
	display: block;
	font-size: 1.05em;
	color: #323232;
	position: relative;
	font-weight: normal;
}

.phone_nav .two_nav li h3:after {
	content: " ";
	width: 10px;
	height: 6px;
	background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -3px;
	right: 30px;
	position: absolute;
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
}

.phone_nav .two_nav li.active h3:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: transform 1s ease;
	transition: transform .4s ease;
}


/*banner*/

.swiper-container {
	width: 100%;
	padding: 60px 0 50px 0 !important;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	/* Center slide text vertically */
	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;
}

.swiper-slide .protab {
	text-align: center;
	width: 100%;
}

.swiper-slide .protxt {
	text-align: center;
	width: 100%;
	color: #555555;
	font-size: 15px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
	padding: 65px 50px;
	font-family: "OPENSANS-REGULAR_0";
}


/*footer*/

.footer {
	background: #000000;
	height: 120px;
	padding-top: 45px;
	color: #868686;
}

.footer .logo1 {
	width: 70px;
	float: left;
	margin-right: 25px;
}

.footer .terg {
	width: 78%;
	float: left;
}

.footer .terg .bonav {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.footer .terg .bonav li {
	float: left;
	margin-right: 45px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.footer .terg .bonav li a {
	color: #fff;
}

.footer .terg .bonav li a:hover {
	color: #d6d6d6;
}

.footer .terg .adress {
	color: #868686;
	font-size: 13px;
	clear: both;
	font-family: "OPENSANS-REGULAR_0";
}

.footer .totop a {
	float: right;
	color: #868686;
	font-size: 15px;
}

.footer .totop {
	text-align: center;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 75px;
}


/*响应式样式*/

@media only screen and (max-width:1366px) {
	.w {
		width: 1300px;
	}
	.header .logo {
		width: 45%;
	}
	.header .logo h1 {
		width: 12%;
	}
	.header .logo span {
		width: 83%;
	}
	.header .logo span img {
		width: 90%;
	}
	.header .logo h1 img {
		width: 100%;
	}
	.pc_nav {
		width: 55%;
	}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.header .logo {
		width: 35%;
	}
	.pc_nav {
		width: 65%;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.header .logo span {
		display: none;
	}
	.pc_nav {
		width: 70%;
	}
	.header .logo {
		width: 15%;
	}
	.header .logo h1 {
		width: 50%;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.pc_head {
		display: none;
	}
	.phone_head {
		display: block;
		box-shadow: 0px 0px 10px #ccc;
	}
	.swiper-container {
		margin-top: 52px !important;
	}
	.phone_head .logo {
		width: 80%;
	}
}

@media only screen and (max-width:780px) {
	.w1 {
		width: 100%;
		padding: 0 2%;
	}
}

@media only screen and (max-width:760px) {
	.footer {
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		position: relative;
	}
	.footer .terg {
		width: 100%;
	}
	.footer .logo1 {
		width: 100%;
		text-align: center;
	}
	.footer .terg .bonav li {
		margin-right: 15px;
		margin-top: 15px;
		font-size: 15px;
	}
	.footer .terg .bonav li:nth-last-child(1) {
		margin-right: 0;
	}
	.footer .totop {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
}

@media only screen and (max-width:480px) {
	.phone_head .logo span img {
		width: 100%;
	}
	.phone_head .logo h1 {
		width: 20%;
	}
}

@media only screen and (max-width:380px) {}

@media only screen and (max-width:320px) {}