/* CSS Document */
@charset "utf-8";
.container{ }

.section1{margin-top: 85px;}
.s1_c .hd{text-align: center;}
.s1_c .hd ul li{display: inline-block;padding: 0 37px 0 21px;font-size: 36px;color: #333333;background: url(s1_2_03.png) no-repeat right center;}
.s1_c .hd ul li:last-child{background: none;}
.s1_c .hd ul li.on{color: #002EA7;}
.s1_a{text-align: center;font-size: 12px;color: #333333;text-transform: uppercase;}
.s1_a p{font-size: 36px;color: #c7c7c7;margin-top: 17px;}
.s1_c .bd{margin-top: 25px;}
.s1_c .bd .s1_ci .s1_cii{background: #ededed;}
.s1_c .bd .s1_ci .s1_cii .s1_ciil{float:left;width: 400px;overflow: hidden;}
.s1_c .bd .s1_ci .s1_cii .s1_ciir{float:right;width: 664px;margin:0 68px;}
.s1_c .bd .s1_ci .s1_cii:nth-child(2n){background: #dcdcdc;}
.s1_c .bd .s1_ci .s1_cii:nth-child(2n) .s1_ciil{float:right;}
.s1_c .bd .s1_ci .s1_cii:nth-child(2n) .s1_ciir{float:right;}
.s1_c .bd .s1_ci .s1_cii.s1_cii_even .s1_ciil{float:right;}
.s1_c .bd .s1_ci .s1_cii.s1_cii_even .s1_ciir{float:left;}
.s1_c .bd .s1_ci .s1_cii .s1_ciir .s1_ciira{padding-top: 75px;font-size: 16px;color: #333333;}
.s1_c .bd .s1_ci .s1_cii .s1_ciir .s1_ciirb{font-size: 26px;color: #F0831E;}
.s1_c .bd .s1_ci .s1_cii .s1_ciir .s1_ciirc{width: 72px;height: 3px;background: #F0831E;}
.s1_c .bd .s1_ci .s1_cii .s1_ciir .s1_ciird{margin-top: 20px;font-size: 14px;color: #000000;line-height: 23px;}
.s1_c .bd .s1_ci .s1_cii:hover{background: #002EA7;}
.s1_c .bd .s1_ci .s1_cii:hover .s1_ciir .s1_ciira{color: #fff;}
.s1_c .bd .s1_ci .s1_cii:hover .s1_ciir .s1_ciird{color: #fff;}
.s1_c .bd .s1_ci .s1_cii .s1_ciil img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.s1_c .bd .s1_ci .s1_cii:hover .s1_ciil img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}

