@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/gothic.woff) format('woff'),
		/* chrome、firefox */
		url(font/gothic.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'Gotham';
	src: url(font/Gotham.eot);
	/* IE9*/
	src: url(font/Gotham.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/Gotham.woff) format('woff'),
		/* chrome、firefox */
		url(font/Gotham.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/Gotham.svg#Gotham) format('svg');
	/* iOS 4.1- */
}


@font-face {
	font-family: 'GothamLight';
	src: url(font/GothamLight.eot);
	/* IE9*/
	src: url(font/GothamLight.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/GothamLight.woff) format('woff'),
		/* chrome、firefox */
		url(font/GothamLight.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/GothamLight.svg#GothamLight) format('svg');
	/* iOS 4.1- */
}
@font-face {
	font-family: 'Microsoft YaHei UI Light';
	src: url(font/Microsoft YaHei UI Light.eot);
	/* IE9*/
	src: url(font/Microsoft YaHei UI Light.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/Microsoft YaHei UI Light.woff) format('woff'),
		/* chrome、firefox */
		url(font/Microsoft YaHei UI Light.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/Microsoft YaHei UI Light.svg#GothamLight) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 4px;
}

::-webkit-scrollbar-track {
	background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background-color: #154a9a;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #154a9a;
}

::-webkit-scrollbar-corner {
	background-color: #154a9a;
}

::-webkit-scrollbar-resizer {
	background-color: #154a9a;
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.container {
	width: 85%;
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 14px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: none;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ul li,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

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

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span,
input {
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.wrap {
	width: 100%;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.block {
	display: block;
}

.text-center {
	text-align: center;
}

.rel {
	position: relative;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}

.clear {
	clear: both;
}

.package {
	clear: both;
	padding: 4.3% 0;
}

.package p {
	line-height: 2;
	color: #666;
	font-size: 14px;
}

.gray_bg {
	background-color: #f8f8f8;
}

.pa_top90 {
	padding-top: 90px;
}

.white {
	color: #fff;
}

/*首页banner*/

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: auto;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,
.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	padding-bottom: 45.64%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background: url(ad_ear.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 0;
}

.top_ad .ad_page .swiper-button-next {
	background-position: -50px 0;
	right: 0;
}

.top_ad .ad_page .swiper-button-prev:hover,
.top_ad .ad_page .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: rgba(0, 0, 0, 0.2);
}

.top_ad .ad_page .swiper-button-next:after,
.top_ad .ad_page .swiper-button-prev:after {
	content: "";
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next,
.top_ad .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}


.top_ad .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet {
	border-radius: 50px;
	background: #fff;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	opacity: 0.2;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	background: #154a9a;
	width: 25px;
	opacity: 1;
}

/*top*/


.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header_bg {
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}


.header {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header .logo {
	width: 260px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;	
	background-image: url(logo.png);
	margin-top: 12px;
	margin-left: 40px;
	float: left;
}

.header_bg .header .logo {
	background-image: url(logo_b.png);
}

.header .logo.b,
.i_page .header .logo.b {
    height: 60px;
    margin-top: 10px;
    width: 240px;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link {
	display: block;
	text-align: center;
	line-height: 90px;
	margin: 0 20px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.i_page .header .nav li a.nav_link {
	color: #333;
}

.header .nav li a.b {
	height: 80px;
	color: #333;
	line-height: 80px;
}

.i_page .header .nav li a.nav_link.b {
	color: #333;
}

.header .nav li a.nav_link b {
	display: block;
	width: 0px;
	height: 4px;
	position: absolute;
	bottom: -1px;
	background: #fff;	
	border-radius:10px;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li .on.b{
	color: #22439c!important;
}
.header .nav li .on.b b{
	background: #22439c;
} 

.header .nav li a.b:hover{
	color: #22439c!important;
}

.header .nav li a.b b{
	background: #22439c;
}

.i_page .header .nav li a.nav_link.b:hover,
.i_page .header .nav li a.nav_link.b.on {
	color: #22439c!important;
}

.i_page .header .nav li a.nav_link:hover,
.i_page .header .nav li a.nav_link.on {
	color: #22439c;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 100%;
}
/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	padding: 0;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #154a9a;
	color: #fff !important;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

.header .head_search {
	float: right;
	width: 50px;
	height: 100%;
	margin-left: 0px;
	margin-right: 20px;
}

.header .head_search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.header .head_search input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.header .head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #154a9a;
}

.header .head_search i {
	background-image: url(search_icon.png);
}
.header_bg .header  .head_search  i {
	background-image: url(search.png);
}
.head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}

/*标题*/
.title {
	padding: 0 0 30px 0;
	
}

.title h1 {
	color: #000;
	font: 40px/44px Gotham;
	text-transform: uppercase;
	font-weight: normal;
}
.title p {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 15px;
	    font-family: 'GothamLight';
}
.title h1 span {
	font-weight: normal;
	font-family: GothamLight;
}

.title i,
.title em {
	display: inline-block;
	width: 105px;
}

.title em {
	background-color: #154a9a;
}

.title.white h1,
.title.white p {
	color: #fff;
}

/*首页CSS*/
.i_probg {
background: url(../images/i_pro.jpg) center bottom no-repeat;
}
.i_pro {
	padding: 4.5% 0% 0% 0;
	overflow: hidden;
}

.i_pro .swiper2-scrollbar .swiper-scrollbar-drag {
	height: 2px;
	background: #154a9a;
	top: 0px;
}

.i_pro .swiper-scrollbar.swiper2-scrollbar {
	position: absolute;
	bottom: 0px;
	left: 0;
	top: inherit;
	width: 100%;
	height: 2px;
	z-index: 100;
	background: #bcb6b1;
}

.i_pro .swiper-container {
	overflow: inherit;

}


.i_pro .i_pro_bl {
	float: left;
	width: 136px;
	margin-top: 40px;
}

.i_pro .i_pro_br {
	float: right;
	width: calc(100% - 150px);
	position: relative;
	height: 38px;
	margin-top: 40px;
}

.pro_img {
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}

.pro_img img {
	width: 100%;
	vertical-align: bottom;
}

.pro_info {
	position: absolute;
	bottom: 0;
	padding: 15px 30px;
}

.pro_info h3 {
	color: #666;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}

.pro_info p {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 26px;
}

.pro_info:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #4bb033;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_pro .swiper-slide a:hover {
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
}

.i_pro .swiper-slide a:hover img {
	transform: scale(1.05, 1.05);
}

.pro-next,
.pro-prev {
	width: 62px;
	height: 62px;
	cursor: pointer;
	background: url(../images/i_pro_bg.png) no-repeat #969696;
	z-index: 1;
	position: relative;
	border-radius: 50px;
}

.pro-prev {
	background-position: 0 0;
	left: 0;
	float: left;
}

.pro-prev:hover {
	background-position: 0 -65px;
	background-color: #154a9a;
}

.pro-next {
	background-position: -65px 0;
	float: right;

}

.pro-next:hover {
	background-color: #154a9a;
}


.i_about {
	background: url(../images/i_about.jpg) center top no-repeat;
	height: 716px;
}

.i_about_box {
	width: 60%;
	max-width: 466px;
	float: right;
}

.i_about_box {
	padding: 12% 0 6%;
}

.i_about_box h3 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 50px;
	font-family: 'MicrosoftYaHeiLight';
	color: #333;
	font-weight: normal;
}
.i_about_box h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
}
.i_about_box i img{width: 105px;}

.i_about_box p {
	color: #333;
	font-size: 30px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'GothamLight';
	line-height: 35px;
}

.i_about_box ul {
	padding-top: 7.5%;
}

.i_about_box ul li {
	float: left;
	text-align: center;
	padding: 0 6%;
}

.i_about_box ul li:first-child {
	padding-left: 0;
}

.i_about_box ul li:last-child {
	padding-right: 0;
}

.i_about_box ul li h5 b {
	font: 40px/50px arial;
	color: #1f242e;
	font-weight: bold;
	display: inline-block;
}

.i_about_box ul li span {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	color: #7e7e7e;
}

.i_about_box ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 45px;
	top: 0;
	right: 0;
	position: absolute;
	background-color: #dedede;
}

.i_about_box ul li:last-child::after {
	width: 0;
}

.i_about_time {
	top: 0;
	left: 0;
	position: absolute;
	padding: 26px;
	color: #fff;
	background-color: #154a9a;
}

.i_about_time h2 {
	font: 75px/75px Gotham;
	font-weight: bold;
}

.i_about_time p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 9px;
}

.i_team {
	padding: 4.5% 0;
}

.i_team .swiper-slide {
	background: #f0f1f5;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.i_team .fl {
	float: right;
	border-radius: 10px;
	overflow: hidden;
	width: 46%;
}
.i_team .fl img{
	display: block;
}
.i_team .fr {
	width: 46%;
	float: left;
	margin-top: 8%;
}

.i_team_info {
	color: #8c8c8c;
	line-height: 28px;
	margin-bottom: 50px;
}

.i_team .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.i_team .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 10px;
}




.i_news {
	background: #fff;
	padding: 0px 0 70px;
}

.faq {
	position: relative;
}

.i_news .news_page {
	width: 85%;
	min-width: 1150px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.i_news .news_page .news_prev,
.i_news .news_page .news_next,
.brand_prev,
.brand_next,
.faq_prev,
.faq_next {
	width: 30px;
	height: 65px;
	background-color: #000;
	margin-top: -33px;
	opacity: .5;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}

.i_news .news_page .news_prev,
.brand_prev,
.faq_prev {
	left: -50px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_next,
.brand_next,
.faq_next {
	right: -50px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_prev:hover,
.i_news .news_page .news_next:hover,
.brand_next:hover,
.brand_prev:hover,
.faq_next:hover,
.faq_prev:hover {
	opacity: 1;
	background-color: #154a9a;
}

.i_news .news_page .swiper-container {
	padding-bottom: 25px;
}

.i_news .news_page .swiper-slide a,
.faq .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.i_news .news_page .swiper-slide .news_img,
.faq .swiper-slide .news_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.i_news .news_page .swiper-slide .news_img div,
.faq .swiper-slide .news_img div {
	width: 100%;
	height: 100%;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news .news_page .swiper-slide .news_desc,
.faq .swiper-slide .news_desc {
	position: relative;
	padding-top: 40px;
	padding: 30px 30px;
}

.i_news .news_page .swiper-slide .news_desc .news_time,
.faq .swiper-slide .news_desc .news_time {
	position: absolute;
	left: 0;
	top: 46px;
	font-size: 36px;
	color: #000;
}

.i_news .news_page .swiper-slide .news_desc h3,
.faq .swiper-slide .news_desc h3 {
	font-weight: normal;
	font-size: 20px;
}

.i_news .news_page .swiper-slide .news_desc p,
.faq .swiper-slide .news_desc p {
	padding-top: 15px;
	line-height: 24px;
}

.i_news .news_page .swiper-slide .news_desc i,
.faq .swiper-slide .news_desc i {
	display: block;
	width: 38px;
	height: 1px;
	background: #154a9a;
}

.i_news .news_page .swiper-slide a:hover .news_img div,
.faq .swiper-slide a:hover .news_img div {
	transform: scale(1.05);
	
}
.i_news .news_page .swiper-slide a:hover .news_img{
	border-radius: 0;
}
.i_news .news_page .swiper-slide a:hover i,
.faq .swiper-slide a:hover i {
	width: 100%;
}

.i_news .news_page .swiper-slide a:hover{
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}



.more {
	display: block;
	width: 180px;
	height: 55px;
	color: #154a9a;
	line-height: 55px;
	text-align: center;
	border: 1px solid #154a9a;
	border-radius: 50px;
}

.more:hover {
	color: #fff;
	background-color: #154a9a;
}


.i_partner {
	padding: 4.5% 0;
	overflow: hidden;
	background-color: #f4f4f4;
}

.i_partner .swiper-slide {
	border: 1px solid #ececec;
	box-sizing: border-box;
	position: relative;
}

.i_partner .swiper-slide::after {
	content: "";
	width: 0;
	height: 2px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	background-color: #ce2500;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.i_partner .swiper-slide:hover::after {
	width: 100%;
}

.partner-prev,
.partner-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	background-image: url(ad_ear.png);
	z-index: 1;
}

.partner-prev {
	background-position: 0 0;
	left: -60px;
}

.partner-next {
	background-position: -50px 0;
	right: -60px;
}

.partner-pagination,
.about-05-pagination {
	width: 100%;
	height: 45px;
	padding-top: 25px;
	box-sizing: border-box;
	text-align: center;
}

.partner-pagination .swiper-pagination-bullet,
.about-05-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
}

.partner-pagination .swiper-pagination-bullet-active,
.about-05-pagination .swiper-pagination-bullet-active,
.i_team .swiper-pagination-bullet-active {
	background-color: #154a9a;
}



.foot {
	padding: 3.5% 0 0;
	background: url(../images/foot_bg.jpg) no-repeat;
	background-size: cover;
}
.foot .clearfix  {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 30px;
}
.foot .fl img{ 
	width: 315px;
	margin-top: 20px;
}

.foot_info {
	width: 30%;
	float: left;
	border-left: 1px solid rgba(255,255,255,.3);
	margin-left: 30px;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 10px;
}

.foot_info h3 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.foot_info em {
	display: inline-block;
	width: 40px;
}

.foot_info p {
	color: #fff;
	line-height: 26px;
	margin-bottom: 5px;
	position: relative;
}

.foot_info p b {
	position: absolute;
	left: 0;
}

.foot_qr {
	width: 12%;
	color: #7d7d7f;
	text-align: center;
}
.foot_qr p{color: #fff;}
.foot_qr img {
	padding-bottom: 10px;
	max-width: 100px;
	margin-top: 10px;
}


.msg_name,
.msg_eml,
.msg_tel {
	float: left;
	width: 30%;
	height: 80px;
}

.msg_name,
.msg_eml {
	margin-right: 5%;
}

.msg_content {
	padding-bottom: 30px;
}

.msg input[ type="text"],
.msg textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 45px;
	background: none;
	border-bottom: 1px solid #e0e0e0;
}

.msg textarea {
	height: 135px;
	font-family: "arial";
}

.msg input[type="submit"] {
	width: 160px;
	cursor: pointer;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	background-color: #154a9a;
	border-radius: 50px;
}

.msg em {
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
}


.footer {
	color: #fff;
	line-height: 60px;

}

.footer a {
	float: right;
	color: #fff;
	line-height: 60px;
}

/*验证*/
.Validform_wrong {
	color: #e00404;
}

.Validform_right {
	color: #008800;
}



/*关于我们*/
.about_01 {
	width: 100%;
	padding-bottom: 35.51%;
	background: url(../images/about_01.jpg) center no-repeat;
	background-size: cover;
	max-height: 680px;
}

.about_02 {
	padding: 70px 0 100px;
}

.about_02 .fl {
	width: 100%;
}

.about_02 .fl h3 {
	font-size: 36px;
	font-family: Gotham;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

.about_02 .fl p {
	line-height: 26px;
}

.about_02 .fl .fr {
	padding-left: 60px;
}

.about_info {
	display: block;
	float: left;
	width: 100%;
	margin-top: -138px;
}

.about_info ul {
	padding: 2%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
}

.about_info ul li {
	float: left;
	width: 25%;
}

.about_info ul li h3 b {
	font: 40px/1.5 Gotham;
	color: #333;
}

.about_info ul li span {
	font-weight: normal;
	color: #666;
	margin-left: 8px;
}

.about_info ul li p {
	line-height: 2;
	color: #666;
}


.about_02_box {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 30px;
}



.about_03 {
	background-position: center 70px;
}

.about_03_img {
	margin-bottom: 25px;
}

.about_03 .title {
	width: calc(50%);
}

.about_03 .title img {
	margin-top: 55px;
	width: 95%;
}

.about_03 .title h1 {
	margin-bottom: 35px;
}

.about_03 .title p {
	line-height: 24px;
}
.about_03 .swiper-slide img{
	width: 100%;
	border-radius: 10px;
}



.about-03-next,
.about-03-prev,
.about-02-next,
.about-02-prev{
	width: 30px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	border-radius: 4px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}

.about-03-prev,.about-02-prev {
	left: -60px;
	background-image: url(../images/prev_icon.png);
}

.about-03-next,.about-02-next {
	right: -60px;
	background-image: url(../images/next_icon.png);
}

.about-03-prev:hover,
.about-03-next:hover,
.about-02-prev:hover,
.about-02-next:hover
{
    opacity: 1;
    background-color: #154a9a;
}



.about_04 {
	width: 100%;
	padding: 0px 0 59px;
	overflow: hidden;
	background: url(../images/about_04bg.jpg) bottom no-repeat;
}

.about_04 .container {
	border-top: 1px solid #ccc;
	padding-top: 50px;
	
}
.about_04_c{
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}
.about_04 .fl{
	width: 50%;
}
.about_04 .fr{
	width: 50%;
	padding: 80px 60px 0px 60px;
	box-sizing: border-box;
}
.about_04 li {
	float: left;
	text-align: left;
	background: #fff;
	width:100%;
	margin-bottom: 30px;
}

.about_04 li:last-child {
	margin-right: 0;
}

.about_04 .title h1 {
	color: #fff;
	margin-bottom: 60px;
	margin-top: 130px;
}

.about_04 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}

.about_04 i {
	display: block;
	margin-bottom: 25px;
}

.about_04 p {
	color: rgba(0, 0, 0, 0.7);
	line-height: 22px;
}

.about_05 {
	width: 100%;
	padding: 75px 0 59px;
	background:#eee;
}



.about_05 .swiper-slide {
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.about_05 .swiper-slide img{ width: 100%;}


.about_06 {
	overflow: hidden;
}
.about_06 li {
float: left;
    width: calc(33% - 16px);
    text-align: center;
    background: #fff;
    padding: 0 0 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.about_06 {
	width: 100%;
	overflow: hidden;
}
.about_06 .container { padding-top: 0;}

.about_06 li:nth-child(3n) {
	margin-right: 0;
}

.about_06 li h2 {
	padding: 25px 20px 10px 20px ;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight:normal;
	text-align: left;
}

.about_06 li p {
	line-height: 24px;
	color: #7f7f7f;
	text-align: left;
	height: 48px;
	padding: 0 20px ;
}
.design_img { overflow: hidden;}
.about_06 li:hover .design_img img{
	transform: scale(1.12, 1.12);
}
.about_06 li:hover {
	background: #22439c;
}

.about_06 li:hover h2,
.about_06 li:hover p {
	color: #fff;
	transition: all 0.36s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}




















/*下载*/
.book {
	width: 100%;
	background: url(../images/book_bg.jpg) right bottom no-repeat;
	background-color: #f8f8f8;
}

.book ul li {
	float: left;
	width: calc(95.5%/4);
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}

.book ul li .book_img {
	width: 100%;
	padding-bottom: 114%;
	border: 1px solid #eee;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}

.book ul li h3 {
	color: #656565;
	font: 20px/40px arial;
	padding: 0 10px;
	margin-bottom: 5px;
}

.book ul li p {
	font: 16px/30px arial;
	padding: 0 10px;
	color: #00a0e9;
	text-transform: uppercase;
}

.book ul li i {
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-left: 10px;
	background: url(../images/book_icon.png) no-repeat;
	vertical-align: text-top;
}

.book ul li:hover .book_img {
	border-color: #fff;
	box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.2);
}

.book ul li:hover i {
	opacity: 0;
}

/*认证*/
.cer_list li {
	float: left;
	width: calc(96%/5);
	text-align: center;
	background: #fff;
	margin: 0 1% 1% 0;
	overflow: hidden;
	border-radius: 10px;
}
.cer_list li a{  line-height: inherit;}
.cer ul li img {
    width: 200px;
	margin: 0 auto;
}
.cer_list li:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}



.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 40px;
}

.cer_menu a:first-child {
	margin-left: 0;
}

.cer_menu .menu_back {
	float: right;
	width: 110px;
	height: 40px;
	cursor: pointer;
	background: #154a9a;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	width: calc(100% - 350px);
	padding-top: 10px;
}

.cer_top .fr h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 5px;
}

.cer_top .fr p {
	font-size: 14px;
	line-height: 2;
}

.recom_list li {
	float: left;
	width: calc(94%/5);
	margin: 0 1.5% 1.5% 0;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
}

.recom_list li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.recom_list li a {
	display: block;
	padding-bottom: 15px;
}

.recom_list li:nth-child(5n) {
	margin-right: 0;
}



/*配套产品*/
.room li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}

.room li:nth-child(2n) {
	margin-right: 0;
}

.room li h3 {
	color: #333;
	font: 18px/4 arial;
	text-align: center;
	background-color: #fff;
}

.room li:hover {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
}

.room li:hover h3 {
	color: #fff;
	background-color: #d75234;
}

.room_top {
	padding: 40px;
	background-color: #fff;
}

.room_top .fl {
	width: 45%;
	border: 1px solid #ddd;
}

.room_top .fr {
	padding-top: 15px;
}

.room_top .fr {
	width: 50%;
	padding-top: 40px;
}

.room_top .fr h2 {
	font: 24px/2 arial;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.room_top .fr p {
	line-height: 2;
}

.room_title {
	padding-top: 35px;
	font: 22px/2 arial;
	text-transform: uppercase;
	margin-bottom: 15px;
}



/*品牌页面*/
.brand_01 {
	width: 100%;
	padding-bottom: 35.625%;
	background: url(../images/brand.jpg) center no-repeat;
	background-size: cover;
}

.brand_02_info img {
	margin-bottom: 40px;
}

.brand_02_info h4 {
	margin-bottom: 25px;
	font: 20px/34px arial;
	color: #393939;
	text-transform: uppercase;
}

.brand_03 {
	width: 100%;
	height: 896px;
	padding-top: 190px;
	box-sizing: border-box;
	background: url(../images/brand_03.jpg) center no-repeat;
}

.brand_03 p {
	color: #a5a5a5;
	font: 16px/28px arial;
	margin-bottom: 80px;
}

.brand_04 p {
	margin-bottom: 40px;
}

.brand_04 ul li {
	float: left;
	width: calc(97%/3);
	margin-right: 1.5%;
}


/*视频播放*/

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}



/*联系方式*/
.contact {
	overflow: hidden;
}

.contact_info {
	width: 39%;
	float: left;
	margin-left: 30px;
}

.contact .msg {
	width: 57%;
	display: block;
	float: right;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 50px;
}

.contact .title {
	margin-top: -70px;
	margin-bottom: 25px;
}


.contact_info {
	margin-bottom: 65px;
}

.contact_info h3 {
	color: #000;
	font: 30px/44px arial;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact_info h2 {
	color: #000;
	font: 30px/44px arial;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact_info h2 span{
	font-size: 14px;
	display: block;
	line-height: 1;
	font-weight: normal;
}

.contact_info p {
	color: #6f6f6f;
	font: 14px/32px arial;
	position: relative;
	margin-bottom: 15px;
}

.contact_info p b {
	color: #000;
	/* position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px; */
}

.qr_code {
	width: 200px;
	margin-top: 50px;
	overflow: hidden;
}

.qr_code span {
	display: block;
	font-size: 14px;
}

.qr_code img {
	width: 100px;
	margin-bottom: 15px;
}



/*创新技术*/
.skill{
	background-color: #eee;
}
.skill_list{
	margin-top: 30px;
}
.skill_list ul li{
	margin-bottom: 30px;
}
.skill_list ul li .skill_img{
	width: 41.4%;
}
.skill_list ul li .skill_info{
	width: 50.7%;
	padding: 7.5% 1% 0 0;
	box-sizing: border-box;
}
.skill_list ul li .skill_info h3{
	font-size: 28px;
	line-height: 50px;
}


.news_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
	border-radius: 10px;
}
.news_img div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.news_desc {
    padding-top: 40px;
    overflow: hidden;
}
.news_desc span {
    display: block;
    float: left;
    font-size: 36px;
    color: #000;
}
.news_desc div {
    float: right;
    width: calc(100% - 140px);
	
}
.news_desc h3 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}
.news_desc p {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 35px;
	overflow: hidden;
}
.news_desc i {
    display: block;
    width: 38px;
    height: 1px;
    background: #22439c;
}
.i_news .swiper-slide:hover .news_img div{
    transform: scale(1.05,1.05);
}
.i_news .swiper-slide:hover .news_desc i{
    width: 525px;
}

.news-prev,
.news-next{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #969696;
}
.news-prev:hover,
.news-next:hover{
	background-color: #22439c;
}



.news-prev{
	left: -70px;
	background-image: url(../images/prev_icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.news-next{
	right: -70px;
	background-image: url(../images/next_icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.service h2 {
	font-size: 21px;
	padding-bottom: 25px;
	color: #333;
}


.service .container {
	overflow: hidden;
}

.service ul {
}

.service ul li {
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	display: block;	
	float: left;
	padding-bottom: 25px;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}
.service ul li:last-child{
	margin-right: 0;
}
.service ul li h3 {
	padding: 20px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.service ul li p {
	padding: 0 20px;
	line-height: 24px;
	min-height: 192px;
}
.service ul li div {
	overflow: hidden;
}

.service ul li:hover img {
	transform: scale(1.05, 1.05);
}

.service b {
	font-size: 30px;
}
/*服务*/
.maintain{
	background-color: #e5e5e5;
}
.maintain ul li{
    padding: 50px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
}
.maintain ul li h3{
    font-weight: normal;
    line-height: 45px;
    font-size: 24px;
    margin-bottom: 5px;
}
.maintain ul li:hover{
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
}

/*创新技术*/



.production_01 {
	width: 100%;
	margin-top: 70px;
}

.production_c0 {
	background: #eee;
	overflow: hidden;
}

.production_c0 img {
	float: left;
	width: 54%;
}

.production_c0 p {
	width: 44%;
	position: absolute;
	right: 0;
	top: 50%;
	box-sizing:border-box;
	padding: 0 50px;
	font-size: 18px;
	line-height: 36px;
	margin-top: -70px;
	color: #666;
}

.production_02 div {
	font: 16px/2 arial;

}
.production_02 p{ margin-bottom: 60px;}




/*新闻动态*/
.ex_news {
	min-height: 800px;
}

.ex_news ul li {
	padding: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.ex_news ul li a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ex_news ul li .news_img {
	float: left;
	width: 27.5%;
	height: 240px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: 200px;
}

.ex_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .news_info {
	float: left;
	width: 40%;
	position: absolute;
	top: 25px;
	left: 30%;
}

.ex_news ul li .news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #666;
	font-weight: normal;
}

.ex_news ul li .news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

.ex_news ul li .news_date {
	float: right;
	text-align: right;
	width: 180px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .news_date font {
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: "gothic";
}

.ex_news ul li .news_date item {
	display: block;
	width: 13px;
	height: 26px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li:hover .news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .news_info {
	padding-left: 20px;
}


/*新闻内页*/
.package_left {
	float: left;
	width: 25%;
}

.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}

.news_show_time a {
	display: block;
	background: #154a9a;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	width: 150px;
	cursor: pointer;
	text-align: center;
}

.news_show_content {
	float: right;
	width: 70%;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.news_show_content .fl {
	width: calc(50% - 10px);
}

.news_show_content .fr {
	width: calc(50% - 10px);
}


/*分页*/

.curr {
	padding: 0 12px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background: #cecece;
	margin-right: 1px;
	border-radius: 4px;
}

a.page {
	padding: 0 12px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background: #154a9a;
	margin-right: 1px;
	border-radius: 4px;
}

a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}

.i_tit {
	position: relative;
	margin-bottom: 50px;
}

.i_tit h3 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}

.i_tit h2 {
	font-size: 16px;
	color: #a2a2a2 !important;
	font-weight: normal;
}

.i_tit p {
	font-size: 14px;
	color: #a2a2a2;
}


/*产品搜索*/

.pro_search h3 {
	font-size: 35px;
	line-height: 1;
	color: #000;
	font-weight: normal;
	margin-bottom: 35px;
}

.pro_search form {
	border: 1px solid #ddd;
	width: 460px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.pro_search input[type="text"] {
	width: 350px;
	line-height: 50px;
	background: none;
	padding: 0 20px;
	font-size: 14px;
}

.pro_search input[type="submit"] {
	float: right;
	width: 70px;
	height: 50px;
	background: url(../images/search_img.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}


/*产品分类页*/

.big_list {
	padding-bottom: 35px;
}

.big_list h3 {
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
	color: #333;
}

.big_list h3 span {
	padding-left: 20px;
	font-size: 18px;
	color: #bbbbbb;
}

.big_list .desc p {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.big_list li {
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	width: calc(92%/5);
	margin: 0 2% 2% 0;
	position: relative;
	border-radius: 10px;
	background: #f8f8f8;
}

.big_list li:nth-child(5n) {
	margin-right: 0;
}

.big_list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	padding: 50px 0;
}

.big_list li div {
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.big_list li:hover  div {
    background-position: bottom;
}



.big_list li img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.big_list li h3 {
	font-size: 16px;
	display: block;
	line-height: 1.6;
	margin-top: 10px;
}
.big_list li p {
	font-size: 14px;
	display: block;
	line-height: 1.6;
}


.big_list li:hover {
	background: #22439c;
	box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.1);
}

.big_list li:hover h3,
.big_list li:hover p {
	color: #fff;
}



.recom_page {
	height: 684px;
	z-index: 1;
	margin-bottom: 60px;
	position: relative;
}

.recom_page .container {
	height: 654px;
}

.recom_page i {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -2;
	bottom: 30px;
	background: #f4f4f4;
	height: 545px;
}

.recom_page em {
	display: block;
	width: 430px;
	height: 350px;
	z-index: -1;
	position: absolute;
	bottom: -30px;
	background: #22439c;
}

.recom_page a.big_img {
	width: 536px;
	height: 654px;
	overflow: hidden;
	margin: 0 30px;
	z-index: 1;
}

.recom_page a:hover img {
	transform: scale(1.05, 1.05);
}

.recom_page .recom-list {
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 90px;
	width: 900px;
	height: 465px;
}

.recom_page .recom-list .big_tit {
	padding: 50px 30px 40px 45px;
	overflow: hidden;
}

.recom_page .recom-list .big_tit h3 {
	font-weight: normal;
	line-height: 1;
	color: #333;
	font-size: 24px;
}

.recom_page .recom-list .big_tit p {
	text-transform: capitalize;
	line-height: 40px;
	color: #ccc;
	font-size: 16px;
}

.recom_page .recom-list .big_tit a {
	display: block;
	border: 1px solid #22439c;
	color: #22439c;
	width: 110px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.recom_page .recom-list .big_tit a:hover {
	background: #22439c;
	color: #fff;
}

.recom_page .recom-list ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.recom_page .recom-list ul li div {
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
}

.recom_page .recom-list ul li img {
	display: block;
}

.recom_page .recom-list ul li h3 {
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.recom_page .recom-list ul li p {
	font-size: 14px;
	color: #999;
}

.big_0 a.big_img,
.big_2 a.big_img,
.big_4 a.big_img,
.big_6 a.big_img,
.big_8 a.big_img,
.big_10 a.big_img {
	float: left;
}

.big_0 .recom-list,
.big_2 .recom-list,
.big_4 .recom-list,
.big_6 .recom-list,
.big_8 .recom-list,
.big_10 .recom-list {
	right: 0;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	left: 0;
}

.big_1 a.big_img,
.big_3 a.big_img,
.big_5 a.big_img,
.big_7 a.big_img,
.big_9 a.big_img {
	float: right;
}

.big_1 .recom-list,
.big_3 .recom-list,
.big_5 .recom-list,
.big_7 .recom-list,
.big_9 .recom-list {
	left: 30px;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	right: 0;
}

.box_page {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}







/*产品页面*/
.pro_menu {
	padding-bottom: 30px;
}

.pro_menu .pro_sub {
	width: 100%;
	margin-bottom: 20px;
}

.pro_menu .pro_sub li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	float: left;
	color: #999;
	margin: 0 10px 10px 0;
	border-radius: 25px;
	background: #eee;
	position: relative;
	line-height: 2;
}

.pro_menu .pro_sub li a.sub_link {
	display: block;
	padding: 5px 30px;
	cursor: pointer;
}

.pro_menu .pro_sub li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	left: 0;
	z-index: 99;
	top: 38px;
	width: 150px;
	border-radius: 6px;
	overflow: hidden;
}

.pro_menu .pro_sub li .menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 100%;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
}

.pro_menu .pro_sub li:hover a,
.pro_menu .pro_sub li.on a {
	color: #fff;
}

.pro_menu .pro_sub li:hover,
.pro_menu .pro_sub li.on {
	background: #154a9a;
	border-color: #154a9a;
}

.pro_menu .pro_sub li:hover .menu_down {
	display: block;
}

.pro_menu .pro_sub li .menu_down a.pro_menu:hover {
	color: #fff;
	background-color: #154a9a;
}

.pro_menu .menu_left {
	width: 100%;
	color: #000;
	height: 18px;
	font-size: 18px;
	line-height: 1;
}

.pro_menu .menu_left i {
	display: inline-block;
	width: 2px;
	height: 18px;
	background: #154a9a;
	margin-right: 15px;
}

.web_prolist {
	width: 100%;
	min-height: 590px;
}

.web_prolist li {
	float: left;
	width: calc(92%/5);
	margin: 0 1.5% 1.5% 0;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.web_prolist li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #154a9a;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li img {
	display: block;
	margin: 0 auto;
}

.web_prolist li span {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.web_prolist li:hover,
.pro_recom ul li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}


/*产品内页*/
.pro_left {
	width: 358px;
	height: 358px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	margin-bottom: 40px;
}

.pro_box {
	width: 360px;
}

.pro_font {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.pro_font p {
	font-size: 16px;
	color: #000;
	line-height: 1;
}

.pro_font h2 {
	font-size: 24px;
	color: #000;
	padding-bottom: 15px;
}

.pro_font h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
}

.pro_font ul li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.pro_fl_recom h3 {
	margin-top: 20px;
	line-height: 60px;
	font-size: 24px;
}

.pro_fl_recom ul li {
	width: 360px;
	background: #f7f7f7;
	margin-bottom: 12px;
}

.pro_fl_recom ul li a {
	display: block;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.pro_fl_recom ul li a:hover {
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.pro_fl_recom ul li a:hover img {
    transform: scale(1.05, 1.05);
}


.pro_fl_recom ul li img {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}

.pro_fl_recom ul li div {
	float: left;
	padding-left: 24px;
	padding-top: 26px;
}

.pro_fl_recom ul li span {
	color: #333;
	display: block;
	line-height: 25px;
}

.pro_fl_recom ul li p {
	line-height: 25px;
	color: #898989;
	width: 203px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}

.pro_detailed {
	float: right;
	overflow: hidden;
	width: calc(100% - 400px);
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed .fl {
	width: 1100px;
	overflow: hidden;
}

.pro_detailed .fr ul li {
	padding: 10px;
	width: 228px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.pro_detailed .fr ul li img {
	display: block;
	margin-bottom: 0;
}

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	background: #000;
	font-style: normal;
	color: #fff;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pro_qrcode {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	float: left;
	background: #fff;
	margin-top: 10px;
	padding: 2px;
}

.pro_left .swiper-button-next,
.pro_left .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
}

.pro_left .swiper-button-next {
	right: 0;
	background-image: url(../images/next_icon.png);
}

.pro_left .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev_icon.png);
}

.pro_left:hover .swiper-button-next,
.pro_left:hover .swiper-button-prev {
	opacity: 1;
}

.pro_left .swiper-pagination {
	bottom: 15px !important;
}



/*共用CSS*/
.about_02 .fr:hover .video_img,
.ex_news ul li:hover .news_img div,
.web_prolist li:hover img {
	transform: scale(1.05, 1.05);
}

.cer_list li:nth-child(5n),
.book ul li:nth-child(4n),
.brand_04 ul li:last-child,
.web_prolist li:nth-child(5n) {
	margin-right: 0;
}

.big_list ul li a::after {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*品牌加盟*/

.join_01 {
	width: 100%;
	padding-top: 130px;
	height: 698px;
	box-sizing: border-box;
	background: url(../images/join_01_bg.jpg) center no-repeat;
}

.join_01 img {
	display: block;
	margin-bottom: 20px;
}

.join_01 h3 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 20px;
}

.join_01 p {
	line-height: 25px;
}

.join_01 h1 {
	font-size: 33px;
	color: #1b80c4;
	line-height: 46px;
}

.join_02 {
	width: 100%;
	background: url(../images/join_02_bg.jpg) center no-repeat;
	padding: 0px 0 80px;
}
.join_02 .join_tit{
	padding: 0px 0 40px;
	
}
.join_02 .join_tit h3,
.join_02 .join_tit p{
	color: #fff;
}



.join_tit {
	padding: 45px 0 40px;
}

.join_tit h3 {
	color: #333;
	font-size: 26px;
	font-weight: normal;
	line-height: 40px;
}

.join_tit p {
	font-size: 18px;
	color: #a1a1a1;
	line-height: 30px;
}

.join_02 ul li {
	float: left;
	box-sizing: border-box;
	margin-right: 32px;
	width: 23%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.join_02 ul li:last-child {
	margin-right: 0;
}

.join_02 ul li h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0 20px;
}

.join_02 ul li p {
	color: #888;
	line-height: 22px;
	height: 78px;
	padding: 0 20px 20px;
}

.join_03 {
	padding-top: 60px;
	background: #fff;
}

.join_03_t{ width: 100%; float: left; overflow: hidden; background: #154a9a; border-radius: 10px;}
.join_03_t .fr{ width: 40%;padding-right: 40px;}
.join_03_t  .fl{ width: 50%;}
.join_03_t h3,.join_03_t p{ color: #fff;}

.join_03_font { line-height: 28px;}



.join_04 {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.join_04 img{ margin-top: 50px;}

.join_04 .fr {
	float: left;
	padding-bottom: 50px;
}

.join_04 .fr .desc p {
	line-height: 24px;
}

.join_04 .fr .desc span {
	font-size: 18px;
	padding-top: 30px;
	display: block;
}

.join_04 .fr .desc h2 {
	font-size: 41px;
	line-height: 65px;
	color: #154a9a;
}

.join_05 {
	background: #f8f8f8;
	padding-bottom: 45px;
}

.join_05 .fl {
	float: right;
}

.join_05 .fr {
	width: 730px;
	float: left;
}

.join_05 .fr h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
}

.join_05 .fr span {
	display: block;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}

.join_06 {
	background-image: url(../images/join_02.jpg);
	padding: 50px 0 50px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #edeff0;
}

.join_06 ul li {
	float: left;
    background: #fff;
    margin: 0 15px 15px 0;
    padding: 70px 2%;
    height: 200px;
    width: 20%;	
}
.join_06 ul li div{
	background: #eee;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.join_06 ul li  img {
	display: block;
	margin: 0 auto;
	width: 50px;
	position: relative;
	top: 25px;
}

.join_06 ul li h4 {
	text-align: center;
	line-height: 65px;
	font-size: 20px;
	font-weight: normal;
}

.join_06 ul li p {
	color: #666;
	line-height: 2;
}

.join_06 ul li:nth-child(4n) {
	margin: 0 0 15px 0;
}
.ban {
    width: 100%;
    height: 680px;
    background-repeat: no-repeat;
	background-position: center;
}

/*常规兼容性*/

@media all and (max-width:1620px){

}
@media all and (max-width:1500px){

}
@media all and (max-width:1440px){

} 



