﻿@charset "utf-8";
#banner {
    width: 100%;
    height: 470px;
    background: #fafafa no-repeat center/cover;
}
#banner .wrap {
    position: relative;
    top: 41.6%;
    left: -10px;
    font-size: 4.2rem;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';
    color: #2b2b2b;
}
#banner .wrap>span {
    display: inline-block;
}
#space {
    height: 100px;
}

@media (max-width:1279px) { /*mp*/
#banner {
    display: none;
}
#mp-head {
    background: #333;
    height: 80px;
}
#space {
    height: 120px;
}
}
/* 栏目菜单 */
#child {
    background: none;
    padding: 0;
    position: relative;
    top: -40px;
}
#child .wrap>a {
    width: 50%;
}

@media (max-width:1279px) { /*mp*/
#child .wrap {
    height: 48px;
}
#child .wrap>a {
    line-height: 47px;
    font-size: 1.3rem;
}
#child .wrap>a::after {
    height: 1.3rem;
    top: 17px;
}
}
/* 简介 */
#contact {
     padding: 100px 0 60px 0;
    background: url('../img/contact-bg.png');
    margin-top: -80px;
}
#contact .wrap>.tit {
    font-size: 3.9rem;
    color: #2b2b2b;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';
}
#contact .wrap>.tit-en {
    color: #bbb;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    margin-top: 12px;
}
#contact .box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
#contact .box .item {
    width: calc((100% - 100px)/3);
    padding: 50px 45px 60px 45px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    box-shadow: 6px 6px 30px rgba(0,0,0, .06);
}
#contact .box .item .tit {
    font-size: 2.8rem;
    color: #2e2d3c;
    font-weight: bold;
    letter-spacing: .3rem;
}
#contact .box .item .ico {
    margin: 40px 0;
    height: 10rem;
}
#contact .box .item .ico i {
    color: #00428f;
    font-size: 10rem;
}
#contact .box .item .ico .icon-dianhua {
    font-size: 9.2rem;
    margin-top: 5px;
    display: inline-block;
}
#contact .box .item .ico .icon-fuwu {
    font-size: 9.8rem;
    margin-top: 2px;
    display: inline-block;
}
#contact .box .item .con {
    font-size: 1.72rem;
    color: #2e2d3c;
    letter-spacing: .03rem;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei';
    line-height: 1.42;
}
#contact .box .item .con a {
    color: #2e2d3c;
}
#contact .box .item .con a:hover {
    text-decoration: underline;
}
#contact .detail {
    margin-top: 50px;
    background: #fff;
    padding: 50px 50px 60px 50px;
    display: flex;
    justify-content: space-between;
    box-shadow: 6px 6px 30px rgba(0,0,0, .06);
}
#contact .detail .l {
    width: 60%;
}
#contact .detail .l .tit {
    font-size: 2.6rem;
    color: #2e2d3c;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    font-weight: bold;
}
#contact .detail .l .con {
    font-size: 1.6rem;
    color: #2e2d3c;
    margin-top: 30px;
}
#contact .detail .l .con p, #contact .detail .l .con div {
    font-size: 1.6rem;
    color: #2e2d3c;
    line-height: 1.6rem;
    margin-bottom: 16px;
}
#contact .detail .l .con a {
    color: #2e2d3c;
    text-decoration: underline;
}
#contact .detail .l .con a:hover {
    color: #00428f;
    text-decoration: none;
}
#contact .detail .r {
    width: calc(40% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .detail .r .item {
    margin: 0 25px;
}
#contact .detail .r .qr {
    width: 150px;
    text-align: center;
}
#contact .detail .r .tit {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: 300;
}

@media (max-width:1679px) { /*1440*/
#contact .wrap>.tit {
    font-size: 3.8rem;
}
#contact .wrap>.tit-en {
    font-size: 1.4rem;
}
#contact .box .item .tit {
    font-size: 2.6rem;
}
#contact .box .item .ico {
    height: 9rem;
}
#contact .box .item .ico i {
    font-size: 9rem;
}
#contact .box .item .ico .icon-dianhua {
    font-size: 8.2rem;
}
#contact .box .item .ico .icon-fuwu {
    font-size: 8.8rem;
}
#contact .box .item .con {
    font-size: 1.7rem;
}
#contact .detail .l .con {
    font-size: 1.5rem;
}
#contact .detail .l .con p, #contact .detail .l .con div {
    font-size: 1.5rem;
}
}

@media (max-width:1439px) { /*1366*/
#banner {
    height: 450px;
}
#contact .box .item .tit {
    font-size: 2.4rem;
}
#contact .box .item .ico {
    height: 8rem;
}
#contact .box .item .ico i {
    font-size: 8rem;
}
#contact .box .item .ico .icon-dianhua {
    font-size: 7.2rem;
}
#contact .box .item .ico .icon-fuwu {
    font-size: 7.8rem;
}
#contact .box .item .con {
    font-size: 1.6rem;
}
#contact .detail .l .tit {
    font-size: 2.4rem;
}
#contact .detail .l .con {
    font-size: 1.4rem;
}
#contact .detail .l .con p, #contact .detail .l .con div {
    font-size: 1.4rem;
}
}

@media (max-width:1365px) { /*1280*/
#contact .box .item .tit {
    font-size: 2.2rem;
}
#contact .box .item .con {
    font-size: 1.5rem;
}
}

@media (max-width:1279px) { /*mp*/
#contact {
    padding: 80px 15px 60px 15px;
}
#contact .wrap>.tit {
    font-size: 2.4rem;
}
#contact .wrap>.tit-en {
    font-size: 1.2rem;
    margin-top: 6px;
}
#contact .box {
    display: block;
    margin-top: 30px;
}
#contact .box .item {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 15px;
}
#contact .box .item .tit {
    font-size: 2rem;
}
#contact .box .item .ico {
    margin: 20px 0;
    height: unset;
}
#contact .box .item .ico i {
    font-size: 6rem;
}
#contact .box .item .ico .icon-dianhua {
    font-size: 5.2rem;
}
#contact .box .item .ico .icon-fuwu {
    font-size: 5.8rem;
}
#contact .box .item .con {
    font-size: 1.4rem;
}
#contact .detail {
    margin-top: 30px;
    padding: 30px 20px;
    display: block;
}
#contact .detail .l {
    width: 100%;
}
#contact .detail .l .tit {
    font-size: 2rem;
    padding-bottom: 20px;
}
#contact .detail .l .con {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.3;
}
#contact .detail .l .con p, #contact .detail .l .con div {
    font-size: 1.4rem;
    line-height: 1.3;
}
#contact .detail .r {
    display: none;
}
}

#map{
    margin-top: 50px;}

/*zxly*/
.RighInfo002275 .right td .ftype_input .fbox{margin: 0 10px 0 0;float: left;}
.RighInfo002275 .right td .ftype_input .fbox input:not([type="radio"]) {line-height: 40px;padding: 0 5px;border: 1px solid #e1e1e1;outline: 0;box-sizing: border-box;}
.RighInfo002275 .right td .ftype_input .fbox img{margin-top:-4px;margin-left:10px; }
@media(max-width:768px){
.RighInfo002275 .right td .ftype_input{display: inline-block;float: left;margin-top: 1px;}
.RighInfo002275 .right .form_erryzm{display: inline-block;float: left;text-align: left;width: 64px;line-height: 32px;height: 32px;}
}
.RighInfo002275 .content{overflow:hidden}
.RighInfo002275 .left{float:left}
.RighInfo002275 .right{float:left;width:90%;margin: auto;}
.RighInfo002275 .right .tipstext {
    margin: 50px auto 20px;
    width: 100%;
    font-size: 16px;
}
.RighInfo002275 .right .form_table{width:100%}
.RighInfo002275 .right  textarea{width:100%;resize:none;height:100px;padding:6px 10px;border:1px solid #e1e1e1;}
.RighInfo002275 .right td{position:relative;padding-bottom:10px}
.RighInfo002275 .right .text{width:100%;line-height:40px;margin:0;padding:0px 10px;border:1px solid #e1e1e1;box-sizing: border-box;}
.RighInfo002275 .right td span{position:absolute;left:0;line-height:30px;top:0;width:96px;text-align:right;font-size:16px}
.RighInfo002275 .right .btn {
    padding: 0;
    color: #fff;
    min-width: 130px;
    border-radius: 5px;
    /* margin: 20px auto; */
    display: block;
    border: 0;
    padding: 15px 16px;
    cursor: pointer;
    background: #397104;
}
@media only screen and (max-width:640px ){
.RighInfo002275 .left,.RighInfo002275 .right{float:none;max-width:none;margin-bottom:20px}
.RighInfo002275 .right td{padding-left:0;text-align:left}
.RighInfo002275 .right td span{position:static}
}.fixed_right{position:fixed;top:50%;width:71px;right:0;z-index:99}
.fixed_right li{width:71px;height:66px;margin-bottom:1px;background:url(../images/right_ico.png) no-repeat}
.fixed_right li a{display:block;height:66px;color:#fff;text-align:center;padding-top:42px}
.fixed_right ul{position:absolute;right:-71px;top:50%;margin-top:-170px}
.fixed_right .hoverbtn{width:30px;height:129px;padding-top:20px;cursor:pointer;position:absolute;top:50%;margin-top:-66px;right:0;font-size:14px;color:#fff;background:#db1d24;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;-moz-box-shadow:-4px 4px 4px -4px #000;-webkit-box-shadow:-4px 4px 4px -4px #000;box-shadow:-4px 4px 4px -4px #000}
.fixed_right .hoverbtn span{width:30px;height:19px;line-height:19px;text-align:center;overflow:hidden;float:left}
.fixed_right .fixed_icon{background:url(../images/hoverbtnbg.gif) no-repeat center;float:left;margin-top:8px;width:30px;height:15px;display:block}
.fixed_right .hoverbtn:hover .fixed_icon{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.fixed_right .hoverbtn.on .fixed_icon{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}



#map  img{
    max-width:none
}









