/* 
* @Author: Marte
* @Date:   2017-08-14 10:41:21
* @Last Modified by:   Marte
* @Last Modified time: 2017-09-30 18:32:17
*/


.close_more_para{
    display:none;
}
.close_more,.close_more:hover,.close_more2,.close_more2:hover{
    color:#d61518;
    cursor:pointer;
    font-weight:bold;
}
.home_advantage_list1{
    width:21.2%;
    float:left;
    background:#575757;
}
.home_advantage_list2{
    width:19.2%;
    float:left;
    background:#1b1b1b; position:relative;
}
.home_advantage_list3{
    background:#d61518;
    position:relative;
}
.triangle_icon{
    position:absolute;
    top:-10px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 2;
}
.triangle_icon2{
    position:absolute;
    top:-10px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 2;
}
.triangle_icon3{
    position:absolute;
    top:-10px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 2;
}
.triangle-up{
    position:absolute;
    left:0;
    top:-50px;
    width: 0;
    height: 0;
    border-left: 9.6vw solid transparent;
    border-right: 9.6vw solid transparent;
    border-bottom: 50px solid #d61518;
    z-index: 1;
}
.triangle-down{
    position:absolute;
    left:0;
    bottom:-50px;
    width: 0;
    height: 0;
    border-left: 9.6vw solid transparent;
    border-right: 9.6vw solid transparent;
    border-top: 50px solid #d61518;  
}

.triangle-up2{
    position:absolute;
    left:0;
    top:-50px;
    width: 0;
    height: 0;
    border-left: 9.6vw solid transparent;
    border-right: 9.6vw solid transparent;
    border-bottom: 50px solid #1b1b1b;
    z-index: 1;
}
.triangle-down2{
    position:absolute;
    left:0;
    bottom:-50px;
    width: 0;
    height: 0;
    border-left: 9.6vw solid transparent;
    border-right: 9.6vw solid transparent;
    border-top: 50px solid #1b1b1b;  
}
.solution_article p{
    font-family: "MontserratRegular";
}
.service p{
    font-family: "MontserratRegular";
}
.home_advantage_list{
    padding:76px 38px 58px;
    height:304px;
}
.home_advantage_list h6{
  line-height: 2;
  height:112px;
  overflow: hidden;font-size: 18px;
}
.banner>img{
    width:100%;
    height:auto;
}
.home_advantage_list h3{
    margin-bottom:40px;
    text-transform: uppercase;font-size: 26px;
    font-weight: 600;
}
.home_pro_con_f{
    background-image:url("../images/011_02.jpg");
    background-size:cover;
    background-position:center;

}
.home_pro_con1 li{


    display:inline-block;
    font-size:16px;
    text-align: center;
    padding:122px 50px 74px;

    transition:all 0.3s linear;
}

@media screen and (max-width:768px){
    .home_pro_con1 li{

        margin:0 1%;
        display:inline-block;
        font-size:16px;
        text-align: center;
        padding:15px;

        transition:all 0.3s linear;
    }
}

.home_pro_con{
    /*background-image:url(/Theme/default/image/011_02.jpg);*/
    /*background-size:cover;*/
    /*background-position:center;*/

}
.home_pro_img img{
    max-width: 100%;
    text-align: center;
}
.home_pro_con ul{
 font-size:0px;
 padding:20px 25px 55px;
}
.home_pro_con li{
    width:18%;
    margin:0 1%;
    display:inline-block;
    font-size:16px;
    text-align: center;
    padding:82px 40px 74px;

    transition:all 0.3s linear;
}
.title_big h1{
    margin:120px 0 100px;
    text-transform: uppercase;
}
.title_big{
    position:relative;
}
.title_big .title_line{
    position:absolute;
    width:50px;
    height:9px;
    background:#1b1b1b;
    left:50%;
    bottom:-28px;
    margin-left:-25px;
}
.home_pro_con li:nth-child(1),.home_pro_con li:nth-child(2),
.home_pro_con li:nth-child(3),.home_pro_con li:nth-child(4),.home_pro_con li:nth-child(5)
{
    margin-bottom:75px; 
}
.home_pro_con_f li:hover{
    background:rgba(214,11,24,0.7);
}
.home_pro_con_f h5{
    margin-top:40px;
}
.solution_img{
    display:inline-block;
}
.img_two{
    position:absolute;
    right:0;
    bottom:0;
}
.solution_text_box{
    display:inline-block;
}
.solution_text{
    font-size:0;
}
.soluction_region{
    width:1200px;
    margin:0 auto;
    padding:115px 0 45px;
}
.med_title{
    margin-bottom:60px;
    position:relative;
}
.title_line2{
    position: absolute;
    width:137px;
    height:6px;
    background:#1d1d1d;
    left:0;
    bottom:-15px;
}
.solution_img img{
    max-width: 100%;
    height:auto;
}
.solution_article{
    margin-bottom:8px;
    padding-left:30px;
    padding-right:30px;
    position:relative;
}
.solution_article::before{
 content:url(/Theme/default/image/019.png);
 position:absolute;
 left:0;
 top:0;
 width:30px;
 height:30px;
}
.solution_text_1 .solution_text_box{
    width:50%;
} 
.solution_text_1 .solution_img{
    width:50%;
    vertical-align: top;
}
.solution_text_2 .solution_text_box{
    width:70%;
} 
.solution_text_2 .solution_img{
    width:30%;
    vertical-align: top;
    margin-top: -160px;
}
.title_big>h2{
    text-align: center;
    padding-top:90px;
    margin-bottom: 90px;
}
.solution{
    background:#f2f2f2;
}
.service_bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: -1;
    transition:all 0.5s linear;
}
.service_list{
    position:relative;
    float:left;
    width:calc((100% - 50px)/3);
    margin-right:25px;
    padding:13px 18px;
    overflow:hidden;
}
.service_list:hover .service_bg{
    transform:scale(1.1,1.1);
}
.service_text{
    height:266px;
    position:relative;
}
.service_text>h3{
    position:absolute;
    width:70%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    font-size:30px;
    text-transform: uppercase;
    line-height: 1.35; 
}
.service_region{
    width:1364px;
    margin:0 auto;
    padding-bottom: 120px;
}
.service_region>p{
    width:80%;
    margin:0 auto;
    color:#5d5d5d;
    text-align: center;
    margin-bottom: 35px;
}
.sevice_bg_inner{
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.service_list:nth-child(3n+0){
    margin-right:0;
}
.sevice_bg_inner>img{
    width:100%;
    height:auto;
}
.home_contact{
    background:url(/Theme/default/image/017_02.jpg);
    padding-bottom: 65px;
}
.home_contact_region{
    width:1200px;
    margin:0 auto;
}
#registration_form{
font-size:0;
text-align: center;
}
.form-group{
    display:inline-block;
    font-size:18px;
    margin:0;
}
.form-group:nth-child(1),.form-group:nth-child(2){
    width:calc((100% - 30px)/2);;
    margin-right:30px;
}
.form-group:nth-child(2){
    margin-right:0;
}
.form-group:nth-child(3){
    width:100%;
}
.form-control{
    border-radius: 0;
    color:#9d9d9d;
    font-size:18px;
    font-family: "MontserratLight","Arial";
}
input.form-control{
    height:60px;
    margin-bottom:26px;
}
button{
    width:152px;
    height:47px;
    color:#fff;
    background:#d61518;
    border:none;
    margin-top:26px;
    font-size:23px;
    font-family: "Oswald","Arial";
}
.form-control:-webkit-input-placeholder { /* WebKit browsers */ 
    font-size:18px;
    color:#9d9d9d;
    font-family: "MontserratLight","Arial";
} 
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    font-size:18px;
    color:#9d9d9d;
    font-family: "MontserratLight","Arial";
} 
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    font-size:18px;
    color:#9d9d9d;
    font-family: "MontserratLight","Arial";
} 
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    font-size:18px;
    color:#9d9d9d;
    font-family: "MontserratLight","Arial";
}
.logo img{
    max-width:100%;
}
@media screen and (max-width:1365px){
.service_region{
    width:100%;
}
}
@media screen and (max-width:1201px){
.soluction_region,.home_contact_region{
    padding-left:15px;
    padding-right:15px;
    width:100%;
}
}
@media screen and (max-width:768px){
.service_region>p{
    text-align: left;
}
 
 .form-group:nth-child(1), .form-group:nth-child(2){
    width:100%;
    margin-right:0;
 }
 .home_pro_con h5{
    font-size:12px;
    height:39px;
 }
 .home_pro_img{
   
 }
 .title_big>h2 {
    padding-top: 40px;
    margin-bottom: 50px;
}   
.soluction_region{
    padding-top:40px;
}    
.service_list{
    width:100%;
    margin-bottom: 15px;
    margin-right:0;
}

.service_region{
    padding-bottom: 30px;
}
.solution_text_1 .solution_text_box,.solution_text_1 .solution_img,.solution_text_2 .solution_text_box,.solution_text_2 .solution_img{
    width:100%;
    margin-top:15px;
}
.home_pro_con li{
    width:44%; 
    margin:0 3%;
    padding:15px;
    float:left;
}
.home_pro_con li:nth-child(1), .home_pro_con li:nth-child(2), .home_pro_con li:nth-child(3), .home_pro_con li:nth-child(4), .home_pro_con li:nth-child(5),.home_pro_con li:nth-child(6),.home_pro_con li:nth-child(7),.home_pro_con li:nth-child(8){
    margin-bottom: 15px;
}
.home_advantage_list{
    width:100%;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    height:auto;
    padding:10px 1px 1px;
}
.home_advantage_list h6{
    line-height: 2;
    height:90px;
    overflow: hidden;
}
.home_advantage_list3,.home_advantage_list:nth-child(4){
    padding-top:70px;
}
.home_advantage_list h3{
    margin-bottom: 15px;
}
.home_advantage_list:nth-child(2){
    padding-bottom: 50px;
}
.home_advantage_list:nth-child(3){
    padding-bottom: 10px;
}
.triangle-up,.triangle-down{
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}
.title_big h1{
    margin:40px 0 50px;
    font-size: 28px;
}
}