.wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

body {
    overflow-x: hidden;
}

header {
    padding: 20px 0 15px 0px;
}

.logo {
    width: 212px;
    height: 71px;
    padding-top: 25px;
    background: url(../images/logo.png) center center no-repeat;
}

.sousuo {
    position: absolute;
    right: 20px;
    top: 20px;

}

.xinfoxiid span{
    font-size: 18px;
    color: #454545;
}

.xinfoxiid{
    margin-top: 20px;
}

.buyInput{
    width: 300px;
    height: 45px;
    line-height: 45px;
    outline: none;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-left: 12px;
	padding-left:10px;
}

.xindongy{
    font-size: 24px;
    color: #454545;
}

.sousuo input {
    outline: none;
    width: 320px;
    height: 36px;
    padding-left: 20px;
    line-height: 36px;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    display: block;
    background: url(../images/sousuo.png) 280px center no-repeat;
}



.wrap1440 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.yyui_menu1 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    float: left;
    margin-left: 150px;
    margin-top: 20px;
    /*background-color: #f2f2f2;*/
}

.yyui_menu1 li {
    float: left;
    position: relative;
}

/*这一级是导航*/
.yyui_menu1 li a {
    display: block;
    line-height: 35px;
    text-decoration: none;
    padding: 0px 28px;
    color: #333333;
}

.yyui_menu1 li a:hover {
    /*background: #EFEFEF;*/
}

.yyui_menu1 li a.more:after {
    content: " »";
}

.yyui_menu1 li ul {
    position: absolute;
    float: left;
    width: 290px;
    border-top: 1px solid #D2D2D2;
    display: none;
    background-color: #fff;
    z-index: 9999;
    /*margin-top: 70px;*/
    /*z-index: 999;*/
}


/*这是第二级菜单*/
.yyui_menu1 li ul a {
    width: 290px;
    text-decoration: none;
    color: #333333;
}

.yyui_menu1 li ul a:hover {
    /*background: #f2f2f2;*/
}

.yyui_menu1 li ul ul {
    top: 0;
    left: 150px;
}

/*从第三级菜单开始,所有的子级菜单都相对偏移*/

.lan {
    display: block;
    padding-right: 12px;
    margin-top: 54px;
    margin-left: 50px;
    background: url(../images/dddex_03.png) center right no-repeat;
}

.lan a {
    color: #e65959;
    font-size: 18px;
}


.tanc {
    display: block;
    width: 28px;
    margin-left: 25px;
    margin-top: 22px;
    height: 23px;
    background: url(../images/sousuo.png) center right no-repeat;
}


.pro_class {
    margin-top: 40px;
}

.pro_class a {
    display: flex;
    flex: 1;
    float: left;
    width: 174px;
    margin-right: 12px;
    color: #333333;
    justify-content: center;
    height: 90px;
    background-color: #EEEEEE;
    transition: .2s;
}

.pro_class a:last-child {
    margin-right: 0
}

.pro_class a span {
    font-size: 18px;
    width: 80px;
    /*padding-top: 18px;*/
    display: inline-block;
    text-align: center;
    /*white-space: nowrap;*/
    word-break: break-word;
    margin-top: auto;
    margin-bottom: auto;
}

.pro_class a:hover {
    color: #fff;
    background-color: #DA303D;
}


.titel {
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #333333;
}

.titel .rend {
    color: #da2e48;
}

.titel:after {
    content: " ";
    position: absolute;
    background-color: #656565;
    width: 32px;
    height: 3px;
    left: 49%;
    top: 50px;
}

.rec_pro {
    margin-top: 70px;
}

.rec_prp_list {
    margin-top: 36px;
}

.rec_prp_list .lsit_odg {
    position: relative;

}

.lsit_odg img {
    width: 421px;
    height: 321px;

}

.lsit_odg span {
    position: absolute;
    width: 421px;
    height: 321px;
    top: 0;
    text-align: center;
    color: #fff;
    left: 0;
    background-color: rgba(21, 81, 128, .6);
    display: none;
    transition: .2s;
}

.lsit_odg {
    overflow: hidden;
    margin-right: 16px;
    transition: .2s;
}

.lsit_odg:last-child {
    margin-right: 0;
}

.lsit_odg span:hover {
    cursor: pointer;
}

.lsit_odg h3 {
    font-size: 28px;
    color: #fff;
    margin-top: 130px;
}

.lsit_odg .lookmore {
    display: inline-block;
    width: 120px;
    color: #fff;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    border: 1px solid #fff;
    margin-top: 30px;
}

.lsit_odg:hover span {
    display: block;
    transition: all .2s
}

.new_right a:hover {
    color: #da2e48
}


.case {
    width: 100%;
    margin-top: 100px;
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper {
    /*margin-top: 42px;*/
}

.case_box {
    min-width: 1045px;
    height: 343px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.case_left img {
    width: 563px;
    height: 343px;

}

.case_right {
    width: 400px;
    margin-left: 40px;
    margin-top: 56px;
}

.case_right h3 {
    color: #333333;
    font-size: 28px;

    text-align: left;
}

.case_right p {
    color: #787878;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 26px;
    text-align: left;
}


.casrt_logd {
    margin-top: 35px;
    display: block;
    width: 100px;
    font-size: 16px;
    background: url(../images/rihgg.png) 75px 2px no-repeat;
}

.casrt_logd:hover {
    color: #DA303D;
}

.loodjgno {
    display: block;
    width: 135px;
    height: 56px;
    line-height: 56px;
    color: #DA303D;
    text-align: center;
    font-size: 16px;
    border: 2px solid #DA303D;
    border-radius: 50px;
    background-color: #fff;
    margin: 56px auto 0;
    transition: all .2s;
}

.loodjgno:hover {
    color: #fff;
    background-color: #DA303D;
}

.about {
    margin-top: 85px;
}

.number {
    margin-top: 48px;
}

.numbver_box {
    width: 259px;
    height: 110px;
    text-align: center;
    border-right: 1px solid #DDDDDD;
}

.numbver_box:last-child {
    border-right: none;
}

.num_one {
    font-size: 36px;
    color: #da2e3a;
    font-weight: 600;
}

.num_towo {
    font-size: 18px;
    color: #454545;
    margin-left: 10px;
}

.num_thred {
    font-size: 18px;
    color: #565656;
    margin-top: 22px;
}

.img_about_ib a {
    display: block;
    float: left;
    margin-right: 16px;
}


.img_about_ib a img {
    display: block;
    width: 314px;
    height: 200px;
    overflow: hidden;
}

.img_about_ib a:last-child {
    margin-right: 0;
}

.img_about_ib {
    margin-top: 20px;
    margin-left: -4px;
}


.video {
    width: 100%;
    margin-top: 70px;
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 80px;

}

.voderhrf {
    width: 421px;
    height: 271px;
    position: relative;
    float: left;
    margin-right: 18px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.voderhrf:hover {
    z-index: 2;
    /*-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);*/
    /*box-shadow: 0 15px 30px rgba(0,0,0,.1);*/
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.voderhrf:last-child {
    margin-right: 0;
}

.videolist {
    margin-top: 50px;
}

.palydg {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px;
}

.newlist {
    margin-top: 66px;
}

.newfloor {
    padding: 100px 0;
}

.new_left,
.new_left img {
    width: 600px;
    height: 328px;
    overflow: hidden;
}


.new_center {
    margin-left: 42px;
    text-align: center;

}


.newri {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin-top: 8px;
}

.newyue {
    color: #333333;
    font-size: 16px;

}

.new_right {
    width: 500px;
    margin-left: 40px;
    padding-left: 40px;
    height: 328px;
    border-left: 1px solid #E6E6E6;
}

.new_right h3 {
    color: #333333;
    font-size: 24px;

}

.new_right p {
    color: #676767;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;

}

.yejiaonm {
    text-align: right;
    margin-top: 70px;
}

.yejiaonm a {
    font-size: 16px;
    color: #da2e3a;
}

.new_item {
    margin-top: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid #E6E6E6;
}

.new_item:last-child {
    border: none;
}

.new_item:first-child {
    margin-top: 0
}


footer {
    width: 100%;
    background-color: #17181B;
    padding-top: 80px;
}

.foot_menu h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.foot_menu ul li {
    line-height: 2.2;
}

.foot_menu ul li a {
    color: #ffffff;
    font-size: 16px;
    opacity: .8
}


.foot_menu ul li a:hover,
.fooerty a:hover {
    color: #DA303D;
}

.baout {
    margin-left: 70px;
}

.cealst {
    margin-left: 130px;
}

.downdg {
    margin-left: 60px;
}

.downdgbbnt {
    margin-left: 180px;
    margin-top: 90px;
}

.line h4 {
    color: #ffffff;
    font-size: 16px;
}

.line h5 {
    color: #ffffff;
    font-size: 28px;
}

.footfllort {
    margin-top: 70px;
}

.line {
    margin-left: 20px;
    margin-top: 20px;
}

.added p {
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
}

.added {
    margin-left: 140px;
    margin-top: 24px;
}

.added p img {
    margin-right: 12px;
}

.qrimg {
    margin-top: 20px;
    margin-left: 210px;
}


.qrimg img {
    width: 103px;
}

.fooerty {
    margin-top: 50px;
    text-align: left;
    color: #fff;
    height: 100px;
    font-size: 16px;
    color: #fff;
    line-height: 100px;
    border-top: 2px solid #323235
}

.fooerty a {
    color: #fff;
}


#item {
    text-align: center;
    margin-top: 50px;
    float: left;
    margin-left: 120px;

}

/* 对第一层ul进行控制 */
#item>ul {
    display: inline-block;
    /* 将display属性变为行内块级元素，使得其能够居中显示，否则默认会充满整个屏幕 */
    width: auto;
}

/* 将子列表隐藏，并加上absolute，方便其子li进行相对定位 */
#item>ul ul {
    position: absolute;
    display: none;
}

/* 设置第一层列表横排显示 */
#item>ul>li {
    float: left;
    margin-right: 1px;
}

/* 对li样式进行通用设置，使得更美观 */
#item ul li {
    /*width: 115px;*/
    font-size: 18px;
    /*background: #2196F3;*/
    color: #333333;
    position: relative;
    /*width: 115px;*/
    line-height: 35px;
    /*border-radius: 5px;*/
    /*box-shadow: 2px 2px 3px #80 7e7ec2;*/
    cursor: pointer;
    margin-top: 1px;
    margin-right: 50px;

}

#item ul li.acigrrrtg:before {
    content: " ";
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #007CCB;
    left: 50%;
    margin-left: -32.5px;
    bottom: -10px;
}

#item ul li.active:before {
    content: " ";
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #007CCB;
    left: 50%;
    margin-left: -32.5px;
    bottom: -10px;
}

#item ul li.acigrrrtg2:before {
    content: " ";
    position: absolute;
    width: 65px;
    height: 3px;
    background-color: #fff!important;
    left: 50%;
    margin-left: -32.5px;
    bottom: -10px;
}

#item ul li a:hover {
    color: #E65959;
}

#item ul li:last-child {
    margin-right: 0
}

/* 对第三层子列表位置进行控制，使得在父列表右边显示 */
#item>ul>li>ul>li>ul {
    left: 116px;
    top: -1px;
}

/* 设置hover显示子列表 */
#item ul li:hover>ul {
    display: block;
}

#wrap1920 {
    width: 1920px;
    margin: 0 auto;
    display:flex;
    justify-content: center;
}

.second {
    width: 100%;
    background-color: #fff;
    width: 290px;
    /*border-top: 1px solid #eee;*/
    margin-top: 0px;
}

.second li {
    text-align: left;
    /*height: 46px;*/
    padding-left: 42px;
    line-height: 46px !important;
    width: 248px !important;
    position: relative;
}


.third li {
    margin-right: 0 !important;
    width: 248px !important;

}


.second li:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007CCB;
}

.third {
    background-color: #fff;
    left: 290px !important;
}

.second li:hover {
    background-color: #E3F1FA;
}



/*产品详情页*/

.breadcrumb {
    padding: 20px 0 50px;
}

.breadcrumb a {
    font-size: 16px;
    color: #454545;
}

.breadcrumb span{
    padding:0 5px;
}


.breadcrumb a:hover {
    color: #F75A41;
}

.pro_de_left img {
    width: 420px;
    height: 320px;
}

.pro_de_right {
    width: 830px;
    height: 320px;
    margin-left: 50px;
}

.pro_de_content {
    height: 160px;
    overflow: hidden;
    padding: 20px 0 30px;
}

.pro_de_content p {
    line-height: 2;
    font-size: 18px;
    color: #454545;
    text-indent: 2em;
}

.pro_de_right h3 {
    font-size: 24px;
    color: #454545;
}

.pro_btn_g {}

.pro_btn {
    width: 210px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50px;
    color: #FFF;
    display: inline-block;
    margin-right: 20px;
    background-color: #F75A41;
}

.pro_btn.xunpan {
    background: #F75A41 url(../images/cart.png) 20px center no-repeat;
}

.pro_btn.taobao {
    background: #F75A41 url(../images/tabb.png) 20px center no-repeat;
}

.pro_btn.guihua {
    background: #388EE7 url(../images/down.png) 20px center no-repeat;
}

.pro_btn span {
    padding-left: 75px;
}

.guihua span {
    padding-left: 70px;
}

.pro_btn:hover {
    color: #FFF;
}

.pro_btn span:hover {
    color: #FFF;
}

.common_title{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.common_title h3{
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 22px;
    color: #454545;
    min-width: 90px;
}


.common_title h3:after{
    content: " ";
    min-width: 100%;
    position: absolute;
    background-color: #F75A41;
    height: 3px;
    bottom: -8px;
    left: 0;
}

.fllo{
    padding:30px 0;
}

.fllo span{
    font-size: 18px;
    color: #454545;
    margin-right: 30px;
}

.mt22{
    margin-top: 22px;
}


.content{
        font-size: 18px;
    color: #454545;
}
/*产品详情页*/




/*关于我们*/

.aboutTab{
    text-align: center;

}


.aboutTab a{
    display: inline-block;
    width: auto!important;
    height: 50px;
    line-height: 50px;
        padding: 0 20px;
    text-align: center;
    background-color: #EBEBEB;
    color: #333333;
    font-size: 16px;
    margin-right: 20px;
}


.aboutTab a.current{
    background-color: #DA303D;
    color: #fff;
}

.aboutTab a:last-child{
    margin-right: 0;
}

.about_conten{
    margin-top: 36px;
}

.about_conten p{
    font-size: 18px;
    color: #454545;
    text-indent: 2em;
}

.tuanduibh{
    margin-top: 40px;
    color: #454545;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #F5F5F5 url(../images/tuan1.png) 10px center no-repeat;
}

.tuanduibh_hong{
    background: #F5F5F5 url(../images/tuandd1.png) 10px center no-repeat;
}


.tuanduibh span{
    font-weight: 600;
    padding-left: 45px;
}

.about_conteno{
    margin-top: 15px;
}


#newbox{
    margin-top: 50px;
}

#newbox li{
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px dotted #DADADA;
}

.newsleft img{
    width: 303px;
    height: 192px;

}


.newsRight{
    width: 920px;
}


.newsRight h3 a{
    color: #454545;
    font-size: 22px;
    font-weight: 600;
}


.newsRight p{
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    opacity: .8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 16px;
}

.newsRight{
    margin-left: 50px;
}


.newsRight p a{
    color: #2681c4;
    padding-left: 12px;
}

.newewa_dfgd{
    color: #979797;
    font-size: 16px;
}

.newewa_dfgd img{
    display: inline-block;
    width: 16px;
    margin-right: 10px;
}


.hexinbox{
    width: 245px;
    height: 450px;
    float: left;
    margin:30px 40px;
}

.mt40{
    margin-top: 40px;
}

.hexinbox img{
    width: 245px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.hexinbox h3{
    text-align: center;
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}


.tuanduibhd{
    margin-top: 40px;
    color: #454545;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 24px;
    background-color: #F5F5F5;
}

.jobconte{
    padding:15px;
}

.jobconte p{
    color: #454545;
    font-size: 18px;
    line-height: 2.2;
}

.newsSDeib h3{
    color: #454545;
    font-size: 22px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 28px;

}

.newsSDeib .faburi{
    font-size: 16px;
    color: #454545;
    text-align: center;
    opacity: .5;
    /*padding-bottom: 38px;*/
}


.nesbopcn{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
}

.nesbopcn p{
    color: #454545;
    font-size: 18px;
    line-height: 2.2;
    margin-top: 20px;

    text-indent: 2em;
}


.nesbopcn img{
    display: block;
    margin:  auto;
    max-width: 100%;
}



.shangxiuht{
    margin-top: 20px;
    font-size: 18px;
    color: #454545;
    opacity: .9;
    padding-bottom: 300px;
    line-height: 2
}


.conLeft h3{
    color: #454545;
    font-size: 32px;
    font-weight: bold;
}


.conLeft p{
    line-height: 2.5;
    color: #454545;
    font-size:18px;
}

.wojdg img{
    width: 174px;

}


.wojdg{
    margin-top: 20px;
    text-align: center;
}


.wojdg h2{
    text-align: center;
    font-size: 18px;
    color: #454545;
}

.video_bodd{
    margin-top: 25px;
}

.video_boixd img{
    width: 399px;
    height: 222px;
}


.video_boixd{
    width: 399px;
    /*height: 222px;*/
    text-align: center;
    margin-bottom: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
    float: left;
}

.video_boixd:nth-child(3n){
    margin-right: 0
}


.video_boixd h3{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #454545;
    font-size: 18px;
    text-align: center;
}


.proddLeft{
    width: 295px;
    margin-right:20px;
    min-height: 1100px;
    border: 1px solid #E3E3E3;
}

.proddLeft h3{
    font-size: 20px;
    color: #454545;
    clear:both;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E3E3E3;
}

.proddLeft h3 img{
    width: 30px;
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 8px;
}

.limubudg{
    margin-left: 30px;
    margin-top: 20px;
}

.limubudg .yuandian{
    /*width: 6px;*/
    /*height: 6px;*/
    /*margin-top: 10px;*/
    /*background-color: #484848;*/
    /*border-radius: 50%;*/
}

.limubudg a{
    font-size: 18px;
    color: #454545;
    margin-left: 10px;
}
.limubudg a:hover{

    color: #007CCB;

}
.limubudg img{
    width: 27px;
    margin-left: 12px;
}


.ziCdaidan a{
    display: block;
    margin:15px 20px;
    color: #454545;
    font-size: 18px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    /*text-align: center;*/
}


.ziCdaidan a.activef{
        color: #da2e3a;
    background-color: #F5F5F5;
}

.ziCdaidan a:hover{
    color: #da2e3a;
    background-color: #F5F5F5;
}

.fanzhuan{
    /*transition:all .2s;*/

    transform: rotate(180deg);
}

.proddright{
    /*margin-left: 25px;*/
}


.prodoubbox a{
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 12px;
    /*margin-left: 8px;*/
}

.proddright{
    width: 978px;
}

.prodoubbox a h3{
    text-align: center;
    font-size: 18px;
    color: #454545;
    font-weight: bold;
    padding-top: 10px;
}

.prodoubbox a img{
    width: 310px;
    height: 240px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.prodoubbox a img:hover{
        -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.prodoubbox a:hover h3{
    color: #DA2E3A;
}

.prodoubbox a:nth-child(3n){
   margin-right: 0px;
}


.page{
    padding-top: 50px;
    text-align: center;
    padding-bottom: 100px;
}

.page a{
    width: 30px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #D4D4D4;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin:0 5px;
}

.page a.curr{
    color: #3693FC;
    border: 1px solid #3693FC;
}

.downLeft{

    width: 1120px;
}

.downLoasd h3{
    color:#454545;
    font-size: 18px;
    font-weight: 600;
    padding:14px 0;
}

.downright a{
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;

    border-radius: 8px;
    background-color: #388EE7
}

.downLoasd{
    margin-top: 20px;
}

.fulldowhldtg{
    width: 100%;
}

.downright img{
    width: 25px;
    float: left;
    margin-left: 15px;
    margin-top: 11px;
    margin-right: 5px
}

.downLeft p{
    font-size: 18px;
    color: #454545;
}


.downLoasd ul li{
    padding-bottom: 24px;
    border-bottom: 1px dashed #DADADA;
}
.sousuo2 {
    margin-top: 15px;
}

.mrt0{
    margin-top: 10px;
}

.sousuo2 input {
    outline: none;
    width: 720px;
    height: 36px;
    padding-left: 20px;
    line-height: 36px;
    /*border-radius: 25px;*/
    border: 1px solid #D9D9D9;
    display: block;
    background: url(../images/sousuo.png) 700px center no-repeat;
}

.wohdgtextdg{
    width: 1110px;
    height: 120px;
    outline: none;
    display: block;
    font-size: 20px;
    padding:10px;
    font-family: '微软雅黑';
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.zhuyiwenzi{
    padding-top: 45px;
    padding-bottom: 23px;
    font-size: 18px;

}

.addPro{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color:#454545;
}


.addPro:hover{
    cursor: pointer;
}


.shenqinhbd{
    margin-top: 25px;
    margin-left: 140px;
}

.inputboxg{
    margin-left: 20px;
}

.commoninput{
    margin-top: 20px;
}

.commoninput:first-child{
    margin-top: 0
}

.inputboxg input{
    outline: none;
    border: 1px solid #D9D9D9;
    width: 640px;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    font-size: 18px;
    padding-left: 10px;
}

.inpulefbodg{
    color: #454545;
    font-size: 18px;
    margin-top: 9px;
    width: 100px;
    text-align: center;
}

.cosdrdihjdg img{
    position: absolute;
right: 2px;
    top: 3px;
    width: 118px;
}


#submitehbnt{
    display: block;
    width: 180px;
    height: 60px;
    border-radius: 8px;
    line-height: 60px;
    text-align: center;
    background-color: #DA303D;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 120px;
}
