@charset "UTF-8";

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



.ellipsis {

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;

    overflow: hidden;

}



.blockbox {

    width: 1300px;

    margin: auto;

}



.common_title {

    text-align: center;

    padding-top: 75px;

}



.common_title_c {

    font-size: 36px;

    color: #222222;

    font-weight: bold;

    line-height: 36px;

}



.common_title_c span {

    color: #ef8408;

}



.common_title_e {

    font-size: 18px;

    color: #999999;

    font-family: 'Arial';

    line-height: 18px;

    margin-top: 15px;

    text-transform: uppercase;

}



.banner {

    width: 100%;

    height: 650px;

    background: url("../images/i_banner.jpg") no-repeat center;

}

.standard {

    width: 100%;

    height: 1130px;

    background: #f9fbff url("../images/standard_bg.png") no-repeat center bottom;

    overflow: hidden;

}



.standard ul {

    margin-top: 75px;

}



.standard_each {

    float: left;

    width: 302px;

    height: 361px;

    position: relative;

    margin: 0 127px 55px 0;

    padding-top: 10px;

}



.standard_each_mark {

    font-size: 20px;

    color: #ffffff;

    font-weight: bold;

    line-height: 20px;

    display: block;

    width: 148px;

    height: 39px;

    background: url("../images/standard_icon1.png") no-repeat center;

    padding: 10px 0 0 22px;

    text-align: left;

}



.standard_each_detail {

    width: 302px;

    height: 250px;

    background: #ffffff;

    position: absolute;

    bottom: 0;

    left: 37px;

    padding: 25px 18px 0 18px;

    transition: 0.3s;

}



.standard_each_detail:before {

    content: '';

    display: block;

    width: 0;

    height: 0;

    border-right: 302px solid #ffffff;

    border-top: 25px solid transparent;

    border-bottom: 25px solid #ffffff;

    position: absolute;

    top: -25px;

    left: 0;

    transition: 0.3s;

}



.standard_each_detail h3 {

    font-size: 20px;

    color: #222222;

    line-height: 20px;

    position: relative;

    z-index: 3;

    transition: 0.3s;

}



.standard_each_detail h3 span {

    position: absolute;

    font-size: 60px;

    line-height: 60px;

    color: rgba(204, 204, 204, 0.1);

    top: 50%;

    left: 0;

    margin-top: -30px;

    z-index: -1;

    text-transform: uppercase;

}



.standard_each_detail_content {

    margin-top: 24px;

    border-top: 1px dashed #555555;

    transition: 0.3s;

}



.standard_each_detail_content p {

    font-size: 16px;

    color: #555555;

    line-height: 16px;

    margin-top: 16px;

    transition: 0.3s;

}



.standard_each:nth-child(3n) {

    margin-right: 0;

}



.standard_each:first-child {

    background: url("../images/standard_img1.png") no-repeat center top;

}



.standard_each:nth-child(2) {

    background: url("../images/standard_img2.png") no-repeat center top;

}



.standard_each:nth-child(3) {

    background: url("../images/standard_img3.png") no-repeat center top;

}



.standard_each:nth-child(4) {

    background: url("../images/standard_img4.png") no-repeat center top;

}



.standard_each:nth-child(5) {

    background: url("../images/standard_img5.png") no-repeat center top;

}



.standard_each:nth-child(6) {

    background: url("../images/standard_img6.png") no-repeat center top;

}



.standard_each:hover .standard_each_detail {

    left: 0;

    background: #ee6a12;

}



.standard_each:hover .standard_each_detail:before {

    border-right-color: #ee6a12;

    border-bottom-color: #ee6a12;

}



.standard_each:hover .standard_each_detail h3 {

    color: #fff;

}



.standard_each:hover .standard_each_detail_content {

    border-top-color: #fff;

}



.standard_each:hover .standard_each_detail_content p {

    color: #fff;

}



.case {

    width: 100%;

    height: 913px;

    background: url("../images/case_bg.jpg") no-repeat center;

}



.case_wrap {

    margin-top: 75px;

    position: relative;

}



.case_wrap .swiper-container1 {

    width: 1300px;

    height: 601px;

    background: #fff;

}



.case_wrap .swiper-container1 .active {

    display: block;

}



.case_wrap .swiper-container1 .active .swiper_slide1_right {

    animation: show 0.3s ease;

}



.case_wrap .swiper_slide1 {

    overflow: hidden;

    display: none;

}



.case_wrap .swiper_slide1_left {

    float: left;

    width: 180px;

    height: 601px;

    background: #fff;

    border: 1px solid rgba(102, 102, 102, 0.05);

    padding: 0 17px 0 22px;

}



.case_wrap .swiper_slide1_left_each {

    width: 100%;

    height: 20%;

    position: relative;

    cursor: pointer;

}



.case_wrap .swiper_slide1_left_each_in {

    width: 184px;

    height: 93px;

    text-align: left;

    position: absolute;

    top: 21px;

    left: -15px;

    padding-left: 18px;

    z-index: 5;

}



.case_wrap .swiper_slide1_left_each_in .p1 {

    font-size: 16px;

    color: #222222;

    line-height: 16px;

    margin-top: 20px;

    transition: 0.3s;

}



.case_wrap .swiper_slide1_left_each_in .p2 {

    font-size: 12px;

    color: #999999;

    line-height: 12px;

    margin-top: 15px;

    font-family: 'Arial';

    text-transform: uppercase;

    transition: 0.3s;

}



.case_wrap .swiper_slide1_left_each_in .icon {

    position: absolute;

    top: 34px;

    right: 35px;

    display: block;

    width: 15px;

    height: 15px;

    background: url("../images/case_icon3.png") no-repeat center;

    transition: 0.3s;

}



.case_wrap .swiper_slide1_left_each:not(:last-child) {

    border-bottom: 1px dashed #cccccc;

}



.case_wrap .swiper_slide1_left .on .swiper_slide1_left_each_in {

    background: url("../images/case_icon5.png") no-repeat center;

}



.case_wrap .swiper_slide1_left .on .swiper_slide1_left_each_in .p1 {

    color: #ffffff;

}



.case_wrap .swiper_slide1_left .on .swiper_slide1_left_each_in .p2 {

    color: #ffffff;

}



.case_wrap .swiper_slide1_left .on .swiper_slide1_left_each_in .icon {

    right: 15px;

    background: url("../images/case_icon4.png") no-repeat center;

}



.case_wrap .swiper_slide1_right {

    float: right;

    width: 1003px;

    height: 601px;

    background: #fff;

    border: 1px solid rgba(102, 102, 102, 0.05);

}



.case_wrap .swiper_slide1_right_each {

    padding: 40px 33px 0;

    display: none;

}



.case_wrap .swiper_slide1_right_each_left {

    width: 518px;

    height: 362px;

    float: left;

    overflow: hidden;

    position: relative;

    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);

}



.case_wrap .swiper_slide1_right_each_left img {

    max-width: none;

    max-height: 100%;

    position: absolute;

    left: 50%;

    margin-left: -317px;

}



.case_wrap .swiper_slide1_right_each_right {

    float: right;

    width: 395px;

}



.case_wrap .swiper_slide1_right_each_right h3 {

    font-size: 24px;

    color: #222222;

    line-height: 24px;

    margin-top: 28px;

}



.case_wrap .swiper_slide1_right_each_right h3:after {

    content: '';

    display: block;

    width: 46px;

    height: 4px;

    background: #ee6a12;

    margin-top: 20px;

    margin-bottom: 13px;

}



.case_wrap .swiper_slide1_right_each_right p {

    font-size: 14px;

    color: #222222;

    line-height: 24px;

}



.case_wrap .swiper_slide1_right .on {

    display: block;

    animation: show 0.3s ease;

}



.case_wrap .swiper-container2 {

    width: 856px;

    height: 115px;

}



.case_wrap .swiper-container2 .swiper_slide2 {

    margin-top: 8px;

    border: 1px solid #dddddd;

    position: relative;

    margin-right: 4px;

    width: 164px !important;

    height: 102px !important;

}



.case_wrap .swiper-container2 .swiper_slide2 img {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

}



.case_wrap .swiper-container2 .swiper_slide2 span {

    position: absolute;

    z-index: 5;

    color: red;

}



.case_wrap .swiper-container2 .swiper-slide-active {

    position: relative;

    border: 2px solid #f38134;

}



.case_wrap .swiper-container2 .swiper-slide-active:before {

    content: '';

    display: block;

    width: 0;

    height: 0;

    border: 5px solid transparent;

    border-bottom-color: #f38134;

    position: absolute;

    top: -12px;

    left: 50%;

    margin-left: -5px;

}



.case_wrap .container2_swiper {

    position: absolute;

    width: 935px;

    margin: auto;

    top: 450px;

    left: 230px;

    overflow: hidden;

}



.case_wrap .container2_swiper .prev {

    z-index: 2;

    display: block;

    width: 75px;

    height: 113px;

    position: absolute;

    top: 0;

    left: -35px;

    background: url("../images/case_icon1.png") no-repeat center left 35px;

}



.case_wrap .container2_swiper .next {

    z-index: 2;

    display: block;

    width: 75px;

    height: 113px;

    position: absolute;

    top: 0px;

    right: -35px;

    background: url("../images/case_icon2.png") no-repeat center right 35px;

}



@keyframes show {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



.problem {

    width: 100%;

    height: 798px;

    background: rgba(0, 0, 0, 0.4) url("../images/problem_bg.jpg") no-repeat center;

}



.problem .common_title_c {

    color: #fff;

}



.problem .common_title_e {

    color: #cccccc;

}



.problem .blockbox {

    height: 100%;

    background: url("../images/problem_bg1.png") no-repeat center bottom;

    position: relative;

}



.problem .blockbox .jerk {

    position: absolute;

    bottom: 0;

    left: 394px;

}



.problem_1 {

    width: 394px;

    height: 66px;

    position: absolute;

    top: 252px;

    left: 188px;

    background: url("../images/problem_sbg1.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    animation: move 1s ease infinite alternate;

}



.problem_2 {

    width: 351px;

    height: 66px;

    position: absolute;

    top: 362px;

    left: 95px;

    background: url("../images/problem_sbg2.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    animation: move 1s ease 0.2s infinite alternate;

}



.problem_3 {

    width: 414px;

    height: 66px;

    position: absolute;

    top: 485px;

    left: 30px;

    background: url("../images/problem_sbg3.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    animation: move 1s ease 0.4s infinite alternate;

}



.problem_4 {

    width: 379px;

    height: 66px;

    position: absolute;

    top: 602px;

    left: 84px;

    background: url("../images/problem_sbg4.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    animation: move 1s ease 0.6s infinite alternate;

}



.problem_5 {

    width: 430px;

    height: 66px;

    position: absolute;

    top: 290px;

    left: 710px;

    background: url("../images/problem_sbg5.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    padding-left: 65px;

    animation: move 1s ease 0.8s infinite alternate;

}



.problem_6 {

    width: 397px;

    height: 66px;

    position: absolute;

    top: 414px;

    left: 772px;

    background: url("../images/problem_sbg6.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    padding-left: 65px;

    animation: move 1s ease 1s infinite alternate;

}



.problem_7 {

    width: 408px;

    height: 66px;

    position: absolute;

    top: 530px;

    left: 800px;

    background: url("../images/problem_sbg7.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    padding-left: 65px;

    animation: move 1s ease 1.2s infinite alternate;

}



.problem_8 {

    width: 321px;

    height: 66px;

    position: absolute;

    top: 645px;

    left: 750px;

    background: url("../images/problem_sbg8.png") no-repeat center;

    font-size: 20px;

    color: #ffffff;

    line-height: 58px;

    padding-left: 52px;

    padding-left: 65px;

    animation: move 1s ease 1.4s infinite alternate;

}



@keyframes move {

    0% {

        transform: translateX(-5px);

    }

    100% {

        transform: translateX(5px);

    }

}



.say {

    width: 100%;

    height: 318px;

    background: url("../images/say_bg.jpg") no-repeat center top;

    position: relative;

    overflow: hidden;

    text-align: center;

    padding-top: 52px;

    box-sizing: border-box;

}



.say_up {

    width: 100%;

    height: 365px;

    border-bottom: 2px solid #eebf97;

    padding: 78px 0 0 265px;

    position: relative;

}



.say_up_left {

    position: absolute;

    top: 0;

    left: 0;

    height: 309px;

    width: 230px;

    padding-top: 77px;

    text-align: center;

    background: url("../images/say_img2.png") no-repeat center top;

}



.say_up_right_cq {

    font-size: 52px;

    color: #ee6a12;

    font-weight: bold;

    line-height: 52px;

    margin: 15px 0;

}



.say_up_right_eq {

    width: 381px;

    height: 47px;

    text-align: left;

    font-size: 14px;

    color: #ffffff;

    font-family: 'Arail';

    background: url("../images/say_img4.png") no-repeat center;

    padding: 7px 0 0 20px;

    line-height: 16px;

}



.say_up .bothTrangle {

    display: block;

    width: 26px;

    height: 28px;

    background: url("../images/say_icon1.png") no-repeat center;

    position: absolute;

    bottom: -28px;

    left: 50%;

    margin-left: -13px;

    animation: moveDown 3s ease infinite;

}



@keyframes moveDown {

    0% {

        opacity: 0;

        transform: translateY(0px);

    }

    100% {

        opacity: 1;

        transform: translateY(5px);

    }

}



.say_bottom {

    width: 100%;

    text-align: center;

    padding-top: 90px;

}



.say_bottom_info {

    width: 748px;

    height: 68px;

    font-size: 32px;

    color: #ffffff;

    line-height: 68px;

    background: #ee6a12;

    margin: 25px auto auto auto;

    border-radius: 5px;

}



.say:before {

    content: '';

    display: block;

    width: 34px;

    height: 22px;

    position: absolute;

    left: 50%;

    margin-left: -20px;

    bottom: 2px;

    z-index: 3;

    background: url("../images/say_icon2.png") no-repeat center;

}



.guarantee {

    width: 100%;

    height: 685px;

    background: url("../images/guarantee_bg.jpg") no-repeat center;

    margin-top: -12px;

    overflow: hidden;

    position: relative;

}



.guarantee .common_title_c {

    color: #fff;

}



.guarantee .common_title_e {

    color: #ffffff;

}



.guarantee_list {

    margin-top: 75px;

    height: 465px;

    overflow: hidden;

}



.guarantee_list_each {

    float: left;

    width: 226px;

    height: 366px;

    border-radius: 10px;

    perspective: 800px;

    /*perspectiveå±æ§å®ä¹3Dåç´ è·è§å¾çè·ç¦»,ä»¥åç´ è®¡ãè¯¥å±æ§åè®¸æ¨æ¹å 3D åç´ æ¥ç 3D åç´ çè§å¾ã*/

    -webkit-perspective: 800px;

    -moz-perspective: 800px;

    -ms-perspective: 800px;

    -o-perspective: 800px;

    margin-right: 17px;

}



.guarantee_list_each:last-child {

    margin: 0;

}



.guarantee_list_each .clip {

    width: 226px;

    height: 366px;

}



.guarantee_list_each .normal {

    width: 226px;

    height: 366px;

    background: #fff;

    position: absolute;

    border-radius: 10px;

    top: 0;

    left: 0;

    padding: 30px 20px 0;

    text-align: center;

    backface-visibility: hidden;

    /*èå¯¹å±å¹æ¶éè*/

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    transition: all 0.5s ease;

    /*ä¸ºç¿»çæ·»å è¿æ¸¡ææ*/

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transform-style: preserve-3d;

    /*å­åç´ å°ä¿çå¶ 3D ä½ç½®ã*/

    position: absolute;

    transform: rotateY(0);

}



.guarantee_list_each .normal_num {

    position: absolute;

    bottom: 12px;

    right: 15px;

    font-size: 24px;

    color: #f0b383;

}



.guarantee_list_each .normal_title {

    font-size: 22px;

    color: #222222;

    line-height: 22px;

    margin-top: 30px;

}



.guarantee_list_each .normal_p1 {

    font-size: 16px;

    color: #dddddd;

    line-height: 16px;

    margin-top: 5px;

}



.guarantee_list_each .normal_p2 {

    font-size: 18px;

    color: #666666;

    line-height: 28px;

    text-align: left;

    margin-top: 20px;

}



.guarantee_list_each .normal:after {

    content: '';

    display: block;

    width: 37px;

    height: 43px;

    background: url("../images/guarantee_icon1.png") no-repeat center;

    position: absolute;

    bottom: 5px;

    right: 23px;

}



.guarantee_list_each .hover {

    width: 226px;

    height: 366px;

    background: #ee6a12;

    position: absolute;

    border-radius: 10px;

    top: 0;

    left: 0;

    text-align: center;

    display: table;

    backface-visibility: hidden;

    /*èå¯¹å±å¹æ¶éè*/

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    transition: all 0.5s ease;

    /*ä¸ºç¿»çæ·»å è¿æ¸¡ææ*/

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transform-style: preserve-3d;

    /*å­åç´ å°ä¿çå¶ 3D ä½ç½®ã*/

    transform: rotateY(-180deg);

}



.guarantee_list_each .hover_cell {

    display: table-cell;

    vertical-align: middle;

}



.guarantee_list_each .hover_cell_num {

    width: 77px;

    height: 77px;

    background: url("../images/guarantee_icon2.png") no-repeat center;

    margin: auto;

    text-align: center;

    line-height: 77px;

    font-size: 44px;

    color: #ffffff;

}



.guarantee_list_each .hover_cell_title {

    font-size: 24px;

    color: #ffffff;

    line-height: 24px;

    margin: 32px 0 8px 0;

}



.guarantee_list_each .hover_cell_p1 {

    font-size: 18px;

    color: #ffffff;

    line-height: 18px;

}



.guarantee_list_each:hover .normal {

    transform: rotateY(-180deg);

}



.guarantee_list_each:hover .hover {

    transform: rotateY(0deg);

}



.collection {

    width: 100%;

    height: 914px;

    background: url("../images/collection_bg.jpg") no-repeat center;

}



.collection_show {

    margin-top: 85px;

    position: relative;

}



.collection_show ul {

    margin-bottom: 20px;

}



.collection_show ul li {

    width: 470px;

    height: 181px;

    border-radius: 5px;

    background: #ffffff;

    border: 1px solid #e8a370;

    padding: 20px 0 0 20px;

    position: relative;

}



.collection_show ul li .img {

    float: left;



}

.collection_show ul li .img img{

    width: 139px;

    height: 139px;

}

.collection_show ul li .info {

    float: left;

    margin-left: 20px;

    width: 280px;

}



.collection_show ul li .info h3 {

    font-size: 22px;

    color: #222222;

    line-height: 22px;

}



.collection_show ul li .info h3:after {

    content: '';

    display: block;

    width: 36px;

    height: 4px;

    background: #f07417;

    margin: 14px 0;

}



.collection_show ul li .info p {

    font-size: 16px;
    color: #666666;
	margin-top: -12px;
}



.collection_show ul li:first-child {

    float: left;

}



.collection_show ul li:first-child:before {

    content: '';

    display: block;

    width: 29px;

    height: 29px;

    background: url("../images/collection_icon3.png") no-repeat center;

    position: absolute;

    top: 50%;

    margin-top: -14.5px;

    right: -15px;

}



.collection_show ul li:nth-child(2) {

    float: right;

}



.collection_show ul li:nth-child(2):before {

    content: '';

    display: block;

    width: 29px;

    height: 29px;

    background: url("../images/collection_icon3.png") no-repeat center;

    position: absolute;

    top: 50%;

    margin-top: -14.5px;

    left: -15px;

}



.collection_show ul li:after {

    content: '';

    display: block;

    clear: both;

}



.collection_c_img {

    position: absolute;

    top: 241px;

    left: 50%;

    margin-left: -62.5px;

    z-index: 3;

}



.collection_cb_img {

    position: absolute;

    top: 91px;

    left: 50%;

    margin-left: -127.5px;

}



.run {

    width: 100%;

    height: 764px;

    background: url("../images/run_bg.jpg") no-repeat center;

    overflow: hidden;

}



.run .common_title_c, .run .common_title_e {

    color: #fff;

}



.run_show {

    margin-top: 50px;

    width: 100%;

    height: 468px;

    background: #fff;

    padding: 20px 0 20px 20px;

    position: relative;

}



.run_show_catalogo {

    width: 308px;

    float: left;

}



.run_show_catalogo_each {

    width: 100%;

    height: 214px;

    background: #999999;

    position: relative;

    padding: 75px 0 0 18px;

    cursor: pointer;

}



.run_show_catalogo_each h3 {

    font-size: 20px;

    color: #ffffff;

    line-height: 20px;

}



.run_show_catalogo_each h3:after {

    content: '';

    display: block;

    width: 51px;

    height: 5px;

    background: #fff;

    margin: 15px 0;

}



.run_show_catalogo_each p {

    font-size: 12px;

    color: #ffffff;

    line-height: 12px;

}



.run_show_catalogo_each i {

    font-size: 20px;

    color: #ffffff;

    font-style: italic;

    position: absolute;

    bottom: 0;

    right: 8px;

}



.run_show_catalogo_each .triangle {

    display: block;

    width: 0;

    height: 0;

    border: 6px solid transparent;

    position: absolute;

    top: 50%;

    right: -12px;

    margin-top: -6px;

}



.run_show_catalogo_each:nth-child(2) {

    margin-top: 1px;

}



.run_show_catalogo .on {

    background: #ee6a12;

}



.run_show_catalogo .on .triangle {

    border-left-color: #ee6a12;

}



.run_show_detail {

    float: left;

    width: 939px;

    height: 429px;

    margin-left: 10px;

}



.run_show_detail_each {

    width: 100%;

    height: 100%;

    position: relative;

    display: none;

}



.run_show_detail_each img {

    max-width: 100%;

    max-height: 100%;

}



.run_show_detail_each_intro {

    width: 100%;

    height: 109px;

    background: rgba(0, 0, 0, 0.4);

    position: absolute;

    bottom: 0;

    left: 0;

    text-align: left;

    font-size: 18px;

    color: rgba(255, 255, 255, 0.95);

    padding: 30px 0 0 15px;

}



.run_show_detail .on {

    display: block;

    animation: show 0.3s ease;

}



@keyframes show {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



.run_show_word {

    display: block;

    width: 12px;

    height: 215px;

    background: url("../images/businessphilosophy.jpg") no-repeat center;

    position: absolute;

    top: 0;

    right: 15px;

}



.how_do {

    width: 100%;

    background: #fff;

    overflow: hidden;

}



.how_do .blockbox {

    width: 1306px;

    height: 711px;

    background: url("../images/how_do_bg.jpg") no-repeat center;

    margin-top: 65px;

}



.how_do_list {

    padding: 25px 55px 0;

}



.how_do_list_each {

    float: left;

    width: 280px;

    height: 331px;

    border-radius: 5px;

    overflow: hidden;

    text-align: center;

    margin-top: 9px;

    margin-right: 22px;

}



.how_do_list_each .normal {

    width: 100%;

    height: 283px;

    background: #fff;

    border-radius: 5px;

    padding: 0 20px;

    margin: 15px 0 15px 0;

    padding-top: 34px;

    transition: 0.3s;

}



.how_do_list_each .normal_img {

    width: 73px;

    height: 73px;

    border-radius: 100%;

    border: 2px solid #ef6e0d;

    margin: auto;

    text-align: center;

    line-height: 69px;

}



.how_do_list_each .normal h2 {

    font-size: 22px;

    color: #222222;

    line-height: 22px;

    margin-top: 30px;

}



.how_do_list_each .normal p {

    font-size: 16px;

    color: #666666;

    line-height: 26px;

    margin-top: 22px;

    text-align: left;

}



.how_do_list_each .hover {

    width: 100%;

    height: 100%;

    border-radius: 5px;

    background: #ee6a12;

    padding: 52px 20px 0 20px;

    transition: 0.3s;

    opacity: 0;

}



.how_do_list_each .hover h2 {

    font-size: 22px;

    color: #ffffff;

    line-height: 22px;

}



.how_do_list_each .hover p {

    font-size: 16px;

    color: #ffffff;

    line-height: 26px;

    margin-top: 22px;

    text-align: left;

}



.how_do_list_each .info {

    margin-top: 50px;

    width: 280px;

    height: 207px;

    background: url("../images/how_do_sbg.png") no-repeat center;

    text-align: center;

    padding-top: 75px;

}



.how_do_list_each .info h2 {

    font-size: 24px;

    color: #ffffff;

    line-height: 24px;

    font-weight: normal;

}



.how_do_list_each .info p {

    font-size: 18px;

    color: #ffffff;

    line-height: 18px;

    margin-top: 15px;

}



.how_do_list_each:nth-child(5) {

    margin-top: -10px;

}



.how_do_list_each:nth-child(6) {

    margin-top: -10px;

}



.how_do_list_each:nth-child(7) {

    margin-top: -10px;

}



.how_do_list_each:nth-child(8) {

    margin-top: -10px;

}



.how_do_list_each:nth-child(4n) {

    margin-right: 0;

}



.how_do_list_each:hover .normal {

    transform: translateY(-331px);

}



.how_do_list_each:hover .hover {

    transform: translateY(-331px);

    opacity: 1;

}



.team {

    width: 100%;

    height: 780px;

    margin-top: 75px;

    background: url("../images/team_bg_tg.jpg") no-repeat center/cover;

}



.team .common_title_c,

.team .common_title_e {

    color: #fff;

}



.team_list {

    padding-top: 50px;

}



.team_list_each {

    float: left;

    overflow: hidden;

    width: 381px;

    text-align: center;

    background: #fff;

    border-radius: 5px;

    transition: 0.3s;

    border: 1px solid #fff;

    margin: 12px 18px 0 0;

    box-shadow: 0 0 5px rgba(102, 102, 102, 0.35);

}



.team_list_each:last-child {

    margin-right: 0;

}



.team_list_each a {

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

    padding: 30px 25px;

}



.team_list_each .img {

    width: 150px;

    height: 150px;



    border-radius: 100%;

    overflow: hidden;

    text-align: center;

    margin: 0 auto 25px;

}



.team_list_each .intro {



}



.team_list_each .intro h3 {

    font-size: 24px;

    color: #222222;

    line-height: 24px;

    position: relative;

}



.team_list_each .intro h3:after {

    content: '';

    display: block;

    width: 35px;

    height: 4px;

    background: #ef6e0d;

    margin: 15px auto;

}



.team_list_each .intro p {

    font-size: 16px;

    color: #666666;

    line-height: 26px;

    text-align: justify;

    min-height: 160px;

}



.team_list_each .intro span {

    display: block;

    width: 100%;

    height: 42px;

    border: 1px solid #ef6e0d;

    font-size: 16px;

    color: #ef6e0d;

    background: transparent;

    line-height: 40px;

    text-align: center;

    margin: 15px auto 0;

    transition: 0.3s;

}



.team_list_each .intro span:hover {

    background: #ef6e0d;

    color: #fff;

}



.team_list_each:hover {

    border: 1px solid #ef6e0d;

    box-shadow: 0 0 8px #ef6e0d;

}



.process {

    background: #f9fbff;

    height: 546px;

}



.process .common_title {

    padding-top: 100px;

}



.process_ul {

    position: relative;

    margin-top: 70px;

}



.process_ul li {

    float: left;

    width: 232px;

    height: 222px;

    background: #fff;

    transition: 0.3s;

    text-align: center;

    padding-top: 70px;

    margin-right: 10px;

}



.process_ul li h3 {

    font-size: 20px;

    color: #222222;

    line-height: 20px;

    margin-top: 20px;

}



.process_ul li p {

    font-size: 14px;

    color: #666666;

    line-height: 14px;

    margin-top: 15px;

}



.process_ul li p:after {

    content: '';

    display: block;

    width: 18px;

    height: 3px;

    background: url("../images/process_icon6.png") no-repeat center;

    margin: 20px auto 0;

}



.process_ul li:last-child {

    margin-right: 0;

}



.process_ul li:hover {

    box-shadow: 0 0 6px 1px rgba(239, 110, 13, 0.35);

}

.process_ul li:nth-of-type(1):hover{

    box-shadow: none;

}

.process_ul_line {

    width: 1300px !important;

    height: 32px !important;

    background: url("../images/process_line.png") no-repeat center !important;

    position: absolute;

    top: 15px !important;

    left: 0 !important;

    padding: 0 !important;

    margin: 0 !important;

    z-index: 5 !important;

}



.free_diagnosis {

    width: 100%;

    height: 547px;

    background: url("../images/free_diagnosis_bg.jpg") no-repeat center;

}



.free_diagnosis_form {

    width: 454px;

    height: 425px;

    border-radius: 10px;

    background: #fff;

    float: left;

    margin: 58px 52px 0 15px;

    padding-top: 35px;

}



.free_diagnosis_form h3 {

    text-align: center;

    font-size: 26px;

    color: #ee6a12;

    line-height: 26px;

}



.free_diagnosis_form input {

    width: 100%;

    height: 100%;

    border: 1px solid #dddddd;

    border-radius: 5px;

    padding-left: 45px;

    font-size: 18px;

    transition: 0.3s;

}



.free_diagnosis_form input:focus {

    border-color: #ee6a12;

}



.free_diagnosis_form .input1 {

    width: 390px;

    height: 57px;

    margin: 38px 0 0 33px;

    position: relative;

    z-index: 2;

    cursor: pointer;

}



.free_diagnosis_select {

    background: #fff;

    position: absolute;

    top: 56px;

    left: 0;

    width: 100%;

    border: 1px solid #dddddd;

    border-radius: 5px;

    display: none;

}



.free_diagnosis_option {

    height: 57px;

    line-height: 57px;

}



.free_diagnosis_option a {

    display: block;

    width: 100%;

    height: 100%;

    padding-left: 45px;

    transition: 0.3s;

    background: transparent;

    font-size: 18px;

}



.free_diagnosis_option a:hover {

    background: #ee6a12;

    color: #fff;

}



.free_diagnosis_form .input1 input {

    background: url("../images/free_diagnosis_icon4.png") no-repeat center left 10px, url("../images/free_diagnosis_icon5.png") no-repeat center right 10px;

    cursor: pointer;

}



.free_diagnosis_form .input2 {

    width: 261px;

    height: 57px;

    margin: 17px 0 0 33px;

}



.free_diagnosis_form .input2 input {

    background: url("../images/free_diagnosis_icon2.png") no-repeat center left 10px;

}



.free_diagnosis_form .input3 {

    width: 261px;

    height: 57px;

    margin: 17px 0 0 33px;

}



.free_diagnosis_form .input3 input {

    background: url("../images/free_diagnosis_icon3.png") no-repeat center left 10px;

}



.free_diagnosis_form .submit {

    display: block;

    width: 390px;

    height: 57px;

    text-align: center;

    line-height: 55px;

    background: #ee6a12;

    border: 1px solid #ee6a12;

    color: #fff;

    transition: 0.3s;

    font-size: 24px;

    color: #ffffff;

    border-radius: 5px;

    margin: 32px auto 0;

}



.free_diagnosis_form .submit:hover {

    background: #fff;

    color: #ee6a12;

}



.free_diagnosis_info {

    float: left;

}



.free_diagnosis_info .p1 {

    font-size: 74px;

    color: rgba(255, 255, 255, 0.5);

    font-weight: bold;

    line-height: 74px;

    text-transform: uppercase;

    margin-top: 145px;

}



.free_diagnosis_info .p1:after {

    content: '';

    display: block;

    width: 91px;

    height: 8px;

    background: #fff;

    margin: 28px 0 25px 0;

}



.free_diagnosis_info .p2 {

    font-size: 48px;

    color: #fff;

    font-weight: bold;

    line-height: 48px;

}



.free_diagnosis_info .p3 {

    color: #ffffff;

    font-size: 30px;

    line-height: 30px;

    margin-top: 20px;

}



.free_diagnosis_form .input1 {

    position: relative;

    z-index: 2;

}

.free_diagnosis_form .input1 input {

    cursor: pointer;

}



.free_diagnosis_select {

    width: 100%;

    border: 1px solid  #ee6a12;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    background: #fff;

    position: absolute;

    top: 56px;

    left: 0;

    display: none;

}

.free_diagnosis_select li {

    width: 100%;

    height: 50px;

    line-height: 50px;



}

.free_diagnosis_select li a {

    display: block;

    width: 100%;

    height: 100%;

    padding-left: 45px;

    font-size: 18px;

    -webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    -ms-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.free_diagnosis_select li a:hover {

    background: rgba(0,0,0,0.02);

}