.container{width: 1190px;margin: auto;}
.clear{clear: both;}

.index_parsdtw_aboutus{width: 100%;min-width: 1190px;max-width: 1920px;min-height:367px;padding-top:68px;padding-bottom: 73px; }

.page_atitle{position: absolute;top: 48px;left: 9px;font-size: 35px;color: #fff;line-height: 35px;}
.page_atitle span{font-size: 35px;color: #fff;text-transform: uppercase;}
.page_title2{color: #a8a8a8;position: absolute;top: 101px;left: 9px;font-size: 20px;font-weight: bold;}
.about_pic{
    position: absolute;left: 610px;top: 0px;width: 578px;height: 367px;overflow: hidden;
}
.about_pic img{transition: all 0.6s;cursor: pointer;}
.about_pic img:hover{transform: scale(1.1); }


.about_name{font-size: 26px;color: #000;position: absolute;left: 0px;top: 0px;font-weight: bold;}
.page_acon{width: 516px;position: absolute;left: 0px;top: 63px;font-size: 14px;color: #808080;line-height: 25px;}

.page_amore{width: 108px;height: 30px;border:1px solid #e0e0e0;border-radius: 20px;text-align:center;position: absolute;top: 336px;left: 0px;}
.page_amore a{line-height: 30px;font-size: 16px;color: #666666}

.page_amore:hover{width: 108px;height: 30px;border:1px solid #cf101a;background: #cf101a; border-radius: 20px;text-align:center;position: absolute;top: 336px;left: 0px;}
.page_amore:hover a{line-height: 30px;font-size: 16px;color: #fff}

.page_choose3:hover img{
	transform: translate(10px);
    -ms-transform: translate(10px);		/* IE 9 */
    -webkit-transform: translate(10px);	/* Safari and Chrome */
    -o-transform: translate(10px);		/* Opera */
    -moz-transform: translate(10px);
    transition: all 0.6s;
}

.page_choose5{transition: all 1.2s; }

.index_parsdtw_aboutus:hover .page_choose5{
	transform: translate(30px);
    -ms-transform: translate(30px);		/* IE 9 */
    -webkit-transform: translate(30px);	/* Safari and Chrome */
    -o-transform: translate(30px);		/* Opera */
    -moz-transform: translate(30px);
    transition: all 1.2s;
}


#page_aboutpic,#index_advantage_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}