html,body{
	height: 100%;
}
.content{
	width: 1200px;
	min-height:-webkit-calc(100% - 330px); 
  	min-height:-moz-calc(100% - 330px); 
  	min-height:calc(100% - 330px);
	margin: 0 auto;
}
.content .con_top{
	width: 100%;
	height: 150px;
	float: left;
	border-bottom: 2px solid #AAAAAA;
}
.content .con_top .t_title{
	width: 100%;
	height: 90px;
	float: left;
}
.content .con_top .t_title .titles{
	height: 30px;
	/*width: 234px;
	margin: 40px auto 0 auto;*/
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
	width: 100%;
	margin-top: 40px;
}
.content .con_top .t_title .titles .t1{
	color: #333333;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}
.content .con_top .t_title .titles .t2{
	height: 24px;
	margin-top: 4px;
	width: 2px;
	background-color: #999999;
	display: inline-block;
	float: left;
	margin-left: 15px;
	transform:rotate(20deg);
	-ms-transform:translateX(20deg); 	/* IE 9 */
	-moz-transform:translateX(20deg); 	/* Firefox */
	-webkit-transform:translateX(20deg); /* Safari 和 Chrome */
	-o-transform:translateX(20deg); 	/* Opera */
}
.content .con_top .t_title .titles .t3{
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.content .con_top .t_title .about_navs{
	height: 18px;
	/*width: 150px;
	margin: 25px auto 10px auto;*/
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.content .con_top .t_title .about_navs .n_name{
	height: 18px;
	line-height: 18px;
	display: inline-block;
	color: #666666;
	font-size: 14px;
	float: left;
}
.content .con_top .t_title .about_navs .current{
	color: #1D2088;
}
.content .con_top .t_title .about_navs .n_line{
	height: 18px;
	display: inline-block;
	width: 2px;
	background-color: #999999;
	transform:rotate(20deg);
	-ms-transform:translateX(20deg); 	/* IE 9 */
	-moz-transform:translateX(20deg); 	/* Firefox */
	-webkit-transform:translateX(20deg); /* Safari 和 Chrome */
	-o-transform:translateX(20deg); 	/* Opera */
	float: left;
	margin: 0 15px;
}
.content .contact{
	width: 100%;
	height: 287px;
	float: left;
	background-image: url(../images/probag.png);
	margin-top: 30px;
}
.content .contact .containfo{
	width: 1200px;
	height: 287px;
	margin: 0 auto;
	justify-content:space-between;
	display: flex;
}
.content .contact .containfo .contactitem{
	width: 360px;
	height: 247px;
	float: left;
	margin-top: 40px;
}
.content .contact .containfo .contactitem .ctimg{
	width: 100%;
	height: 60px;
	text-align: center;
	float: left;
}
.content .contact .containfo .contactitem .ctimg img{
	width: 76px;
	height: 52px;
}
.content .contact .containfo .contactitem .ct_twai{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
}
.content .contact .containfo .contactitem .ct_title{
	/*width: 66px;*/
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-bottom: 2px solid #000000;
	/*margin-left: 143px;*/
}
.content .contact .containfo .contactitem .ctname{
	font-size: 14px;
	color: #666666;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.content .contact .containfo .contactitem .ctval{
	font-size: 14px;
	color: #666666;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}
.content .lytitle{
	height: 46px;
	background-color: #EEEEEE;
	width: 100%;
	float: left;
	line-height: 46px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-indent: 2em;
	margin-top: 50px;
}
.content .msgtitle{
	width: 100%;
	height: 30px;
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #333333;
	margin-top: 25px;
}
.content .msginfo{
	width: 100%;
	height: 30px;
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content .contritem{
	width: 100%;
	height: 36px;
	float: left;
	margin-top: 20px;
}
.content .contritem .req{
	width: 5px;
	color: red;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	float: left;
	display: inline-block;
	text-align: center;
}
.content .contritem .itname{
	width: 60px;
	color: #333333;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	float: left;
	display: inline-block;
	margin-left: 10px;
}
.content .contritem .itput{
	border:1px solid #DDDDDD;
	height: 34px;
	line-height: 34px;
	width: 480px;
	float: left;
}
.content .langit{
	height: auto;
}
.content .contritem .lyco{
	width: 1100px;
	height: 240px;
	border:1px solid #DDDDDD;
	float: left;
	resize:none;
}
.content .contritem .itcode{
	border:1px solid #DDDDDD;
	height: 34px;
	line-height: 34px;
	width: 340px;
	float: left;
}
.content .yzm{
	position: relative;
}
.content .contritem .freshimg{
	height: 36px;
	width: 36px;
	position: absolute;
	left: 370px;
	top: 0;
	cursor: pointer;
}
.content .contritem .yzimg{
	height: 36px;
	width: 146px;
	float: left;
}
.subtn{
	background-color: #1D2088;
	width: 108px;
	height: 36px;
	color: #ffffff;
	border:0px;
	margin-left: 75px;
	margin-top: 30px;
	margin-bottom: 50px;
}