/*-----  Global  ----*/
/*@font-face{*/
/*    font-family: SiYuan;*/
/*    src: url('../font/SiYuanFont.ttf');*/
/*}*/
*{margin:0px;padding:0px; border-width:0;box-sizing:border-box;-webkit-text-size-adjust:none;}
body{font-size:14px; font-family:"Microsoft YaHei";color: #333333}
a,a:visited{text-decoration:none;color:#333333;}
a:hover,a:active{text-decoration:none;color:#333333;}
ul li{list-style:none;}
.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
*html .clearfix {zoom:1;}

img{
    vertical-align: middle;
}

::-webkit-input-placeholder
{color:#696969;font-size:16px;}
:-moz-placeholder
{color:#696969;font-size:16px;}
::-moz-placeholder
{color:#696969;font-size:16px;}
:-ms-input-placeholder
{color:#696969;font-size:16px;}
textarea::-webkit-input-placeholder{color:#696969;font-size:16px;font-family:"Microsoft YaHei";}

.fl_form ::-webkit-input-placeholder{color:#999999;font-size:14px;}
.fl_form :-moz-placeholder{color:#999999;font-size:14px;}
.fl_form ::-moz-placeholder{color:#999999;font-size:14px;}
.fl_form :-ms-input-placeholder{color:#999999;font-size:14px;}


.container{width:1400px;margin:0 auto;}
.positionimg img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.positionimg.pn_dx:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);
}
.pb_btn{display:block;position:relative;z-index:1;}
.pb_btn:before{content:'';position:absolute;left:0;top:0;width:0;height:100%;z-index:-1;}
.de3,.de3:before{
    -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;}
.de5,.de5:before{
    -webkit-transition:all 0.5s ease-in-out;
       -moz-transition:all 0.5s ease-in-out;
         -o-transition:all 0.5s ease-in-out;
            transition:all 0.5s ease-in-out;}
.de7,.de7:before{
    -webkit-transition:all 0.7s ease-in-out;
       -moz-transition:all 0.7s ease-in-out;
         -o-transition:all 0.7s ease-in-out;
            transition:all 0.7s ease-in-out;}
.tlx{-webkit-transform:translateX(-50%);
       -moz-transform:translateX(-50%);
         -o-transform:translateX(-50%);
            transform:translateX(-50%);}
.tly{-webkit-transform:translateY(-50%);
       -moz-transform:translateY(-50%);
         -o-transform:translateY(-50%);
            transform:translateY(-50%);}
.tl{-webkit-transform:translate(-50%,-50%);
       -moz-transform:translate(-50%,-50%);
         -o-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
   }

.but_more{
    width: 130px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    font-size: 15px;
    margin-left: 36px;
    display: inline-table;
    text-align: center;
}
.but_more.on, .but_more:hover{
    background: #da251d;
    color: #fff;
}

.head {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: all .3s;
}
.head_hieght{
    height: 115px;
}
.head .logo{
    float: left;
    margin-left: 100px;
}
.head .logo .pic{
    float: left;
    position: relative;
}
.head .logo .pic img{
    position: absolute;
    z-index: 999;
}
.head .logo .text{
    float: left;
    margin-left: 180px;
    margin-top: 20px;
}
.head .logo .text .logo_tit{
    font-family:SiYuan;
    font-size: 32px;
    font-weight: bold;
}
.head .logo .text p{
    font-family:Arial;
    font-size: 12px;
}

.head .ment{
    float: left;
    margin-left: 6%;
    width: calc(60% - 310px);
}
.head .ment ul{}
.head .ment ul li{
    position: relative;
    float: left;
    display: inline;
    text-align: center;
    /*width: 14.28%;*/
}
.head .ment ul li .tit{}
.head .ment ul li .tit i{
    display: none;
}
.head .ment ul li .tit a {
    font-size: 17px;
    zoom: 1;
    height: 115px;
    line-height: 115px;
    padding: 0 1.4vw;
    display: block;
}
.head .ment ul li:last-child .tit a{
    padding-right: 0;
}
.head .ment ul li .sub{
    display: none;
    width: 120%;
    position: absolute;
    top: 115px;
    left: -10%;
    background: rgba(0, 0, 0, .5);
    float: left;
    line-height: 35px;
    z-index: 999;
}
.head .ment ul li .sub a{
    display: block;
    zoom: 1;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.head .ment ul li .sub a:hover{
    background: #da251d;
    color: #fff;
}
.head .ment ul li.active .tit a{
    border-bottom: 4px solid #da251d;
}

.head .h-lixnxi{
    float: right;
    margin-right: 100px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background: #da251d;
    padding: 10px 25px 10px 50px;
    border-radius: 30px;
    margin-top: 35px;
    position: relative;
}
.head .h-lixnxi img{
    position: absolute;
    left: 25px;
}
.head .nav_bottom{display:none;position:absolute;right: 15px;z-index:9999;width:45px;height:40px;font-size:0;margin-right:8px;background:rgba(138,138,138,.5);margin-top:10px;border-radius:5px;}
.head .nav_bottom .nav-toggle{display:block;position:absolute;left:50%;top:50%;border:0;border-radius:4px;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.head .nav_bottom.on .nav-toggle{margin-left:-4px;}
.head .nav_bottom .nav-toggle span{display:block;position:relative;z-index:1;width:37px;height:2px;margin:0 0 10px auto;background:#8a8a93;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}
.head .nav_bottom .nav-toggle span.two{width:30px;}
.head .nav_bottom .nav-toggle span:last-child{margin-bottom:0;}
.head .nav_bottom.on .nav-toggle span{ opacity:1;}
.head .nav_bottom.on .nav-toggle span:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.head .nav_bottom.on .nav-toggle span:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}
.head .nav_bottom.on .nav-toggle span:nth-child(1){-webkit-transform:rotate(-45deg);transform: rotate(-45deg);}
.head .nav_bg{display:none;position:fixed;top:0;left:0;z-index:989;width:100%;height:calc(100% - 70px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}


.foot{
    width: 100%;
    overflow: hidden;
    background: #313b44;
    padding-top: 30px;
}
.foot .f_top{
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #515b64;
}
.foot .f_top .f_top_l{
    float: left;
}
.foot .f_top .f_top_l span{
    font-size: 31px;
    color: #fff;
}
.foot .f_top .f_top_r{
    float: right;
}

.foot .f_con{
    padding: 30px 0;
    overflow: hidden;
}
.foot .f_con .f_nav{
    float: left;
}
.foot .f_con .f_nav dl{
    float: left;
    margin-right: 120px;
    text-align: center;
}
.foot .f_con .f_nav dl dt{
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
}
.foot .f_con .f_nav dl dd{
    line-height: 30px;
}
.foot .f_con .f_nav dl dd a{
    /*font-family:'宋体';*/
    font-size: 14px;
    color: #adadad;
}

.foot .f_contact{
    float: left;
}
.foot .f_contact .f_tit{
    font-size: 17px;
    color: #fff;
    padding: 20px 0;
}
.foot .f_contact ul{}
.foot .f_contact ul li{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.foot .f_contact ul li:before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.foot .f_contact ul li:nth-child(1):before {
    background-image: url(../images/icon_fwz.png);
}
.foot .f_contact ul li:nth-child(2):before {
    background-image: url(../images/icon_fdh.png);
}
.foot .f_contact ul li:nth-child(3):before {
    background-image: url(../images/icon_fyx.png);
}
.foot .f_contact ul li:nth-child(4):before {
    background-image: url(../images/icon_flxr.png);
}

.f_weixin{
    float: right;
    margin-top: 20px;
    text-align: center;
}
.f_weixin img{}
.f_weixin p{
    font-size: 14px;
    color: #adadad;
    margin-top: 12px;
}

.foot .copyright{
    width: 100%;
    overflow: hidden;
    background: #2c353d;
}
.foot .copyright p{
    font-size: 14px;
    color: #adadad;
    padding: 20px 0;
}
.foot .copyright span{
    margin-right: 15px;
}
.foot .copyright a{
    font-size: 14px;
    color: #adadad;
}
.foot .copyright .copy_right{
    float: right;
}

.mnav{
    background: #efefed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.mnav ul{
  text-align: center;
}
.mnav ul li{
  display: inline-block;
  padding: 32px 0;
  font-size: 0;
}
.mnav ul li a{
  font-size: 16px;
  color:#343434;
  line-height: 16px;
  border-right: 1px solid #bfbfbf;
  padding: 0 26px; 
}
.mnav ul li a:hover {
  color:#e6212b;
}
.mnav ul li:last-child a{
  border-right: none;
}

.dqwzs{
  position: absolute;
  bottom: 0;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  text-align: center;
  color:#fff;
  font-size: 15px;
}
.dqwzs a,
.dqwzs span{
  font-size: 15px;
  color:#fff;
}
.db_wz.db_wz{
    position: relative;
    background: #f1f1f1;
    color: #333;
    text-align: right;
}
.dqwzs.db_wz a, .dqwzs.db_wz span {
    font-size: 15px;
    color: #333;
}

.inner_bg {
    padding-top: 30px;
}

.pro_details{
    width: 100%;
}
.pro_details .pro_top{
    width: 100%;
    position: relative;
    background-image: url(../images/pro_deli.webp);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.pro_details .pro_top .container{
    /*box-shadow: 0 6px 0px #f6f5f5;*/
    padding: 110px 0 90px 0;
    overflow: hidden;
}
.pro_top .pic{
    float: left;
    width: 55%;
    margin-right: 5%;
}
.pro_top .pic img{
    width: 100%;
    height: auto;
}
.pro_top .text{
    float: right;
    width: 40%;
    padding-top: 30px;
}
.pro_top .text .tit{}
.pro_top .text .tit h1{
    font-size: 45px;
    font-weight: bold;
    display: -webkit-inline-box;
}
.pro_top .text .tit span{
    font-size: 16px;
    display: -webkit-inline-box;
    margin-left: 10px;
}
.pro_top .text .details_line{
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    margin: 20px 0;
}
.pro_top .text .details_line span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #555555;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.pro_top .text .cs_body{
    overflow: hidden;
}
.pro_top .text .cs_body ul{}
.pro_top .text .cs_body li{
    font-size: 16px;
    line-height: 35px;
}
.pro_top .details_but{
    font-size: 15px;
    padding: 10px 30px;
    background: #da251d;
    color: #ffffff;
    display: -webkit-inline-box;
    margin-top: 30px;
}
.pro_bottom{
    padding: 110px 0 90px 0;
    overflow-x: hidden;
    position: relative;
    background-image: url(../images/pro_bbg.webp);
    background-position: left bottom;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.pro_bottom .pdetails_con{
    width: 64%;
    float: right;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    color: #8a8a8a;
    min-height: 400px;
}
.pro_bottom .pdetails_con p{
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    color: #8a8a8a;
}

.tit_xgtj{
    font-size: 40px;
    /*font-weight: bold;*/
    text-align: center;
    margin-bottom: 30px;
}
.inner_xgtj_tu{
    width: 100%;
    padding: 70px 0 120px 0;
    background: #efebe5;
    position: relative;
}
.tuijian_con{
    position: relative;
    overflow: hidden;
}
.tuijian_con ul{}
.tuijian_con li{
    float: left;
    width: 23%;
    margin-right: 2.66%;
    position: relative;
}
.tuijian_con li:nth-child(4n){
    margin-right: 0;
}
.tuijian_con li .pic{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.tuijian_con li .pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.tuijian_con li .tit{
    object-fit: cover;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1000px;
    text-align: center;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    transition: all .3s;
}
.tuijian_con li .tit p{
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}
.tuijian_con li:hover .tit{
    bottom: 0;
}

.inner_xgtj_wz{
    width: 100%;
    padding: 70px 0 120px 0;
}
.tuijian_wz_con{}
.tuijian_wz_con ul{}
.tuijian_wz_con li{
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
}
.tuijian_wz_con li:nth-child(2n){
    margin-right: 0;
}
.tuijian_wz_con li a{
    font-size: 16px;
}

#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}


.blinking {
animation: blink 1s ease-in-out infinite;
}
@keyframes blink {
50% {
opacity: 0;
}
}
.float_but{position:fixed;right:20px;bottom:55px;height:48px;z-index:10000000000000;background:#da251d;border-radius:100px;padding:0 20px;cursor:pointer;outline:0;display:inline-block;
	-webkit-box-shadow:0 3px 15px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow:0 3px 15px 0 rgba(0, 0, 0, .25);
	-o-box-shadow:0 3px 15px 0 rgba(0, 0, 0, .25);
	box-shadow:0 3px 15px 0 rgba(0, 0, 0, .25);
    -webkit-transition:all .4s,bottom .8s ease-in-out;
	-moz-transition:all .4s,bottom .8s ease-in-out;
	-o-transition:all .4s,bottom .8s ease-in-out;
	transition:all .4s,bottom .8s ease-in-out;
    -webkit-font-smoothing:antialiased!important;
    -webkit-tap-highlight-color:transparent!important;
}
.float_but:hover {
    -webkit-box-shadow:0 3px 20px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow:0 3px 20px 0 rgba(0, 0, 0, .5);
	-o-box-shadow:0 3px 20px 0 rgba(0, 0, 0, .5);
	box-shadow:0 3px 20px 0 rgba(0, 0, 0, .5);
}
.float_but i{display:inline-block;width:28px;height:48px;background:url(../images/float_icon.png) no-repeat center center;background-size:100% auto;}
.float_but p{color:#fff;display:inline-block;font-size:15px;line-height:48px;margin-left:12px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;}
.float_but.hidden{bottom:-100%;}
.float_ly{z-index:9999;width:350px;position:fixed;right:20px;bottom:-100%;
	-webkit-transition:all .6s ease-in-out,bottom .2s ease-in-out;
	-moz-transition:all .6s ease-in-out,bottom .2s ease-in-out;
	-o-transition:all .6s ease-in-out,bottom .2s ease-in-out;
	transition:all .6s ease-in-out,bottom .2s ease-in-out;
	-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.15);
	-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.15);
	-o-box-shadow:0 0 15px 0 rgba(0,0,0,.15);
	box-shadow:0 0 15px 0 rgba(0,0,0,.15);
}
.float_ly.show{bottom:0;}
.float_ly .fl_tit{width:100%;height:39px;line-height:39px;background:#da251d;border-radius:8px 8px 0 0;text-align:center;color:#FFF;cursor:pointer;}
.float_ly .fl_tit i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 5px;
}
.float_ly .fl_form{background:#FFF;padding:0 10px;overflow-y:auto;max-height:350px;}
.float_ly .fl_txt{padding-top:10px;width:calc(100% - 5px);}
.float_ly .fl_txt p{padding:20px 12px;background:#edeeef;line-height:1.3;border-radius:5px;}
.float_ly .fl_form form{}
.float_ly .fl_form input{border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:35px;height:35px;color:#555;padding:4px 5px;width:calc(100% - 5px);outline:none;margin-top:20px;}
.float_ly .foot_btn1{display:block;line-height:35px;height:35px;cursor:pointer;font-size:14px;color:#fff;background:#da251d;border-radius:2px;margin: 20px auto;width:120px;text-align:center;}

.friendlink{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.friendlink ul{}
.friendlink ul li{
    font-size: 14px;
    color: #696969;
    float: left;
}
.friendlink ul li a{
    color: #696969;
}
.friendlink ul li span{
    margin:0 10px;
}

@media screen and (max-width:1800px){
    .head .logo {
        margin-left: 70px;
    }
    .head .h-lixnxi{
        margin-right: 70px;
    }
    .head .ment {
        width: calc(60% - 280px);
    }
}

@media screen and (max-width:1700px){
    .head .logo {
        margin-left: 50px;
    }
    .head .h-lixnxi{
        margin-right: 50px;
    }
    .head .ment {
        width: calc(60% - 260px);
    }
}

/*1599以下屏幕*/
@media screen and (max-width:1599px){
.container{width:1200px;}
.head_hieght{
    height: 80px;
}
.head .logo {
    margin-left: 70px;
}
.head .logo .pic img {
    width: 120px;
}
.head .logo .text {
    margin-left: 130px;
    margin-top: 10px;
}
.head .logo .text .logo_tit {
    font-size: 28px;
}
.head .ment {
    margin-left: 80px;
}
.head .ment ul li .tit a {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 18px;
}
.head .ment ul li .sub {
    top: 80px;
}
.head .ment ul li .sub a {
    font-size: 15px;
}
.head .h-lixnxi {
    margin-right: 70px;
    font-size: 18px;
    padding: 8px 20px 8px 45px;
    border-radius: 20px;
    margin-top: 20px;
}
.head .h-lixnxi img {
    left: 18px;
}

.foot {
    padding-top: 10px;
}
.foot .f_top {
    padding: 20px 0;
}
.foot .f_top .f_top_l span {
    font-size: 28px;
}
.foot .f_con .f_nav dl { 
    margin-right: 60px;
}
.foot .f_contact {
    margin-left: 30px;
}
.foot .copyright p {
    font-size: 12px;
}
.foot .copyright a {
    font-size: 12px;
}
.but_more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 20px;
}

.tit_xgtj{
    font-size: 35px;
}
.pro_details .pro_top .container{
    padding: 80px 0 60px 0;
}
.pro_bottom{
    padding: 80px 0 60px 0;
}
.pro_top .text .tit span{
    font-size: 14px;
}
.pro_top .text .cs_body li{
    font-size: 15px;
}
.pro_top .details_but{
    font-size: 13px;
}
.pro_bottom .pdetails_con{
    font-size: 15px;
    line-height: 35px;
}
.tuijian_con li .tit{
    height: 35px;
}
.tuijian_con li .tit p{
    font-size: 15px;
    line-height: 35px;
}
.tuijian_wz_con ul li{
    height: 35px;
    line-height: 35px;
}
.tuijian_wz_con ul li a{
    font-size: 15px;
}
.pro_bottom .pdetails_con{
    min-height: 350px;
}
.inner_xgtj_tu{
    padding: 60px 0 80px 0;
}
.inner_xgtj_wz{
    padding: 60px 0 80px 0;
}
.pro_top .text .tit h1{
    font-size: 24px;
}  
}

@media screen and (max-width:1439px){
.head .ment ul li .tit a {
    padding: 0px 14px;
}
}

/*1399以下屏幕*/
@media screen and (max-width:1399px){
.container{width:994px;}
.dqwzs.db_wz a, .dqwzs.db_wz span {
    font-size: 14px;
}
.head_hieght{
    height: 60px;
}
.head .logo {
    margin-left: 30px;
}
.head .logo .pic img {
    width: 100px;
}
.head .logo .text {
    margin-left: 110px;
    margin-top: 5px;
}
.head .logo .text .logo_tit {
    font-size: 26px;
}
.head .logo .text p {
    font-size: 10px;
}
.head .ment {
    margin-left: 60px;
}
.head .ment ul li .tit a {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.head .ment ul li .sub {
    top: 60px;
}
.head .ment ul li .sub a {
    font-size: 14px;
}
.head .h-lixnxi {
    margin-right: 30px;
    font-size: 16px;
    padding: 5px 15px 5px 35px;
    border-radius: 15px;
    margin-top: 15px;
}
.head .h-lixnxi img {
    left: 15px;
    width: 18px;
}

.foot .f_con .f_nav dl { 
    margin-right: 30px;
}
.foot .f_contact {
    margin-left: 50px;
}
.foot .copyright .copy_right {
    float: none;
}
.mnav ul li a{padding: 0 13px;}

.tit_xgtj{
    font-size: 30px;
}
.pro_details .pro_top .container{
    padding: 60px 0 40px 0;
}
.pro_bottom{
    padding: 60px 0 40px 0;
}
.pro_top .text .tit span{
    font-size: 12px;
}
.pro_top .text .cs_body li{
    font-size: 14px;
    line-height: 1.8;
}
.pro_top .details_but{
    font-size: 12px;
}
.pro_bottom .pdetails_con{
    font-size: 14px;
    line-height: 30px;
}
.tuijian_con li .tit{
    height: 30px;
}
.tuijian_con li .tit p{
    font-size: 14px;
    line-height: 30px;
}
.tuijian_wz_con ul li{
    height: 30px;
    line-height: 30px;
}
.tuijian_wz_con ul li a{
    font-size: 14px;
}
.pro_bottom .pdetails_con{
    min-height: 280px;
}
.tuijian_con li{
    width: 31.33%;
    margin-right: 3%;
}
.tuijian_con li:nth-child(4n){
    margin-right: 3%;
}
.tuijian_con li:nth-child(3n){
    margin-right: 0;
}
.friendlink {
    padding-top: 20px;
}
.friendlink ul li {
    font-size: 12px;
}

.dqwzs{
    font-size: 14px;
}
.dqwzs a, .dqwzs span{
    /*color: #333333;*/
    font-size: 14px;
}

}

@media screen and (max-width:1280px){
.head .ment {
    width: auto;
}
.head .h-lixnxi{
    display: none;
}
}

/*992以下屏幕*/
@media screen and (max-width:1023px){
.container{width:738px;}
.head{
    height: 60px;
}
.head .logo .text .logo_tit {
    font-size: 20px;
    margin-top: 5px;
}
.head .h-lixnxi{
    display: none;
}
.head .nav_bottom{
    display: block;
}
.head .ment {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 60px;
    right: 0;
    background: #ffffff;
}
.head .ment ul li {
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    display: block;
}
.head .ment ul li .tit{
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.head .ment ul li .tit a {
    display: -webkit-inline-box;
    /*color: #fff;*/
    height: 50px;
    line-height: 50px;
}
.head .ment ul li .tit i{
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
    background: url(../images/sel.png) no-repeat center center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}
.head .ment ul li .sub {
    position: relative;
    text-indent: 50px;
    color: #fff;
    background: #da251e;
    top: 0;
    left: 0;
}
.head .ment ul li .sub a{
    text-align: left;
    line-height: 40px;
}

.foot .f_con .f_nav {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.foot .f_con .f_nav dl {
    margin-right: 0;
    width: 25%;
}
.mnav ul{overflow: hidden;padding: 10px 0 6px;}
.mnav ul li a{font-size: 14px;border-right: none;background: #eee;margin:0 2px;padding: 0;display: block;line-height: 36px;}
.mnav ul li{display: block;float: left;width: 25%;padding: 0;margin-bottom: 4px;}

.pro_top .pic{
    width: 100%;
    margin-right: 0;
    float: none;
}
.pro_top .text{
    width: 100%;
    float: none;
}
.pro_bottom .pdetails_con{
    min-height: 150px;
}
.tuijian_con li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.tuijian_con li:nth-child(4n){
    margin-right: 4%;
}
.tuijian_con li:nth-child(3n){
    margin-right: 4%;
}
.tuijian_con li:nth-child(2n){
    margin-right: 0;
}
#floatBottom{display: block;}
.float_but p{display:none;}
.float_ly{width:50%;height:100%;right:0;}
.float_ly .fl_form{position:relative;height:calc(100% - 115px);max-height:none;}
	
}
/*768以下屏幕*/
@media screen and (max-width:767px){
.container{width:96%;margin: 0 auto;}
.head{
    background: #da251e;
}
.head .logo {
    margin-left: 0;
}
.head .logo .text {
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.head .logo .text .logo_tit {
    font-size: 18px;
    margin-top: 0;
    height: 60px;
    line-height: 60px;
}
.head .logo .pic img {
    width: auto;
    height: 60px;
    position: relative;
}
.head .logo .text p {
    display: none;
}
.head .nav_bottom{
    right: 0;
}
.head .ment ul li .sub {
    text-indent: 30px;
}
.head .nav_bottom{
    background: none;
}
.head .nav_bottom .nav-toggle span{
    background: #ffffff;
}
.foot .f_top .f_top_l {
    float: none;
}
.foot .f_top .f_top_l span {
    font-size: 20px;
}
.foot .f_top .f_top_r {
    float: none;
    margin-top: 15px;
}
.but_more {
    margin-left: 0;
    margin-right: 20px;
}
.foot .f_contact {
    margin-left: 15px;
    float: none;
}
.f_weixin {
    float: none;
}

.mnav ul li a{font-size: 14px;}
.mnav ul li{display: block;float: left;width: 33.33%;padding: 0;margin-bottom: 4px;}
.mnav ul{overflow: hidden;padding: 10px 0 6px;}
.dqwzs a, .dqwzs span{
    color: #333333;
}
.dqwzs{
    position: relative;
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
    z-index: 2;
    line-height: 35px;
    color: #333333;
}

.pro_bottom {
    padding: 0 0 40px 0;
    background-position: right bottom;
    background: none;
}
.pro_bottom .pdetails_con{
    width: 100%;
    min-height: auto;
}
.tuijian_con li{
    width: 100%;
    margin-right: 0 !important;
}
.inner_xgtj_tu{
    padding: 30px 0 30px 0;
}
.inner_xgtj_wz{
    padding: 30px 0 30px 0;
}
.tuijian_wz_con ul li{
    width: 100%;
    margin-right: 0;
}
.but_more {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}
.tit_xgtj {
    font-size: 22px;
}
.pro_top .text .tit h1{
    font-size: 22px;
}
.float_ly{width:100%;}

.pro_top .details_but{
    margin-top: 15px;
}
.pro_details .pro_top .container {
    padding: 30px 0 15px 0;
}
.pro_bottom {
    padding: 0 0 20px 0;
}
.pro_bottom .pdetails_con p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
}
 
}
@media screen and (max-width:499px){
.mnav ul li {
    width: 50%;
}
}

.jmyoushi{
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.jmyoushi_con{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.jmyoushi_con .item_li{
    border: 1px solid #DDD;
    padding: 60px 45px 0 40px;
    float: left;
    width: 33.33%;
    height: 280px;
    position: relative;
}
.jmyoushi_con .item_li.item_li01{
    padding: 0;
}
.jmyoushi_con .item_li .jmyoushi_text{
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 38px;
    padding-left: 52px;
}
.jmyoushi_con .item_li .icon1{
    background-image: url(../images/1.png);
}
.jmyoushi_con .item_li .icon2{
    background-image: url(../images/2.png);
}
.jmyoushi_con .item_li .icon3{
    background-image: url(../images/3.png);
}
.jmyoushi_con .item_li .icon4{
    background-image: url(../images/4.png);
}
.jmyoushi_con .item_li .icon5{
    background-image: url(../images/5.png);
}
.jmyoushi_con .item_li .jmyoushi_text p{
    font-size: 16px;
    line-height: 33px;
    color: #666;
    padding-left: 13px;
    position: relative;
}
.jmyoushi_con .item_li .jmyoushi_text p:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #da251d;
    position: absolute;
    left: 0;
    top: 14px;
}
.jmyoushi_con .item_li .jmyoushi_text p:first-child{
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #000;
    margin-bottom: 13px;
    padding-left: 0;
}
.jmyoushi_con .item_li .jmyoushi_text p:first-child:before{
    display: none;
}
.jmyoushi_con .item_li img{
    width: 100%;
    height: 100%;
}


.inner_jmyoushi .jmyoushi_con .item_li{
    height: 380px;
}
@media screen and (max-width:1599px){
    .jmyoushi_con .item_li{
        padding: 40px 35px 0 30px;
        height: 240px;
    }
    .jmyoushi_con .item_li .jmyoushi_text p:first-child{
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    .jmyoushi_con .item_li .jmyoushi_text p{
        font-size: 14px;
        line-height: 28px;
    }
    
    .inner_jmyoushi .jmyoushi_con .item_li {
        height: 350px;
    }
}
@media screen and (max-width:1399px){
    .jmyoushi_con .item_li{
        padding: 30px 35px 0 30px;
    }
    .jmyoushi_con .item_li .jmyoushi_text{
        padding-left: 48px;
    }
    .jmyoushi_con .item_li .jmyoushi_text p:first-child{
        font-size: 20px;
    }
    .jmyoushi_con .item_li .jmyoushi_text p{
        line-height: 24px;
    }
}
@media screen and (max-width:1023px){
    .jmyoushi_con .item_li {
        width: 50%;
        height: 210px;
    }
}
@media screen and (max-width:767px){
    .jmyoushi {
        padding: 30px 0;
    }
    .jmyoushi_con{
        margin-top: 15px;
    }
    .jmyoushi_con .item_li {
        padding: 10px 15px 10px 15px;
        float: none;
        width: 100%;
        height: auto;
    }
    .jmyoushi_con .item_li .jmyoushi_text p:first-child{
        font-size: 20px;
        margin-bottom: 8px
    }
    .inner_jmyoushi .jmyoushi_con .item_li{
        height: auto;
    }
    
    .inner_jmyoushi .jmyoushi_con {
        margin-top: 0;
    }
}

