
/*******CSS commont*************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; overflow-x: hidden; color:#333333; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial; overflow-x: hidden; overflow-y: auto;}
.container{ padding-right: 10px; padding-left: 10px; }
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
    .container{ padding:0px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{color:#333333;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#ff6688; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.aimgbox {position:relative;overflow:hidden;width:100%;}
.aimgbox:after {content:'';display:block;padding-top:67.34%;}
.aimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.aimgbox:hover img{width:110%;transition:.36s width;}
.nimgbox {position:relative;overflow:hidden;width:100%;}
.nimgbox:after {content:'';display:block;padding-top:65%;}
.nimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.nimgbox:hover img{width:110%;transition:.36s width;}
.ln1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ln2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*******Css header*******/
#header{ padding: 10px 0px 12px 0px; }
#header .container{ position: relative; }
.logo{ width: 80%; float: left;}
.logo img{ max-width: 100%; }
.map_open{ font-size: 24px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #ff6688; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
#mnav{ background: #ff6688; padding: 5px 0px;}
#mnav a{ position: relative; color: #fff; float: left; line-height: 28px; height: 28px; font-size: 13px; width: 25%; text-align: center;}
#mnav a:hover{ font-weight: bold; color: #ebf30e;}
#mnav a.on{ font-weight: bold; color: #ebf30e;}
@media (min-width:370px) 
{
    #mnav{ padding: 7px 0px; }
    #mnav a{ line-height: 30px; height: 30px; font-size: 14px;}
}
@media (min-width:768px) 
{
    .logo{ width: 260px; }
    #mnav{ padding: 0px; }
    #mnav a{ width: 12.5%; line-height: 46px; height: 46px;}
}
@media (min-width:992px) 
{
    #header{ padding: 12px 0px 15px 0px; }
    .tels{ font-family:'Arial'; color: #053778; font-size: 20px; font-weight: bold; height: 40px; line-height: 40px; position: absolute; top: 50%; transform: translateY(-50%); right: 56px; padding-left: 46px; background: url(../images/tel.png) no-repeat left center;}
    .tels:hover{ color: #D6000E; }
    #mnav a{ line-height: 52px; height: 52px; }
}
@media (min-width:1200px) 
{
    #header{ padding: 15px 0px 18px 0px;}
    .tels{ right: 0px; }
    .nav{ float: left; margin-left: 10px;}
    .nav a{ text-align: center; font-size: 15px; padding: 0px 13px; float: left; height: 52px; line-height: 52px;}
    .nav a:hover{ color: #ff6688; }
    .nav a.on{ color: #ff6688; }
}
@media (min-width:1601px) 
{
    #header{ padding: 26px 0px 28px 0px;}
    #header .container{ width: 1400px; }
    .nav{ margin-left: 50px; }
    .nav a{ padding: 0px 24px; font-size: 16px;} 
}
#menu_map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu_map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.map_closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map_closes a{ text-align: center; float: right; margin-right: 2px; }
.map_closes a .iconfont{ font-size: 30px; color:#ff6688; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
.mnavul{ width: 94%; margin: 10px auto 15px;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #ff6688; }
.nav-item.on a{ color: #ff6688; }
.nav-item.on p i{ color: #ff6688; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#ff6688;}
.nav-item .msubs a:hover{ color:#ff6688;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
#mbanners{ overflow: hidden; position: relative;}
#mbanners img{ width: 100%;}
#mbanners .swiper-pagination{ bottom: 10px; }
#mbanners .swiper-pagination-bullet{ outline: none; background: #fff;}
#mbanners .swiper-pagination-bullet-active{ background: #fff; }
#banners{ overflow: hidden; position: relative;}
#banners img{ width: 100%;}
#banners .swiper-pagination{ bottom: 15px; }
#banners .swiper-pagination-bullet{ outline: none; width: 12px; height: 12px; margin: 0px 6px; background: #fff;}
#banners .swiper-pagination-bullet-active{ background: #fff; }
@media (min-width:1601px) 
{
    #banners .swiper-pagination{ bottom: 25px; }
}
#page_banner{ position:relative; text-align:center;}
#page_banner img{ width: 100%; }
#page_crum{ padding: 6px 0px; line-height: 1.6; color: #888888; background:#fff;}
#page_crum a{ color:#888888; }
#page_crum a:hover{ color: #ff6688; }
.page_crum{ overflow: hidden; }
.page_crum_sp1{ margin-right: 5px;}
#wrapper{ padding: 20px 0px 25px 0px; background: #f5f5f5;}
.right_sidec{ background: #fff; padding: 12px;}
#right_sidec{ margin-top: 15px; }
#right_sidec .chan2_tt{ text-align: left; font-size: 18px;}
#right_sidec .chan2_ft{ text-align: left; border-bottom: solid 1px #e5e5e5; padding-bottom: 12px;}
#right_sidec .youshi{ padding: 0px; margin-top: 10px;}
.right_side_tt{ overflow: hidden; border-bottom: solid 1px #E5E5E5; padding-bottom: 12px;}
.right_side_tt a{ position: relative; font-size: 18px; float: left; line-height: 26px; padding-left: 24px;}
.right_side_tt a:before{ content: ''; width: 6px; height: 26px; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); background: #ff6688; }
.right_content{ padding: 5px 0px; }
@media (min-width:768px) 
{
    .right_sidec{ padding: 15px; }
    .right_side_tt{ padding-bottom: 15px; }
}
@media (min-width:992px) 
{
    .right_sidec{ padding: 20px; }
    .right_side_tt{ padding-bottom: 18px; }
}
@media (min-width:1200px) 
{
    #page_crum{ padding: 10px 0px; }
    #wrapper{ padding:30px 0px 50px 0px; }
    .right_sidec{ padding: 25px; }
    .right_side_tt{ padding-bottom: 22px; }
    .right_side_tt a{ font-size: 25px; }
    .right_side_ft{ text-align: left; }
    .right_content{ padding: 10px 0px; }
    #right_sidec{ margin-top: 20px; }
    #right_sidec .chan2_ft{ padding-bottom: 18px; }
    #right_sidec  .youshi a{ padding: 15px 20px; }
    #right_sidec .youshi_dc{ height: 66px; }
    #right_sidec .youshi_tt{ font-size: 17px; }
}
@media (min-width:1601px) 
{
    #page_crum{ padding: 13px 0px; }
    #wrapper{ padding:40px 0px 55px 0px; }
    .right_sidec{ padding: 32px 38px; }
    .right_side_tt{ padding-bottom: 30px; }
    .right_side_tt a{ font-size: 30px; }
    #right_sidec{ margin-top: 25px; }
    #right_sidec .chan2_ft{ padding-bottom: 25px; }
    #right_sidec  .youshi a{ padding: 20px 30px; }
    #right_sidec .youshi_dc{ height: 75px; }
    #right_sidec .youshi_tt{ font-size: 18px; }
}
/*******Css home*******/
#chan1{ padding: 20px 0px; }
.chan1_tt{ text-align: center;}
.chan1_tt a{ padding: 0px 60px; display: inline-block; position: relative; font-size: 18px; font-weight: bold;}
.chan1_tt a:after{ content: ''; width: 42px; height:1px; background: #333; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
.chan1_tt a:before{ content: ''; width: 42px; height:1px; background: #333; position: absolute; top: 50%; transform: translateY(-50%); left: 0px;}
.chan1_tt a:hover:after{ background: #89ebd7; }
.chan1_tt a:hover:before{ background: #ff6688; }
#msyrq{ overflow: hidden; margin-top: 15px; position: relative; padding-bottom: 23px;}
#msyrq a{ width: 100%; float: left; text-align: center;}
.msyrq_tt{ font-size: 16px; margin-top: 10px;}
.msyrq_mm{ margin-top: 8px; }
.msyrq_mm span{ padding: 4px 10px; display: inline-block; border: solid 1px #ff6688; color: #ff6688;}
#msyrq .swiper-pagination-bullet{ outline: none; }
#msyrq .swiper-pagination-bullet-active{ background: #ff6688; }
.pf_mess{ overflow: hidden; margin-top: 15px;}
.pf_mess_InputText{ padding: 0px 15px; outline: none; float: left; border: solid 1px #cccccc; height: 42px; line-height: 40px;}
.pf_mess #name{ width: 50%; }
.pf_mess #tel{ width: 50%; }
.pf_mess #content{ width: 100%; margin-top: 8px;}
.pf_mess_captcha{ margin-top: 8px; width: 26%; padding: 0px 15px; outline: none; float: left; border: solid 1px #cccccc; height: 42px; line-height: 40px;}
.pf_mess_verifyImg{ margin-top: 8px; width: 24%; float: left; height: 42px; }
.pf_mess_But{ margin-top: 8px; width: 46%; height: 42px; line-height: 40px; float: right; background: #ff6688; color: #fff;}
.pf_mess_But:hover{ color: #fff; background: #FFBACF;}
#chan2{ background: url(../images/bg1.jpg) no-repeat; background-size:cover; background-attachment: fixed; padding: 20px 0px 25px 0px;}
.chan2_tt{ font-size: 20px; text-align: center;}
.chan2_ft{ color: #888888; margin-top: 5px; text-align: center;}
.youshi{ overflow: hidden; margin-top: 15px; background: rgba(255, 255, 255, 0.85); padding: 10px 10px;}
.youshi a{ width: 50%; float: left; text-align: center; padding:10px 15px;}
.youshi_tt{ font-size: 16px; height: 20px; line-height: 20px; overflow: hidden; margin-top: 6px;}
.youshi_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #888; margin-top: 6px;}
.chan2_mm{ text-align: center; margin-top: 15px;}
.chan2_mm_cc{ display: inline-block; }
.chan2_mm_a2{ float: left; color: #ff6688; font-family: Arial; font-size: 20px; font-weight: bold; height: 50px; line-height: 50px; border: solid 1px #fff; background: #EFEFEF url(../images/tel1.png) no-repeat 24px center; padding: 0px 28px 0px 72px;}
#chan3{ margin-top: 20px; position: relative;}
#chan3:after{ content: ''; width: 100%; height: 1px; background: #E9E9E9; position: absolute; bottom: 4px; left: 0px;}
.chan2_tt{ font-size: 20px; text-align: center;}
.chan2_ft{ color: #888; margin-top: 5px;}
.fwlc{ overflow: hidden; margin-top: 15px;}
.fwlc a{ width: 100%; float: left; position: relative; padding-bottom: 25px; text-align: center;}
.fwlc a:before{ content: ''; width: 1px; height: 12px; background: #DDDDDD; position: absolute; left: 50%; transform: translateX(-50%); bottom: 4px;}
.fwlc a:after{ content: ''; border-radius: 50%; width: 8px; height: 8px; background: #b9b9b9; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); }
.fwlc_tt{ color: #525252; margin-top: 8px;}
.fwlc a:hover:after{ background: #ff6688; }
.fwlc a:hover .fwlc_tt{ color: #ff6688; }
.fwlc .swiper-slide-active a:after{ background: #ff6688; }
#chan4{ margin-top: 20px; }
.case_top{ margin-top: 15px; background: #f3f3f3; overflow: hidden;}
.case_top_txt{ padding: 15px; }
.case_top_txt_tt{ font-size: 16px; }
.case_top_txt_ft{ font-size: 13px; font-weight: bold; margin-top: 8px;}
.case_top_txt_dc{ line-height: 2; color: #888; margin-top: 6px;}
.case_top_txt_mm{ overflow: hidden; margin-top: 10px;}
.case_top_txt_mm span{ float: right; padding: 8px 24px; background: #ff6688; color: #fff; transition: all 0.3s ease-out 0s;}
.case_top a:hover .case_top_txt_mm span{ background:#FFBACF; color: #fff; }
.case_bom{ overflow: hidden; margin-top: 15px;}
.case_bom a{ width: 100%; float: left; text-align: center; position: relative;}
.case_bom_txt{ width: 100%; position: absolute; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 8px 15px;}
#chan5{ margin-top: 20px; position: relative;}
#chan5:after{ content: ''; width: 100%; height: 50%; background: #ff6688; z-index: -1; position: absolute; bottom: 0px; left: 0px;}
.about{ overflow: hidden; margin-top: 15px; margin-bottom: 20px;}
.about_txt{ background: #fff; padding: 15px;}
.about_txt_tt{ font-size: 16px; font-weight: bold;}
.about_txt_cc{ margin-top: 10px; line-height: 1.8; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 6; display: -webkit-box; -webkit-box-orient: vertical; }
.about_txt_mm{ overflow: hidden; margin-top: 15px;}
.about_txt_mm a{ float: left; padding: 8px 24px; background: #ff6688; color: #fff; }
.about_txt_mm a:hover{ background:#FFBACF; color: #fff; }
#chan6{ background: #f3f3f3; padding: 20px 0px; }
.hjzs_tt{ overflow: hidden; line-height: 30px;}
.hjzs_tt_a1{ position: relative; font-size: 17px; font-weight: bold; padding-left: 40px;}
.hjzs_tt_a1:before{ content: ''; position: absolute; top: 50%;  left: 0px; width: 25px; height: 2px; background: #333;}
.hjzs_tt_a1:after{ content: ''; position: absolute; top: 50%;  left: 0px; width: 0px; height: 2px; background: #ff6688; transition: all 0.3s ease-out 0s;}
.hjzs_tt_a1:hover:after{ width: 25px; }
.hjzs_tt_a2{color: #888; }
.hjzs_tt_a2:hover{ color: #ff6688; }
.hjzs{ margin-top: 15px; background: #fff; padding: 15px 25px; position: relative;}
.hjzs .swiper-prev,.hjzs .swiper-next{ outline: none; width: 19px; height: 27px; position: absolute; top: 50%; transform: translateY(-50%);}
.hjzs .swiper-prev{ background: url(../images/left1.png) no-repeat; left: 0px;}
.hjzs .swiper-prev:hover{ background: url(../images/left1h.png) no-repeat; }
.hjzs .swiper-next{ background: url(../images/right1.png) no-repeat; right: 0px;}
.hjzs .swiper-next:hover{ background: url(../images/right1h.png) no-repeat; }
#hjzs{ overflow: hidden; }
#hjzs a{ width: 100%; float: left; text-align: center;}
.hjzs_txt{ margin-top: 10px; }
#chan7{ padding: 20px 0px 25px 0px; }
.bzysj{ margin-top: 20px; }
.bzysj_tt{ text-align: center; }
.bzysj_tt img{ width: 100%; }
.bzysj_cc{ margin-top: 10px; overflow: hidden;}
.bzysj_cc a{ width: 100%; float: left; border-bottom: solid 1px #E5E5E5; height: 42px; line-height: 42px; overflow: hidden; position: relative; padding-left: 16px;}
.bzysj_cc a:before{ content: ''; width: 6px; height: 6px; background: #BDBDBD; border-radius: 50%; position: absolute; left: 2px; top: 50%; margin-top: -3px;}
.bzysj_cc a:after{ content: ''; width: 0px; height: 3px; background: #ff6688; position: absolute; bottom: 0px; left: 0px; transition: all 0.3s ease-out 0s;}
.bzysj_cc a:hover:after{ width: 100%; }
.news{ margin-top: 20px; }
.news_cc{ overflow: hidden; margin-top: 5px;}
.news_cc a{ width: 100%; float: left; margin-top: 12px;}
.news_cc_img{ width: 27%; float: left;}
.news_cc_txt{ width: 70%; float: right;}
.news_cc_txt_tt{ font-size: 14px; }
.news_cc_txt_dc{ line-height: 1.6; color: #888; margin-top: 5px;}
.taocan{ overflow: hidden; margin-top: 15px;}
.taocan a{ width: 100%; float: left; color: #ffffff; text-align: center; padding: 16px 15px; border-radius: 16px;}
.taocan a.taocana1{ background: #9bcaff; }
.taocan a.taocana2{ background: #c9a5fc; }
.taocan a.taocana0{ background: #ff809c; }
.taocan_txt{ font-size: 20px; font-weight: bold;}
.taocan_line{ margin: 12px; text-align: center; height: 1px; position: relative;}
.taocan_line span{ position: absolute; top: 0px; left: 50%; margin-left: -15px; width: 30px; height: 1px; background: #ffffff;}
.taocan_dc{ font-size: 14px; }
.taocan a:hover{ padding: 10px 15px 22px 15px;  }
@media (min-width:768px) 
{ 
    #syrq{ overflow: hidden; position: relative; margin-top: 15px;}
    #syrq a{ width: 100%; float: left; text-align: center; padding: 0px 10px;}
    .syrq_tt{ font-size: 16px; margin-top: 8px;}
    .syrq_mm{ margin-top: 10px; padding-bottom: 25px;}
    .syrq_mm span{ padding: 4px 10px; display: inline-block; border: solid 1px #ff6688; color: #ff6688; }
    #syrq .swiper-pagination-bullet{ outline: none; }
    #syrq .swiper-pagination-bullet-active{ background: #ff6688; }
    .pf_mess_verifyImg{ width: 15%; }
    .youshi a{ width: 33.3%; }
    .chan2_mm_a1{ font-size: 15px; margin-right: 10px; width: 210px; height: 50px; line-height: 50px; text-align: center; background: #ff6688; color: #fff; float: left;}
    .chan2_mm_a1:hover{ background:#FFBACF; color: #fff; }
    .case_top_img{ width: 38%; float: left;}
    .case_top_txt{ width: 62%; float: left; padding:25px;}
    .bzysj{ width: 48%; float: left;}
    #zylist{ margin-left: 4%; }
    .news_cc a{ width: 48%;  float: left; margin-right: 4%;}
    .news_cc a:nth-child(2n){ margin-right: 0px; }
    .hjzs{ padding: 20px 35px; }
    .hjzs .swiper-prev{ left: 5px; }
    .hjzs .swiper-next{ right: 5px; }
    .taocan a{ padding: 22px 15px; }
    .taocan a:hover{ padding: 16px 15px 28px 15px;  }
}
@media (min-width:992px) 
{ 
    .syrq_tt{ font-size: 16px; margin-top: 8px;}
    .syrq_mm{ margin-top: 10px; padding-bottom: 25px;}
    .syrq_mm span{ padding: 4px 10px; display: inline-block; border: solid 1px #ff6688; color: #ff6688; }
    #syrq .swiper-pagination-bullet{ outline: none; }
    #syrq .swiper-pagination-bullet-active{ background: #ff6688; }
    .youshi a{ width: 25%; }
    .case_top_img{ width: 35%;}
    .case_top_txt{ width: 65%; padding:35px 30px;}
    .case_top_txt_mm{ margin-top: 20px; }
    .case_bom_txt{ padding: 10px 15px; }
    .about_img{ width: 49.5%; float: left; }
    .about_txt{ padding: 35px 30px; width: 49.5%; float: right; border: solid 3px #ff6688; height: 317px;}
    .about_txt_cc{ line-height: 2; margin-top: 15px; -webkit-line-clamp: 5;}
    .about_txt_mm{ margin-top: 20px; }
    .bzysj{ width: 32%; float: left;}
    #zylist{ margin-left: 2%; }
    #sjlist{ margin-left: 2%; }
}
@media (min-width:1200px) 
{
    #chan1{ padding: 36px 0px; }
    .chan1_tt a{ font-size: 22px; padding:0px 70px;}
    #syrq{ margin-top: 12px; padding-bottom: 25px;}
    #syrq .swiper-slide{ padding: 12px; }
    #syrq .swiper-pagination-bullet{ width: 12px; height: 12px;}
    #syrq a{ padding: 20px 18px 15px 18px;}
    .syrq_tt{ margin-top: 12px; font-size: 18px;}
    .syrq_mm{ transition: all 0.1s ease-out 0s; margin-top: 15px; opacity: 0; height: 0px; overflow: hidden;}
    .syrq_mm span{ font-size: 12px; height: 26px; line-height: 24px; padding: 0px 10px;}
    #syrq a:hover{ padding: 15px 18px 20px 18px; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); }
    #syrq a:hover .syrq_mm{ height: 26px; opacity: 1; margin-top: 13px;}
    .pf_mess{ margin-top: 25px; }
    .pf_mess_InputText{ height: 52px; line-height: 50px; }
    .pf_mess_captcha{ height: 52px; line-height: 50px; margin-top: 0px; width: 10%;}
    .pf_mess_verifyImg{ height: 52px; margin-top: 0px; width: 11%;}
    .pf_mess_But{ height: 52px; line-height: 50px; width: 18%; margin-top: 0px;}
    .pf_mess #name{ width: 13%; }
    .pf_mess #tel{ width: 16%; }
    .pf_mess #content{ width: 32%; margin-top: 0px;}
    #chan2{ padding: 40px 0px 45px 0px; }
    .chan2_tt{ font-size: 32px; }
    .youshi{ margin-top: 25px; padding: 25px 30px;}
    .youshi a{ padding: 20px 25px; }
    .youshi_tt{ margin-top: 10px; line-height: 28px; height: 28px; font-size: 20px;}
    .youshi_dc{ margin-top: 8px; line-height: 22px; height: 44px;}
    .chan2_mm{ margin-top: 25px; }
    .chan2_mm_a1{ font-size: 16px; width: 230px; height: 56px; line-height: 56px;}
    .chan2_mm_a2{ font-size: 22px; height: 56px; line-height: 56px; padding: 0px 30px 0px 75px;}
    #chan3{ margin-top: 40px; }
    .fwlc{ margin-top: 25px; }
    .fwlc a{ padding-bottom: 30px; }
    .fwlc_tt{ margin-top: 10px; }
    #chan4{ margin-top: 40px; }
    .case_top{ margin-top: 25px; }
    .case_top_txt{ padding: 45px 35px; }
    .case_top_txt_tt{ font-size: 20px; }
    .case_top_txt_ft{ font-size: 15px; margin-top: 15px;}
    .case_top_txt_dc{ margin-top: 12px; }
    .case_top_txt_mm{ margin-top: 25px; }
    .case_top_txt_mm span{ padding: 10px 32px; }
    .case_bom{ margin-top: 18px; }
    #chan5{ margin-top: 40px; }
    #chan5:after{ height: 68%; }
    .about{ margin-top: 25px; margin-bottom: 40px;}
    .about_txt{ padding: 40px 35px;   height: 380px; }
    .about_txt_tt{ font-size: 18px; }
    .about_txt_cc{ margin-top: 22px; }
    .about_txt_mm{ margin-top: 35px; }
    .about_txt_mm a{ padding: 10px 32px; }
    #chan6{ padding: 35px 0px; }
    .hjzs_tt{ line-height: 36px; }
    .hjzs_tt_a1{ font-size: 20px; }
    .hjzs{margin-top: 25px; padding: 25px 45px;}
    .hjzs .swiper-prev{ left: 10px; }
    .hjzs .swiper-next{ right: 10px; }
    #chan7{ padding: 40px 0px 45px 0px; }
    .bzysj{ margin-top: 25px; }
    .bzysj_cc a{ height: 46px; line-height: 46px; padding-left: 20px;}
    .news{ margin-top: 30px; }
    .news_cc{ margin-top:8px; }
    .news_cc a{ width: 31.33%; margin-right: 3%; margin-top: 18px;}
    .news_cc a:nth-child(2n){ margin-right: 3%; }
    .news_cc a:nth-child(3n){ margin-right: 0px; }
    .news_cc_txt_tt{ font-size: 16px; }
    .taocan{ margin-top: 25px; }
    .taocan a{ padding: 35px 20px; }
    .taocan_txt{ font-size: 30px; }
    .taocan_line{ margin: 16px; }
    .taocan_dc{ font-size: 18px; }
    .taocan a:hover{ padding: 25px 15px 45px 15px;  }
}
@media (min-width:1601px) 
{
    #chan1{ padding: 48px 0px; }
    .chan1_tt a{ font-size: 26px; padding:0px 76px;}
    .chan1_tt a:after{ width: 50px; }
    .chan1_tt a:before{ width: 50px; }
    #syrq{ margin-top: 15px; padding-bottom: 26px;}
    #syrq .swiper-slide{ padding: 15px; }
    #syrq .swiper-pagination-bullet{ width: 14px; height: 14px;}
    #syrq a{ padding: 30px 30px 25px 30px;}
    .syrq_tt{ margin-top: 15px; font-size: 22px;}
    .syrq_mm{ margin-top: 20px;}
    #syrq a:hover{ padding: 22px 30px 33px 30px; box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1); }
    #syrq a:hover .syrq_mm{ margin-top: 15px;}
    .pf_mess{ margin-top: 40px; }
    .pf_mess_InputText{ height: 60px; line-height: 58px; }
    .pf_mess_captcha{ height: 60px; line-height: 58px; }
    .pf_mess_verifyImg{ height: 58px; }
    .pf_mess_But{ height: 60px; line-height: 58px; }
    #chan2{ padding: 60px 0px 65px 0px; }
    .chan2_tt{ font-size: 43px; }
    .youshi{ margin-top: 35px; padding: 35px 50px;}
    .youshi a{ padding: 25px 35px; }
    .youshi_tt{ margin-top: 15px; font-size: 24px; line-height: 30px; height: 30px;}
    .youshi_dc{ margin-top: 10px; line-height: 25px; height: 50px;}
    .chan2_mm{ margin-top: 35px; }
    .chan2_mm_a1{ font-size: 17px; width: 240px; height: 64px; line-height: 64px; margin-right: 20px;}
    .chan2_mm_a2{ font-size: 22px; height: 64px; line-height: 64px; padding: 0px 32px 0px 78px;}
    #chan3{ margin-top:60px; }
    .fwlc{ margin-top: 45px; }
    .fwlc a{ padding-bottom: 36px; }
    .fwlc_tt{ margin-top: 15px; }
    .fwlc a:before{ height: 16px; }
    #chan4{ margin-top: 60px; }
    .case_top{ margin-top: 40px; }
    .case_top_txt{ padding: 50px 55px; }
    .case_top_txt_tt{ font-size: 24px; }
    .case_top_txt_ft{ font-size: 16px; margin-top: 15px;}
    .case_top_txt_dc{ margin-top: 15px; }
    .case_top_txt_mm{ margin-top: 30px; }
    .case_top_txt_mm span{ padding: 12px 38px; }
    .case_bom{ margin-top: 25px; }
    #chan5{ margin-top: 60px; }
    .about{ margin-top: 40px; margin-bottom: 55px;}
    .about_txt{ padding: 45px 42px;   height: 410px; }
    .about_txt_tt{ font-size:22px; }
    .about_txt_cc{ margin-top: 25px; }
    .about_txt_mm{ margin-top: 40px; }
    .about_txt_mm a{ padding: 12px 38px; }
    #chan6{ padding: 45px 0px; }
    .hjzs_tt{ line-height: 40px; }
    .hjzs_tt_a1{ font-size: 26px; }
    .hjzs{margin-top: 30px; padding: 30px 55px;}
    .hjzs .swiper-prev{ left: 15px; }
    .hjzs .swiper-next{ right: 15px; }
    #chan7{ padding: 60px 0px 65px 0px; }
    .bzysj{ margin-top: 40px; }
    .bzysj_cc a{ height: 52px; line-height: 52px; }
    .news{ margin-top: 50px; }
    .news_cc{ margin-top:10px; }
    .news_cc a{ margin-top: 25px;}
    .news_cc_txt_tt{ font-size: 17px; }
    .taocan{ margin-top: 45px; }
    .taocan a{ padding: 50px 25px; }
    .taocan_txt{ font-size: 40px; }
    .taocan_line{ margin: 16px; }
    .taocan_dc{ font-size: 22px; }
    .taocan a:hover{ padding: 35px 15px 65px 15px;  }
}
/*******Css footer*******/
#mfooter{ padding-top: 15px; background: #ff6688; color:rgba(255, 255, 255, 1); margin-bottom: 60px; text-align: center;}
#mfooter a{ color: rgba(255, 255, 255, 1); }
#mfooter a:hover{ text-decoration: underline; color: #fff;}
.mfooter_lx_tel{ padding-left: 44px; font-size: 20px; font-weight: bold; display: inline-block; height: 40px; line-height: 40px; background: url(../images/tel1h.png) no-repeat left center;}
#mfooter .mfooter_lx_tel{ color: #fff; }
.mfooter_lx_adr{ line-height: 1.8; }
.mfooter_link{ border-top: solid 1px rgba(255, 255, 255, 0.3); padding: 10px 0px; margin-top: 10px;}
.mfooter_link a{ margin-right: 15px; }
.mfooter_coc{ border-top: solid 1px rgba(255, 255, 255, 0.3); padding: 10px 0px; margin-top: 10px;}
@media (min-width:768px) 
{
    #mfooter{ padding-top: 20px; margin-bottom: 0px;}
}
@media (min-width:1200px) 
{
    #footer{ background: #ff6688; color: rgba(255, 255, 255, 1); padding-top: 26px;}
    #footer a{ color: rgba(255, 255, 255, 1); }
    #footer a:hover{ text-decoration: underline; color: #fff;}
    .footer_c1{ overflow: hidden; }
    .footer_mid{ width: 40%; position: relative; padding-right: 40px;}
    .footer_left_tt{ font-size: 19px; font-weight: bold;}
    #footer .footer_left_tt{ color: #fff; }
    .footer_left_cc_cc{ margin-top: 6px; line-height: 1.5;}
    .footer_left_cc{ overflow: hidden; line-height: 2;margin-top: 20px;}
    .footer_left_cc a{  width: 25%; float: left;}
    .footer_left{ width: 30%; float: left; padding-right:40px; position: relative;}
    .footer_right{ width: 200px; position: relative; }
    .footer_right_wx{ position: relative; padding-right: 90px; margin-top: 20px; width: 200px;}
    .footer_right_wx img{ width: 110px; }
    .footer_right_wx_txt{ width: 70px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .footer_link{ border-top: solid 1px rgba(255, 255, 255, 0.2); padding: 12px 0px; margin-top: 20px;}
    .footer_link a{ margin-right: 20px; }
    .footer_coc{ border-top: solid 1px rgba(255, 255, 255, 0.2); padding: 10px 0px; text-align: center; margin-top: 20px;}
}
@media (min-width:1601px) 
{
    #footer{ padding-top: 35px;}
}

.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; position: fixed; bottom:0px; left: 0px; z-index: 999;   background:#ff6688; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; padding:5px 0px 8px 0px; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on{ background: #ff6688; }
.footernav ul li.on .footernp1{ animation: swing 1s; }

.ui-sidebar{position:fixed;right:0; bottom:160px; z-index: 999;}
.ui-sidebar ul{ box-shadow:0px 0px 30px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; text-align: center;}
.ui-sidebar ul li a{ outline: none; width:48px;line-height:48px; height:48px; color:#ff6688;display:block; background:#fff;border:1px solid #eee;}
.ui-sidebar ul li a i{font-size:30px;}
.ui-sidebar ul li div{ position:absolute;right:-200px;top:2px;border:1px solid #d9d9d9;box-shadow:0px 0px 30px rgba(0,0,0,0.1);background:#fff;font-size:13px; border-radius:4px;padding:0 10px;line-height:48px;opacity:0;min-width:120px;transition:all .5s ease;text-align:center;z-index:-1;white-space:nowrap;}
.ui-sidebar ul li div:after{content:" ";position:absolute;width:10px;height:10px;border-left:0;border-bottom:0;background:#fff;border:1px solid #d9d9d9;border-bottom:0;border-right:0;right:-6px;top:50%;transform:translateY(-50%) rotate(-225deg);}
.ui-sidebar ul li:hover div{right:60px;opacity:1;}
.ui-sidebar ul li a:hover{background:#ff6688; color:#fff;}
.ui-sidebar ul li#ui-wx div{ padding-top: 6px; } 
.ui-sidebar ul li#ui-tel div{ font-size: 17px; padding:3px 10px; line-height: 21px; color:#ff6688;} 


.prolist{ overflow: hidden; }
.prolist li{ border: solid 1px #dedede; margin-top: 15px; padding: 20px 15px;}
.prolist li .products_btn a{ height: 36px; line-height: 34px;}
.prolist li .products_btn_a1{ border: 0px; background: #f5f5f5;}
.prolist li .products_btn_a2{ border: 0px; background: #ff6688; color: #fff;}
.prolist li .products_btn_a1:hover{ background: #ea6a3d; color: #fff;}
.prolist li .products_btn_a2:hover{ background: #ea6a3d; color: #fff;}
@media (min-width:768px) 
{
    .prolist li{ width: 49%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .prolist li{ width: 32%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 2%; }
    .prolist li:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .prolist li{ margin-top:20px; padding:30px 25px; position: relative; overflow: hidden;}
    .prolist li:hover .products_btn{ bottom: 0px; opacity: 1;}
}
@media (min-width:1601px) 
{
    .prolist li{ margin-top:25px; padding:40px 40px;}
}


#rdpro1{ padding-bottom: 20px; }
.rdpro1{ overflow: hidden; }
.nproinfoimgs{ overflow: hidden; margin-top: 20px;}
.nproinfoimgs .gallery-thumbs{ margin-top: 10px; }
.nproinfoimgs .gallery-thumbs .nproinfo_timg{ border: solid 1px #dedede; text-align: center; cursor: pointer;}
.nproinfoimgs .gallery-thumbs .nproinfo_timg img{ max-width: 100%; }
.nproinfoimgs .gallery-thumbs .swiper-slide-thumb-active .nproinfo_timg{ border: solid 1px #ff6688;  }
.nproinfoimgs .gallery-top{ overflow: hidden; position: relative;}
.nproinfoimgs .gallery-top a{ background:#fff; width: 100%; float: left; text-align: center; border: solid 1px #dedede;}
.nproinfoimgs .gallery-top a img{ max-width: 100%; }
.nproinfoimgs .swiper-prev,.nproinfoimgs .swiper-next{ padding: 12px 5px; z-index: 2; background: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; top: 50%; transform: translateY(-50%);}
.nproinfoimgs .swiper-prev:hover,.nproinfoimgs .swiper-next:hover{ background: rgba(0, 0, 0, 0.9);  }
.nproinfoimgs .swiper-prev{ left: 0px; }
.nproinfoimgs .swiper-next{ right: 0px; }
.rdpro1_img{ overflow: hidden; margin-top: 20px; border: solid 1px #dedede; background: #fff; text-align: center;}
.rdpro1_img img{ width: 100%; }
.rdpro1_txt{ position: relative; margin-top: 20px; }
.rdpro1_txt_tt{ font-size: 18px; font-weight: bold; }
.rdpro1gg{ margin-top: 6px; color: #999; line-height: 1.7;}
.rdpro1_gg{ margin-top: 5px; overflow: hidden;}
.rdpro1_gg_cc{ margin: 10px auto 0px; color: #444;}
.rdpro1_gg_cc span{ color: #888; }
.rdpro1_tel{ line-height: 2; color: #888; margin-top: 15px; border: solid 1px #dedede; padding: 10px;}
.rdpro1_tel_c1 b{ color: #ee001a; font-weight: bold; font-family: Arial; font-size: 14px;}
.rdpro1_tel_c2{ line-height: 1.5; }
.rdpro1_btn{ margin-top: 15px; overflow: hidden;}
.rdpro1_btn a{ float: left; padding: 8px 38px;  background: #ff6688; color: #fff; font-size: 15px;}
.rdpro1_btn a:hover{ background: #ea6a3d; color: #fff;}
#rdpro_tj{ padding: 20px 0px; }
#rdpro_tjs{ margin-top: 20px; }
.rdpro2_right_c_tt{ overflow: hidden; line-height: 32px;}
.rdpro2_right_c_tt a{ font-size: 18px; font-weight: bold; float: left; position:relative;}
.rdpro2_right_c_tt a span{ position: relative; z-index: 2;}
.rdpro2_right_c_tt_p1{ color: #888; float: left; margin-left: 10px;}
.rdpro_tj{ overflow: hidden; margin-top: 15px;}
.rdpro_tj_img{ border: solid 1px #dedede;}
.rdpro_tj_txt{ height: 32px; line-height: 32px; padding: 0px 10px; text-align: center; overflow: hidden;}
#rdpro2{ background: #f6f7f6; padding: 20px 0px;}
.rdpro2_right_c{ background: #fff; border: solid 1px #dedede; padding: 10px; margin-bottom: 10px;}
.rdpro2_right_c_right{ margin-top: 10px; }
.rdpro_khal{ overflow: hidden; margin-top: 15px;}
.rdpro_khal_txt{ height: 32px; line-height: 32px; overflow: hidden; color: #666; text-align: center;}
.rdpro_khal a:hover .rdpro_khal_txt{ color: #ff6688; }
.rdpro2_right_sl_left{ margin-top: 15px; line-height: 2; font-size: 13px;}
.rdpro2_right_sl_left_img{ text-align: center; margin-top: 10px;}
.rdpro2_right_sl_left_img img{ width: 100%; }
.rdpro2_right_sl_right{ overflow: hidden; margin-top: 10px;}
.rdpro2_right_sl_right li{ width: 50%; float: left; padding-left: 30px;  padding-right: 6px; margin-top: 15px; position: relative; }
.rdpro2_right_sl_right_img{ width: 24px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.rdpro2_right_sl_right_img img{ width: 100%; }
.rdpro2_right_sl_right_tt{ display:inline-block; font-size: 20px; font-family: Arial; font-weight: bold;}
.rdpro2_right_sl_right_dc{ display:inline-block; color: #4b4c4d; margin-left: 3px;}
.rdpro1_txt_tags{ color: #888; margin-top: 10px;}
.proinfo_ct{ font-size: 15px; }
.page_Content .parm{ margin-top: 15px; }
@media (min-width:370px) 
{
    .rdpro1_tel_c1 b{ font-size: 16px; }
}
@media (min-width:768px) 
{
    .nproinfoimgs{ width: 52%; float: left;}
    .rdpro1_img{ width: 52%; float: left;}
    .rdpro1_txt{ width: 46%; float: right;}
    .rdpro2_right_sl_right li{ width: 25%; }
}
@media (min-width:992px) 
{
    .nproinfoimgs{ width: 50%;}
    .rdpro1_img{ width: 50%; }
    .rdpro1_txt{ width: 47%; }
    .rdpro2_right_c{ padding: 15px; }
    .rdpro2_right_c_left{ width: 30%; float: left;}
    .rdpro2_right_c_right{ width: 67%; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
    #rdpro1{ padding-top: 28px; padding-bottom: 35px;}
    .rdpro1_img{ margin-top: 0px; }
    .rdpro1_txt{ margin-top: 0px; }
    .rdpro1_txt_tt{ font-size: 22px; }
    .rdpro1_gg{ margin-top: 10px; }
    .rdpro1gg{ margin-top: 10px; }
    .rdpro1_tel{ padding: 20px 130px 20px 20px; position: relative; margin-top: 25px;}
    .rdpro1_tel_wx{ width: 90px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 70px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 18px; }
    .rdpro1_btn{ margin-top: 25px; position: relative;}
    .rdpro1_btn a{ padding: 8px 48px; font-size: 16px;}
    .rdpro1_btn_txt{ color: #ff6688; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    #rdpro_tj{ padding: 30px 0px; }
    #rdpro_tjs{ margin-top: 25px; }
    .rdpro2_right_c_tt{ height: 40px; line-height: 40px;}
    .rdpro2_right_c_tt a{ font-size: 22px; }
    .rdpro2_right_c_tt_p1{ margin-left: 20px; }
    .rdpro_tj{ margin-top: 20px; }
    .rdpro_tj_txt{ height: 36px; line-height: 36px;}
    #rdpro2{ padding: 35px 0px; }
    .rdpro2_right{ width: 78%; float: left;}
    .rdpro2_right_c{ padding: 20px 25px 25px 25px; }
    .rdpro_khal{ margin-top: 20px; }
    .rdpro_khal_txt{ height: 36px; line-height: 36px;}
    .rdpro2_right_sl_left{ margin-top: 20px; width: 72%; float: left; font-size: 15px;}
    .rdpro2_right_sl_right{ width: 24%; float: right; }
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 15px; margin-bottom: 15px; padding-left: 40px;}
    .rdpro2_right_sl_right_img{ width: 30px; }
    .rdpro2_right_sl_right_tt{ font-size: 28px; }
    .rdpro2_left{ width: 20%; float: right; }
    .rdpro2_left_c{ background: #fff; border: solid 1px #dedede; padding: 15px; margin-bottom: 15px;}
    .rdpro2_left_c_tt{ font-size: 20px; font-weight: bold; }
    .rdpro2_left_c_pro{ overflow: hidden; margin-top: 16px;}
    .rdpro2_left_c_pro a{ font-size: 15px; width: 100%; color: #444444; float: left; height: 44px; line-height: 44px; border-top: solid 1px #EAEAEA;}
    .rdpro2_left_c_pro a:hover{ color: #ff6688; }
    .rdpro2_left_c_pro a.on{ color: #ff6688; }
    .rdpro2_left_c_news{ overflow: hidden; margin-top: 16px;}
    .rdpro2_left_c_news a{ width: 100%; color: #444444; float: left; height: 40px; line-height: 40px; border-top: solid 1px #EAEAEA; }
    .rdpro2_left_c_news a:hover{ color: #ff6688; }
    .rdpro1_txt_tags{ margin-top: 12px; }
    .proinfo_ct{ font-size: 18px; }
    .page_Content .parm{ margin-top: 25px; }
}
@media (min-width:1601px) 
{
    #rdpro1{ padding-top: 36px; padding-bottom: 55px;}
    .page_crums{ padding: 16px 0px; }
    .rdpro1_img{ width: 46%; }
    .nproinfoimgs{ width: 46%; margin-top: 0px;}
    .rdpro1_txt{ width: 50%; }
    .rdpro1_txt_tt{ font-size: 30px; }
    .rdpro1_gg{ margin-top: 15px; }
    .rdpro1gg{ margin-top: 15px; }
    .rdpro1_tel{ padding: 25px 170px 25px 30px; position: relative; margin-top: 30px;}
    .rdpro1_tel_wx{ width: 110px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 90px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 23px; }
    .rdpro1_btn{ margin-top: 32px; position: relative;}
    .rdpro1_btn a{ padding: 9px 58px; font-size: 17px;}
    #rdpro_tj{ padding: 40px 0px; }
    #rdpro_tjs{ margin-top: 35px; }
    .rdpro2_right_c_tt{ height: 46px; line-height: 46px;}
    .rdpro2_right_c_tt a{ font-size: 26px; }
    .rdpro2_right_c_tt_p1{ margin-left: 30px; }
    .rdpro_tj{ margin-top: 25px; }
    .rdpro_tj_txt{ height: 38px; line-height: 38px;}
    #rdpro2{ padding: 45px 0px; }
    .rdpro2_right_c{ padding: 25px 45px 35px 45px; }
    .rdpro2_right_c_cc{ margin-top: 25px; font-size: 16px;}
    .rdpro2_right_c_cc table td { padding:6px 35px 6px 60px;}
    .rdpro_khal{ margin-top: 25px; }
    .rdpro_khal_txt{ height: 38px; line-height: 38px;}
    .rdpro2_right_sl_left{ margin-top: 25px;  font-size: 16px; width: 70%;}
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 25px; margin-bottom: 15px; padding-left: 65px;}
    .rdpro2_right_sl_right_img{ width: 50px; }
    .rdpro2_right_sl_right_tt{ font-size: 40px; }
    .rdpro2_left{ width: 20%; float: right; }
    .rdpro2_left_c{ padding: 20px 20px 30px 20px; margin-bottom: 20px;}
    .rdpro2_left_c_tt{ font-size: 22px; }
    .rdpro2_left_c_pro{  margin-top: 20px;}
    .rdpro2_left_c_pro a{ font-size: 16px; height: 46px; line-height: 46px; }
    .rdpro2_left_c_news{ margin-top: 20px;}
    .rdpro2_left_c_news a{ height: 42px; line-height: 42px; }
    .proinfo_ct{ font-size: 20px; }
    .page_Content .parm{ margin-top: 35px; }
}
.piclist{ overflow: hidden; }
.piclist a{ background: #f8f8f8; width: 100%; float: left; margin-top: 15px; padding: 2px;}
.piclist_video{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat;}
.piclist_txt{ text-align: center; height: 40px; line-height: 40px; font-size: 13px; overflow: hidden; padding: 0px 10px;}
#piclist a{ background: #ffffff; }
@media (min-width:768px) 
{
    .piclist a{ width: 49%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .piclist a{ width: 32%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 2%; }
    .piclist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
     .piclist a{ margin-top: 20px; padding: 5px;}
     .piclist_txt{ height: 50px; line-height: 50px; padding: 0px 15px; font-size: 15px;}
}
@media (min-width:1601px) 
{
     .piclist a{ margin-top: 25px;}
     .piclist_txt{ height: 56px; line-height: 56px; font-size: 16px;}
}
.piclist a:hover{ background: #ff6688; color: #fff;}
#piclist a:hover{ background: #ff6688; color: #fff;}
#newslist{ overflow: hidden; margin-top: 5px;}
#newslist a{ width: 100%; float: left; background: #ffffff; margin-top: 10px; margin-bottom: 5px; padding: 10px;}
.newslist_img{ border: solid 1px #f5f5f5; }
.newslist_txt{ padding-top: 8px; }
.newslist_txt_tt{ height: 30px; line-height:30px; overflow: hidden; font-size: 15px;}
.newslist_txt_time{ color: #999; margin-top: 5px;}
.newslist_txt_time span{ margin-right: 6px; }
.newslist_txt_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #999;}
@media (min-width:768px) 
{
    .newslist_img{ width: 28%; float: left; }
    .newslist_txt{ width: 69%; float: right; }
    .newslist_txt_time{ margin-top: 10px; }
}
@media (min-width:992px) 
{
    .newslist_img{ width: 23%; }
    .newslist_txt{ width: 74%; }
    .newslist_txt_dc{ margin-top: 5px;}
}
@media (min-width:1200px) 
{
    #newslist a{ margin-top: 20px; padding: 20px;}
    .newslist_txt_tt{ height: 38px; line-height: 38px; font-size: 17px;}
    .newslist_txt_dc{ line-height: 23px; height: 46px; }
    .newslist_txt_time{ margin-top: 15px; }
}
@media (min-width:1601px) 
{
    #newslist a{ margin-top: 30px;  padding: 28px;}
    .newslist_txt_tt{ height: 40px; line-height: 40px; font-size: 18px;}
    .newslist_txt_dc{ line-height: 28px; height: 56px; margin-top: 10px;}
}
#newslist a:hover{ background: #ff6688; color: #fff;}
#newslist a:hover .newslist_txt_dc{ color: rgba(255, 255, 255, 0.8); }
#newslist a:hover .newslist_txt_time{ color: #fff; }
#newslist1{ overflow: hidden; }
#newslist1 a{ position: relative; width: 100%; float: left; margin-top: 15px; padding-bottom: 12px; border-bottom: solid 1px #e5e5e5;}
#newslist1 a:after{ transition: all 0.2s ease-out 0s; content: ''; width: 0px; height: 2px; background: #ff6688; position: absolute; left: 0px; bottom: 0px;}
#newslist1 a:hover:after{ width: 100%; }
.newslist1_txt{ padding-top: 5px; }
.newslist1_txt_tt{ height: 30px; line-height:30px; overflow: hidden; font-size: 15px; }
.newslist1_txt_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #888;}
.newslist1_txt_times{ color: #999; margin-top: 6px;}
@media (min-width:768px) 
{
    #newslist1 a{ position: relative; padding-right: 110px;}
    .newslist1_img{ width: 24%; float: left;}
    .newslist1_txt{ width: 73%; float: right;}
    .newslist1_txt_dc{ margin-top: 5px; }
    .newslist1_txt_time{ padding: 10px 16px; background: #ff6688; color: #fff; text-align: center; border-radius: 5px; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .newslist1_txt_timep2{ font-size: 16px; }
}
@media (min-width:992px) 
{
    #newslist1 a{ padding-right: 180px; }
    .newslist1_img{ width: 22%;}
    .newslist1_txt{ width: 75%;}
}
@media (min-width:1200px) 
{
    #newslist1 a{  margin-top: 25px; padding-bottom: 20px; }
    .newslist1_txt{ width: 74%;}
    .newslist1_txt_tt{ height: 42px; line-height: 42px; font-size: 17px;}
    .newslist1_txt_dc{ line-height: 24px; height: 48px;}
    .newslist1_txt_time{ padding: 14px 18px; }
    .newslist1_txt_timep1{ font-size: 16px; }
    .newslist1_txt_timep2{ font-size: 18px; }
}
@media (min-width:1601px) 
{
    #newslist1 a{  margin-top: 32px; padding-bottom: 26px; }
    .newslist1_txt_tt{ height: 46px; line-height: 46px; font-size: 18px;}
    .newslist1_txt_dc{ line-height: 28px; height: 56px;}
    .newslist1_txt_timep2{ font-size: 19px; }
}
.contact_cc{ margin-top:16px;}
.contact_cc_tt{ font-size: 16px; font-weight: bold;}
.contact_main{ margin-top: 10px; }
.contact_main p{ padding: 7px 4px; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5; font-size: 13px; color: #444;}
.contact_main p a{ color: #ff6688; }
.contact_main p strong{ color: #ff6688; }
#dituContent{ height: 200px; margin-top: 15px;}
@media (min-width:1200px) 
{
    .contact_cc{ margin-top:22px;}
    .contact_cc_tt{ font-size: 18px; }
    .contact_main p{ font-size: 15px; padding: 10px 5px;}
    #dituContent{ margin-top: 25px; height: 350px;} 
}
@media (min-width:1601px) 
{
    .contact_cc{ margin-top:32px;}
    .contact_cc_tt{ font-size: 20px; }
    .contact_main p{ font-size: 16px; padding: 12px 5px;}
    #dituContent{ margin-top: 35px; height: 420px;} 
}
.pmess{ overflow: hidden; margin-top: 15px; }
.pmess li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:48%; margin-right: 4%; padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height: 40px;}
.pmess #tel{ margin-right: 0px; }
.morder_textarea{ width:100%;  padding: 15px;   outline: none; float: left; background: #f9f9f9;   height: 120px; line-height: 30px;}
.morder_captcha{ width:100px;  padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; width: 100px; height: 40px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; font-size:15px; width: 100%; height: 42px; line-height: 42px; background: #ff6688; color: #fff; }
.morder_But:hover{ background: #ea6a3d; color: #fff;}
@media (min-width:375px) 
{
  .morder_captcha{ width:110px; }
}
@media (min-width:768px) 
{
    .morder_But{ width: 250px; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
   .pmess{ margin-top: 20px; }
   .pmess li{ margin-bottom: 15px; }
   .morder_captcha{ width: 200px;}
   .morder_But{ font-size: 15px; }
}
@media (min-width:1601px) 
{
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-bottom: 20px; }
    .morder_InputText{ height: 46px; line-height: 46px; }
    .morder_InputText1{ height: 46px; line-height: 46px; }
    .morder_captcha{ height: 46px; line-height: 46px; width: 140px;}
    .morder_img{ height: 46px; line-height: 46px; width: 120px;}
    .morder_But{ height:48px; line-height: 48px; font-size: 16px; }
}

#page_Title{ line-height:1.8; font-size:17px; padding-bottom: 10px; border-bottom:solid 1px #EBEBEB; text-align: center;}
.page_Info{ text-align: center; height:28px; line-height: 28px; margin-top: 5px; color:#b3b3b3;  overflow: hidden; }
.page_Info_c{ display: inline-block; }
.page_Infoleft { float: left;}
.page_Infoleft i{ margin-right: 3px; float: left; }
.page_Infoleft span{ float: left; }
.page_Infoline{ width: 1px; height: 12px; background: #989898; float: left; margin:7px 15px 0px 15px;}
#infoImage{ width:100%;text-align:center; margin:15px 0 0px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2; font-size: 13px;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; }
.rdpro1_video{ text-align: center; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; z-index: 10; top: 0px; left: 0px;}
.play_btn{ width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.tjzx{ margin-top: 10px; overflow: hidden;}
.tjzx a{ width: 100%; float: left; border-bottom: solid 1px #E5E5E5; height: 40px; line-height: 40px; overflow: hidden; position: relative; padding-left: 16px;}
.tjzx a:before{ content: ''; width: 6px; height: 6px; background: #BDBDBD; border-radius: 50%; position: absolute; left: 2px; top: 50%; margin-top: -3px;}
.tjzx a:after{ content: ''; width: 0px; height: 3px; background: #ff6688; position: absolute; bottom: 0px; left: 0px; transition: all 0.3s ease-out 0s;}
.tjzx a:hover:after{ width: 100%; }
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
    .tjzx a{ width: 48%; margin-right: 4%;}
    .tjzx a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{  margin-top: 10px; }
    #infoImage{ margin-top: 20px; }
    .page_Content{ margin:20px auto 0px; font-size: 15px;}
    .rdpro1_video{ margin: 20px auto 0px;}
    .right_side{ width: 74.5%; float: right;}
    .left_side{ width:23.75%; float: left; }
    .left_side_tt{ text-align: center; height: 120px; line-height: 120px; background: url(../images/page_bg1.jpg) no-repeat; color: #fff; font-weight: bold; font-size: 21px;}
    .left_side_nav{ overflow: hidden; background: #fff; padding: 12px 20px 30px 20px;}
    .left_side_nav a{ text-align: center; margin-bottom: 10px; width: 100%; line-height: 50px; height:50px; font-size: 16px; float: left; background: #f0f0f0;}
    .left_side_nav a.on{ color:#fff; background: #ff6688;}
    .left_side_nav a:hover{ color:#fff; background: #ff6688; }
    .left_side_rq{ margin-top: 15px; overflow: hidden; background: #fff; padding: 25px 20px 30px 20px;}
    .left_side_rq_tt{ text-align: center; font-size: 16px; font-weight: bold;}
    .left_side_rq_cc{ overflow: hidden; margin-top: 10px;}
    .left_side_rq_cc a{ text-align: center; width: 49%; float: left; margin-top: 6px; margin-right: 2%; border: solid 1px #e5e5e5; background: #F8F8F8; height: 36px; line-height: 36px; padding: 0px 6px;}
    .left_side_rq_cc a:nth-child(2n){ margin-right: 0px; }
    .left_side_rq_cc a:hover{ background: #ff6688; color: #fff; border: solid 1px #ff6688;}
    .left_side_tel{ margin-top: 6px; background: #fff; text-align: center;}
    .left_side_tel a{ padding-left: 46px; font-size: 22px; font-weight: bold; color: #ff6688; display: inline-block; height:60px; line-height: 60px; background: url(../images/tel1.png) no-repeat left center;}
    .left_side_mm{ overflow: hidden; margin-top: 6px; text-align: center; }
    .left_side_mm a{ width: 100%; float: left; height:58px; line-height: 58px; font-size: 16px; background: #ff6688; color: #fff;}
    .left_side_mm a:hover{ background:#FFBACF; color: #fff; }
    .tjzx a{ height: 48px; line-height: 48px;}
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 24px; padding-bottom: 15px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ margin:30px auto 0px; font-size: 16px;}
    .rdpro1_video{ margin: 25px auto 0px;}
    .left_side_tt{ height: 124px; font-size: 22px;}
    .left_side_nav a{ height: 56px; line-height: 56px;}
    .left_side_rq{ margin-top: 20px; padding: 35px 20px 40px 20px;}
    .left_side_rq_cc a{ height: 42px; line-height: 42px;}
    .tjzx a{ height: 52px; line-height: 52px;}
}
 


/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}

.seek_job li{ padding-top:10px; height: 100%; overflow: hidden;}
.seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;}
.job_nam{ float: left; margin-left: 15px; color:#ff6688; font-weight: bold; }
.G_InputText{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_captcha{
    width:85px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_verifyImg{ width: 100px; height:40px; float: left; }
.G_textarea{
    width:100%;
    height:150px;
    line-height:30px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; }
.job_radio{ float: left; }
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#ff6688;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 18px;
}
.G_But:hover{
    background:#ea6a3d; color: #fff;
}
@media (min-width:370px) 
{
    .G_captcha{ width: 100px; }
}
@media (min-width:768px) 
{
    .G_InputText{ width: 500px; }
    .G_textarea{ width: 500px; }
    .G_But{ width: 400px; }
}
@media (min-width:1601px) 
{
    .seek_job li{ margin-top: 13px; }
    .seek_t1{ height: 54px; line-height: 54px; }
    .G_InputText{ width: 700px; height: 54px; line-height: 54px;}
    .G_textarea{ width: 700px; }
    .G_captcha{ height: 54px; line-height: 54px; width: 160px; }
    .G_verifyImg{ width: 130px; height: 54px;}
    .G_But{ width: 400px; height: 58px; line-height: 58px;} 
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; margin-top: 15px;}
.prev_next li{ cursor: pointer; background: #eaeaea; height: 30px; line-height: 30px; overflow: hidden; padding: 0px 10px; margin-bottom: 8px;}
.prev_next li:hover{ background: #ff6688; color: #fff;}
.prev_next li:hover a{ color: #fff; }
@media (min-width:768px) 
{
   .prev_next{ position: relative; padding-right: 110px;}
   .prev_next_btn{ width: 100px; height: 68px; line-height: 68px; background-color:#ff6688; background-image: url(../images/prev_next_icon.png); background-position: 15px center; background-repeat: no-repeat; padding-left: 36px; color: #fff; position: absolute; right: 0px; top: 0px;}
   .prev_next_btn:hover{ background-color: #ea6a3d; color: #fff; }
}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 25px; padding-right: 160px;}
    .prev_next li{ height: 50px; line-height: 50px; padding: 0px 15px;}
    .prev_next_btn{ width: 145px; height: 108px; line-height: 108px; background-position: 25px center; padding-left: 60px;}
}
@media (min-width:1601px) 
{
    .prev_next{ margin-top: 35px; padding-right: 210px;}
    .prev_next li{ height: 55px; margin-bottom: 10px; line-height: 55px; padding: 0px 20px;}
    .prev_next_btn{ width: 190px; height: 120px; line-height: 120px; background-position: 40px center; padding-left: 75px; font-size: 15px;}
}

/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 8px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #ff6688;
  background: #ff6688;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
    .de-page-mian .page-inner a{ padding: 0px 10px; }
}
.no-img{
    width:100%;
}
}