﻿@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; font-family:"微软雅黑"; background:#fff; }
a{ color:#000; text-decoration:none;}
li{ list-style-type:none;}
ul{ margin:0px; padding:0px;}

*{ margin:0px; padding:0px; border:0px;}

.main_con{ width:1200px; height:auto; margin:0px auto; position:relative;}
.mainbottom{margin:0px; padding:0; border:0; background:#FF6801; color:#FFF; font-size:22px;}

.main01{ background:url(../images/1.jpg) no-repeat center center; height:500px; overflow:hidden; }
.main02{ background:url(../images/2.jpg) no-repeat center top; height:561px; overflow:hidden;}
.main03{ height:486px; overflow:hidden; }
.main04{ height:522px; overflow:hidden; }
.main05{ height:894px; overflow:hidden; }
.main06{ height:500px; overflow:hidden; }
.main07{ height:561px; overflow:hidden; }
.main08{ height:715px; overflow:hidden; }
.main09{ height:934px; overflow:hidden; }
.main10{ height:1064px; overflow:hidden; }
.main11{ height:840px; overflow:hidden; }
.main12{ height:650px; overflow:hidden; }
.main13{ height:832px; overflow:hidden; }

.main07_b{ height:146px; overflow:hidden; cursor:pointer;}
.main08_b{ height:146px; overflow:hidden; cursor:pointer;}
.main09_b{ height:144px; overflow:hidden; cursor:pointer;}



/*.main04_list_con{ width:620px; height:402px; position:absolute; top:134px; right:0px; }*/

.main05_list{ width:450px; height:212px; position:absolute; top:63px; left:129px;}
.main05_list li{ width:450px; height:60px; margin-bottom:16px;}
.main05_list li input{ width:370px; height:60px; border-bottom:1px solid #fff; background:none; color:#777878; font-size:18px; padding-left:80px; border-radius:5px;  border:1px solid #A0A0A0;  }

.main05_button{ width:450px; height:62px; overflow:hidden; position:absolute; top:292px; left:129px;}
.main05_button input{ width:450px; height:62px; overflow:hidden; background:#DE3926; border-radius:8px; color:#FFF; font-size:24px; box-shadow:none;}

.main05_list li:nth-child(1) input {background:url(../images/ico1.png) no-repeat 25px center; background-size:34px 36px;}
.main05_list li:nth-child(2) input {background:url(../images/ico3.png) no-repeat 30px center; background-size:35px 35px;}
.main05_list li:nth-child(3) input {background:url(../images/ico2.png) no-repeat 30px center; background-size:26px 40px;}



.main13_list{ width:282px; height:214px; position:absolute; top:440px; right:38px;}
.main13_list li{ width:282px; height:60px; margin-bottom:16px;}
.main13_list li input{ width:262px; height:60px; border-bottom:1px solid #fff; background:none; color:#777878; font-size:18px; padding-left:20px; border-radius:8px;  border:1px solid #A0A0A0; background:#FFF;}

.main13_button{ width:282px; height:62px; overflow:hidden; position:absolute; top:680px; right:38px;}
.main13_button input{ width:282px; height:62px; overflow:hidden; background:#DE3926; border-radius:8px; color:#FFF; font-size:24px; box-shadow:none;}


.main11_list{  width:1198px; height:680px; margin:0 auto; margin-top:221px; overflow:hidden;}

.main10_list{ width:1192px; height:495px; margin:0 auto; margin-top:257px;}
.main10_swiper{ margin-top:56px; width:1192px; height:480px; overflow:hidden}
.main10_tag{ width:1192px; height:59px;}
.main10_tag ul{ display:flex; justify-content:space-between}
.main10_tag li{ width:340px; height:74px; text-align:center; line-height:74px; font-weight:bold; font-size:28px; color:#FDF7F7; }

.main10_tag1{background:#EC6C53; cursor:pointer;}
.main10_tag2{background:#926852; cursor:pointer;}
.main10_tag3{background:#926852; cursor:pointer;}


.main07_list{ width:1198px;}
.main07_list div{ float:left;}

.main07_list .item:nth-child(1) {
		background: url("../images/7_1.jpg")  no-repeat center right; 
	}

.main07_list .item:nth-child(2) {
		background: url("../images/7_2.jpg")  no-repeat 100% 100%;    
	}

.main07_list .item:nth-child(3) {
		background: url("../images/7_3.jpg")  no-repeat 100% 100%;   
	}



	.big {
		width: 1008px;
		height: 561px;
	}
	.big img {
		display:block;

	}
	

/*.big {    
    animation: fade-in;
    animation-duration: 1.5s;
    -webkit-animation:fade-in 1.5s;
}
*/

@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}  


/*.wrap{ 
-moz-transform:scale(0.9); 
-webkit-transform:scale(0.9); 
-o-transform:scale(0.9); 
} */

::-webkit-input-placeholder { /* WebKit browsers */
  color: #777878;
  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #777878;
  
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #777878;
  
}

