/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-12-20, 17:41:42
    Author     : Administrator
*/

.main .content { width: 1200px; margin: 0 auto;}
.main .content .con-1 .title { height: 60px; border-bottom: 1px solid #ccc;}
.main .content .con-1 .title h3 { display: block; width: 180px; float: left; border-bottom: 3px solid #4d4d4d; font-size: 30px; line-height: 60px; text-align: center; font-weight: 100;}
.main .content .con-1 .title span { line-height: 70px; float: left;}
.main .content .con-1 .cont { overflow: hidden;}
.main .content .con-1 .cont .images{ float: left; width: 600px; text-align: center;}
.main .content .con-1 .cont .text { width: 500px; float: left; padding: 60px 0 0 100px;}
.main .content .con-1 .cont .text h3 { line-height: 80px; color: #c80100;font-size: 30px; font-weight: 100;}
.main .content .con-1 .cont .text p { font-size: 18px; line-height: 40px; color: #4d4d4d;}
.main .content .con-1 .sub { padding: 0 20px;}
.main .content .con-1 .sub ul { overflow: hidden;}
.main .content .con-1 .sub ul li{ float: left; margin: 0 10px;}
.main .content .con-1 .sub ul li p { width: 365px; line-height: 50px; font-size: 16px;}
.main .content .con-1 .sub ul li p input { width: 340px; height: 40px; line-height: 40px; vertical-align: middle; border: 1px solid #ccc; padding: 0 10px;}
.main .content .con-1 .sub ul li textarea { width: 1090px; height: 180px; border: 1px solid #ccc; padding: 10px 20px;}
.main .content .con-1 .sub .submit { width: 1125px; overflow: hidden; margin: 0 auto;}
.main .content .con-1 .sub .submit a { background: #c80100; color: #fff; display: block; width: 100px; line-height: 40px; font-size: 16px; text-align: center; float: right;}

