h3.head-center
{
    text-align: center;
    font-size: 24px;
    color: #2d88e5;
    line-height: 34px;
  font-weight: bold;
}
h3.head-center p
{
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.subnav li a img
{
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
}

#nav_box li:nth-of-type(2) .subnav img
{
    width: auto;
    height: auto;
}

#nav_box li:nth-child(2) .subnav img
{
    width: auto;
    height: auto;
}
/* ------------------------- */
.box-tit
{
    text-align: center;
    font-weight: bold;
    background: url("../image/box-titbg.png") no-repeat center;
}
.box-tit h3
{
    font-size: 32px;
    color: #666666;
    font-weight: bold;
}
.box-tit p
{
    font-size:28px;
    color:#2d88e5;
}

.box-img
{
    overflow: hidden;
}
.box-img img
{
    transition: 0.5s;
    display: block;
}
li:hover .box-img img
{
    transform: scale(1.2);
}

/* case */
.case
{
    padding-bottom: 67px;
}
.case .box-tit
{
    padding: 50px 0;
}
.case-nav
{
    text-align: center;
    margin-bottom: 45px;
}
.case-nav a
{
   display: inline-block;
   width: 179px;
   height: 75px;
   background: url("../image/pro-navbg.png") no-repeat center;
   line-height: 75px;
   padding: 0 17px;
   text-align: center;
   font-size: 24px;
   color: #2d88e5;
   font-weight: bold;
}
.case-nav a:nth-child(n+2)
{
    margin-left: 25px;
}
.case-nav a i img
{vertical-align: middle;display: inline-block;margin-right: 7px;}
.case-list li
{
    width: 389px;
    float: left;
    margin-right: 16px;
}
.case-list li:nth-child(3n)
{
    margin-right: 0;
}
.case-list li:nth-child(n+4)
{
    margin-top: 30px;
}
.case-img
{
    background: #2d88e5;
    text-align: center;
    padding-top: 3px;
}
.case-img img
{
    margin: 0 auto;
}

.case-list li p
{
    line-height: 65px;
    background: #2d88e5;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-top: 3px;
}

/* adv */
.adv
{
    background: #fbfbfb;
    padding-bottom: 40px;
}
.adv-tit
{
    height: 163px;
    background: url("../image/adv-tit.png") no-repeat center #2d88e5;
}
.adv-box
{
    padding-top: 76px;
}
.adv-list
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adv-list:nth-child(2)
{
    margin-top:64px;
}
.adv-list:nth-child(3)
{
    margin-top:103px;
}
.adv-bd
{
    width: 553px;
    background: #fff;
}
.adv-bd-tit
{
    background: url("../image/box-bd-tit.jpg") no-repeat center;
    height: 155px;
}
.adv-bd-tit h3
{
    padding-left: 31px;
    padding-top: 33px;
    font-size: 24px;
    color: #1874eb;
    font-weight: 600;
}
.adv-bd-tit h3 span
{
    font-size: 36px;
    color: #efefef;
    font-weight: bold;
    display: inline-block;
    width: 86px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    vertical-align: middle;
}
.adv-bd-tit p
{
    text-align: center;
    font-size:17px;
    color: #666666;
    line-height: 43px;
}
.adv-bd-text
{
    text-align: justify;
    padding-left: 31px;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

/* questions */
.quest-tit
{
    text-align: center;
    background: #fbfbfb;
}
.quest-tit h3
{
    font-size: 42px;
    color: #424242;
}
.quest-tit p
{
    font-size: 18px;
    color: #666666;
}
.quest-box
{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 80px;
}
.quest-box li
{
    width: 221px;
    text-align: center;
    background: url("../image/quest-boxbg.png") no-repeat center bottom 12px;
    min-height: 240px;
}
.quest-box li p
{
    font-size:17px;
    color:#2d88e5;
    letter-spacing:2px;
    padding: 10px 0;
    font-weight: bold;
}
a.quest-more
{
	display: block;
    width: 75px;
    height: 21px;
    border: 1px solid #cccccc;
    font-size: 11px;
    color: #666666;
    background: #fff;
    margin: 0 auto;
}

/* box-content */
.box-content
{
    background: url("../image/box-content.jpg") no-repeat center;
}
.box-content .w
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 256px;
}
.box-tel
{
    font-size: 38px;
    color: #2d88e5;
    font-weight: bold;
}
.box-tel p
{
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: #ffa300;
    border-radius: 26px;
    margin-top: 30px;
    font-weight: bold;
}
.box-message
{
    width: 608px;
    background: #2d88e5;
    height: 100%;
    position: relative;
}
.box-message form
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 53px;
    height: 100%;
}
.mewssage-box input,
.mewssage-box textarea,
.box-message .submit
{
    outline: none;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
}
.mewssage-box input,
.mewssage-box textarea{
    width: 332px;
    text-indent: 30px;
}
.mewssage-box textarea
{
    height: 80px;
    padding-top: 5px;
    resize: none;
}
.mewssage-box input
{
    height: 41px;
    margin-bottom: 10px;
}
.box-message .submit
{
    display: block;
    cursor: pointer;
    width: 130px;
    height: 40px;
    background: #ffa300;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.mewssage-box .input-group:nth-child(3) input
{
    background: url("../image/message1.png") no-repeat left 7px center #fff;
}
.mewssage-box .input-group:nth-child(4) input
{
    background: url("../image/message2.png") no-repeat left 7px center #fff;
}
.mewssage-box .input-group:nth-child(5) textarea
{
    background: url("../image/message3.png") no-repeat left 7px top 5px #fff;
}

.message-img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
}

/* partner */
.partner
{
    padding-top: 50px;
}
.par-box1
{
    margin-top: 60px;
}
.par-box li
{
    width: 223px;
    float: left;
    margin-right: 21px;
}
.par-box li p
{
    font-size: 16px;
    color: #373737;
    text-align: center;
    line-height: 45px;
}

/* product */
.product
{
    padding: 30px 0 0;
    background: #f9f9f9;
    margin-top: 30px;
}

.par-list
{
    margin-top: 40px;
}
.par-list li
{
    width: 277px;
    height: 268px;
    overflow:hidden;
}
.par-list li:hover
{
    border:2px solid #2d88e5;
    box-sizing:border-box;
}
.par-list li p
{
    margin-top: 0;
    line-height: 41px;
    font-size: 18px;
}
.par-list li:nth-child(3n)
{
    margin-right: 21px;
}
.par-list li:nth-child(4)
{
    margin: 0;
}

/* team */
.team
{
    height: 166px;
    background: url("../image/team-bg.jpg") no-repeat center;
    margin-top: 50px;
}

a.team-more
{
    display: block;
    width: 100%;
    height: 100%;
}

.cooperation
{
    padding-top: 40px;
    padding-bottom: 50px;
}
.cooper-box
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 60px;
}
.cooper-bd
{
    width: 136px;
    text-align: center;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: url("../image/cooper-bg.png") no-repeat 4px 120px;
}
.cooper-bd:nth-child(2n)
{
    
background: url("../image/cooper-bg.png") no-repeat -156px 39px;
    
position: relative;
    
top: 17px;
}
.cooper-icon
{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 2px solid #2d88e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* news */
.news
{
    background: #f6f6f6;
    padding-bottom: 50px;
}

.news-l
{
    width: 820px;
    float: left;
    margin-right: 80px;
}
.news-tit
{
    padding-top: 45px;
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 35px;
}
.news-tit h3
{
    font-size: 24px;
    color: #19191d;
    line-height: 24px;
    display: inline-block;
}
.news-tit h3:nth-child(2)
{
    margin-left: 80px;
}
.news-tit h3 p
{
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    padding: 17px 0 14px;
    position: relative;
}
.news-tit h3 p::after
{
    content: "";
    position: absolute;
    display: block;
    width: 58px;
    height: 2px;
    background-color: #00479d;
    bottom:-2px;
    left: 0;
}

.news-l-bd
{
    width: 380px;
    float: left;
    margin-right: 30px;
}
.news-l-img img
{
    display: block;
}
.news-l-text
{
    height: 170px;
    background: #eeeeee;
    padding: 18px 12px;
    position: relative;
}
.news-l-con
{
    color: #666666;
    font-size: 16px;
    text-indent: 30px;
    line-height: 28px;
    height: 110px;
    overflow: hidden;
}

a.news-l-more
{
    font-size: 14px;
    color: #00479d;
    position: absolute;
    right: 23px;
    bottom: 15px;
}
.news-l-box
{
    display: flow-root;
    padding-left: 25px;
    background: url("../image/news-l-box.png") no-repeat top left;
}
.news-l-box li
{
    height: 46px;
}
.news-l-box li p
{
    display: inline-block;
    width: 280px;
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
}
.news-l-box li i
{
    font-size: 14px;
    color: #666666;
    font-style: normal;
    float: right;
}

.news-r
{
    display: flow-root;
}
.news-r-box
{
    height: 305px;
    overflow: hidden;
}
.news-r-box li
{
    height: 92px;
}
.news-r-box h3
{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 5px;
}
.news-r-box p
{
    font-size: 12px;
    color: #666666;
    line-height: 21px;
    height: 43px;
    overflow: hidden;
}

.news-r-box span
{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #000;
    color: #fdfdfd;
    text-align: center;
    line-height: 26px;
    margin-right: 14px;
    float: left;
    font-size: 13px;
}
.news-r-box p span
{
    background-color:#00479d;
}


/* footer */
.footer
{
    background: #2c2c2c;
}
.foot-link
{
    line-height: 63px;
    background: url("../image/link-bg.png") no-repeat center right #2c2c2c;
    overflow: hidden;
    height: 63px;
}
.foot-link .w
{
    background: url("../image/link-bg-w.png") no-repeat center;
    padding-left: 135px;
}
.foot-link span
{
    font-size: 20px;
    color: #ffffff;
}
.foot-link a
{
    color:#fff;
}
.foot-box
{
    padding-top: 83px;
    padding-bottom: 50px;
    border-bottom: 1px solid #5e5e5e;
    display: flex;
    justify-content: space-between;
}
.foot-bd h3
{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: bold;
}

.foot-bd-tel p
{
    font-size: 16px;
    color: #acacac;
    margin-bottom: 18px;
    font-weight: bold;
}

.foot-bd-tel p:nth-child(1) span {
    font-size: 25px;
    display: block;
    margin-top: 15px;
    text-indent: 35px;
    font-family: fantasy;
}

.foot-bd-tel p img
{
    vertical-align: bottom;
    float: left;
    margin-right: 14px;
}

.foot-bd-tel p:nth-child(2) span
{
    font-size: 26px;
    color: #acacac;
    font-family: fantasy;
    padding-top: 14px;
    display: inline-block;
}

.foot-nav p
{
    height: 29px;
}
.foot-nav p a
{
    font-size: 14px;
    color: #acacac;
    font-weight: bold;
    display: inline-block;
    padding-left: 14px;
    background: url("../image/foot-navbg.png") no-repeat center left;
}

.foot-code
{
    width: 120px;
    height: 133px;
    background: #7c8f9d;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 17px;
}
.foot-code p
{
    font-size: 16px;
    color: #000;
}

.foot-botm
{
   text-align: center;
   color: #9a9a9a;
   font-size: 14px;
   line-height: 30px;
   padding: 30px 0 15px;
}
.foot-botm p
{
    display: inline-block;
}

a#foot-top
{
    margin-left: 50px;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 25px;
    border: 1px solid #fff;
    line-height: 25px;
    box-sizing: border-box;
    background: url("../image/foot-top.png") no-repeat right 8px  center;
    text-align: left;
    text-indent: 15px;
}