/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:none;}
/*html{font-size: 62.5%;}*/
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333333;}
a:hover{color:#07367c;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:"";color: #333333;font-size: 0.24rem;}
input::-webkit-input-placeholder{color: #;}
input:focus::-webkit-input-placeholder{color: #;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
.calc{width: calc(100%-50px-2rem);}/*宽度减速*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/
body{background: url(body_bg.png) repeat-x left top;min-width: 100%;font-family: "微软雅黑";}
.top{width: 100%;height: 3px;background: url(sy_footbg.png) no-repeat 100%;}
.cont{
	width: 1100px;
	min-height: 730px;
	background: url(hy_cont_bg.png) no-repeat top center;
	margin: 0 auto;
	position: relative;
}
.cont_left{
	position: absolute;
	left: 0;
	top: 220px;
	overflow: hidden;
	width: 680px;
	padding: 0 32px;
}
.part1{
	width: 100%;
	height: 280px;
}
.cont_tlt{
	height: 45px;
	line-height: 44px;
	color: #2557bd;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #c8d5ee;
	padding-left: 38px;
	background: url(cont_tlt_bg.png) no-repeat left center;
}
.cont_txt{
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	position: relative;
}
.cont_txt p{
	width: 460px;
	line-height: 34px;
	color: #333333;
	font-size: 17px;
	padding-bottom: 20px;
}
.cont_txt p span{
	font-weight: bold;
	color: #333333;
}
.cont_txt span{
	font-size: 17px;
	color: #2557bd;
}
.cont_txt p a{
	color: #2557bd;
}
.cont_txt img{
	float: right;
	width: 126px;
	height: 126px;
	position: absolute;
	right: 0;
	top: 22px;
}
.cont_right{
	position: absolute;
	right: 121px;
	top: 160px;
	width: 276px;
	height: 493px;
}
.cont_right img{
	width: 276px;
	height: 493px;
	float: left;
}