body,html{
    min-width: 1280px;
}
/*p1*/
.srd_p1{
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.srd_p1_content{
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}
.srd_p1_left{
    float: left;
    width: 480px;
    margin-right: 100px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding-top: 45px;
}
.srd_p1_right{
    width: 520px;
    float: left;
    display: block;
}

/*p2*/
.srd_p2{
    background: #253249;
    padding: 40px 0 60px 0;
}
.srd_common_title{
    text-align: center;
}
.srd_common_title_box{
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
}
.srd_common_title_icon{
    position: absolute;
    z-index: 1;
    left: 0;
    top: -20px;
}
.srd_common_title_cn_1{
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.srd_common_title_cn_2{
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.srd_common_title_en{
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: rgba(255,255,255,0.3);
    margin-top: 10px;
    text-transform: uppercase;
}
.srd_p2_content{
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin: 40px auto 0 auto;
}
.srd_p2_left{
    float: left;
    width: 470px;
}
.srd_p2_right{
    float: left;
    margin-left: 80px;
}
.srd_p2_line{
    clear: both;
    overflow: hidden;
}
.srd_p2_lineBottom{
    margin-top: 50px;
}
.srd_p2_box{
    width: 240px;
    float: left;
    overflow: hidden;
}
.srd_p2_boxRight{
    margin-left: 60px;
}
.srd_p2_icon{
    display: block;
    width: 66px;
}
.srd_p2_name{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
    width: 100%;
}
.srd_p2_intro{
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 26px;
    word-break: break-all;
    width: 100%;
    margin-top: 10px;
}

/*p3*/
.srd_p3{
    padding: 40px 0;
}
.srd_p3_content{
    margin: 0 auto;
    width: 1100px;
}
.srd_p3_txt{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.srd_p3_imgBox{
    z-index: 2;
    position: relative;
    margin-top: 30px;
}
.srd_p3_img1{
    position: relative;
    z-index: 1;
    width: 1050px;
}
.srd_p3_imgCover{
    position: absolute;
    z-index: 2;
    width: 170px;
    right: -40px;
    top: -60px;
}
.srd_p3_common_link{
    margin-top: 40px;
    text-align: center;
}
.srd_p3_common_href{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(208,0,137) 0%, rgb(255,96,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(208,0,137) 0%, rgb(255,96,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(208,0,137) 0%, rgb(255,96,0) 100%);
}
.srd_p3_common_href:hover{
    background: rgb(208,0,137);
}
/*p4*/
.srd_p4{
    background: #253249;
    padding: 40px 0 100px 0;
    position: relative;
    z-index: 1;
}
.srd_p4_content{
    margin: 0 auto;
    margin-top: 20px;
    width: 1100px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    text-align: center;
}

/*p5*/
.srd_p5{
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding-bottom: 60px;
    overflow: hidden;
}
.srd_p5_content{
    width: 1100px;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
}
.srd_p5_left{
    float: left;
    width: 160px;
}
.srd_p5_left_img{
    width: 100%;
}
.srd_p5_left_box{
    text-align: right;
    margin-top: 50px;
}
.srd_p5_left_arrow{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    cursor: pointer;
}
.srd_p5_left_arrowRight{
    margin-left: 30px;
}
.srd_p5_right{
    float: left;
    width: 910px;
    margin-left: 30px;
}
.srd_p5_right_page{
    display: none;
}
.srd_p5_page_box{
    float: left;
    width: 425px;
    height: 300px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px 0 #e3e3e3;
    position: relative;
}
.srd_p5_page_box:after{
    content: '';
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 50px;
    height: 1px;
    min-height: 1px;
    background: #666;
}
.srd_p5_page_boxRight{
    margin-left: 30px;
}
.srd_p5_page_title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.srd_p5_page_txt{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-top: 15px;
}
.srd_p5_page_link{
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: block;
    margin-top: 60px;
    color: #333;
}
.srd_p5_page_link:hover{
    color: #da4571;
}
.srd_p5_page_link span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.srd_p5_page_link img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-left: 5px;
}

/*p6*/
.srd_p6{
    padding: 40px 0;
    background: #253249;
}
.SAIC_three_main{
    width: 1040px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.SAIC_three_main_left{
    width: 570px;
    float: left;
    overflow: hidden;
}
.SAIC_three_main_left_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 15px;
}
.SAIC_three_main_left_p1:before{
    width: 3px;
    height: 16px;
    background: #fa2d6b;
    position: absolute;
    left: 0;
    top: 19px;
    content: '';
}
.SAIC_three_main_left_p2{
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    box-sizing: border-box;
    padding-left: 10px;
}
.SAIC_three_main_left_p2 span{
    color: #fa2d6b;
}
.SAIC_three_main_right{
    width: 320px;
    float: left;
    margin-left: 40px;
}
.SAIC_three_main_right img{
    display: block;
    width: 100%;
}
.srd_p6_pic2{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.srd_p6_pic3{
    display: block;
    position: absolute;
    right: 340px;
    top: 0;
}
/*p7*/
.srd_p7{
    padding: 40px 0;
}
.Pratt_six_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
}
.Pratt_six_main_OneWrap{
    width: 280px;
    overflow: hidden;
    float: left;
    padding: 10px;
}
.Pratt_six_main_One{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #f2f2f2;
    height: 360px;
    box-sizing: border-box;
    padding: 10px;
}
.Pratt_six_main_One_pic{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.Pratt_six_main_One_pic img{
    display: block;
    width: 100%;
}
.Pratt_six_main_One a{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.Pratt_six_main_One a.a1{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 10px;
}
.Pratt_six_main_One a.a2{
    color: #666;
    font-size: 14px;
    line-height: 24x;
    margin-top: 5px;
}
.Pratt_six_main_One a.a2 b{
    color: #333;
}

/*p8*/
.srd_p8{
    padding: 40px 0;
    background: #253249;
}
.srd_p8_txt{
    width: 1000px;
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
}
.Pratt_seven_mainWrap{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 15px auto 0 auto;
    text-align: center;
    position: relative;
}
.Pratt_seven_mainWrap:before{
    width: 100px;
    height: 1px;
    position: absolute;
    left: 50px;
    top: 120px;
    background: #999;
    content: '';
}
.Pratt_seven_mainWrap:after{
    width: 100px;
    height: 1px;
    position: absolute;
    right: 50px;
    top: 120px;
    background: #999;
    content: '';
}
.psm_box{
    width: 750px;
    overflow: hidden;
    clear: both;
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 240px;
}
.Pratt_seven_main{
    width: 3750px;
    overflow: hidden;
    clear: both;
    height: 240px;
    position: absolute;
    left: -1250px;
    top: 0;
}
.psm_content{
    float: left;
    width: 1250px;
}
.psm_content a{
    width: 200px;
    height: 200px;
    margin: 20px 25px 0 25px;
    float: left;
}
.psm_content a.psm_imgNow{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 240px;
    margin-top: 0;

}
.psm_left{
    width: 10px;
    padding: 10px;
    position: absolute;
    top:102px;
    left: 200px;
    cursor: pointer;
}
.psm_right{
    width: 10px;
    padding: 10px;
    position: absolute;
    top:102px;
    right: 200px;
    cursor: pointer;
}
.psm_txt_content{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.psm_txt{
    display: none;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.psm_txt span{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.psm_txt span.span1{
    font-size: 16px;
    color: #ff4460;
    font-weight: bold;
    line-height: 24px;
}
.psm_txt span.span2{
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
}
.psm_txt span.span3{
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    font-weight: 200;
    text-transform: uppercase;
}
/**/
.SVA_sevenWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: url(../images/CCA/SVA_sevenBG.jpg) center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.SVA_seven{
    width: 1060px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
}
.SVA_seven_main{
    width: 1000px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    border: 5px solid #f2004a;
    padding: 25px;
}
.SVA_seven_main_form{
    width: 1000px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 30px;
}
.SVA_seven_main_form input{
    display: inline-block;
    vertical-align: middle;
    width: 228px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-width: 2px;
    border-style: solid;
    border-image: -webkit-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%) 1 1 1 1;
    border-image: -moz-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%) 1 1 1 1; 
    border-image: -o-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%) 1 1 1 1; 
    border-image: -ms-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%) 1 1 1 1;  
    border-image: linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%) 1 1 1 1;
    margin-right: 10px;
}
.SVA_seven_main_form button{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding: 12px 10px;
    font-size: 14px;
    background-image: -webkit-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%);
    background-image: -moz-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%); 
    background-image: -o-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%); 
    background-image: -ms-linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%);  
    background-image: linear-gradient(left,rgb(208,0,137) 0%, rgb(255,96,0) 100%);
    border: none;
    color: #fff;
}
.SVA_sevenWrap .CCA_two_title span:before{
    display: none;
}
.SVA_sevenWrap .CCA_two_title span b.b1{
    background: none;
    color: #000;
}
.SVA_sevenWrap .CCA_two_title span b.b2 em{
    background: none;
    color: #000;
}