@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
.adbg {
	background: url(../images/index_bg05.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.adbg .wen {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

.adbg h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 77px;
}

.adbg p {
	font-size: 18px;
}

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

.adbg {
	position: relative;
	left: inherit;
	bottom: inherit;
}

.adbg .wen {
	padding: 15px 0 25px;
}

.adbg h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
}

.adbg p {
	font-size: 14px;
}

}

.adbg .tel {
	margin: 15px auto;
	padding: 10px 0;
	width: 300px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 30px;
	background: #d40000;
}

#main {
	padding: 0;
	background: none;
}

.comH2 .en {
	color: #fff;
}

.comH2 .tit {
	color: #fff;
}

.comH2:before {
	opacity: 0.5;
	background: #fff;
}

.comH2:after {
	opacity: 0.5;
	background: #fff;
}

.comH2 .txt {
	color: #ccc;
}

.mainImg {
	height: 80vh;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
}

.mainImg ul {
	height: 80vh;
	box-sizing: border-box;
}

.mainImg .mainText {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 2;
	text-align: center;
	animation: ball .6s infinite alternate;
}

@-webkit-keyframes roundRule{
	0%{
		transform: translateX(-1%); 
	}
	
	50%{
		transform: translateX(-6%); 
	}
	
	100%{
		transform: translateX(-12%);  
	}
}

@-webkit-keyframes roundRule2{
	0%{
		transform: scale(1); 
	}
	
	50%{
		transform: scale(1.1); 
	}
	
	100%{
		transform: scale(1.2);  
	}
}

@-webkit-keyframes roundRule3{
	0%{
		transform: scale(1); 
	}
	
	50%{
		transform: scale(1.2); 
	}
	
	100%{
		transform: scale(1);  
	}
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 80vh;
	float: left;
	box-sizing: border-box;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-animation: roundRule3 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-animation: roundRule3 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center bottom;
	background-size: cover;

	-webkit-animation: roundRule2 12s linear infinite;
	-webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;
   	-webkit-animation-duration: 12s;
}

@media all and (max-width: 1280px) {
	.mainImg {
		padding: 0;
		height: 280px;
	}
	
	.mainImg ul {
		padding: 0;
		height: 280px;
	}
		
	.mainImg .pic01,
	.mainImg .pic02,
	.mainImg .pic03 {
		padding: 0;
		height: 280px;
	}
}

.about {
	padding: 60px 0;
	background: url(../images/index_bg02.jpg) no-repeat center top;
	background-size: cover;
}

.about .inner {
	margin-bottom: 30px;
}

.about .video {
	padding-top: 17px;
	margin-right: 3%;
	width: 35%;
	float: left;
}

.about .video img {
	width: 100%;
}

.about .video video {
	width: 100%;
}

.about .textBox {
	width: 33%;
    float: left;
}

.about .textBox h3 {
	color: #fff;
	font-size: 35px;
}

.about .textBox h3 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

.about .textBox h3 span:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 50px;
	height: 4px;
	content:"";
	background: #FFB73B;
}

.about .textBox p {
	font-size: 16px;
    color: #fff;
    margin-top: 7px;
	text-indent: 2em;
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
		.about .video {
		width: 40%;
	}
	
	.about .textBox {
		width: 32%;
	}

	.about .textBox h3 {
		font-size: 35px;
	}
	.about .textBox h3 span {
		font-size: 13px;
	}
	.about .textBox .last {
		display: none;
	}
	.about .textBox .last02 {
		display: none;
	}
	.about .textBox p {
		font-size: 15px;
	}
}

@media all and (min-width: 1400px) and (max-width: 1499px) {
	.about .textBox h3 {
		font-size: 30px;
	}
	.about .textBox .last {
		display: none;
	}
	.about .textBox .last {
		display: none;
	}
	.about .textBox .last02 {
		display: none;
	}
	.about .textBox p {
		font-size: 15px;
	}
}


@media all and (min-width: 1500px) and (max-width: 1599px) {
	.about .video {
		width: 32%;
	}
	
	.about .textBox {
		width: 36%;
	}

	.about .textBox h3 {
		font-size: 30px;
	}

	.about .textBox h3 span {
		font-size: 13px;
	}
	.about .textBox .last {
		display: none;
	}
	.about .textBox .last02 {
		display: none;
	}
	.about .textBox p {
		font-size: 15px;
	}
}

@media all and (min-width: 1600px) and (max-width: 1800px) {
	.about .textBox h3 {
		font-size: 25px;
	}

	.about .textBox h3 span {
		font-size: 13px;
	}
	
	.about .textBox .last {
		display: none;
	}
}

.about .textBox .more {
	margin-top: 10px;
}
	
.about .textBox .more a{
    display: block;
    width: 115px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #1488F5;
    font-size: 15px;
}

.about .textBox .more a:hover{
    background: #FF7800;
}

.about .conBox {
	width: 27%;
	float: right;
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
	
.about .conBox {
	width: 23%;
	float: right;
}

}
.about .conBox p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.about .conBox .tel {
	padding-left: 60px;
	color: #FF7800;
	font-family: Impact;
	font-size: 50px;
	background: url(../images/ca_f.png) no-repeat left center;
}

@media all and (min-width: 1300px) and (max-width: 1800px) {
	.about .conBox .tel {
		font-size: 40px;
	}
	
	.about .conBox p {
		font-size: 15px;
	}
}

.about .conBox .code {
	margin-top: 10px;
}
	
.about .conBox .code img {
		width: 130px;
	float: left;
}

.about .conBox .code span {
	padding: 50px 0 0 140px;
	display: block;
	color: #fff;
	font-size: 16px;
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
	.about .conBox .code img {
		width: 120px;
	}
	
	.about .conBox .code span {
		padding-left: 130px;
	}
}

.about .proList li {
	margin: 0 1% 20px;
	width: 18%;
	float: left;
}

@media all and (min-width: 1280px) and (max-width: 1549px) {
	.about .proList li {
		width: 15.66666%;
	}
}

.about .proList li a {
	padding: 5px;
	display: block;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.about .proList li a:hover {
	background: #FF7800;
}

.about .proList li a p {
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

@media all and (min-width: 1600px) and (max-width: 1700px) {
	.about .proList li a p {
		font-size: 16px;
	}
}

@media all and (min-width: 1550px) and (max-width: 1599px) {
	.about .proList li a p {
		font-size: 15px;
	}
}

@media all and (min-width: 1280px) and (max-width: 1549px) {
	.about .proList li a p {
		font-size: 15px;
	}
}

.about .proList li a:hover p {
	color: #fff;
}

@media all and (max-width: 1280px) {
	.about {
		padding: 30px 0;
		background: url(../images/index_bg02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.about .inner {
		margin-bottom: 10px;
	}
	
	.about .video {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	
	.about .textBox {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	.about .textBox h3 {
		font-size: 25px;
	}
	
	.about .textBox h3 span {
		font-size: 14px;
	}
	
	.about .textBox p {
		font-size: 15px;
	}

	.about .conBox {
		width: auto;
		float: none;
	}
	
	.about .conBox p {
		font-size: 16px;
	}
	
	.about .conBox .tel {
		padding-left: 50px;
		font-size: 40px;
		background: url(../images/ca_f.png) no-repeat left center;
		background-size: 40px 40px;
	}
	
	.about .conBox .code {
		margin-top: 10px;
	}
		
	.about .conBox .code img {
		width: 130px;
		float: left;
	}
	
	.about .conBox .code span {
		padding: 50px 0 0 150px;
	}
	
	.about .proList {
		margin: 0 -5px;
	}
	
	.about .proList li {
		margin: 0 1% 15px;
		width: 48%;
	}
	
	.about .proList li a {
		padding: 5px 0;
		display: block;
		background: #fff;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	.about .proList li a .photo {
		overflow: hidden;
	}
	
	.about .proList li a:hover {
		background: #FF7800;
	}
	
	.about .proList li a p {
		padding: 10px 5px;
		font-size: 15px;
		font-weight: normal;
		overflow:hidden;
		white-space:nowrap;
		text-overflow: ellipsis;

	}
}

.product {
	padding: 50px 0 60px;
	background: url(../images/index_bg03.jpg) no-repeat center center;
	background-size: cover;
}

.product .comH2 {
	margin-bottom: 30px;
}

.product li {
	margin: 0 0.5% 25px;
	width: 19%;
	float: left;
}

.product li a {
	display: block;
}

.product li a img {
	width: 100%;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product .daohang {
	margin: 0 auto 30px;
	width: 96%;
	min-width: 1200px;
}

.product .daohang li {
	margin: 0 1%;
	width: 18%
}

.product .daohang li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 30px;
	background: #d40000
}

.product .daohang li a:hover {
	color: #d40000;
	background: #fff;
}

.product li a .photo {
	min-height: 100px;
	overflow: hidden;
}

.product li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product li a p {
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product li a:hover p {
	color: #fff;
	background: #FF7800;
}

#top_scroll {
	height: 800px;
	overflow: hidden;
	background: none !important;
}

@media all and (max-width: 1280px) {
	.product {
		padding: 40px 0;
	}
	
	.product .comH2 {
		margin-bottom: 30px;
	}
	
	.product ul {
		margin: 0 -5px;
	}
	
	.product li {
		margin: 0 1% 15px;
		width: 48%;
		float: left;
	}
	
	.product li a {
		display: block;
	}
	
	.product li a img {
		width: 100%;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	.product .daohang {
		margin: 0 20px 20px;
		width: auto;
		min-width: inherit;
	}
	
	.product .daohang li {
		margin: 0 1% 15px;
		width: 48%
	}
	
	.product li a .photo {
		overflow: hidden;
	}
	
	.product li a:hover img {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
	}
	
	.product li a p {
		padding: 10px 0;
		font-size: 15px;
		text-align: center;
		background: #fff;
		overflow:hidden;
		white-space:nowrap;
		text-overflow: ellipsis;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	.product li a:hover p {
		color: #fff;
		background: #FF7800;
	}

}

.feaBox {
	margin: 50px 35px 0;
	padding: 20px 35px;
	background: #d40000;
	border-radius: 20px;
}

.feaBox ul {
	width: 40%;
	float: left;
}

.feaBox li {
	margin: 0;
	width: 33.333333%;
	color: #fff;
	font-size: 18px;
	float: left;
	text-align: center;
}

.feaBox li img {
	margin: 0 auto 10px;
	display: block;
	width: 80px;
}

.feaBox p {
	padding-top: 25px;
	width: 60%;
	float: right;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.feaBox p span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

@media all and (max-width: 1280px) {
	.feaBox {
		margin: 30px 20px 0;
		padding: 20px 10px;
	}
	
	.feaBox ul {
		width: auto;
		float: none;
	}
	
	.feaBox li {
		margin: 0;
		font-size: 16px;
	}
	
	.feaBox li img {
		width: 50px;
	}
	
	.feaBox p {
		padding-top: 20px;
		width: auto;
		float: none;
		font-size: 22px;
	}
	
	.feaBox p span {
		margin-top: 10px;
		display: block;
		font-size: 15px;
	}


}

.cpyoushi {
	padding: 50px 0 0;
	background: url(../images/index_bg03.jpg) no-repeat center center;
	background-size: cover;
}

.cpyoushi h2 {
	margin-bottom: 50px;
	color: #d40000;
	font-size: 50px;
	text-align: center;
}

.cpyoushi h2 span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

.cpyoushi .inner {
	margin: 0 auto;
	width: 96%;
	min-width: 1280px;
}

.cpyoushi .yyss {
	margin: 0 1%;
	width: 48%;
	float: left;
}

.cpyoushi .tu {
	width: 45%;
	float: left;
}

.cpyoushi .tu img {
	width: 100%;
}

.cpyoushi .wen {
	padding-top: 20px;
	width: 50%;
	float: right;
}

.cpyoushi .wen h3 {
	margin-bottom: 10px;
	color: #d40000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.cpyoushi .wen p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.cpyoushi .wen li {
	margin-bottom: 10px;
	padding: 8px 0;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #1488F5;
	border-radius: 8px;
}

@media all and (max-width: 1280px) {
	.cpyoushi {
		padding: 30px 0 0;
	}
	
	.cpyoushi h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	
	.cpyoushi h2 span {
		margin-top: 5px;
		font-size: 14px;
	}
	
	.cpyoushi .inner {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}
	
	.cpyoushi .yyss {
		margin: 0 0 30px;
		width: auto;
		float: none;
	}
	
	.cpyoushi .tu {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	.cpyoushi .tu img {
		width: 100%;
	}
	
	.cpyoushi .wen {
		padding-top: 10px;
		width: auto;
		float: none;
	}
	
	.cpyoushi .wen h3 {
		margin-bottom: 5px;
	}
	
	.cpyoushi .wen p {
		margin-bottom: 10px;
	}

}

.heiys {
	margin-top: 50px;
	padding: 40px 0;
	background: #262626;
}

.heiys h3 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

.heiys h3 span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
}

.heiys li {
	margin: 0 2%;
	padding: 20px 0;
	width: 21%;
	color: #fff;
	float: left;
	font-size: 30px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.9);
	box-sizing: border-box;
}

.heiys li p {
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
	font-size: 15px;
}

.heiys li p:before {
	margin-left: -25px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 50px;
	height: 3px;
	content:"";
	background: #FF7800;
}

@media all and (max-width: 1280px) {
	.heiys {
		margin-top: 40px;
		padding: 30px 20px;
	}
	
	.heiys h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	
	.heiys h3 span {
		margin-top: 5px;
		font-size: 11px;
	}
	
	.heiys li {
		margin: 0 2% 15px;
		padding: 20px 0;
		width: 46%;
		font-size: 22px;
	}
	
	.heiys li p {
		padding-top: 10px;
		margin-top: 10px;
		position: relative;
		font-size: 15px;
	}
	
	.heiys li p:before {
		margin-left: -25px;
		position: absolute;
		left: 50%;
		top: 0;
		content: "";
		width: 50px;
		height: 3px;
		content:"";
		background: #FF7800;
	}

}

.case {
	padding: 100px 0;
	background: url(../images/index_bg04.jpg) no-repeat center center;
	background-size: cover;
}

.case .section {
	margin: 0 auto;
	width: 96%;
	min-width: 1280px;
}

.case .fl {
	width: 40%;
	float: left;
}

.case .fl img {
	width: 100%;
	height: auto !important;
}

.case .fr {
	width: 58.5%;
	float: right;
}

@media all and (min-width: 1280px) and (max-width: 1549px) {
	.case .fl {
		width: 42%;
	}
	
	.case .fr {
		width: 57%;
	}
}


.case .fr h2 {
	color: #1488F5;
	font-size: 60px;
	text-align: right;
}

.case .fr h2 span {
	display: block;
	color: #fff;
	font-size: 30px;
}

.case .fr h2 span span {
	margin-right: 35px;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
}

.case .fr .btn {
	margin: 15px 0 30px;
	text-align: right;
}

.case .fr .btn a {
	width: 150px;
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7800;
}

.case .fr li {
	margin: 0 0 15px 2%;
	width: 23%;
	float: left;
}

.case .fr li a {
	display: block;
}

.case .fr li a:hover img {
	filter: brightness(120%);
}

.case .fr li img {
	width: 100%;
	height: auto !important;
}

@media all and (max-width: 1280px) {
	.case {
		padding: 40px 0;
		background: url(../images/index_bg04.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.case .section {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}
	
	.case .fl {
		display: none;
		width: auto;
		float: none;
	}
	
	
	.case .fr {
		width: auto;
		float: none;
	}
	
	.case .fr h2 {
		font-size: 40px;
		text-align: center;
	}
	
	.case .fr h2 span {
		font-size: 22px;
	}
	
	.case .fr h2 span span {
		display: none;
		margin-right: 15px;
		font-size: 15px;
	}
	
	.case .fr .btn {
		margin: 15px 0 30px;
		text-align: center;
	}
	
	.case .fr .btn a {
		width: 150px;
		padding: 5px 0;
	}
	
	.case .fr li {
		margin: 0 1% 15px;
		width: 48%;
	}
	

}

.adv {
    width: 100%;
    height: 840px;
    box-sizing: border-box;
    background: url(../images/index_bg05.jpg) center top no-repeat;
	background-size: cover;
    padding: 80px 0 0;
}


.adv_des{
    width: 100%;
    height: 480px;
    position: relative;
    margin-top: 20px;
}

.adv_des .yuan {
	margin-left: -250px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: -20px;
	overflow: hidden;
	border-radius: 50%;
}

.adv_des .yuan img {
	width: 100%;
}

.adv_circle{
    position: absolute;
    top: 220px;
    left: -35px;
    bottom: 30px;
    right: 0;
    margin: auto;   
    width: 430px;
    height: 330px;
    z-index: 11;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.adv_circle img{
    animation: ball .6s infinite alternate;
}

.adv_des ul {
	width: 86%;
    min-width: 1300px;
    height: 480px;
    margin: auto;
	position: relative;
}

.adv_des ul li{
    color: #fff;
    width: 415px;
    position: absolute;
}

.adv_des ul li h3{
    font-size: 30px;
    font-weight: bold;
	position: relative;
}

.adv_des ul li:nth-child(odd) h3::after{
    content: '';
    vertical-align: middle;
    width: 206px;
    height: 40px;
	position: absolute;
	left: 200px;
	top: 5px;
    background: url(../images/ysxian.png) center no-repeat;
}

.adv_des ul li:nth-child(even) h3 {
	text-align: right;
}

.adv_des ul li:nth-child(even) h3::before{
    content: '';
    vertical-align: middle;
    width: 206px;
    height: 40px;
    background: url(../images/ysxiana.png) center no-repeat;
	position: absolute;
	right: 200px;
	top: 5px;
}

.adv_des ul li p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    text-align: left;
    width: 310px;
}

.adv_des ul li:nth-child(1){
    top: 7px;
    left: 139px;
}

.adv_des ul li:nth-child(2){
    top: 7px;
    right: 120px;
}

.adv_des ul li:nth-child(3){
    top: 165px;
    left: 60px;
}

.adv_des ul li:nth-child(4){
    top: 165px;
    right: 40px;
}

.adv_des ul li:nth-child(5){
    bottom: 45px;
    left: 112px;
}

.adv_des ul li:nth-child(6){
    bottom: 45px;
    right: 87px;
}

.adv_des ul li:nth-child(even) p{
    margin-left: 135px;
}

@media all and (max-width: 1280px) {
	.adv {
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	
	.adv_des{
		width: auto;
		height: auto;
		position: relative;
		margin-top: 20px;
	}
	
	.adv_des .yuan {
		margin:0 auto;
		width: 70%;
		position: static;
		left: inherit;
		top: inherit;
		border-radius: 50%;
	}
	
	.adv_des .yuan img {
		width: 100%;
	}
	
	.adv_circle{
		position: static;
		top: auto;
		left: inherit;
		bottom: inherit;
		right: inherit;
		margin: -200px auto 0;   
		width: 70%;
		height: auto;
		z-index: 11;
	}
	
	.adv_circle img{
		width: 100%;
		animation: ball .6s infinite alternate;
	}
	
	.adv_des ul{
		min-width: inherit;
		width: auto;
		height: auto;
		margin: 0 20px;
	}
	
	.adv_des ul li{
		margin-bottom: 10px;
		padding: 10px;
		color: #fff;
		width: auto;
		position: relative;
		border: 1px dotted #fff;
		border-radius: 20px;
	}
	
	.adv_des ul li h3{
		font-size: 22px;
		font-weight: bold;
		position: relative;
	}
	
	.adv_des ul li:nth-child(odd) h3::after{
		display: none;
	}
	
	.adv_des ul li:nth-child(even) h3 {
		text-align: left;
	}
	
	.adv_des ul li:nth-child(even) h3::before{
		display: none;
	}
	
	.adv_des ul li p{
		font-size: 15px;
		line-height: 1.8;
		margin-top: 5px;
		text-align: left;
		width: auto;
	}
	
	.adv_des ul li:nth-child(1){
		top: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(2){
		top: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(3){
		top: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(4){
		top: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(5){
		bottom: inherit;
		left: inherit;
	}
	
	.adv_des ul li:nth-child(6){
		bottom: inherit;
		right: inherit;
	}
	
	.adv_des ul li:nth-child(even) p{
		margin-left: 0;
	}

}

.news {
	padding: 100px 0;
	background: url(../images/index_bg07.jpg) no-repeat center center;
	background-size: cover;
}

.news .ttlBox {
    float: left;
    color: #fff;
    position: relative;
    height: 500px;
    z-index: 111;
    width: 230px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 85px;
}

.news .ttlBox img{
    position: absolute;
    bottom: 20px;
    left: 0;
    animation: ball .6s infinite alternate;
}

.news .ttlBox h3{
	color: #1488F5;
    font-size: 40px;
}

.news .ttlBox a{
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    background: #ff0000;
    border-radius: 50%;
    margin: 15px auto;
}

.news .ttlBox a::after{
    content: '';
    display: block;
    width: 25px;
    height: 10px;
    background: url(../images/icon.png) -361px -148px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    margin: auto;
}

.news .newsList {
	padding-left: 280px;
}

.news .newsList li {
	margin: 0 0.5%;
	width: 24%;
	float: left;
}

.news .newsList li a {
	display: block;
	background: #fff;
}

.news .newsList li .photo {
	overflow: hidden;
}

.news .newsList li .photo img {
	width: 100%;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news .newsList li .textBox {
	padding: 15px;
}

.news .newsList li a h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.news .newsList li a p {
	color: #666;
	font-size: 16px;
}

@media all and (max-width: 1280px) {
	.news {
		padding: 30px 0;
	}

	.news .ttlBox {
		float: none;
		height: auto;
		width: auto;
		text-align: center;
		box-sizing: border-box;
		padding-top: 0;
		z-index: 90;
	}
	
	.news .ttlBox img {
		display: none;
		width: 100px;
		position: relative;
		bottom: inherit;
		left: inherit;
		animation: ball .6s infinite alternate;
	}
	
	.news .ttlBox h3 {
		font-size: 40px;
	}
	
	.news .ttlBox a{
		width: 36px;
		height: 36px;
		margin: 10px auto;
	}
	
	.news .newsList {
		padding-left: 0;
	}
	
	.news .newsList li {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}

	.news .newsList li:nth-child(3),
	.news .newsList li:nth-child(4) {
		display: none;
	}
	
	.news .newsList li a {
		padding: 0;
	}

	.news .newsList li .textBox {
		padding: 15px;
	}
	
	.news .newsList li a h3 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
	.news .newsList li a p {
		color: #666;
		font-size: 15px;
	}
	
}

.contact {
	padding: 80px 0;
	background: url(../images/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}

.contact .section {
	padding: 60px;
	width: 1200px;
	background: #fff;
	box-sizing: border-box;
}

.contact .left {
	width: 50%;
	float: left;
}

.contact .right {
	width: 50%;
	height: 330px;
	float: right;
}

.contact .left ul li {
	width: 490px;
	height: 55px;
	background: #1488F5;
	color: #fff;
	margin: 10px 0;
}

.contact .left ul {
	margin: 10px 0;
	height: auto;
}

.contact .left ul li em,
.contact .left ul li p {
	float: left;
	line-height: 55px;
}

.contact .left ul li em {
	width: 65px;
	border-right: 1px solid #406ea9;
	height: 55px;
	position: relative;
}

.contact .left ul li em::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.contact .left ul li p {
	padding-left: 25px;
	font-size: 16px;
}

.contact .left ul li:nth-child(1) em::before {
	background-position: -213px -135px;
}

.contact .left ul li:nth-child(2) em::before {
	background-position: -261px -138px;
}

.contact .left ul li:nth-child(3) em::before {
	background-position: -261px -138px;
}

.contact .left ul li:nth-child(4) em::before {
	background-position: -306px -137px;
}

.contact .left .code {
	width: 50%;
	float: left;
	position: relative;
}

.contact .left .code img {
	width: 130px;
}

.contact .left .code span {
	position: absolute;
	left: 140px;
	top: 40px;
	color: #333;
	text-align: center;
}

.contact .right .textBox p {
  color: #333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.contact .right .textBox p span {
	display: block;
	color: #FF9900;
}

.contact .right h3 {
    font-weight: normal;
    font-size: 28px;
}

.contact .right form{
    margin-top: 20px;
    width: 515px;
}

.contact .right form table {
	width: 100%;
	border-collapse: collapse;
}

.contact .right form th {
	width: 20%;
}

.contact .right form td {
	padding-bottom: 15px;
	width: 80%;
}

.contact .right form input,
.contact .right form textarea{
    width: 100%;
    border: 1px solid #eee;
    outline: none;
    padding: 10px;
	box-sizing: border-box;
}

.contact .right form textarea{
    height: 100px;
}

.contact .right form input{
    height: 40px;
}

.contact .right form button{
	margin: 15px auto 0;
	display: block;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    background: #dd0103;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

@media all and (max-width: 1280px) {
	.contact {
		padding: 30px 0;
	}
	
	.contact .section {
		padding: 20px;
		width: auto;
	}
	
	.contact .left {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	.contact .right {
		width: auto;
		float: none;
	}
	
	.contact .left .ttl img {
		width: 250px;
	}
	
	.contact .left ul li {
		width: auto;
		height: 55px;
		margin: 10px 0;
	}
	
	.contact .left ul {
		margin: 10px 0;
		height: auto;
	}
	
	.contact .left ul li em {
		width: 45px;
		height: 55px;
	}
	
	.contact .left ul li p {
		padding-left: 55px;
		font-size: 14px;
		float: none;
	}
	
	.contact .left .code {
		width: auto;
		float: none;
		position: relative;
	}

	.contact .left .code:last-child {
		display: none;
	}
	
	.contact .left .code img {
		width: 130px;
	}
	
	.contact .left .code span {
		position: absolute;
		left: 140px;
		top: 40px;
		color: #333;
		text-align: center;
	}
	
	.contact .right .textBox p {
	  font-size: 20px;
	  font-weight: bold;
	  text-align: center;
	}
	
	.contact .right .textBox p span {
		display: block;
		color: #FF9900;
	}
	
	.contact .right h3 {
		font-weight: normal;
		font-size: 28px;
	}
	
	.contact .right form{
		margin-top: 20px;
		width: auto;
	}
	
	.contact .right form th {
		padding-top: 12px;
		width: 20%;
		vertical-align: top;
	}
	
	.contact .right form button{
		margin: 15px auto 0;
		display: block;
		width: 50%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 3px;
		background: #dd0103;
		color: #fff;
		border: none;
		outline: none;
		cursor: pointer;
	}

}
