@charset "utf-8";
@font-face {
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('Montserrat-Regular.eot');
	src: local('Montserrat-Regular'), url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg') format('svg');
}

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,
body {
	width: 100%;
}

body {
	font-family: "Montserrat-Regular", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "Montserrat-Regular", arial, Helvetica, sans-serif;
}

img {
	border: none;
}
a{
	color: #333;
}
a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #e60012;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1440px;
	margin: 0 auto;
}

.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;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 50px;
	display: none;
}

.overflow {
	overflow: hidden;
}
.contact-sec2 .note,
.nav nav>ul>li ol li a,
.nynav ol li a,
.videocenter .tbox,
.prolist li .tit,
.in-sec1 .main .tbox,
.assurance .tbox,
.desc{
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	
}
/*
 
 * 
 * 
 * */


/*============================header ==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.8s;
	width: 100%;
	background: rgba(0,0,0,.5);
}

.head_top {
	position: relative;
	line-height: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head_top {
	line-height: 70px;
}

.head_top .logo {
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
}

.head_top .logo img {
	height: 52px;
	vertical-align: middle;
}


.right-nav {
	font-size: 0;
	text-transform: uppercase;
}

.right-nav .links {
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.right-nav .xian{
	content: "";
	width: 3px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/xian.png) no-repeat left center;
}
.right-nav .links:hover{
	color: #e60012;
}
.right-nav   img {
	vertical-align: middle;
	max-width: 30px;
}
.right-side-box {
	display: inline-block;
	vertical-align: middle;
}

.right-side-box li {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.right-side-box .lang a{
	display: block;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: rgba(255,255,255,.2);
}

.head_top .nav {
	float: left;
	text-transform: uppercase;
}


.nav nav>ul>li {
	float: left;
	position: relative;
    margin-right: 67px;
}
@media only screen and (max-width:1200px ) {
	.nav nav>ul>li {
		 margin-right: 30px;
		 }
}
@media only screen and (max-width:1024px ) {
	.nav nav>ul>li {
		 margin-right: 47px;
		 }
}
.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	position: relative;
}
.nav nav>ul>li.two>a {
	background: url(../images/jiao.png) no-repeat right center;
}
header.fixed .nav nav>ul>li>a {
	height: 70px;
	line-height: 70px;
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #e60012!important;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	text-align: center;
	z-index: 3;
	overflow: hidden;
	width: 260px;
	margin-left: -130px;
	font-size: 0;
	background: rgba(29, 30, 30, 0.6);
}

.nav nav>ul>li ol li {
	float: none;
	margin: 0;
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
	z-index: 2;
}

.nav nav>ul>li ol li:first-child {
	border: none;
}

.nav nav>ul>li ol li a {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	display: block;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	background: #e60012;
}


/*移动端*/


/*	 *	 *	jQuery Sliding Menu Plugin	 *
 * 
 * 	Mobile app list-style navigation in the browser	 *	
 * 
 *  *	Written by Ali Zahid	
 * 
 *  *	http://designplox.com/jquery-sliding-menu	
 * 
 *  *	 */

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #c50313;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #c50313;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #e60012 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: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background: #e60012;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #e60012;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: #e60012;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.sliding-menu a.back {
	background: #c50313;
}

.sliding-menu a:hover {
	background: #c50313;
}


/*弹窗*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__block .main-navigation .submenu {
	display: none;
}

.side-menu__block__text {
	text-align: center;
}

.side-menu__block .navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
	background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
	border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222222;
	font-size: 16px;
	position: relative;
	padding: 14px 0;
	padding-left: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
	content: '\f101';
	font-family: FontAwesome;
	margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222222;
	color: #fff;
	padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
	content: '\f107';
	font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
	color: #fff;
	background-color: #e60012;
}

.side-menu__block__title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 15px;
}

.side-menu__block-line {
	margin: 40px 0;
	border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about {
	margin-top: 30px;
}

.side-menu__block-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
	color: #222222;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	font-family: 'GOTHICB';
	margin-bottom: 15px;
}

.side-menu__block-contact__list-item i {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ewm img {
	width: 129px;
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
	margin-top: 10px;
}

.side-menu__block__text-copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.thm-btn {
	display: block;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #e60012;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 43px;
	line-height: 50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: #fff;
	background-color: #c50313;
}

.side-menu__block-about__text {
	margin-bottom: 16px;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

.menulogo {
	width: 138px;
	display: block;
	margin: 0 auto;
}


/*
* 22. search-popup styles
*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	max-width: 600px;
	position: relative;
	padding-right: 60px;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #e60012 url(../images/search.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.search-popup__form button[type=submit]:hover{
	opacity: .8;
}


/* Cursor Style */

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*
 
 *  
 * */

.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}


/*
 
 * footer
 * */

.foot{
	padding: 55px 0;
	line-height: 47px;
	background: rgba(255,255,255,.85);
}
.foot .logo{
	float: left;
}
.foot .logo img{
	height: 47px;
	vertical-align: middle;
}
.fnav {
	float: right;
}
.fnav a{
	font-size: 14px;
	left: 35px;
	display: block;
	float: left;
	margin-left: 35px;
	text-transform: uppercase;
}
.copyright{
	line-height: 80px;
	background: #666666;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}
.share{
	float: right;
}
 .bshare-custom{
	display: inline-block!important;
	vertical-align: middle!important;
}
.copyright .bshare-custom a {
	display: inline-block!important;
	vertical-align: middle!important;
    padding-left: 40px;
    height: 40px;
    _height: 40px;
    margin-right: 0;
    margin-left: 10px;
}
.copyright .bshare-custom .bshare-weixin{
	background: url(../images/weixin.png) no-repeat center  center!important;
}
.copyright .bshare-custom .bshare-sinaminiblog{
	background: url(../images/weibo.png) no-repeat center  center!important;
}
.copyright .bshare-custom .bshare-qqim{
	background: url(../images/qq.png) no-repeat center  center!important;
}
/*
 
 * index
 * */
.go{
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 22px;
	margin-left: -11px;
	z-index: 5;
}
.go img {
	display: block;
	width: 22px;
    animation-delay: 0ms;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}
@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}
.banner{
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
}
.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev{
	width: 70px;
	height: 70px;
	margin-top: -35px;
}
.bannerswiper .swiper-button-next{
	right:  50px;
	background: url(../images/right.png) no-repeat center center;
}
.bannerswiper .swiper-button-prev{
	left: 50px;
	background: url(../images/left.png) no-repeat center center;
}
.bannerswiper .swiper-pagination {
	bottom: 25px;
}
@media only screen and (min-width: 1200px ) {
.bannerswiper .swiper-pagination {
	display: none;
	}
}
.bannerswiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 13px!important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.swiper-pagination-bullet-active {
	background: #e60012;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #e60012;
}

.intitle{
	line-height: 38px;
	font-size: 36px;
	color: #333333;
	text-align: center;
	padding-bottom: 25px;
	text-transform: uppercase;
	background: url(../images/titbg.png) no-repeat center bottom;
}
.intitle span{
	color: #d60d30;
}
.intitle.white{
	color: #fff;
	background-image: url(../images/titbgwhite.png);
}
.backgroundfixed{
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}
.in-sec1{
	padding: 80px 0;
    background-color: #067bd3;
    background-image: url(../images/inbg1.jpg);
}
.in-sec1 .main{
	margin-top: 15px;
}
.in-sec1 .main .tbox{
	padding: 0 325px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.protabs{
	margin-top: 15px;
	text-align: center;
}
.protabs li{
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	margin-left: 5px;
}
.protabs li:first-child{
	margin: 0;
}
.protabs a{
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 10px 2px 10px 2px;
	background: rgba(58,58,58,.3)
}
.protabs li.active a{
	background: #e60012;
}
.proswiper{
	margin-top: 40px;
}
.prolist li{
	float: left;
	width: 24.65%;
	margin-right: 0.466%;
	position: relative;
	margin-bottom: 5px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prolist li:nth-child(4n){
	margin-right: 0;
}
.prolist li a{
	position: relative;
	display: block;
	padding: 2px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .prolist li:hover a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid #e60012;
	background: url(../images/blackbg.png) no-repeat left bottom;
	z-index: 1;
}
.prolist li:hover a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(../images/jia.jpg) no-repeat right bottom;
	z-index: 2;
	
}
.prolist li .pic img{
	display: block;
	width: 100%;
}
.prolist li .tit{
	position: absolute;
	left: 15px;
	right: 100px;
	bottom: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	opacity: 0;
	z-index: 3;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prolist li:hover .tit{
	opacity: 1;
}

.more{
	font-size: 14px;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 38px;
	display: block;
	margin: 35px auto 0;
	padding-left: 20px;
	border: 1px solid #fff;
	border-radius: 10px 2px 10px 2px;
	text-transform: uppercase;
	background:  url(../images/rightjiantou.png) no-repeat 85% center;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more:hover{
	color: #e60012!important;
	border-color: #e60012!important;
	background-image: url(../images/rightjiantou3.png)!important;
	background-position-x: 90%;
}
.in-sec2{
	padding: 80px 0;
    background-color: #f5f5f5;
    background-image: url(../images/inbg2.jpg);
}

.in-sec2 .main{
	padding: 63px 0;
}
.in-sec2 .kuang {
	background: url(../images/in2kuang.png) no-repeat center 15px;
}
.in-sec2 .main li{
	float: left;
	width: 14%;
	margin-right: 3.2%;
}
.in-sec2 .main li:nth-child(6n){
	margin-right: 0;
}
.in-sec2 .main li .pic{
	position: relative;
	padding-top: 100%;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(130,130,130,.3);
	overflow: hidden;
}
.in-sec2 .main li .pic img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
}
.in-sec2 .main .tbox{
	text-align: center;
	font-size: 17px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.in-sec3{
	padding: 110px 0 80px;
    background-color: #3399fd;
    background-image: url(../images/in3bg.jpg);
    position: relative;
}
.in-sec3 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.in-sec3 .pic{
	width: 239px;
	margin: 0 auto;
	max-width: 50%;
}
.in-sec3 .tit{
	margin-top: 90px;
}
.in-sec3 .tbox{
	padding-right: 260px;
	margin-top: 20px;
	position: relative;
}
.in-sec3 .desc{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 72px;
padding-right: 65px;
}
.in-sec3 .tbox .more{
	margin: 50px 0 0;
}
.culturelink{
	position: absolute;
	right: 0;
	top:0;
	width: 260px;
	font-size: 26px;
	color: #fff;
	text-align: left;
	padding: 0 95px 0 35px;
	background: url(../images/in3jiantou.png) no-repeat right 90%;
	border-left: 3px solid rgba(255,255,255,.3);
}
.culturelink a{
	color: #fff;
}
.culturelink img{
	margin: 0 0 20px 0;
}
.in-sec4{
    background-color: #f7f7f7;
    background-image: url(../images/in4bg.jpg);
}

.in-sec4 .main{
 	display: table;
 	table-layout: fixed;
 	width: 100%;
}
.in-sec4 .item{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-top: 75px;
}
.in-sec4 .con{
	margin-top: 40px;
	position: relative;
}
.assurance{
	padding: 75px 100px;
	background: rgba(255,255,255,.85);
}

.assurance .tbox{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: center;
}
.assurance .more{
	margin: 90px auto 0;
	color: #333;
	border-color: #333;
	background-image: url(../images/rightjiantou2.png);
}
.assurance .pic{
	margin-top: 105px;
}
.assurance .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.videocenter{
	text-align: center;
}
.videocenter .pic {
	overflow: hidden;
	position: relative;
}
.videocenter .pic img{
	display: block;
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.videoswiper:hover .pic img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.videocenter .tbox{
	font-size: 16px;
	color: #fff;
	line-height: 100px;
	height: 100px;
	background: #e60012;
}
.videoswiper{
	position: relative;
	cursor: pointer;
}
.videoswiper:after {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom:0;
    background: url(../images/play.png) no-repeat center center;
    z-index: 2;
}
.in-sec5{
	padding: 80px 0;
    background-color: #fff;
    background-image: url(../images/in5bg.jpg);
}

.in-sec5 .main{
	padding: 65px 0;
 	 border-radius: 10px;
 	 background: rgba(0,0,0,.5);
 	 text-align: center;
}
.in-sec5 ul{
	margin-top: 35px;
}
.in-sec5 img{
	display: block;
	margin:  0 auto;
	max-width:  50%;
	}
.info li{
	float: left;
	width: 33.33%;
		color: #fff;
		text-align: center;
		border-left: 1px solid #c6c6c6;
}
.info li:first-child{
	border: 0;
}
.info  li .tit{
	margin-top: 15px;
	font-size: 16px;

	font-weight: bold;
}	
	.info  li .desc{
	margin-top: 15px;
	font-size: 18px;
line-height: 20px;
height: 40px;
}	
.info .pic img{
	display: block;
	margin:  0 auto;
	max-width:  100%;
	}
.in-sec5  .tbox{
	margin-top: 15px;
}	
.in-sec5   .links{
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin:  40px auto 0;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 2px 10px 2px ;
	padding-left: 33px;
	background: #d60d30  url(../images/mes.png) no-repeat 20px center;
}
.in-sec5   .links:hover{
	background-color: #333;
}
/*
 
 * 
 * */
.bannertbox{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 100%;
	color: #fff;
	text-align: right;
	display: none;
}	
.bannertbox .tit{
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
}	
.bannertbox	.go {
    position: static;
    margin: 30px 0 0 auto;
}

.banner .nynav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
	.nynav ul>li{
	float: left;
	width: 19.4%;
	margin-left: 0.75%;
	position: relative;
}
.nynav ul>li:first-child{
	margin: 0;
}
.nynav ul>li>a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	line-height: 60px;
	text-align: center;
	background: rgba(0,0,0,.6)
}
.nynav ul>li:hover>a,
.nynav ul>li.active>a{
	font-weight: bold;
	background: rgba(223,0,36,.9)
}
.nynav ol{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding:30px;
	display: none;
	z-index: 10;
}
.nynav ul>li:hover ol{
	display: block;
}
.nynav ol li{
	border-bottom: 1px solid  rgba(255,255,255,.1);
}	
	.nynav ol li a{
		display: block;
		line-height: 24px;
		padding: 5px 0;
		font-size: 14px;
		color: rgba(255,255,255,.7);
	}
	.nynav ol li a:hover{
		color: #e60012;
	}
.pro-sec{
	padding: 80px 0;
	background: #f7f7f7 url(../images/nybg.png) no-repeat  left bottom;
}
.pro-sec .main{
	margin-top: 35px;
}



.pages{
	margin-top: 65px;
	text-align: center;
	font-size: 0;
}
.pages li{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
}

.pages li a,
.pages li span{
	display: block;
	line-height: 40px;
	min-width: 40px;
	padding: 0 5px;
	
	color: #666;
}
.pages li.prev{
	font-size: 0;
	width: 80px;
	background: #fff  url(../images/pageprev.png)  no-repeat  center center;
}
.pages li.prev:hover{
	background-image: url(../images/pageprev0.png);
}
.pages li.next{
	width: 80px;
	font-size: 0;
	background: #fff url(../images/pagenext.png)  no-repeat  center center;
}
.pages li.next:hover{
	background-image: url(../images/pagenext0.png);
}
.pages li.active,
.pages li:hover{
	background-color: #df0024;
}
.pages li.active a,
.pages li.active span,
.pages li:hover a,
.pages li:hover span{
	color: #fff;
}


/*
 
 * 
 * */
.ab-sec1{
	padding: 80px 0;
	background: url(../images/ab1bg.jpg) no-repeat left bottom;
}
.ab-sec1 .pic{
	float: right;
	width: 54.2%;
}
.ab-sec1 .pic img{
	display: block;
	width: 100%;
}
.ab-sec1 .tbox{
	float: left;
	width: 43.2%;
}
.ab-sec1 .tbox .desc{
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.ab-sec2{
	background-color: #df0024 ;
	background-image: url(../images/ab2bg.jpg) ;
}
.ab-sec2 .pic{
	float: left;
	width: 45.76%;
}
.ab-sec2 .pic img{
	display: block;
	width: 100%;
}
.ab-sec2 .tbox{
	float: right;
	width: 54.24%;
	padding: 70px 0 0 40px;
}
.ab-sec2 .tbox .desc{
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,.7);
}
.luokuan{
	text-align: right;
	margin-top: 20px;
}
.luokuan img{
	max-width: 100%;
}

.ab2swiper .swiper-button-next,.ab2swiper  .swiper-button-prev {
    width: 17px;
    height: 33px;
    margin-top: -16.5px;
    background-size: 100% 100%;
}
.ab2swiper .swiper-button-next{
	right: 40px;
}
.ab2swiper  .swiper-button-prev {
	left: 40px;
}
.ab-sec3{
	padding: 80px 0;
	background: url(../images/ab3bg.jpg) no-repeat left bottom;
}
.ab-sec3 .main{
	margin-top: 35px;
}
.floortag {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 26px;
    color: #ffffff;
    line-height: 40px;
    border-radius: 4px 4px 0 4px;
    background: #df0024;
    padding: 0 25px;
}
.floortag:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 30px;
    height: 16px;
    background: url(../images/tagjiao.png) no-repeat left top;
}
.ab-sec3 .tbox{
	padding-right: 46%;
}
.ab-sec3 .title{
	font-size: 24px;
	color: #333333;
}
.ab-sec3 .description{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.ab-sec3 ul{
	margin-top: 40px;
}
.ab-sec3 ul li{
	float: left;
	position: relative;
	margin-right: 2.4%;
	width: 10.4%;
	padding-top: 10.4%;
	border-radius:  10px 2px 10px 2px;
	background: #df0024;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.ab-sec3 ul li:nth-child(8n){
	margin-right: 0;
}
.ab-sec3 ul li:nth-child(even){
	background: #333333;
}
.ab-sec3 ul li .num{
	font-size: 16px;
	opacity: .5;
}
.ab-sec3 ul li .tit{
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 22px;
}
.ab-sec3 ul li .desc{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}

.ab-sec3 ul li:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 23px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	border-radius: 50%;
	background: #fff;
}
.ab-sec4{
	padding: 80px 0;
	background: #f4f4f4;
}
.ab-sec4 .main{
	margin-top: 30px;
}

.ab-sec4 .main img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ab-sec5{
	padding: 80px 0;
	background: #f7f7f7 url(../images/ab5bg.jpg) no-repeat center top;
}
.ab-sec5 .main{
	margin-top: 30px;
}

.ab-sec5  .desc{
 font-size: 16px;
 color: #666;
 line-height: 24px;
}
.ab-sec5  .prolist{
	margin-top: 30px;
	position: relative;
}
.ab5swiper ul li{
	float: none;
	margin: 0;
	width: 100%;
}
.ab5swiper li:hover a:after{
	background-image: url(../images/search2.jpg);
}
.ab-sec5 .swiper-button-next,
.ab-sec5 .swiper-button-prev{
	width: 70px;
	height: 70px;
	margin-top: -35px;
}
.ab-sec5 .swiper-button-next{
	right:  -100px;
	background: url(../images/rightab.png) no-repeat center center;
}
.ab-sec5 .swiper-button-prev{
	left: -100px;
	background: url(../images/leftab.png) no-repeat center center;
}


/*
 
 * 
 * */
.weizhi{
	font-size: 14px;
	color: #999999;
	padding-left: 30px;
	line-height: 80px;
	background: url(../images/home.png) no-repeat left center;
}
.weizhi a{
	margin-right: 5px;
	color: #999999;
	}
	
.proxq-sec{
	padding-bottom: 80px;
	background: #f7f7f7 url(../images/nybg.png) no-repeat left bottom;
}
.proinfo{
	border: 2px  solid #e60012;
	border-radius: 10px 2px 10px 2px;
	box-shadow: 0px 0px 13px rgba(107,107,107,.21);
	overflow: hidden;
	background: #fff;
	position: relative;
}
.proinfo:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	background: #e60012;
}
.proinfo .pic{
	float: left;
	width: 50%;
	padding: 10px;
	position: relative;
}
.zoomico{
	position: absolute;
	bottom: 10px ;
	right: 10px;
	z-index: 2;
}
.proinfo .pic img{
	width: 100%;
	display: block;
}

.proxqswiper .swiper-button-next,.proxqswiper  .swiper-button-prev {
    width: 17px;
    height: 33px;
    margin-top: -16.5px;
    background-size: 100% 100%;
}
.proxqswiper .swiper-button-next{
	right: 30px;
	background: url(../images/pright.png) no-repeat center center;
}
.proxqswiper  .swiper-button-prev {
	left: 30px;
	background: url(../images/pleft.png) no-repeat center center;
	
}
div.zoomDiv {
	z-index: 998;
	position: absolute;
	top: 0px;
	left: 51%!important;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #ced0d3;
	display: none;
	text-align: center;
	overflow: hidden;
}
.zoomDiv img{
	width: 300%;
}
div.zoomMask {
	position: absolute;
	cursor: move;
	z-index: 1;
}
.proinfo .tbox{
	float: left;
	width: 50%;
	padding: 50px 60px;
}
.proinfo .desc{
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.proinfo .btns{
	margin-top: 30px;
	padding-top: 40px;
	border-top: 2px solid #eaeaea;
}
.proinfo .links {
	float: left;
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 2px 10px 2px;
    padding-left: 45px;
    background: #d60d30 url(../images/mes.png) no-repeat 20px center;
}
.proinfo .links:hover {
    background-color: #333;
}
.proinfo .share{
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	background: url(../images/share.png) no-repeat left center;
}

.proxqcon{
	margin-top: 40px;
    border-radius: 10px 2px 10px 2px;
    box-shadow: 0px 0px 13px rgb(107 107 107 / 21%);
    overflow: hidden;
    background: #fff;
    padding: 60px;
}
.prodetails{
	font-size: 16px;
	line-height: 26px;
	color: #666;

}

.prokew{
	margin-top: 40px;
	border-top: 2px solid #e5e5e5;
	padding-top: 25px;
}
.prokew .tit{
	font-size: 18px;
	color: #333333;
	padding-left: 30px;
	background: url(../images/ktit.png) no-repeat left center;
}

.prokew .desc{
	margin-top: 15px;
}
.prokew .desc a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
	border-radius: 25px;
	background: #e5e5e5;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
margin-bottom: 5px;	
}
.prokew .desc a:hover{
	color: #333;
}




.protj-sec {
	margin-top: 80px;
}
.protj-sec .main{
	margin-top: 35px;
}

/*
 
 * 
 * */
.contact-sec2 .intitle,
.proinfo .intitle,
.protj-sec .intitle,
.ab-sec1 .intitle,
.ab-sec2 .intitle,
.ab-sec3 .intitle,
.ab-sec5 .intitle{
	text-align: left;
	background-position-x: left;
}

/*
 
 * 
 * */
.ct-sec{
	padding: 80px 0;
	background: #f7f7f7 url(../images/nybg.png) no-repeat left bottom;
}
.contact-sec1 .info li  {
    color: #333;
}
.contact-sec2 {
	margin-top: 80px;
	background: #464646 url(../images/ct2bg.jpg) no-repeat left top;
	position: relative;
	z-index: 0;
}

.contact-sec2 .leftbox {
	float: left;
	width: 50%;
	padding: 75px 40px 30px 40px;
}


.contact-sec2 .form {
	margin-top: 20px;
	font-size: 0;
	text-align: left;
}

 

.contact-sec2 .form .inputtext {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	width: 48.4%;
	margin-right: 3.2%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bdbbbb;
	background: #ffffff;
	text-indent: 20px;
	margin-bottom: 10px;
}

.contact-sec2 .form .inputtext:nth-child(2n) {
	margin-right: 0;
}
.contact-sec2 .form .yzmmd{
	width: 18.5%;
}
.yzm{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 10px;
}
.yzm img{
	display: block;
	width: 110px;
	height: 40px;
}
.contact-sec2 .form .textarea {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 140px;
	line-height: 38px;
	border: 1px solid #bdbbbb;
	background: #fff;
	text-indent: 20px;
	margin-bottom: 10px;
	resize: none;
}
.contact-sec2 .form .inputtext:focus,
.contact-sec2 .form .textarea:focus{
	border-color: #d60d30;
}
.contact-sec2   .note{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 25px;
	background: url(../images/err.png) no-repeat left center;
}
 
.inputsubmit {
	 font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 80px 0 0;
    width:127px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 2px 10px 2px;
    padding-left: 45px;
    text-align: left;
    background: #d60d30 url(../images/mes.png) no-repeat 15px center;
    
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.inputsubmit:hover {
   background-color: #666666;
}
.contact-sec2 .rightbox {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #fff;
	padding: 10px;
	z-index: 1;
}
.mapbox {
	background: #fff;
	height: 100%;
}

.mapbox iframe {
	border: none;
	display: block;
}



/*
 
 * 
 * */
.video-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.video-box video {
	object-fit: cover;
}

.video-box .video-js .vjs-big-play-button {
	line-height: 65px!important;
	height: 65px;
	width: 65px;
	background-color: transparent;
	color: #fff;
}

.video-js .vjs-tech:focus,
.vjs-poster,
.video-js {
	outline: none!important;
}

.video-js,
.vjs-poster {
	background-color: transparent!important;
	background-size: cover!important;
}

/*@media only screen and (min-width:960px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}
	.videofixed .video-box {
		width: 78%;
		height: 68%;
		top: 21%;
		left: 11%;
	}
	.videoclose {
		position: fixed;
		top: 50px;
		right: 50px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}
}*/

@media only screen and (max-width:1024px) {
	.videofixed .video-box {
		width: 80%;
		height: 40%;
		top: 30%;
		left: 10%;
	}
}

@media only screen and (max-width:960px) {
	.videofixed .video-box {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}


/*
 
 * 
 * */
@media only screen and (max-width: 1500px) {
	.w{
		width: 1200px;
	}
	.intitle {
    line-height: 34px;
    font-size: 32px;
    }
    .in-sec1 .main .tbox {
    padding: 0 125px;
}
	.in-sec2 .kuang{
		background-size: 100% auto;
	}
	.in-sec3 .pic img{
		width: 140px;
	}
	.assurance {
    padding: 55px ;
    }
    .foot {
    padding: 35px 0;
    }
    .protabs li {
    width: 220px;
    }
    .protabs a {
    font-size: 16px;
    }
    .in-sec3 .tit {
    margin-top: 60px;
}
.bannertbox {
    bottom: 70px;
    }

.bannertbox .tit {
    font-size: 30px;
    }
.ab-sec2 .tbox {
    padding: 40px 0 0 40px;
}
.ab-sec3 ul li:after {
    bottom: 18px;
    }
.ab-sec5 .swiper-button-next{
	right:  -80px;
}
.ab-sec5 .swiper-button-prev{
	left: -80px;
	}


.ab-sec1,
.ab-sec3,
.ab-sec4,
.ab-sec5,
.in-sec1 ,
.in-sec2,
.in-sec3 ,
.in-sec5 {
    padding: 60px 0;
    }
}
@media only screen and (max-width: 1280px) {
	.w{
		width: 1180px;
	}
	.in-sec2 .main {
    padding: 42px 0;
}
.bannertbox {
    bottom: 60px;
    }

.bannertbox .tit {
    font-size: 23px;
    }
    .ab-sec5 .swiper-button-next{
	right:  0;
}
.ab-sec5 .swiper-button-prev{
	left:0;
	}
	.ab-sec3 .tbox {
    padding-right: 26%;
}
}

@media only screen and (max-width: 1200px) {
	.w{
		width: 1024px;
	}
	.protabs li{
		margin-top: 10px;
	}
	.culturelink {
    font-size: 22px;
    }
    .assurance .more {
    margin: 40px auto 0;
    }
   .assurance .pic {
    margin-top: 55px;
}
}

@media only screen and (max-width: 1024px) {
	.w{
		width: 960px;
	}
	.head_top .logo img {
    height: 32px;
    }
    .right-nav .links {
    margin: 0 10px;
    font-size: 15px;
    }
    .nav nav>ul>li>a {
    font-size: 15px;
    }
    .assurance .more {
    margin: 30px auto 0;
}
    .assurance .pic {
    margin-top: 35px;
}
.bannertbox {
    bottom: 67px;
}
.bannertbox .go{
	display: none;
}
}
@media only screen and (max-width: 960px) {
	.w{
		width: 100%;
		padding: 0 4%;
	}
	header{
		display: none;
	}
	.phone_head{
		display: block;
	}
	.in-sec2 .kuang{
		background: no-repeat;
	}
		.in-sec2 .main{
			padding-bottom: 0;
		}
	.in-sec2 .main li {
    float: left;
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 30px;
}
.in-sec2 .main .tbox {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    }
    .in-sec3 .pic img {
    width: 100px;
}
.in-sec3 .desc {
    padding-right: 35px;
}
.in-sec3 .tbox .more {
    margin: 30px 0 0;
}
.in-sec4 .main {
    display: block;
}
.in-sec4 .item {
    display: block;
    width: 100%;
    padding: 30px 0 0;
}
.in-sec4 .assurance{
	padding: 30px;
}
.info li {
    width: 100%;
    border-left: 0;
}
.in-sec5 .main{
	padding: 30px;
	
}
.foot{
	display: none;
}
.share{
	display: none;
}
.copyright {
    line-height: 40px;
    text-align: center;
}
.prolist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.prolist li:nth-child(4n){
    margin-right: 4%;
	
}
.prolist li:nth-child(2n){
    margin-right: 0;
	
}
.prolist li .tit {
    right: 60px;
    font-size: 14px;
    line-height: 24px;
    }
.banner .nynav {
    display: none;
}

.bannertbox{
	text-align: center;
}
.bannertbox {
    bottom: 47px;
}
.weizhi {
    font-size: 12px;
    line-height: 30px;
}
.proinfo {
     margin-top: 30px;
}
.proinfo:before{
	display: none;
}
.proinfo .pic {
    width: 100%;
}
.proinfo .tbox {
    width: 100%;
    padding: 30px;
}
.proxqcon{
    padding: 30px;
	
}
.protj-sec {
    margin-top: 40px;
}
.zoomico,
div.zoomDiv{
	display: none!important;
}
.contact-sec2 .leftbox {
    width: 100%;
    padding: 30px;
    background: #464646 url(../images/ct2bg.jpg) no-repeat left top;
}
.contact-sec2 .rightbox {
	float: left;
    position: static;
    height: 500px;
    width: 100%;
    padding: 10px;
}
.contact-sec2 {
    margin-top: 40px;
}

.ab-sec1 .tbox {
    width: 100%;
}
.ab-sec1 .pic {
    width: 100%;
    margin-top: 30px;
}
.ab-sec2 .tbox {
    width: 100%;
    padding: 0;
}
.ab-sec2 .pic {
    width: 100%;
    margin-top: 30px;
}
.ab-sec3 ul li .tit {
    margin-top: 4px;
    margin-bottom: 13px;
    }
    
    .ab-sec3 ul li:after{
    	display: none;
    }
    
    
    
    
    
    
    
    
.ab-sec2,
.ct-sec,
.proxq-sec,
 .in-sec4{
 	padding: 60px 0;
 }
}
@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 640px) {
	.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev{
		display: none;
	}
	.go{
		display: none;
	}
	
	.bannerswiper .swiper-pagination {
    bottom: 5px;
}
	.intitle {
    line-height: 24px;
    font-size: 21px;
    padding-bottom: 15px;
}
.in-sec1 .main .tbox {
    padding: 0 ;
    font-size: 14px;
}	
	.protabs li {
    width: 150px;
    vertical-align: top;
    margin-top: 5px!important;
}
	.protabs a {
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
	}
	.in-sec2 .main {
    padding: 30px 0 0;
}
	.in-sec2 .main li {
    width: 50%;
    padding: 0 10px;
}
	.in-sec2 .main .tbox {
    font-size: 14px;
    }
	.in-sec3 .tbox {
    padding-right: 0;
}
	.in-sec3 .desc {
    padding-right: 0;
}
	.culturelink {
		margin-top: 30px;
    position: static;
    width: 100%;
    font-size: 20px;
    padding: 0 95px 0 0;
    border-left: 0;
}

.videoswiper:after{
	background-size: 30px 30px;
}
.videocenter .tbox {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
}
.info li {
	margin-bottom: 20px;
}
.info li .desc {
    font-size: 16px;
    height: auto;
}
.copyright {
	padding: 10px 0;
    line-height: 16px;
}
.pages {
    margin-top: 25px;
}
.pages li {
	margin-bottom: 5px;
    font-size: 15px;
}
.weizhi {
    line-height: 16px;
}

.proinfo .tbox {
    padding: 20px;
}
.proinfo .btns {
    margin-top: 10px;
    padding-top: 20px;
}
 
.contact-sec2 .form .inputtext {
    width: 100%;
    margin-right: 0%;
}
 .contact-sec2 .form .yzmmd {
    width: 45%;
}
.inputsubmit {
    margin: 20px auto 0;
    }
    
    .contact-sec2 .rightbox {
    height: 250px;
    
    }
    .ab2swiper .swiper-button-next{
	right: 0;
}
.ab2swiper  .swiper-button-prev {
	left: 0;
}
  .floortag {
    font-size: 16px;
    }  
    .ab-sec3 .tbox {
    padding-right: 0;
}
.ab-sec3 .title {
    font-size: 18px;
    color: #333333;
}
.ab-sec3 ul {
    margin-top: 0;
}
    .ab-sec3 ul li {
    	margin-top: 20px;
    margin-right: 4%;
    width: 22%;
    padding-top: 25%;
}
.ab-sec3 ul li:nth-child(8n) {
    margin-right: 6%;
}
.ab-sec3 ul li:nth-child(4n) {
    margin-right: 0;
}
.ab-sec3 ul li .tit {
    font-size: 13px;
    }


 .contact-sec2 .intitle, .proinfo .intitle, .protj-sec .intitle, .ab-sec1 .intitle, .ab-sec2 .intitle, .ab-sec3 .intitle, .ab-sec5 .intitle {
    text-align: center;
    background-position-x: center;
}
.ab-sec5 .swiper-button-next, .ab-sec5 .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: cover;
margin-top: -15px;
}









.ab-sec1 .tbox .desc ,
.in-sec4 .con {
    margin-top: 25px;
}	
.ab-sec1,.ab-sec2, .ab-sec3, .ab-sec4, .ab-sec5, 
.ct-sec,
.proxq-sec,
	.pro-sec,
	.in-sec1, .in-sec2, .in-sec3, .in-sec4,.in-sec5 {
    padding:30px 0;
}
}
@media only screen and (max-width: 375px) {
	
}

@media only screen and (max-width: 320px) {
	
}




