/*
 * 首页
 */
.first-screen{background:linear-gradient(#0C679B,#07B2DB);
	background:-webkit-linear-gradient(#0C679B,#07B2DB);
	background:-o-linear-gradient(#0C679B,#07B2DB);
	background:-moz-linear-gradient(#0C679B,#07B2DB);
	height:596px;width:100%;position:absolute;top:0;z-index:1;text-align:center;}
	
.first-screen>.title{margin-top:220px;font-size:57px;line-height:57px;color:#fff;text-shadow:0px 5px 5px #097CAF;letter-spacing:3px;}
.first-screen>div{margin-top:38px;}
.first-screen>div>input[type="text"]{width:498px;height:18px;padding:10px;border:1px solid #2780A0;font-size:14px;color:#5DABD0;}
.first-screen input::-webkit-input-placeholder {color: #5DABD0 !important;font-size:14px;}/* WebKit browsers */
.first-screen input:-moz-placeholder {color: #5DABD0 !important;font-size:14px;}/* Mozilla Firefox 4 to 18 */
.first-screen input::-moz-placeholder {color: #5DABD0 !important;font-size:14px;}/* Mozilla Firefox 19+ */
.first-screen input:-ms-input-placeholder {color: #5DABD0 !important;font-size:14px;}/* Internet Explorer 10+ */
.first-screen>div>input[type="button"]{width:120px;height:40px;background:linear-gradient(#85DB64,#61B540);border:1px solid #389912;padding:0;font-size:17px;color:#fff;}
.first-screen>div>input[type="button"]:hover{background:linear-gradient(#74C953,#61B540);}
.first-screen>img{margin-top:110px;}

.second-screen{text-align:center;background-color:#fff;margin-top:541px;height:596px;width:100%;}
.second-screen>.title{margin-top:55px;font-size:31px;line-height:31px;color:#333;}
.second-screen>.detail{margin-top:20px;font-size:17px;line-height:17px;color:#666;}
.second-screen>div{margin-top:110px;}
.second-screen>div>*{display:inline-block;}
.second-screen>div>div>a{display:block;}
.second-screen>div>div>span{margin-top:20px;font-size:17px;line-height:17px;color:#666;}
.second-screen>div>.separator{background:url(/src/theme/theme-blue/home/九个点.png) no-repeat center;width:227px;height:3px;position:relative;top:-90px;}
.second-screen>img{margin-top:108px;}

.third-screen{text-align:center;background-color:#fff;height:596px;width:100%;}
.third-screen>.title{margin-top:20px;font-size:31px;line-height:31px;color:#333;}
.third-screen>.detail{margin-top:20px;font-size:17px;line-height:17px;color:#666;}
.third-screen>div{margin-top:135px;}
.third-screen>div>*{display:inline-block;}
.third-screen>div>div>a{display:block;}
.third-screen>div>div>span{margin-top:35px;font-size:17px;line-height:17px;color:#666;}
.third-screen>div>.separator{background:url(/src/theme/theme-blue/home/五个点.png) no-repeat center;width:155px;height:3px;position:relative;top:-100px;}
.third-screen>img{margin-top:100px;}

.fourth-screen{text-align:center;background-color:#fff;height:596px;width:100%;}
.fourth-screen>.title{margin-top:20px;font-size:31px;line-height:31px;color:#333;}
.fourth-screen>.detail{margin-top:20px;font-size:17px;line-height:17px;color:#666;}
.fourth-screen>div{margin-top:90px;background:url(/src/theme/theme-blue/home/开发生态-带字.png) no-repeat center;width:100%;height:310px;}
.fourth-screen>img{margin-top:55px;}
