
/*背景图*/
div.home{
    background:url('../img/01.jpg');
    background-size: cover;
}
/*遮罩颜色*/
div.home .bgcolor{
    width: 100%;
    height:620px;
    background-position:center ;
    color: #CFCFCF;
    background:linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
}
/*导航条样式*/
.navStyle{
    background: transparent;
    border: 0;
    padding: 1% 0;
    transition: all .5s linear;
    font-size: 12px;
}
/*a字体的大小和颜色*/
div#menu ul>li>a{
    font-weight: 700;
    color: #C5C5C5;
}
div#menu ul>li>a:hover{color: #2F937B;}
/*图片上字体设置*/
div.con{
    text-align: center;
    padding: 18em 0;
}
div.content h1 {
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, STHeiti, "Microsoft YaHei", sans-serif, Helvetica, "DroidSansFallback", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3";
}
div.content .btn{
    width: 120px;
    height: 44px;
    border:2px solid #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0;
    /*font-size: 12px;*/
}
div.content .mybtn{
    background:#2F937B;
    border: 0;
}
div.content>.mybtns{
    background: transparent;
    margin-left: 10px;
}
div.content>a.mybtn:hover{
    transition: all .5s linear;
    background: #fff;
    color: #2F937B;
}
div.content >a.mybtns:hover{
    transition: all .5s linear;
    background:#2F937B;
    border: none;
}
/*解决方案区*/
div.col-md-4>h4{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #2F937B;
}
div.col-md-4>p{
    color: #333F52;
}
div.pad{
    padding: 150px 0;
}
.media-left.media-middle i{
    padding: 20px 30px 20px 0;
    font-size: 30px;
    color: rgb(47, 147, 123);
}
div.row .col-md-4:nth-child(2) .media-left.media-middle i{
    padding: 70px 30px 20px 0;
}
/*产品介绍*/
div.container div.rowMar{
    margin-top: 30px;
}

div.container .h3sty{
    margin-bottom: 60px;
}
div.line{
    width:100px;
    margin: 0 auto;
    border-bottom: 1px solid #2F937B;
    margin-bottom: 50px;
    padding-bottom:10px;
}
/*背景设置*/
.bgColor{
    background: #F1F1F1;
    padding: 60px 0;
}
/*关于我们*/
div.bgImg{
    background: url('../img/07.jpg');
    background-size: cover;
    padding: 6% 0;
}
.mar{
    margin: 50px auto;
}
/*我们的优势*/
div.bgimg{
    background: url('../img/10.jpg');
    background-size: cover;
    padding: 4% 0;
}
h4{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color:rgb(47,147,123);
}
h3.h3Mar{
    margin: 50px 0;
    text-align: center;
}
.bgimg>.container>.row p{
    margin-bottom:30px;
}
.container>.row .aHover:hover{
    background: #000;
    transition: all .5s linear;
    color: #fff;
}
/*联系我们*/
div.BGImg{
    background: url('../img/08.jpg');
    background-size: cover;
    padding: 5% 0;
}
div.text{
    text-align: center;
    margin-bottom:50px;
}
div.text p{
    width:60px;
    margin: 0 auto;
    border-bottom: 1px solid #2F937B;
    padding-bottom: 20px;
}
form.formStyle{
    padding: 5%;
    background: #f1f1f1;
    outline: 6px solid rgba(34,34,34,0.08);
}
/*div.BGImg input.form-control{*/
    /*height: 40px;*/
/*}*/
div.BGImg>div.container form input{
    outline: none !important;
    height: 45px;
}
div.BGImg .form-control{
    margin-bottom: 20px;
    padding: 16px 12px;
    font-size: 14px;
    transition: all 0.8s;
    border-top: 2px solid transparent;
    outline: 0;
}
div.BGImg textarea{
    height: 100px;
    border: 0;
    outline: 0;
}
.content button.auto{
    margin:10px auto;
    margin-left: 35%;
}
div.BGImg .form-control:focus,
div.BGImg .form-control:hover{
    border-top: 2px solid #2F937B;
}
div.BGImg form>.form-group>input{
    border:0;
}
div#relation{
    margin: 5% 0;
}
div.textDiv{
    width:80%;
    margin-left: 12%;
}
div.textDiv p{
    margin-bottom: 0;
}
/*底部*/
div.footer{
    text-align: center;
    background: #222;
    padding: 40px 0;
}
div.footer p{
    color: #fff;
}

/*p字体设置*/
body p{
    line-height: 25px;
}
body h3,a,p{
    font-family: "Microsoft Yahei", simhei;
}

