/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/

.trans{transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-webkit-transition:all 0.4s ease-out;}
.img_center{ text-align:center;}
.img_center img{ vertical-align:middle;}
.img_center span{height:100%;display:inline-block; vertical-align:middle;}
.img_animate{overflow: hidden;}
.img_animate img{transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-webkit-transition:all 0.4s ease-out;}
.img_animate:hover img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.cont{width: 1200px;margin: 0 auto;min-width: 1200px;}
.pos_box{width: 100%;height: 100%;position: relative;}

a:hover{text-decoration: none;}

#quickQuote{padding: 50px 0;min-height: 500px;}
#quickQuote .pageTitle{height: 35px;line-height: 35px;border-bottom: 1px solid #dddddd;font-size: 20px;margin-bottom: 10px;}
#quickQuote .loginBox{background: #f5f5f5;padding: 24px 0;text-align: center}
#quickQuote .loginBox .title{text-align: center;font-size: 18px;}
#quickQuote .loginBox .loginBtn{display: inline-block;margin-top: 10px;height: 35px;line-height: 35px;background: #d14d4d;color: white;padding: 0 40px;}
#quickQuote .proBox{margin-top: 10px;}
#quickQuote .proBox .title{font-size: 16px;color: #5393ca;margin-bottom: 10px;font-size: bold;}
#quickQuote .proBox .btnArea a{margin-right: 15px;color: #5393ca;text-decoration: underline;}
#quickQuote .proBox .btnArea input[type=file]{visibility: hidden}
#quickQuote .proList{width: 100%;margin-top: 15px;}
#quickQuote .proList td{border: 1px solid #b7d7dc;height: 45px; line-height: 45px;text-align: center;}
#quickQuote .proList .th td{height: 30px;line-height: 30px;background: #f4fbfd;font-size: 14px}
#quickQuote .proList td .input_txt{height: 32px;line-height: 32px;border: 1px solid #aecfe9;background: #f6fafd;border-radius: 0;text-indent: 10px;}
#quickQuote .addArea{margin-top: 15px;overflow: hidden;}
#quickQuote .addArea select{float: left;height: 24px;}
#quickQuote .addArea .addBtn{float: left;padding: 0 15px;height: 22px;line-height: 22px;border: 1px solid #dcdcdc;background: #f6f6f6;margin-left: 10px;font-size: 14px;}
#quickQuote .btnArea{margin-top: 15px;}
#quickQuote .btnArea .submitBtn{float: right;height: 35px;line-height: 35px;;border: 1px solid #dcdcdc;background: #f6f6f6;font-size: 14px;padding: 0 35px;}