@charset "utf-8";
/* CSS Document */
/*banner*/
.banner { height: 500px; padding-top: 110px; margin-top: -110px; background:url(../images/function/banner-bg.jpg) no-repeat; position: relative;}
.banner-main{ width: 700px; margin: 0 auto; text-align: center;}
.banner-font { margin-top: 50px; color: #fff;}
.banner-font .title { font-size: 48px; padding-bottom: 10px; font-weight: 400;}
.banner-font p { padding-bottom: 7px; font-size: 24px; }
.banner-img { position: absolute; bottom: 0; left: 50%; margin-left: -470px;}

/*内容模块*/
.container .module-img { width: 568px; }
.container .module-img img { width: 568px;}
.container .module-text { width: 435px; padding-top: 130px;}
.container .module-text h3 { padding-bottom: 15px; font-size: 30px; color: #333;}
.container .module-text p { margin-bottom: 25px; line-height: 22px; font-size: 14px;}

/*周边资源为您提供更多商机*/
.module6 .title { position: relative; margin-bottom: 95px; font-size: 30px; line-height: 40px; color: #333; text-align: center;}
.module6-tab { width: 1210px; height: 75px; display: block; margin: 0 auto;}
.module6-tab li { display: block; width: 605px; height: 75px; line-height: 75px; font-size: 28px; font-weight: 300; color: #666; cursor: pointer; background: #f2f2f2; text-align: center; float: left;}
.module6-tab li.active { background: #0188d4; color: #fff;}
.module6-item { height: auto; padding-bottom: 65px; text-align: center; z-index: 1;}
.module6-item h3 { padding: 65px; font-size: 14px;}
.module6-item img { width: 1180px; display: inline-block;}

/*功能点*/
.classify-con { z-index: 1; width: 1210px; margin: 0 auto;}
.classify-con .title { height: 70px; font-size: 32px; line-height: 70px; text-align: center;}
.classify-con .function-list{ width: 100%; height: auto; padding: 70px 0; display: inline-block;}
.classify-con .function-list li { position: relative; width: 25%; height: 50px; margin-bottom: 50px; float: left;}
.classify-con .function-list li .fl { padding-left: 65px;}
.classify-con .function-list li .icon { position: absolute; top: 0; left: 0; width: 50px; height: 50px; padding: 0;}
.classify-con .function-list li .icon i { width: 50px; height: 50px; font-size: 30px; line-height: 50px; color: #fff; text-align: center; border-radius: 4px; -webkit-transition: all 0.3s; transition: all 0.3s; display: block;}
.classify-con .function-list li:hover .icon i { -webkit-transform: scale(1.2); transform: scale(1.2);}
.classify-con .function-list li h3 { padding-bottom: 4px; font-size: 17px; line-height: 24px; color: #333; text-align: left;}
.classify-con .function-list li p { font-size: 13px; color: #666; text-align: left;}