@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'MyriadPro';
 src: url('../font/MyriadPro-Regular.eot');
 src: local('MyriadPro-Regular Regular'),
        local('MyriadPro-Regular'),
        url('../font/MyriadPro-Regular.woff') format('woff'),
        url('../font/MyriadPro-Regular.ttf') format('truetype'),
        url('../font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
} 
.w{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.w2{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;position: relative;
}
header h1{
	float: left;
	margin: 0;
}
.header-top .link{
	height: 29px;
	line-height: 29px;
	margin-top: 33px;
}
.header-top .link a{
	padding-left: 40px;
	font-size: 14px;
	color: #666666;
	margin-right: 34px;
	float: left;
	height: 29px;
	line-height: 29px;
}
.header-top .link .tmall{
	background: url(../img/header_ico1.png) no-repeat 0 0;
}
.header-top .link .shop{
	background: url(../img/header_ico2.png) no-repeat 0 0;
}
.header-top .link .language{
	background: url(../img/header_ico3.png) no-repeat 27px 0;
	border-left: 1px solid #eeeeee;
	margin: 0;
	padding-left: 68px;
}
.header-top .link a:hover{
	background-position: 0 -29px;
}
.header-top .link .language:hover{
	background-position: 27px -29px;
}
.phone-header{
	display: none;
	width: 100%;
	height: 40px;
	background: #fff;
}
.phone-header-box{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	z-index: 999;
}
.phone-header h1{
	line-height: 20px;
	margin: 0 0 0 15px;
}
.phone-header .menu-push{
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height: 27px;
	padding: 12px 13px 0;
	background: #fff;
	z-index: 999;
}
.phone-header .menu-push.fixed{
	position: fixed;
	background: rgba(255,255,255,.8);
}
.phone-header .menu-push.fixed.menu-open{
	width: 100%;
	background: rgba(255,255,255,1);
}
.phone-header .menu-push .push-line{
	float: right;
	width: 27px;
	height: 27px;
}
.phone-header .menu-push .line{
	display: block;
	width: 27px;
	height: 3px;
	margin-bottom: 4px;
	background: #000;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.phone-header .menu-push.menu-open{
	background: #ff0000;
}
.phone-header .menu-push.menu-open .line{
	background: #fff;
}
.phone-header .menu-push.menu-open  .line-1{
	width: 30px;
	transform: translate(0px, 7px) rotate(45deg);
	-webkit-transform: translate(0px, 7px) rotate(45deg);
	-moz-transform: translate(0px, 7px) rotate(45deg);
	-o-transform: translate(0px, 7px) rotate(45deg);
}
.phone-header .menu-push.menu-open  .line-2{
	 width: 0px;
	 transform: translateX(27px);
	 -webkit-transform: translateX(27px);
	 -moz-transform: translateX(27px);
	 -o-transform: translateX(27px);
}
.phone-header .menu-push.menu-open  .line-3{
	width: 30px;
	transform: translate(0px, -7px) rotate(-45deg);
	-webkit-transform: translate(0px, -7px) rotate(-45deg);
	-moz-transform: translate(0px, -7px) rotate(-45deg);
	-o-transform: translate(0px, -7px) rotate(-45deg);
}
.phone-header .menu-list{
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	z-index: 999;
	display: none;
}
.phone-header .menu-list form .choose{
	padding: 16px 15px 11px;
	background: #fff;
	box-shadow: 0px 3px 3px #f1f1f1 inset;
}
.phone-header .menu-list form .choose a{
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}
.phone-header .menu-list form .choose i{
	float: left;
	width: 1px;
	height: 7px;
	margin: 3px 27px 0;
	background: #c2c1c1;
}
.phone-header .menu-list form .choose a.on{
	color: #ff0000;
}
.phone-header .menu-list .form{
	height: 33px;
	background: #e9e9e9;
}
.phone-header .menu-list form input{
	float: left;
}
.phone-header .menu-list form .text{
	width: 80%;
	height: 33px;
	line-height: 33px;
	border: none;
	padding-left: 15px;
	background: #e9e9e9;
}
.phone-header .menu-list form .search{
	height: 33px;
	width: 33px;
	margin-right: 15px;
	float: right;
	border: none;
	background: #e9e9e9 url(../img/form_ico.png) no-repeat center center;
	background-size: 15px 15px;
}
.phone-header .menu-list ul{
	float: none;
	overflow: auto;
}
.phone-header .menu-list li{
	float: none;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
.phone-header .menu-list li .z1{
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 15px;
	position: relative;
}
.phone-header .menu-list li .z1 i{
	position: absolute;
	right: 15px;
	top: 14px;
	width: 17px;
	height: 17px;
	background: url(../img/menu_list1.png) no-repeat right center;
	background-size: 17px 17px;
}
.phone-header .menu-list li .z1.active{
	color: #fff;
	background: #ff0000;
	border-color: transparent;
}
.phone-header .menu-list li .z1.active i{
	background-image: url(../img/menu_list2.png);
}

.phone-header .menu-list li dl{
	padding: 5px 0;
	display: none;
	margin: 0;
}
.phone-header .menu-list li dd{
	
}
.phone-header .menu-list li dd a{
	padding: 0 15px;
	background: #f5f5f5;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #7c7c7c;
}

.header-bot{
	width: 100%;
	background: #2b2c2d;

}
.header-bot .nav{

}
.header-bot .nav li{
	
}
.header-bot .nav li a.z1{
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3d3e3f;
	padding-top: 0;
	padding-right: 53px;
	padding-bottom: 0;
	padding-left: 53px;
}
.header-bot .nav li a.z1:hover,.header-bot .nav li a.z1.on{
	background: #555656;
	color: #fff;
}
.header-bot .found-btn{
	width: 17px;
	height: 17px;
	background: url(../img/form_ico.png) no-repeat 0 0;
	background-size: 17px 17px;
	float: right;
	margin: 18px 6px 0 0;
}
.header-slide{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	padding: 20px 0 12px;
	text-align: center;
	opacity: 0.95;
	display: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
}
.header-slide dd{
	width: 134px;
	display: inline-block;
	float: none;
	margin: 0 15px;
}
.header-slide dd p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.header-slide dd img{
	transition: all 1s;
}
.header-slide dd:hover img{
	transform:scale(1.05);
}
.header-slide dd:hover p{
	color: #ff0000;
}
.header-slide.spec dd{
	margin: 0 6px;
}
.header-found{
	position: absolute;
	top: 142px;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 30px 0 50px;
	z-index: 99;
	border-top: 1px solid #e5e5e5;
	display: none;
}
.header-found form{
	width: 700px;
	margin: 0 auto;
}
.header-found form .link{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.header-found form .link a{
	font-size: 14px;
	color: #666666;
}
.header-found form .link span{
	margin: 0 25px;
}
.header-found form .link a:hover{
	color: #ff0000;
}
.header-found form .link a.on{
	font-weight: bold;
	color: #ff0000;
}
.header-found form .text{
	float: left;
	width: 525px;
	height: 58px;
	line-height: 58px;
	padding: 0 20px;
	border: 1px solid #cfcfcf;
	border-radius: 4px 0 0 4px;
	border-right: none;
	font-size: 14px;
}
.header-found form .search{
	width: 129px;
	height: 58px;
	line-height:58px;
	background: #ff0000;
	border-radius: 0 4px 4px 0;
	border: none;
	font-size: 20px;
	color: #ffffff;
}
.footer-top{
	background: #555656;
	width: 100%;
	padding: 44px 0 24px;
}
.footer-top .list{
	width: 620px;
}
.footer-top .list ul{
	width: 100%;
}
.footer-top .list li{
	width: 25%;
}
.footer-top .list li .tit{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	margin-bottom: 15px;
	display: inline-block;
}
.footer-top .list li a:hover{
	color: #3399FF;
}
.footer-top .list dd{
	margin-bottom: 3px;
}
.footer-top .list dd a{
	font-size: 12px;
	color: #9d9e9e;
	line-height: 2;
}
.footer-top-tips{
	width: 550px;
	margin-right: 3px;
	float: right;
}
.footer-top-tips h3{
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
	margin-bottom: 14px;
	font-weight: normal;
}

.footer-top-tips .tell{
	margin-bottom: 14px;
	width: 260px;
	height: 80px;
	float: left;
}
.footer-top-tips .tell h1{
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 12px;
}
.footer-top-tips .tell span{
	font-size: 34px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(tell.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 40px;
}
.footer-top-tips .link{
	position: relative;
}
.footer-top-tips .link .tit{
	display: block;
	width: 172px;
	overflow: hidden;
	height: 35px;
	font-size: 12px;
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
	line-height: 35px;
	position: relative;
	padding-top: 0;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 11px;
}
.footer-top-tips .link .tit i{
	position: absolute;
	width: 0;
	height: 0;
	border-width: 3px;
	border-color:transparent transparent  #fff;
	border-style: solid;
	right: 13px;
	top: 11px;
}
.footer-top-tips .link a:hover{
	color: #fff;
}
.footer-top-tips .link .sub{
	position: absolute;
	left: 0;
	bottom: 36px;
	display: none;
}
.footer-top-tips .link .sub a{
	display: block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #b5b5b5;
	background: #555656;
	width: 250px;
	color: #b5b5b5;
	padding-left: 10px;
}
.footer-top-tips .link .sub a:hover{
	color: #fff;
}
.footer-top .share{
	margin-top: 20px;
}
.footer-top .share a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 14px 0 0;
	float: left;
}
.footer-top .share .bds_tsina{
	background: url(footer_share1.png) no-repeat 0 0;
}
.footer-top .share .bds_weixin{
	background: url(footer_share1.png) no-repeat -30px 0;
}
.footer-top .share .bds_weixin .code{
	position: absolute;
	bottom: 40px;
	left: -75px;
	display: none;
}
.footer-top .share .bds_tsina .code{
	position: absolute;
	bottom: 40px;
	left: -75px;
	display: none;
}
.footer-top .share a:hover{
	background-image: url(footer_share2.png);
}
.footer-bot{
	width: 100%;
	background: #2b2c2d;
	height: 68px;
	line-height: 68px;
}
.footer-bot p{
	font-size: 12px;
	color: #abacac;
}
.footer-bot p a{
	color: #abacac;
}
.footer-bot p a:hover{
	color: #fff;
}
.phone-footer{
	display: none;
}
.phone-footer-top{
	background: #4b4c4d;
	padding: 0 15px;
}
.phone-footer-top h3{
	font-size: 16px;
	color: #ffffff;
	line-height: 3;
	border-bottom: 1px solid #5d5e5f;
	margin-bottom: 3px;
}
.phone-footer-top p{
	font-size: 12px;
	color: #abacac;
	line-height: 2;
}
.phone-footer-top .code{
	margin-top: 22px;
	padding-bottom: 16px;
}
.phone-footer-top .code ul{
	width: 100%;
}
.phone-footer-top .code li{
	width: 21%;
	margin-right: 11%;
	text-align: center;
}
.phone-footer-bot{
	background: #363637;
	padding-bottom: 28px;
}
.phone-footer-bot .link{
	text-align: center;
	/*height: 24px;*/
	padding-top: 23px;
}
.phone-footer-bot .link a{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #e1e1e1;
}
.phone-footer-bot .link i{
	display: inline-block;
	width: 1px;
	height: 6px;
	background: #545455;
	margin: 0 4% 0;
}
.phone-footer-bot p{
	text-align: center;
	font-size: 14px;
	color: #868687;
	line-height: 2;
}

.i-side{
	position: fixed;
	right: 2%;
	top: 50%;
	width: 23px;
	z-index: 100;
	text-align: center;
}
.i-side a{
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid #b5b5b5;
	position: relative;
	border-radius: 50%;
	margin: 0 auto 12px;
	line-height: 1;
}
.i-side a.on{
	background: #305fb5;
	border-color: #305fb5;
}
.i-side a em{
	position: absolute;
	top: -3px;
	right: 24px;
	width: 85px;
	font-size: 14px;
	color: #666666;
	line-height: 1.15;
	display: none;
}
.i-side a.on em{
	display: block;
}
.i-side i{
	width: 23px;
	height: 43px;
	background: url(i_side.png) no-repeat 0 0;
	display: block;
}
.i-banner{
	width: 100%;
}
.i-banner .swiper-slide{
	min-height: 0;
}
.x-map-banner .swiper-slide{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.x-map-banner .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.i-banner .swiper-slide a{
	display: block;
}
.i-banner .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
}
.i-banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin: 0 3px;
}
.i-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.i-main{
	width: 100%;
}
.i-about{
	position: relative;
}
.i-about .title{
	background: url(i_about_bg1.png) no-repeat center 0;
	background-size: 100%;
	width: 398px;
	margin: 0 auto;
	height: 199px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.i-about .title h3{
	font-size: 34px;
	color: #ffffff;
	line-height: 1.3;
	padding-top: 25px;
	margin-bottom: 5px;
}
.i-about .title p{
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
	opacity: 0.7;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.i-about .main{
	width: 775px;
	height: 636px;
	background: url(i_about_bg2.png) no-repeat center 0;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	margin-top: -120px;
	z-index: 1;
	padding-top: 120px;
}
.i-about .main .text{
	max-width: 444px;
	text-align: center;
	padding-top: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.i-about .main .text h3{
	font-size: 32px;
	color: #2a5897;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 5px;
}
.i-about .main .text h4{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #cacaca;
	line-height: 1.11;
	font-family: Arial, Helvetica, sans-serif;
}
.i-about .main .text span.line{
	display: block;
	width: 30px;
	height: 2px;
	margin: 2% auto 5%;
	background-color: #2a5897;
}
.i-about .main .text p{
	font-size: 14px;
	color: #666666;
	line-height: 1.85;
}
.i-about .main .text .more{
	width: 70px;
	height: 70px;
	background: url(i_more1.png) no-repeat 0 0;
	display: block;
	margin: 16% auto 0;
	transition: all 0.5s;
}
.i-about .main .text .more:hover{
	background-image: url(i_more1_1.png);
}
.i-about .img-box{
	width: 291px;
	height: 291px;
	position: absolute;
	top: 157px;
}
.i-about .left-img{
	left: 0;
}
.i-about .right-img{
	right: 0;
}
.i-about .img-box .mask{
	width: 291px;
	height: 291px;
	background: url(i_about_bor1.png) no-repeat 0 0;
	background-size: 291px 291px;
	position: absolute;
	left: 0;
	top: -16px;
}
.i-video{

}
.i-video .main{
	width: 100%;
	min-height: 500px;
	padding-bottom: 30px;
}
.i-video .main video{
	width: 700px;
	height: 432px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
	background: #000;
}
.i-video .main .info{
	width: 325px;
	height: 335px;
	background: #fff;
	position: absolute;
	right: 65px;
	top: 49px;
	z-index: 6;
	box-shadow: 0px 0px 4px 1px #ededed;
}
.i-video .main .info i{
	background: url(../img/i_ico1.png) no-repeat 0 0;
	width: 9px;
	height: 335px;
	position: absolute;
	left: -9px;
	top: 0;
}
.i-video .main .info .text{
	width: 80%;
	margin: 55px auto 0;
}
.i-video .main .info .text h3{
	font-size: 24px;
	color: #2a5897;
	line-height: 1.5;
	font-weight: bold;
}
.i-video .main .info .text h3 a{
	color: #2a5897;
}
.i-video .main .info .text .line{
    width: 96%;
    height: 5px;
    text-align: left;
    /* background: url(i_line.png) repeat-x; */
    margin: 0px 0 10px;
    display: block;
}
.i-video .main .info .text p{
	font-size: 12px;
	color: #333333;
	line-height: 2;
}
.i-video .main .video-bg{
	width: 305px;
	height: 200px;
	background: url(video_bg.png) no-repeat 0 0;
	position: absolute;
	left: 50px;
	top: 120px;
	z-index: 1;
}
.i-video .main .btn{
	height: 40px;
	margin: 25px 0 0 10%;
}
.i-video .main .btn a{
	display: inline-block;
	margin-right: 11px;
	width: 38px;
	height: 38px;
	border: 1px solid #c6c6c6;
	background: url(i_video_btn1.png) no-repeat 0 0;
	z-index: 20;
}
.i-video .main .btn a.right{
	background-position: -38px 0;
}
.i-video .main .btn a:hover{
	border-color: #305fb5;
	background-color: #305fb5;
	background-image: url(i_video_btn2.png);
}
.i-video .main .img-list{
	position: absolute;
	left: 12px;
	top: -10px;
	width: 100%;
	height: 432px;
}
.i-video .main .img-list ul{
	width: 700px;
	height: 432px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
}
.i-video .main .img-list li{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.i-video .main .img-list li img{
	width: 100%;
}
.listpd li a.btn{
	font-family: 'MyriadPro';
}
.i-produce .listpd .swiper-slide .img:hover .mask{
	opacity: 1;
}


.i-news{

}
.i-news .main{
	padding-bottom: 60px;
}
.i-news .main .swiper-slide{
	position: relative;
	min-height: 0;
}
.i-news .main .swiper-slide .mask{
	width: 1200px;
	height: 400px;
	background: url(i_news_bg.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;

}
.i-news .main .swiper-slide .img-box{
	/*width: 272px;*/
	height: 266px;
	position: relative;
	float: left;
	z-index: 1;
	/*margin: 7px 0 0 7px;*/
	background: #f1f1f1;
	z-index: 3;
	padding: 60px 25px;
	margin-right: 20px;
}
.i-news .main .swiper-slide .img-box img{
	height: 266px;
	width: 393px;
	position: relative;
	z-index: 3;
}
.i-news .main .swiper-slide .img-box .border{
	position: absolute;
	height: 266px;
	width: 393px;
	border: 1px solid #d5d5d5;
	left: 45px;
	top: 80px;
	z-index: 2;
}
.i-news .main .swiper-slide .text{
	position: relative;
	float: left;
	z-index: 3;
	width: 571px;
	margin: 60px 0 0 0;
}
.i-news .main .swiper-slide .text h3{
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
}
.i-news .main .swiper-slide .text h3 a{
	float: left;
	font-size: 28px;
	color: #333333;
	max-width: 466px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.i-news .main .swiper-slide .text h3 a:hover{
	color: #ff0000;
}
.i-news .main .swiper-slide .text h3 em{
	float: right;
	font-size: 14px;
	color: #999999;
}
.i-news .main .swiper-slide .text span.line{
	display: block;
	margin: 0 0 31px;
	width: 56px;
	height: 2px;
	background: #c5c5c5;
}
.i-news .main .swiper-slide .text p{
	font-size: 14px;
	color: #999999;
	line-height: 1.7;
}
.i-news .main .swiper-slide .text a.more{
	display: block;
	margin-top: 59px;
	width: 172px;
	height: 41px;
	background: #6c6c6c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 41px;
	font-size: 18px;
}
.i-news .main .swiper-slide .text a.more:hover{
	opacity: 0.6;
}
.i-news .main .swiper-container{
	
}
.i-news .main .swiper-pagination{
	bottom: 0;
	width: 100%;
}
.i-news .main .swiper-pagination-bullet{
	width: 21px;
	height: 21px;
	background: url(i_news_ico1.png) no-repeat 0 0;
	margin: 0 4px;
}
.i-news .main .swiper-pagination-bullet-active{
	background-position: -21px 0;
}
.i-news .swiper-button-next,.i-news .swiper-button-prev{
	width: 70px;
	height: 70px;
	background: url(i_news_btn1.png) no-repeat;
	margin: 0;
}
.i-news .swiper-button-next{
	background-position: 0 -70px;
	top: auto;
	bottom: 0;
	right: 0;
}
.i-news .swiper-button-prev{
	background-position: 0 0;
	top: 0;
	right: 0;
	left: auto;
}
.i-news .swiper-button-next:hover,.i-news .swiper-button-prev:hover{
	background-image: url(i_news_btn2.png);
}
.i-customer .main{
	padding-bottom: 128px;
}
.i-customer .main h4{
	font-weight: normal;
	font-size: 14px;
	color: #898989;
	line-height: 2;
	text-align: center;
}
.i-customer .main span.line{
	display: block;
	margin: 9px auto 0;
	width: 27px;
	height: 1px;
	background: #c6c6c6;
}
.i-customer .main .form{
	display: block;
	max-width: 1050px;
	margin: 64px auto 0;
}
.i-customer .main .form input{
	border: 1px solid #d5d5d5;
	font-size: 14px;
}
.i-customer .main .form .line1{
	width: 266px;
	height: 48px;
	line-height: 48px;
	padding: 0 46px 0 13px;
	float: left;
	margin: 0 34px 25px 0;
}
.i-customer .main .form .name{
	background: #fff url(i_form_ico1.png) no-repeat right 0;
}
.i-customer .main .form .phone{
	background: #fff url(i_form_ico2.png) no-repeat right 0;
}
.i-customer .main .form .email{
	margin-right: 0;
	background: #fff url(i_form_ico3.png) no-repeat right 0;
}
.i-customer .main .form textarea{
	width: 989px;
	border: 1px solid #d5d5d5;
	padding: 10px 46px 10px 13px;
	height: 149px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	background: #fff url(i_form_ico4.png) no-repeat right top;
}
.i-customer .main .form .key{
	width: 310px;
	height: 44px;
	margin: 0 auto;
}
.i-customer .main .form .file{
	width: 134px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 20px;
	background: #939393;
	font-size: 14px;
	color: #fff;
	
	cursor: pointer;
	float: left;
}
.i-customer .main .form .file:hover{
	background: #ff0000;
}
.i-customer .main .form .file-box p{
	margin-left: 20px;
	line-height: 34px;
}
.i-customer .main .form .file-btn{
	display: none;
}
.i-customer .main .form input.pull-left{
	display: none;
}
/*.i-customer .main form .submit{
	width: 313px;
	height: 51px;
	line-height: 51px;
	border: none;
	background: #848484;
	font-size: 16px;
	color: #ffffff;
	margin: 21px auto 0;
	display: block;
	transition: all 0.5s;
}
.i-customer .main form .submit:hover{
	background: #ff0000;
}*/

.ban{
	position: relative;
}
.ban .text{
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -46px;
}
.ban .text h3{
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
}
.ban .text p{
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.4;
}
.sub-nav-box{
	width: 100%;
	height: 66px;
}
.sub-nav{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 66px;
	line-height: 66px;
	left: 0;
	top: 0;
	background: #fff;
	position: relative;
	z-index: 998;
}
.sub-nav .position{
	font-size: 14px;
	color: #a3a3a3;
}
.sub-nav .position .home{
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(../img/home_ico.png) no-repeat 0 0;
}
.sub-nav .link{
	max-width: 40%;
	padding: 0 9px;
	position: relative;
}
.sub-nav .link .swiper-button-next{
	right: -9px;
	width: 9px;
	height: 16px;
	top: 24px;
	margin-top: 0;
	background: url(../img/year_btn.png) no-repeat -9px 0;
	background-size: 18px 16px;
}
.sub-nav .link .swiper-button-prev{
	left: -9px;
	width: 9px;
	height: 16px;
	top: 24px;
	margin-top: 0;
	background: url(../img/year_btn.png) no-repeat 0 0;
	background-size: 18px 16px;
}
.sub-nav .link .swiper-button-next:hover,.sub-nav .link .swiper-button-prev:hover{
	background-image: url(../img/year_btn2.png)
}
.sub-nav .link .swiper-slide{
	min-width: auto;
	width: auto;
	margin: 0 19px;
	min-height: 0;
}
.sub-nav .link .swiper-slide a{
	font-size: 14px;
	color: #666666;
	line-height: 63px;
	float: left;
}
.sub-nav .link .swiper-slide a:hover,.sub-nav .link .swiper-slide a.on{
	border-bottom: 3px solid #ff0000;
}

.i-title-box{
	text-align: center;
	padding: 102px 0 83px;
}
.i-title{
	padding: 0 60px;
	text-align: center;
	width: auto;
	margin: 0 auto;
	background-image: url(i_title1.png),url(i_title2.png);
	background-position: left center ,right center;
	background-repeat: no-repeat;
	display: inline-block;
	max-width: 100%;
}
.i-title p{
	font-size: 40px;
	color: #6C6C6C;
	line-height: 1.125;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.i-title h3{
	font-size: 32px;
	color: #2a5897;
	line-height: 1.33;
}
.about-group{
	
}
.about-group .box{

}
.about-group .box .left{

}
.about-group .box img{
	min-width: 600px;
	min-height: 369px;
	width: 100%;
}
.about-group .box .right{
	height: 384px;
	background: #f8f8f8;
}
.about-group .box .right .text{
	width: 85%;
	margin: 0 auto 0;
	padding-top: 41px;
}
.about-group .box .right .text h3{
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 1.55;
	margin-bottom: 5px;
}
.about-group .box .right .text h4{
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	color: #cacaca;
	line-height: 1.55;
	font-family: 'MyriadPro';
}
.about-group .box .right .text span.line{
	display: block;
	width: 30px;
	height: 2px;
	background: #ff0000;
	margin: 10px auto 24px;
}
.about-group .box .right .text .text-con-box{
	height: 120px;
	overflow: hidden;
}
.about-group .box .right .text .text-con{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	position: relative;
	top: 0;
}
.about-group .box .right .text .btn{
	height: 46px;
	text-align: center;
	margin-top: 16px;
}
.about-group .box .right .text .btn a{
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../img/btn1.png) no-repeat;
}
.about-group .box .right .text .btn a.next{
	background-position: 0 0;
}
.about-group .box .right .text .btn a.prev{
	background-position: -46px 0;
}
.about-group .box .right .text .btn a:hover{
	background-image: url(../img/btn2.png);
}

.about-culture{

}
.about-culture .box{
	height: 338px;
	width: 100%;
	padding-top: 170px;
}
.about-culture .text-con-box{
	height: 130px;
	overflow: hidden;
	width: 55%;
	margin: 0 auto 0;
}
.about-culture .text-con{
	position: relative;
	top: 0;
	text-align: center;
}
.about-culture .box h3{
	font-weight: normal;
	font-size: 32px;
	color: #ffffff;
	line-height: 1.31;
	text-align: center;
}
.about-culture .box span.line{
	display: block;
	margin: 30px auto 21px;
	width: 58px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
}
.about-culture .text-con p{
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}
.about-culture .btn{
	height: 40px;
	text-align: center;
	margin-top: 20px;
}
.about-culture .btn a{
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #fff url(../img/btn3.png) no-repeat;
	margin: 0 10px;
	border: 1px solid #b5b5b5;
}
.about-culture .btn a.next{
	background-position: 0px 0;
}
.about-culture .btn a.prev{
	background-position: -40px 0;
}
.about-culture .btn a:hover{
	border-color: #ff0000;
	background-color: #ff0000;
	background-image: url(../img/btn4.png);
}

.about-history .detail{
	padding: 0 78px;
	position: relative;
}
.about-history .detail-box{
	
}
.about-history .detail-box .img{
	width: 388px;
	height: 258px;
	border: 1px solid #d5d5d5;
	margin: 27px 0 0 26px;
}
.about-history .detail-box .img img{
	position: relative;
	left: -26px;
	top: -27px;
	width: 388px;
	height: 258px;
}
.about-history .detail-box .right{
	height: 286px;
	float: right;
}
.about-history .detail-box .right h3{
	font-weight: bold;
	font-size: 80px;
	color: #dfdfdf;
	line-height: 1;
	margin-bottom: 30px;
}
.about-history .detail-box .text-con-box{
	height: 96px;
	overflow: hidden;
}
.about-history .detail-box .text-con{
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	position: relative;
	top: 0;
}
.about-history .detail-box .btn{
	height: 40px;
	margin-top: 40px;
}
.about-history .detail-box .btn a{
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/btn3.png) no-repeat;
	margin: 0 20px 0 0;
	border: 1px solid #b5b5b5;
}
.about-history .detail-box .btn a.next{
	background-position: 0px 0;
}
.about-history .detail-box .btn a.prev{
	background-position: -40px 0;
}
.about-history .detail-box .btn a:hover{
	border-color: #6c6c6c;
	background-color: #6c6c6c;
	background-image: url(../img/btn4.png);
}
.about-history .detail .his-btn a{
	position: absolute;
	top: 50%;
	width: 33px;
	height: 56px;
	background: url(../img/history_btn1.png) no-repeat;
	margin-top: -28px;
}
.about-history .detail .his-btn .left{
	left: 0;
	background-position: 0 0;
}
.about-history .detail .his-btn .right{
	right: 0;
	background-position: -33px 0;
}
.about-history .detail .his-btn a:hover{
	background-image: url(../img/history_btn2.png);
}
.about-history .year{
	margin-top: 54px;
	margin-bottom: 60px;
}
.about-history .swiper-container{
	margin: 0 18px;
	overflow: hidden;
}
.about-history .swiper-wrapper{

}
.about-history .swiper-slide{
	width: 180px;
	height: 80px;
	background: url(../img/history_bg.png) no-repeat 0 0;
	text-align: center;
	min-height: 0;
}
.about-history .swiper-slide a{
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin-top: 11px;
}
.about-history .swiper-slide a:hover,.about-history .swiper-slide a.on{
	background: #ff0000;
	color: #fff;
}
.about-history .swiper-button-prev,.about-history .swiper-button-next{
	width: 18px;
	height: 32px;
	background: url(../img/year_btn.png) no-repeat;
	margin-top: -16px;
}
.about-history .swiper-button-prev{
	left: 0;
	background-position: 0 0;
}
.about-history .swiper-button-next{
	right: 0;
	background-position: -18px 0;
}
.about-history .swiper-button-prev:hover,.about-history .swiper-button-next:hover{
	background-image: url(../img/year_btn2.png);
}

.innovation-list{
	width: 79%;
	margin: 0 auto 53px;
}
.innovation-list .swiper-container{
	margin: 0 25px;
}
.innovation-list .swiper-slide{
	min-height: 0;
	width: 261px;
	height: 56px;
	position: relative;
	text-align: center;
	margin: 0 11px;
}
.innovation-list .swiper-slide a{
	border: 1px solid #bdbdbd;
	display: block;
	font-size: 16px;
	height: 49px;
	line-height: 49px;
	position: relative;
	color: #666666;
}
.innovation-list .swiper-slide a i{
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #ff0000 transparent transparent;
	left: 50%;
	bottom: -12px;
	margin-left: -6px;
	display: none;
}
.innovation-list .swiper-slide a:hover{
	color: #ff0000;
}
.innovation-list .swiper-slide a.on{
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}
.innovation-list .swiper-slide a.on i{
	display: block;
}
.innovation-list .swiper-button-prev,.innovation-list .swiper-button-next{
	width: 18px;
	height: 32px;
	background: url(../img/year_btn.png) no-repeat;
	margin-top: -16px;
}
.innovation-list .swiper-button-prev{
	left: 0;
	background-position: 0 0;
}
.innovation-list .swiper-button-next{
	right: 0;
	background-position: -18px 0;
}
.innovation-list .swiper-button-prev:hover,.innovation-list .swiper-button-next:hover{
	background-image: url(../img/year_btn2.png);
}
.innovation .detail{
	padding-bottom: 20px;
}
.innovation .detail .img img{
	width: 480px;
	height: 327px;
	position: relative;
	margin: -28px -40px 0 0;
	z-index: 2;
}
.innovation .detail .right{
	background: #f8f8f8;
	border: 1px solid #bdbdbd;
	margin: 0 -1px;
}
.innovation .detail .right .con{
	padding: 50px 11%;
	min-height: 230px;
}
.innovation .detail .right .border{
	position: absolute;
	width: 94%;
	height: 94%;
	left: 3%;
	top: 3%;
	border: 1px solid #e3e3e3;
	z-index: 3;
}
.innovation .detail .right h3{
	font-size: 18px;
	color: #333333;
	line-height: 1.55;
	margin-bottom: 10px;
}
.innovation .detail .right p{
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
}

.technology .text-box{
	width: 84%;
	margin: 0 auto;
	text-align: center;
}
.technology .text-con-box{
	height: 120px;
	overflow: hidden;
}
.technology .text-con{
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	position: relative;
	top: 0;
}
.technology .i-title-box{
	padding-bottom: 33px;
}
.technology .box .btn{
	height: 40px;
	margin-top: 26px;
	margin-bottom: 38px;
}
.technology .box .btn a{
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/btn3.png) no-repeat;
	margin: 0 20px 0 0;
	border: 1px solid #b5b5b5;
}
.technology .box .btn a.next{
	background-position: 0px 0;
}
.technology .box .btn a.prev{
	background-position: -40px 0;
}
.technology .box .btn a:hover{
	border-color: #ff0000;
	background-color: #ff0000;
	background-image: url(../img/btn4.png);
}
.technology .box{
	padding-bottom: 160px;
}
.brand-story{
	padding-bottom: 10px;
}
.brand-story .img{
	width: 599px;
	height: 403px;
	float: left;
	position: relative;
	z-index: 2;
}
.brand-story .text-bg{
	width: 486px;
	height: 323px;
	padding: 77px 58px 0 95px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #bdbdbd;
	position: relative;
	z-index: 1;
	margin: 40px 0 0 -41px;
}
.brand-story .text{
	width: 486px;
	height: 323px;
	padding: 77px 58px 0 95px;
	float: left;
	/*background: #f8f8f8;
	border: 1px solid #bdbdbd;*/
	position:absolute;
	z-index: 5;
	top: 40px;
	right: 0;
}
.brand-story .text .con{

}
.brand-story .text h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 10px;
}
.brand-story .text-con-box{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 156px;
	overflow: hidden;
}
.text-con{
	position: relative;
	top: 0;
}
.brand-story .btn{
    height: 40px;
    margin-top: 25px;
    position: relative;
    z-index: 5;
}
.brand-story .btn a{
	display: inline-block;
    width: 38px;
    height: 38px;
    background: #fff url(../img/btn3.png) no-repeat;
    margin: 0 10px 0 0;
    border: 1px solid #b5b5b5;
}
.brand-story .btn a.next {
    background-position: 0px 0;
}
.brand-story .btn a.prev {
    background-position: -40px 0;
}
.brand-story .btn a:hover {
    border-color: #ff0000;
    background-color: #ff0000;
    background-image: url(../img/btn4.png);
}
.brand-story .deck{
	width: 602px;
	height: 364px;
	position: absolute;
	right: 19px;
	bottom: 19px;
	border: 1px solid #e3e3e3;
	z-index: 4;
}
.brand-series .side{
	width: 253px;
	float: left;
	text-align: center;
	position: relative;
}
.brand-series .side h3{
	height: 81px;
	line-height: 81px;
	background: #ff0000;
	font-size: 20px;
	color: #fafafa;
	position: relative;
}
.brand-series .side h3 i{
	position: absolute;
	right: 14px;
	top: 20px;
	display: none;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent;
}
.brand-series .side .text-con-box{
	height: 468px;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 2;
	display: block;
}
.brand-series .side .btn{
	height: 50px;
	background: #fff;
}
.brand-series .side dl{
	margin-bottom: 0;
}
.brand-series .side dd{
	border-bottom: 1px solid #f4f4f4;
}
.brand-series .side dd a{
	background: #fff;
	display: block;
	font-size: 14px;
	color: #666666;
	height: 51px;
	line-height: 51px;
	position: relative;
}
.brand-series .side dd ul{
	float: none;
	display: none;
}
.brand-series .side dd li{
	float: none;
}
.brand-series .side dd li a{
	line-height: 51px;
	height: 51px;
	font-size: 12px;
	color: #999999;
	position: relative;
}
.brand-series .side dd a:hover,.brand-series .side dd a.on{
	background: #dfdfdf;
}
.brand-series .side dd a i{
	position: absolute;
	right: 38px;
	top: 50%;
	width: 11px;
	height: 11px;
	background: url(../img/x_ico1.png) no-repeat 0 0;
	margin-top: -6px;
}
.brand-series .side dd a.on i{
	background-position: 0 -11px;
}
.brand-series .side dd li a:hover,.brand-series .side dd li a.on{
	color: #ff0000;
	background: #fff;
}
.brand-series .side .btn a{
	width: 21px;
	height: 11px;
	display: inline-block;
	margin: 17px 22px 0;
	background: url(../img/series_btn1.png) no-repeat 0 0;
}
.brand-series .side .btn a.next{
	background-position: -21px 0;
}
.brand-series .side .btn a:hover{
	background-image: url(../img/series_btn2.png);
}
.brand-series .con{
	width: 930px;
	height: 600px;
	float: right;
	position: relative;
}
.brand-series .con .img{
	display: block;
	width: 100%;
	height: 100%;
}
.brand-series .con .img img{
	width: 930px;
	height: 600px;
}
.brand-series .con .img .mask{
	background: url(../img/img_mask_bg.png) repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 0;
	max-height: 100%;
	overflow: hidden;
}
.brand-series .con .img .mask h3{
	max-width: 817px;
	margin: 0 auto 13px;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
}
.brand-series .con .img .mask .box{
	
}
.brand-series .con .img .mask p{
	max-width: 817px;
	margin: 0 auto 0;
	font-size: 14px;
	color: #d8d8d8;
	line-height: 24px;
}
.brand-series{
	padding-bottom: 10px;
}
.brand-video{

}
.brand-video .video-box{
	width: 100%;
	position: relative;
}
.brand-video .big-video{
	height: 565px;
}
.brand-video .video-box video{
	width: 100%;
	height: 100%;
}
.brand-video .video-box .video-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.brand-video .video-box .video-img .mask{
	position: absolute;
	left: 50%;
	top:50%;
	width: 76px;
	height: 76px;
	background: url(../img/video_mask.png) no-repeat 0 0;
	margin: -38px 0 0 -38px;
}
.brand-video .video-box .video-img .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url(../img/video_mask_bg.png) repeat-x;
}
.brand-video .video-box .video-img .tit p{
	font-size: 22px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	margin: 88px auto 0;
	width: 90%;
}
.brand-video .video-list{
	margin-top: 29px;
}
.brand-video .video-list li{
	width: 277px;
	text-align: center;
	margin-right: 29px;
}
.brand-video .video-list li p{
	font-size: 14px;
	color: #666666;
	line-height: 3;
}
.brand-video .pc-box .more{
	display: block;
	width: 174px;
	height: 49px;
	line-height: 49px;
	text-indent: 78px;
	margin: 50px auto 0;
	background: #939393 url(../img/more_ico.png) no-repeat 42px center;
	font-size: 16px;
	color: #ffffff;
}
.brand-video .pc-box .more:hover{
	background-color: #ff0000;
}
.brand-video .phone-box{
	display: none;
}
.brand-video .phone-box li{
	width: 100%;
	text-align: center;
}
.brand-video .phone-box li video{
	width: 100%;
}
.brand-video .phone-box li p{
	font-size: 14px; 
	color: #666666;
	line-height: 2;
}
.brand-video .phone-box .more{
	display: block;
	width: 174px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	margin: 10px auto 0;
	background: #939393;
	font-size: 16px;
	color: #ffffff;
}
.brank-culture .box{
	padding-bottom: 100px;
}
.brank-culture .choose{
	height: 53px;
	text-align: center;
}
.brank-culture .choose a{
	display: inline-block;
	width: 202px;
	height: 51px;
	line-height: 51px;
	border: 1px solid #d8d8d8;
	font-size: 20px;
	color: #666666;
	margin: 0 10px;
}
.brank-culture .choose a.on{
	background: #ff0000;
	color: #fff;
}
.brank-culture .info-box{
	margin-top: 72px;
}
.brank-culture .year-list{
	height: 38px;
}
.brank-culture .year-list .swiper-slide{
	width: 116px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	min-height: 0;
	border: 1px solid #bcbcbc;
	margin: 0 3px;
}
.brank-culture .year-list .swiper-slide a{
	font-size: 18px;
	color: #666666;
	display: block;
}
.brank-culture .year-list .swiper-slide a:hover{
	color: #ff0000;
}
.brank-culture .year-list .swiper-slide a.on{
	color: #fff;
	background: #ff0000;
}
.brank-culture .year-box{
	margin: 0 35px;
}
.brank-culture .year-list .swiper-button-prev,.brank-culture .year-list .swiper-button-next{
	width: 18px;
	height: 32px;
	background: url(../img/year_btn.png) no-repeat;
	margin-top: -16px;
}
.brank-culture .year-list .swiper-button-prev{
	left: 0;
	background-position: 0 0;
}
.brank-culture .year-list .swiper-button-next{
	right: 0;
	background-position: -18px 0;
}
.brank-culture .year-list .swiper-button-prev:hover,.brank-culture .year-list .swiper-button-next:hover{
	background-image: url(../img/year_btn2.png);
}
.brank-culture .year-img{
	margin-top: 74px;
}
.brank-culture .img-box{
	margin: 0 70px;
	height: 309px;
	overflow: hidden;
}
.brank-culture .year-img .swiper-slide{
	min-height: 0;
	width: 341px;
	margin: 0 6px;
	text-align: center;
}
.brank-culture .year-img .swiper-slide .img{
	width: 339px;
	height: 217px;
	border: 1px solid #eeeeee;
}
.brank-culture .year-img .swiper-slide .img img{
	max-width: 100%;
	max-height: 100%;
}
.brank-culture .year-img .swiper-slide p{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin-top: 8px;
}
.brank-culture .year-img .swiper-button-prev,.brank-culture .year-img .swiper-button-next{
	width: 53px;
	height: 53px;
	background: url(../img/year_btn3.png) no-repeat;
	top: 40%;
}
.brank-culture .year-img .swiper-button-prev{
	left: 0;
	background-position: 0 0;
}
.brank-culture .year-img .swiper-button-next{
	right: 0;
	background-position: -53px 0;
}
.brank-culture .year-img .swiper-button-prev:hover,.brank-culture .year-img .swiper-button-next:hover{
	background-image: url(../img/year_btn4.png);
}
.brank-culture .info-box .more{
	display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 50px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.brank-culture .info-box .more:hover{
	background-color: #ff0000
}
.culture-info{
	padding-bottom: 80px;
}
.culture-info .choose{
	height: 53px;
	text-align: center;
	margin-bottom: 78px;
}
.culture-info .choose a{
	display: inline-block;
	width: 202px;
	height: 51px;
	line-height: 51px;
	border: 1px solid #d8d8d8;
	font-size: 20px;
	color: #666666;
	margin: 0 10px;
}
.culture-info .choose a.on{
	background: #ff0000;
	color: #fff;
}
.culture-info-box{

}
.culture-info-box li{
	width: 341px;
	margin: 0 20px 36px;
	text-align: center;
}
.culture-info-box li .img{
	width: 339px;
	height: 217px;
	border: 1px solid #d4d4d4;
}
.culture-info-box li .img img{
	max-width: 100%;
	max-height: 100%;
}
.culture-info-box li p{
	font-size: 16px;
	color: #666666;
	line-height: 3;
}
.culture-info-box .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 50px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.culture-info-box .more:hover{
	background-color: #ff0000;
}
.culture-info-box ul{
	width: 100%;
}
.pro-ban-nav{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 864px;
	margin: -167px 0 0 -432px;
}
.pro-ban-nav ul{
	width: 100%;
}
.pro-ban-nav li{
	width: 334px;
	height: 334px;
	background: url(../img/produce_bg1.png) no-repeat 0 0;
	text-align: center;
	margin: 0 -24px;
}
.pro-ban-nav li a{
	display: block;
	/*width: 242px;*/
	width: 100%;
	margin: 0 auto;
	height: 100%;
	transition: all 0.5s;
}
.pro-ban-nav li h3{
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	padding-top: 134px;
}
.pro-ban-nav li p{
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	opacity: 0.6;
}
.pro-ban-nav li span.line{
	display: block;
	margin: 0 auto 0;
	width: 39px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
	opacity: 0.2;
}
.pro-ban-nav li a:hover{
	width: 100%;
	margin: 0;
	/*background: url(../img/produce_nav_bg.png) no-repeat 0 0;*/
}
.new-pro{
	padding-bottom: 20px;
}
.produce-main .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 5px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.produce-main .more:hover{
	background-color: #ff0000;
}
.produce-main .listpd li .img:hover .mask{
  opacity: 1;
}

.find-pro{
	padding-top: 50px;
}
.find-pro .find{
	margin-bottom: 132px;
	text-align: center;
}
.find-pro .find h3{
	font-size: 24px;
	color: #666666;
	text-align: center;
	line-height: 2;
	margin-bottom: 28px;
}
.find-pro .find .find-box{
	/*float: left;*/
	width: 215px;
	height: 42px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: left;
}
.find-pro .find .find-box:last-child{
	margin-right: 0;
}
.find-pro .find .find-box a{
	line-height: 40px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	display: block;
	font-size: 14px;
	color: #333333;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.find-pro .find .find-box .now{
	z-index: 1;
}
.find-pro .find .find-box .now i{
	position: absolute;
	right: 9px;
	top: 17px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-color: #5d5d5d transparent transparent;
	border-style: solid;
}
.find-pro .find .find-box a:hover{
	color: #ff0000;
}
.find-pro .find .find-box .list{
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 2;
	width: 100%;
}
.find-pro .find .find-box .list dl{
	margin-bottom: 0;
	border: 1px solid #bfbfbf;
}
.find-pro .find .find-box dd a{
	border: none;
}
.find-pro .find .find-box dd a:hover{
	background: #ff0000;
	color: #fff;
}

.series-ban{
	height: 645px;
}
.series-ban.x-series{
	height: 624px;
}
.series-ban .ban{
	width: 75%;
	float: left;
	margin: 0 2px 0 -2px;
	background: #ccc;
}
.series-ban.x-series .ban{
	width: 85%;
}
.series-ban .swiper-pagination{
	display: none;
}
.series-ban .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
}
.series-ban .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin: 0 3px;
}
.series-ban .swiper-pagination-bullet-active{
	opacity: 1;
}
.series-ban .ban .swiper-slide{
	overflow: hidden;
	min-height: 0;
	height: 645px;
}
.series-ban .ban p.title{
	position: absolute;
	left: 20px;
	bottom: 20px;
	max-width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	line-height: 2;
	z-index: 10;
	white-space: nowrap;
}
.series-ban.x-series .ban .swiper-slide{
	height: 624px;
}
.series-ban .side{
	float: right;
	width: 25%;
}
.series-ban.x-series .side{
	width: 13%;
}
.series-ban .side .list{
	overflow: hidden;
	width: 100%;
	height: 645px;
}
.series-ban.x-series .side .list{
	height: 624px;
}
.series-ban .side ul{
	width: 100%;
}
.series-ban .side li{
	width: 100%;
	height: 214px;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.series-ban.x-series .side li{
	height: 153px;
	margin-bottom: 6px;
}
.series-ban .side li .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	z-index: 1;
}
.series-ban .side li .mask-p{
	font-size: 16px;
	color: #ff0000;
	text-align: center;
	position: absolute;
	z-index: 2;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.series-ban .side li .mask-p p{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 2;
	font-size: 16px;
	color: #ffffff;
	background: #000;
	opacity: 0.5;
	padding: 0 10px;
	width: 339px;
	text-indent: 4px;
	text-align: left;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	height: 40px;
}
.series-ban .side li:hover .mask-p{
	opacity: 1;
} 
.series-ban .side li:hover .mask{
	opacity: 0.4;
}
.series-ban .side .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
	background: url(../img/opacity_bg.png);
}
.series-ban .side .btn a{
	float: right;
	width: 9px;
	height: 22px;
	background: url(../img/series_btn3.png) no-repeat 0 0;
	margin-top: 17px;
	margin-right: 18px;
}
.series-ban .side .btn .next{
	background-position: -9px 0;
}
.series-ban .side .btn a.no{
	opacity: 0.7;
}
.series-ban.x-series .btn{
	height: 38px;
}
.series-ban.x-series .side .btn a{
	position: absolute;
	top: 14px;
	width: 22px;
	height: 9px;
	margin: 0;
}
.series-ban.x-series .side .btn a.next{
	background: url(../img/x_btn3.png) no-repeat 0 -9px;
	left: 50%;
	margin-left: -25px;
}
.series-ban.x-series .side .btn a.next:hover{
	background-position: -22px -9px;
}
.series-ban.x-series .side .btn a.prev{
	background: url(../img/x_btn3.png) no-repeat 0 0;
	left: 50%;
	margin-left: 3px;
}
.series-ban.x-series .side .btn a.prev:hover{
	background-position: -22px 0;
}
.series-title{
	width: 100%;
	background: #f3f3f3;
	padding: 58px 0 80px;
}
.series-title h3{
	max-width: 1156px;
	margin: 0 auto 30px;
	font-weight: normal;
	font-size: 30px;
	color: #2c2c2c;
	line-height: 1.5;
}
.series-title h3 em{
	text-transform: uppercase;
	font-size: 24px;
	color: #c5c5c5;
}
.series-title p{
	max-width: 1156px;
	margin: 0 auto 0;
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
}
.other-pro .box{
	padding-bottom: 91px;
}
.other-pro .swiper-slide{
	min-height: 0;
	width: auto;
	margin: 0 25px;
	position: relative;
}
.other-pro .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-indent: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	height: 45px;
	background: url(../img/opacity_bg.png);
}
.other-pro .swiper-button-prev,.other-pro .swiper-button-next{
	width: 49px;
	height: 49px;
	background: url(../img/series_btn4.png) no-repeat 0 0;
	top: auto;
	bottom: 0;
	margin-top: 0;
}
.other-pro .swiper-button-prev{
	left: 50%;
	margin-left: -63px;
}
.other-pro .swiper-button-next{
	background-position: -49px 0;
	right: 50%;
	margin-right: -63px;
}
.produce-info{
	padding: 90px 0 0;
}
.produce-info .big-img{
	width: 530px;
	height: 530px;
	text-align: center;
	line-height: 526px;
	float: left;
	border: 1px solid #c4c4c4;
	background: url(../../img/loadings.gif) no-repeat center center;
	position: relative;
	line-height: 520px;
}
.produce-info .big-img img{
	max-width: 530px;
	max-height: 530px;
	width: auto;
	vertical-align: middle;
}
.produce-info .big-img .mask{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	background: #fff url(../img/img_mask.png) no-repeat center center;
	background-size: 38px 38px;
	opacity: 0.7;
	display: none;
}
.produce-info .big-img:hover .mask{
	display: block;
}
.produce-info .text{
	float: left;
	margin-left: 102px;
	width: 477px;
}
.produce-info .text h3{
	font-size: 30px;
	color: #1e1e1e;
	line-height: 2;
	margin-bottom: 5px;
}
.produce-info .text p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.produce-info .text .color{
	padding-top: 23px;
	border-top: 1px solid #dcdcdc;
	margin-top: 30px;
	padding-bottom: 38px;
}
.produce-info .text .color li{
	height: 28px;
	width: 30px;
	margin-right: 4px;
	padding-top: 2px;
	border-top: 2px solid transparent;
	cursor: pointer;
}
.produce-info .text .color li.on{
	border-color: #ff0000;
}
.produce-info .text h4{
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #dcdcdc;
}
.produce-info .text .infomation{
	margin-top: 23px;
}
.produce-info .text .infomation ul{
	width: 100%;
}
.produce-info .text .infomation li{
	width: 50%;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.produce-info .text .infomation li strong{
	font-size: 14px;
	color: #333333;
	min-width: 80px;
	display: inline-block;
}
.por-fitting{
	margin-top: 80px;
}
.por-fitting h3{
	font-weight: normal;
	font-size: 30px;
	color: #333333;
	line-height: 2;
	margin-bottom: 5px;
}
.por-fitting .swiper-slide{
	width: auto;
	min-height: 0;
	text-align: center;
	margin: 0 1px;
	position: relative;
}
.por-fitting .swiper-slide a{

}
.por-fitting .swiper-slide .img{
	width: 273px;
	height: 273px;
	overflow: hidden;
	position: relative;
	line-height: 268px;
	text-align: center;
}
.por-fitting .swiper-slide .img img{
	max-width: 273px;
	max-height: 273px;
	vertical-align: middle;
}
.por-fitting .swiper-slide .img .mask{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../img/img_mask.png) no-repeat center center;
    opacity: 0;
    transition: opacity 1s;
}
.por-fitting .swiper-slide:hover .img .mask{
	opacity: 0.7;
}
.por-fitting .swiper-slide p{
	font-size: 14px;
	color: #333;
	line-height: 3;
}
.por-fitting .swiper-button-next,.por-fitting .swiper-button-prev{
	top: 45%;
}
.por-fitting .link{
	padding: 20px 0 30px;
	text-align: center;
}
.por-fitting .link a{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	display: inline-block;
	margin: 0 25px;
	padding-left: 45px;
	height: 30px;
}
.por-fitting .link a:hover{
	color: #ff0000;
}
.por-fitting .link .prev{
	background: url(../img/fitting_btn1.png) no-repeat 0 0;
}
.por-fitting .link .next{
	background: url(../img/fitting_btn2.png) no-repeat 0 0;
}
.por-fitting .link .back{
	background: url(../img/fitting_btn3.png) no-repeat 0 0;
}
.produce-map{
	padding-top: 17px;
}
.produce-map .title{
	height: 97px;
}
.produce-map .title h3{
	float: left;
	line-height: 97px;
	font-size: 30px;
	color: #333333;
	padding-left: 54px;
}
.produce-map .title a{
	background: url(../img/fitting_btn3.png) no-repeat 0 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	float: right;
	padding-left: 45px;
	height: 30px;
	margin-top: 38px;
}
.case-ban{
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	z-index: 2;
	margin: -164px 0 0 0;
	width: 100%;
}
.case-ban ul{
	max-width: 825px;
	float: none;
	margin: 0 auto;
}
.case-ban li{
	display: inline-block;
	float: none;
	width: 146px;
	height: 146px;
	margin: 0 7px 16px;
	border: 1px solid #e1e0df;
	transition: all 0.5s;
}
.case-ban li a{
	display: block;
	width: 100%;
	height: 100%;
}
.case-ban li h3{
	font-size: 22px;
	color: #ffffff;
	line-height: 32px;
	padding-top: 45px;
}
.case-ban li p{
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	opacity: 0.3;
}
.case-ban li:hover{
	background: #ff0000;
	border-color: #ff0000;
}
.pb70{
	padding-bottom: 70px;
}
.case-info{
	font-size: 14px;
	color: #666666;
	line-height: 1.7;
	padding-top: 97px;
}
.i-banner .swiper-slide{
	position: relative;
}
.i-banner .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	line-height: 2;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	background: url(../img/opacity_bg.png);
}
.i-banner .sales-find{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin-left: -350px;
	margin-top: -98px;
	width: 700px;
}
.i-banner .sales-find h3{
	font-size: 36px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5%;
}
.i-banner .sales-find .form{
	height: 65px;
	width: 700px;
	margin: 0 auto 6%;
}
.i-banner .sales-find .form .text{
	float: left;
	width: 74%;
	border: none;
	background: #fff;
	border-radius: 3px 0 0 3px;
	padding-left: 2%;
	line-height: 65px;
	height: 65px;
	font-size: 14px;
}
.i-banner .sales-find .form .submit{
	float: left;
	width: 24%;
	border-radius: 0 3px 3px 0;
	background: #ff0000;
	font-size: 20px;
	color: #ffffff;
	line-height: 65px;
	height: 65px;
	border: none;
}
.i-banner .sales-find-link{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	top: 50%;
	margin-top: 98px;
	z-index: 2;
}
.i-banner .sales-find-link a{
	color: #fff;
}
.i-banner .sales-find-link a:hover{
	color: #ff0000;
}
.i-banner .sales-find-link span{
	margin: 0 22px;
}
.sales-city{
	padding: 30px 0;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ededed;
}
.sales-city .box{
	text-align: center;
}
.sales-city .box p{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}
.sales-city .box .choose{
	display: inline-block;
	width: 156px;
	height: 50px;
	position: relative;
	margin: 0 16px;
}
.sales-city .box .choose a{
	border: 1px solid #e6e6e6;
	display: block;
	width: 95%;
	height: 48px;
	line-height: 48px;
	border-radius: 2px;
	font-size: 14px;
	color: #666666;
	background: #fff;
	text-align: left;
	position: relative;
	padding-left: 5%;
	z-index: 2;
}
.sales-city .box .choose .now{
	z-index: 1;
}
.sales-city .box .choose a i{
	width: 15px;
	height: 9px;
	position: absolute;
	top: 21px;
	right: 20px;
	background: url(../img/sales_choose_ico.png) no-repeat 0 0;
}
.sales-city .box .choose .slide{
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	display: none;
	max-height: 300px;
	overflow: auto;
}
.sales-city .box .choose .slide dl{
	margin-bottom: 0;
}
.sales-city .box .choose .slide a{
	width: auto;
}
.sales-city .box .choose .slide a:hover{
	background: #ff0000;
	color: #fff;
}
.sale-bg{
	background: #f5f5f5;
	width: 100%;
	padding: 40px 0 86px;
}

.sale-main1{

}
.sale-main1 .link{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.sale-main1 .link span{
	margin: 0 50px;
	opacity: 0.4;
	font-size: 18px;
}
.sale-main1 .link a{
	color: #333333;
}
.sale-main1 .link a:hover{
	color: #ff0000;
}
.sale-main1 .link a.on{
	color: #ff0000;
}
.sale-main1 .list{
	padding: 20px 20px 42px;
	background: #fff;
	margin-top: 40px;
}
.sale-main1 .list ul{
	width: 100%;
}
.sale-main1 .list li{
	width: 96%;
	padding: 33px 2%;
	background: #f7f7f7;
}
.sale-main1 .list li:nth-child(2n){
	background: #fff;
}
.sale-main1 .list li .block1{
	width: 30%;
	border-right: 1px solid #e8e8e8;
	height: 100%;
}
.sale-main1 .list li i{
	float: left;
	width: 35px;
	height: 47px;
	background: url(../img/sales_ico1.png) no-repeat 0 0;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #ffffff;
	margin-right: 5%;
	margin-left: 2%;
}
.sale-main1 .list li h4{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
.sale-main1 .list li a{
	font-size: 12px;
	color: #ff0000;
}
.sale-main1 .list li a:hover{
	opacity: 0.7;
}
.sale-main1 .list li p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	vertical-align: middle;
	word-wrap:break-word;
	word-break:break-all;
}
.sale-main1 .list .block2{
	width: 11%;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 30%;
}
.sale-main1 .list .block3{
	width: 14%;
	border-right: 1px solid #e8e8e8;
	padding: 0 10px;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 41%;
}
.sale-main1 .list .block4{
	width: 40%;
	position: absolute;
	top: 0;
	right: 2%;
}
.sale-main{

}
.sale-main .link{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.sale-main .link span{
	margin: 0 50px;
	opacity: 0.4;
	font-size: 18px;
}
.sale-main .link a{
	color: #333333;
}
.sale-main .link a:hover{
	color: #ff0000;
}
.sale-main .link a.on{
	color: #ff0000;
}
.sale-main .list{
	padding: 20px 20px 42px;
	background: #fff;
	margin-top: 40px;
}
.sale-main .list ul{
	width: 100%;
}
.sale-main .list li{
	width: 96%;
	padding: 33px 2%;
	background: #f7f7f7;
}
.sale-main .list li:nth-child(2n){
	background: #fff;
}
.sale-main .list li .block1{
	width: 30%;
	border-right: 1px solid #e8e8e8;
	height: 100%;
}
.sale-main .list li i{
	float: left;
	width: 35px;
	height: 47px;
	background: url(../img/sales_ico1.png) no-repeat 0 0;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #ffffff;
	margin-right: 5%;
	margin-left: 2%;
}
.sale-main .list li h4{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
.sale-main .list li a{
	font-size: 12px;
	color: #ff0000;
}
.sale-main .list li a:hover{
	opacity: 0.7;
}
.sale-main .list li p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	vertical-align: middle;
	word-wrap:break-word;
	word-break:break-all;
}
.sale-main .list .block2{
	width: 11%;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 30%;
}
.sale-main .list .block3{
	width: 14%;
	border-right: 1px solid #e8e8e8;
	padding: 0 10px;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 41%;
}
.sale-main .list .block4{
	width: 40%;
	position: absolute;
	top: 0;
	right: 2%;
}
.sale-bg .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 5px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.sale-bg .more:hover{
	background-color: #ff0000;
}

.sale-customer{

}
.sale-customer .title{
	text-align: center;
	padding-top: 40px;z
}
.sale-customer .title h3{
	font-size: 24px;
	color: #333333;
	line-height: 2;
	font-weight: normal;
}
.sale-customer .title p{
	font-size: 14px;
	color: #777777;
	line-height: 1.5;
}
.sale-customer .main .form .name{
	width: 151px;
}
.sale-customer .main .form .phone{
	width: 211px;
}
.sale-customer .main .form .email{
	width: 201px;
}
.sale-customer .main .form .line1{
	margin-right: 18px;
}
.sale-customer .main .form select{
	width: 120px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d5d5d5;
	float: left;
	margin-right: 9px;
	padding-left: 14px;
	margin-bottom: 25px
}
.sale-customer .main .form select.city{
	margin-right: 0;
}
.new-brand{

}
.new-brand .listpd{

}
.new-brand .listpd li{
	
}
.new-brand .listpd li:nth-child(2n){
	margin: 0 4.3% 54px;
}
.new-brand .listpd li .detail{
	padding: 3% 5% 9%;
	border: none;
	background: #fff;
	text-align: left;
	width: auto;
}
.new-brand .listpd li .detail h3{
	font-weight: normal;
	font-size: 16px;
	color: #444444;
	line-height: 2;
}
.new-brand .listpd li .detail h3 a{
	color: #444444;
}
.new-brand .listpd li .detail h3 a:hover{
	color: #ff0000;
}
.new-brand .listpd li .detail p{
	font-size: 12px;
	color: #777777;
	line-height: 1.5;
}
.new-brand .listpd li .detail .btn{
	margin-top: 10px;
	text-align: center;
}
.news-main .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 5px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.news-main .more:hover{
	background-color: #ff0000;
}
.sub-nav .link.news-link{
	width: auto;
}
.news-info{
	width: 1097px;
	margin: 0 auto;
	padding: 58px 0 70px;
}
.news-info .title{

}
.news-info .title h3{
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 2;
	padding-bottom: 26px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}
.news-info .title .p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding: 24px 0;
}
.news-info .title .p .bdsharebuttonbox{
	display: inline-block;
}
.news-info .title .p .bdsharebuttonbox p{
	float: left;
}
.news-info .con{
	font-size: 14px;
	color: #444444;
	line-height: 1.8;
	padding-bottom: 40px;
}
.news-info .con a{
	font-size: 16px;
	color: #ff0000;
	padding-left: 20px;
	background: url(../img/common.gif) no-repeat 0 2px;
}
.news-info .con img{
	max-width: 100%;
}
.news-info .bot{
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
	position: relative;
}
.news-info .bot p{
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.news-info .bot p a:hover{
	color: #ff0000;
}
.news-info .bot .back{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	color: #333;
}
.news-info .bot .back:hover{
	color: #ff0000;
}

.join-top{
	background: #fff;
	width: 100%;
	padding: 62px 0 53px;
}
.join-top .left{
	width: 44%;
	padding-right: 7%;
	border-right: 1px solid #e5e5e5;
	float: left;
}
.join-top .tit{
	padding-left: 66px;
	min-height: 42px;
	margin-bottom: 23px;
}
.join-top .tit h3{
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
}
.join-top .tit h4{
	font-size: 12px;
	color: #999999;
	line-height: 1.2;
}
.join-top .left .tit{
	background: url(../img/join_ico1.png) no-repeat 0 center;
}
.join-top p{
	font-size: 12px;
	color: #666666;
	line-height: 2;
}
.join-top .right{
	width: 40%;
	float: right;
}
.join-top .right .tit{
	background: url(../img/join_ico2.png) no-repeat 0 center;
}
.join-top .img-list{
	margin-top: 86px;
}
.join-top .img-list ul{
	width: 100%;
}
.join-top .img-list li{
	width: 24.25%;
	margin-right: 1%;
	text-align: center;
}
.join-top .img-list li:last-child{
	margin-right: 0;
}
.join-top .img-list li p{
	font-size: 14px;
	color: #666666;
	line-height: 3;
}
.join-bg{
	background: #f5f5f5;
	width: 100%;
	padding: 56px 0 90px;
}
.join-main{

}
.join-main .swith{
	
}
.join-main .swith select{
	float: left;
	width: 19%;
	padding-left: 1.8%;
	margin-right: 1.5%;
	border: none;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color: #999999;
}
.join-main .swith .text{
	float: left;
	border: none;
	height: 45px;
	line-height: 45px;
	width: 24%;
	padding-left: 1.5%;
	margin-right: 1.5%;
}
.join-main .swith .submit{
	float: left;
	border: none;
	height: 45px;
	line-height: 45px;
	background: #ff0000;
	font-size: 16px;
	color: #ffffff;
	width: 11.5%;
}
.join-main .choose{
	margin: 28px 0 29px;
	height: 54px;
	background: #fff;
}
.join-main .choose .swiper-slide{
	min-height: 0;
	width: 153px;
	border-right: 1px solid #f5f5f5;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	color: #6b6b6b;
}
.join-main .choose .swiper-slide:last-child{
	border-right: none;
}
.join-main .choose .swiper-slide a{
	color: #6b6b6b;
	display: block;
}
.join-main .choose .swiper-slide a:hover{
	color: #ff0000;
}
.join-main .choose .swiper-slide a.on{
	color: #ff0000;
	font-weight: bold;
}
.join-main .list-box{
	padding: 0 3.33% 73px;
	background: #fff;
	border: 1px solid #efefef;
}
.join-main .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 5px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.join-bg .more:hover{
	background-color: #ff0000;
}

.join-main .list-top{
	height: 54px;
	line-height: 54px;
	padding: 0 3.33% 0;
	background: #8a8a8a;
	font-size: 14px;
	color: #ffffff;
}
.join-main .td1{
	width: 24.33%;
}
.join-main .td2{
	width: 21.33%;
}
.join-main .td3{
	width: 21.91%;
}
.join-main .td4{
	width: 17.41%;
}
.join-main .td5{
	width: 13.4%;
	text-align: right;
}
.join-main .list-box ul{
	width: 100%;
}
.join-main .list-box ol{
	width: 100%;
	float: left;
	display: none;
}
.join-main .list-box li{
	width: 100%;
}
.join-main .list-box li .top{
	font-size: 14px;
	color: #777777;
	line-height: 2;
	padding: 16px 0;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}
.join-main .list-box li .top a{
	color: #ff0000;
}
.join-main .list-box li .bot{
	position: relative;
	padding: 20px 3.5% 36px;
	background: #f5f5f5;
	display: none;
}
.join-main .list-box li .bot .info1{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 22px;
}
.join-main .list-box li .bot .info1 p{
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 2;
	min-width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.join-main .list-box li .bot .info2{
	border-bottom: 1px solid #e5e5e5;
	padding: 24px 0 22px;
}
.join-main .list-box li .bot .info2 h3{
	font-size: 18px;
	color: #333333;
	line-height: 3;
}
.join-main .list-box li .bot .info2 p{
	font-size: 12px;
	color: #777777;
	line-height: 2;
}
.join-main .list-box li .bot .info2 .fl{
	width: 40%;
}
.join-main .list-box li .bot .info2 .fr{
	width: 43.5%;
}
.join-main .list-box li .bot .info2 .fl .info-box{
	border-right: 1px solid #e5e5e5;
}
.join-main .list-box li .bot .info3{
	margin-top: 31px;
}
.join-main .list-box li .bot .info3 .apply{
	width: 151px;
	height: 41px;
	line-height: 41px;
	background: #ff0000;
	font-size: 16px;
	color: #ffffff;
	float: left;
	text-align: center;
}
.join-main .list-box li .bot .info3 .apply:hover{
	opacity: 0.6;
}
.join-main .list-box li .bot .info3 .all{
	float: right;
	font-size: 14px;
	color: #777777;
	height: 21px;
	line-height: 21px;
	padding-left: 30px;
	background: url(../img/all_ico.png) no-repeat 0 center;
}
.join-main .list-box li .bot i{
	position: absolute;
	left: 18px;
	top: -12px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #f5f5f5;
}
.join-main .list-box .list{
	margin-bottom: 56px;
}
.join-main .list-box li.li1{
	background: #c2c2c2;
}
.join-main .list-box li.li1 .td2{
	color: #ff0000;
}
.school-profile{

}
.school-profile .i-title-box{
	padding-bottom: 20px;
}
.school-profile .box{
	
}
.school-profile .box .top{
	text-align: center;
	padding-bottom: 30px;
}
.school-profile .box .top h4{
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}
.school-profile .box .top p{
	font-size: 14px;
	color: #777777;
	line-height: 1.5;
}
.school-profile .box .bot{
	margin-top: 51px;
	padding-bottom: 20px;
}
.school-profile .box .bot ul{
	width: 100%;
}
.school-profile .box .bot li{
	width: 25%;
	text-align: center;
}
.school-profile .box .bot li h4{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	margin-top: 13px;
}
.school-profile .box .bot li p{
	font-size: 12px;
	color: #777777;
	line-height: 1.5;
}
.college-culture .box .img{
	width: 509px;
	height: 392px;
	margin: 69px 0 0 49px;
	border: 1px solid #bababa;
	position: relative;
}
.college-culture .box .img img{
	position: absolute;
	left: 32px;
	top: -28px;
}
.college-culture .box .text{
	width: 552px;
	height: 371px;
	border: 1px solid #bababa;
	margin: 0 60px 0 0;
	background: #fff;
	overflow: hidden;
}
.college-culture .box .text .con{
	width: 340px;
	margin: 95px auto 0;
}
.college-culture .box .text .con h3{
	font-size: 26px;
	color: #ff0000;
	line-height: 1.38;
}
.college-culture .box .text .con span.line{
	display: block;
	width: 58px;
	height: 1px;
	background: #9a9a9a;
	margin: 32px 0 37px;
}
.college-culture .box .text .con .text-con-box{
	height: 52px;
	overflow: hidden;
}
.college-culture .box .text .con p{
	font-size: 16px;
	color: #727272;
	line-height: 1.62;
}
.college-culture .box .text .con .btn{
    height: 40px;
    margin-top: 25px;
    position: relative;
    z-index: 5;
}
.college-culture .box .text .con .btn a{
	display: inline-block;
    width: 38px;
    height: 38px;
    background: #fff url(../img/btn3.png) no-repeat;
    margin: 0 10px 0 0;
    border: 1px solid #b5b5b5;
}
.college-culture .box .text .con .btn a.next {
    background-position: 0px 0;
}
.college-culture .box .text .con .btn a.prev {
    background-position: -40px 0;
}
.college-culture .box .text .con .btn a:hover {
    border-color: #ff0000;
    background-color: #ff0000;
    background-image: url(../img/btn4.png);
}

.college-course .box{

}
.college-course .list-top{
	height: 54px;
    line-height: 54px;
    padding: 0 3.33% 0;
    background: #8a8a8a;
    font-size: 14px;
    color: #ffffff;
}
.college-course .box .td1{
	width: 30%;
}
.college-course .box .td2{
	width: 34%;
	text-align: center;
}
.college-course .box .td3{
	width: 20%;
	text-align: center;
}
.college-course .box .td4{
	width: 16%;
	text-align: right;
}
.college-course .box .td4 em{
	display: inline-block;
	width: 98px;
	text-align: center;
}
.college-course .box .list-box{
	padding: 0 3.33% 56px;
	background: #ffffff;
	border: 1px solid #efefef;
	border-top: none;
}
.college-course .list{

}
.college-course .list ul{
	width: 100%;
}
.college-course .list li{
	width: 100%;
}
.college-course .list li .top{
	padding: 16px 0;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	color: #777777;
	line-height: 2;
}
.college-course .list li .top .td1{
	cursor: pointer;
}
.college-course .list li .top .td1.on{
	color: #ff0000;
}
.college-course .list li .top .btn{
	display: inline-block;
	width: 98px;
	height: 32px;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-align: center;
}
.college-course .list li .top .btn:hover{
	color: #ff0000;
}
.college-course .list li .top .btn.on{
	color: #fff;
	background: #ff0000;
}
.college-course .list li .bot{
	background: #f5f5f5;
	display: none;
}
.college-course .list li .title{
	padding: 16px 2.64%;
	position: relative;
	border-bottom: 1px solid #dedede;
}
.college-course .list li .title h4{
	font-weight: normal;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 2;
}
.college-course .list li .title i{
	position: absolute;
	right: 1.5%;
	top: 29px;
	width: 24px;
	height: 2px;
	background: #000;
	opacity: 0.5;
	cursor: pointer;
}
.college-course .list li .bot .con{
	font-size: 12px;
	color: #666666;
	line-height: 2;
	padding: 29px 2.64%;
	border-bottom: 1px solid #dedede;
}
.college-course .list li .form-bot{
	background: #f5f5f5;
	display: none;
}
.college-course .list li .form-bot .title h4{
	color: #777777;
}
.college-course .list li .form-bot .con{
	padding: 29px 2.64%;
	border-bottom: 1px solid #dedede;
}
.college-course .list li .form-bot dl{
	float: left;
	width: 100%;
}
.college-course .list li .form-bot dd{
	float: left;
	width: 25%;
	margin-bottom: 26px;
	height: 38px;
}
.college-course .list li .form-bot dd p{
	width: 38%;
	float: left;
	text-align: right;
	line-height: 36px;
}
.college-course .list li .form-bot dd input{
	float: right;
	width: 58%;
	border: 1px solid #d9d9d9;
	height: 36px;
	line-height: 36px;
	padding: 0 1%;
}
.college-course .list li .form-bot dd select{
	float: right;
	width: 60%;
	border: 1px solid #d9d9d9;
	height: 36px;
	line-height: 36px;
	padding: 0 1%;
}
.college-course .list li .form-bot dd .submit{
	width: 70%;
	padding: 0;
	height: 45px;
	line-height: 45px;
	background: #ff0000;
	font-size: 16px;
	color: #ffffff;
}
.college-course .list li .form-bot dd .submit:hover{
	opacity: 0.6;
}
.college-course .list-box .more{
	margin-top: 45px;
}

.main-sw.ceramic .w1200 .ajax-video .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 50px auto 148px;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}
.main-sw.ceramic .w1200 .ajax-video .more:hover{
	background-color: #ff0000;
}

.main-sw.ceramic .w1200 .attr-box .title .pull-right{
	position: relative;
}
.main-sw.ceramic .w1200 .attr-box .title .pull-right .iconfont{
	position: absolute;
	top: 50%;
	right: 7px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px;
	border-style: solid;
	border-color: #a9a9a9 transparent transparent;
}
.main-sw.ceramic .w1200 .attr-box .title .pull-right .iconfont1{
	position: absolute;
	top: 50%;
	right: 7px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent #a9a9a9 ;
}
.main-sw.ceramic .w1200 .box.class-box .text-box .icon-arrow{
	cursor: pointer;
}
.main-sw.ceramic .w1200 .box .text-box .icon-arrow{
	cursor: pointer;
}
.sale-banner .swiper-container-horizontal>.swiper-pagination{
	bottom: 0;
}
.por-fitting .swiper-button-prev,.por-fitting .swiper-button-next{
	width: 35px;
	height: 60px;
	background: url(../img/x_btn1.png) no-repeat 0 0;
}
.por-fitting .swiper-button-prev{
	left: 0;
}
.por-fitting .swiper-button-next{
	background-position: -35px 0;
	right: 0;
}
.por-fitting .swiper-button-prev:hover,.por-fitting .swiper-button-next:hover{
	background-image: url(../img/x_btn2.png);
}
.pt20{
	padding-top: 20px;
}
.join-info-main .con{
	width: 90%;
	margin: 0 auto;
}
.join-info-main ul{
	float: left;
	width: 100%;
}
.join-info-main li{
	float: left;
	width: 50%;
	height: 30px;
	margin-bottom: 10px;
}
.join-info-main .li1{
	width: 100%;
	height: auto;
}
.join-info-main li label{
	float: left;
	width: 100%;
}
.join-info-main li p{
	width: 66px;
	float: left;
	font-weight: normal;
	font-size: 13px;
}
.join-info-main li input{
	float: left;
	width: 70%;
	border: 1px solid #d5d5d5;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
}
.join-info-main li span{
	float: left;
}
.join-info-main li select{
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d5d5d5;
	padding: 0 10px 0 5px;
}
.join-info-main li .submit{
	float: none;
	display: block;
    width: 310px;
    height: 50px;
    border: 0;
    background: #ff0000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
}
.join-info-main li .submit:hover{
	opacity: 0.8;
}
.join-info-main li .file{
	border: none;
	width: auto;
	width:65px;
	overflow:hidden;
	-moz-width:60px;
	text-indent: 0;
}
@-moz-document url-prefix() { .join-info-main li .file { width:60px; } }
.join-info-main li textarea{
	width: 80%;
	height: 60px;
	border: 1px solid #d5d5d5;
	float: left;
}

.found-top{
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0 80px;
	border-top: 1px solid #e5e5e5;
}
.found-top form{
	width: 700px;
	margin: 0 auto;
}
.found-top form .link{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.found-top form .link a{
	font-size: 14px;
	color: #666666;
}
.found-top form .link span{
	margin: 0 25px;
}
.found-top form .link a:hover{
	color: #ff0000;
}
.found-top form .link a.on{
	font-weight: bold;
	color: #ff0000;
}
.found-top form .text{
	float: left;
	width: 530px;
	height: 58px;
	line-height: 58px;
	padding: 0 20px;
	border: 1px solid #cfcfcf;
	border-radius: 4px 0 0 4px;
	border-right: none;
	font-size: 14px;
}
.found-top form .submit{
	width: 129px;
	height: 58px;
	line-height:58px;
	background: #ff0000;
	border-radius: 0 4px 4px 0;
	border: none;
	font-size: 20px;
	color: #ffffff;
}
.found-bot{
	padding: 0 0 50px;
}
.found-bot .x-title{
	font-size: 24px;
	color: #333333;
	line-height: 2;
	padding: 40px 0 0;
}
.found-bot .x-title h3{
	font-weight: normal;
}
.found-news{

}
.found-news ul{
	float: left;
	width: 100%;
}
.found-news li{
	float: left;
	width: 100%;
	padding: 33px 0 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.found-news li h3{
	font-size: 16px;
	color: #010101;
	line-height: 1.5;
	margin-bottom: 5px;
	height: 24px;
	overflow: hidden;
}
.found-news li h3 a{
	color: #010101;
	max-width: 80%;
	overflow: hidden;
	float: left;
	height: 24px;
}
.found-news li h3 a:hover{
	color: #ff0000;
}
.found-news li p{
	font-size: 12px;
	color: #777777;
	line-height: 1.5;
}
.found-news li em{
	float: right;
	font-size: 14px;
	color: #5b5b5d;
	line-height: 1.5;
}
.found-bot .more{
    display: block;
    width: 174px;
    height: 49px;
    line-height: 49px;
    text-indent: 78px;
    margin: 50px auto 0;
    background: #939393 url(../img/more_ico.png) no-repeat 42px center;
    font-size: 16px;
    color: #ffffff;
}
.found-bot .more:hover{
	background-color: #ff0000;
}
.found-news li .img{
	float: left;
	width: 15%;
}
.found-news li .text{
	float: right;
	width: 80%;
}
.listpd li .detail h3{
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
}
.backtop-btn{
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 54px;
	height: 54px;
	cursor: pointer;
	display: none;
	z-index: 20;
}
.x-map-banner{

}
.x-map-banner .swiper-container .swiper-button-prev{
	width: 51px;
	height: 75px;
	margin-top: -38px;
	background: url(../img/x_nbe_btn.png) no-repeat 0 0;
}
.x-map-banner .swiper-container .swiper-button-next{
	width: 51px;
	height: 75px;
	margin-top: -38px;
	background: url(../img/x_nbe_btn.png) no-repeat -51px 0;
}
.x-map-banner .swiper-container .swiper-button-prev:hover{
	background-position: 0 -75px;
}
.x-map-banner .swiper-container .swiper-button-next:hover{
	background-position: -51px -75px;
}
.produce-main .college-news .listpd li .img:hover .mask{
	opacity: 0.7;
}

.main-sw.ceramic .w1200 .scroll-video .box-con .auto-box .poster-list li.on{
	z-index: 31 !important;
}


.join-info-main li span#spred{
	color: #ff0000;
	vertical-align: 2px;
	line-height: 30px;
	margin-left: 5px;
}

.new-industry .listpd li .img .mask{
	background: #fff url(../img/img_mask.png) no-repeat center center;
}
.new-brand .listpd li .img .mask{
	background: #fff url(../img/img_mask.png) no-repeat center center;
}
.gay-btn{
	background: #848484 !important;
	color: #fff !important;
	cursor: default;
}
