﻿@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:595px; overflow:hidden; }
.main02{ background:url(../images/2.jpg) no-repeat center top; height:1034px; overflow:hidden;}
.main03{ height:480px; overflow:hidden; background-position:center center}
.main04{ height:638px; overflow:hidden; background-position:center center}
.main05{ height:1067px; overflow:hidden; background-position:center center}
.main06{ height:927px; overflow:hidden; background-position:center center;cursor:pointer;}
.main07{ height:1243px; overflow:hidden; background-position:center center;cursor:pointer}
.main08{ height:802px; overflow:hidden; background-position:center center; position:relative;}
.main09{ height:863px; overflow:hidden; background-position:center center;}
.main10{ height:637px; overflow:hidden; background-position:center center;}
.main11{ height:1196px; overflow:hidden; background-position:center center;}
.main12{ height:1094px; overflow:hidden;background-position:center center; }
.main13{ height:965px; overflow:hidden; background-position:center center;}
.main14{ height:1128px; overflow:hidden;background-position:center center; }
.main15{ height:724px; overflow:hidden;background-position:center center; }
.main16{ height:811px; overflow:hidden;background-position:center center; }



/*.main04_list_con{ width:620px; height:402px; position:absolute; top:134px; right:0px; }*/


.main04_randomCon{ position:absolute; width:444px; height:56px; top:160px; left:8px;}
.main04_random{ position:absolute; top:0; right:40px; width:444px;height:56px; line-height:56px; font-size:48px; font-weight:bold; text-align:right;}
.main04_randomYuan{ position:absolute; width:30px; height:56px; top:0; right:10px; line-height:60px; font-size:36px; font-weight:bold; text-align:right;}


.main04_list{ width:444px; height:128px; position:absolute; top:235px; left:8px;}
.main04_list li{ width:444px; height:54px; margin-bottom:20px;}
.main04_list li input{ width:418px; height:54px;  background:#FFFFFF; color:#ADADAD; font-size:18px; padding-left:26px; border-radius:10px;  border:1px solid #A0A0A0;  }
.main04_button{ width:444px; height:66px; overflow:hidden; position:absolute; top:396px; left:8px;}
.main04_button input{ width:444px; height:66px; overflow:hidden; background:#CDAB7D; border-radius:8px; color:#FFF; font-size:24px; box-shadow:none;}


.main05_tag{ width:220px; height:666px; position:absolute; top:275px; left:0; background:#CEAC7F;}
.main05_tag li{ width:220px; height:111px; line-height:111px; color:#000; text-align:center; font-size:28px;}
.main05_tag .on{ color:#CEAC7F !important; background:#FFF !important;  box-shadow:0px 0px 8px #888888; font-size:30px;}


.main05_list{ width:888px; height:661px; position:absolute; top:275px; right:0px; }
.main05_swiper { width:888px;box-shadow:0px 0px 8px #888888; overflow:hidden;}
.main05_list img{ }

.main08_list{ width:1200px; height:520px; position:absolute; top:282px; left:50%; margin-left:-600px;}
.main08_swiper{ width:1200px; overflow:hidden;}


.main14_list{ width:1140px; height:615px; position:absolute; top:275px; left:50%; margin-left:-570px;}
.main14_swiper{ width:1140px; overflow:hidden;}


.main16_list{ width:676px; height:194px; position:absolute; top:335px; left:4px; }
.main16_list li{ width:676px; height:80px; margin-bottom:32px;}
.main16_list li input{ width:656px; height:80px; background:none; color:#777878; font-size:28px; padding-left:20px; border-radius:8px;  border:1px solid #A0A0A0; background:#FFF;}

.main16_button{ width:676px; height:80x; overflow:hidden; position:absolute; top:572px; left:4px;}
.main16_button input{ width:676px; height:80px; overflow:hidden; background:#CEAC7F; border-radius:8px; color:#FFF; font-size:36px; box-shadow:none;}







/*.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;
  
}

