﻿
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(http://www.soleym.com/files/files/iconfont.eot.txt),
  url(http://www.soleym.com/files/files/iconfont.woff) format('woff'),
  url(http://www.soleym.com/files/files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;
    width: 100%;
}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200,.w1400{ width:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.box:after{
    display: block;content: "";clear: both;
}

.boxr{
    width: 1060px;position: relative;
}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n_box{
    width: 1400px;margin: 60px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}


/*抬头*/
.topall{width: 100%;
    position: relative;height: 100px;box-sizing: border-box;min-width: 1400px;
    background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);color:#fff;z-index: 6;
}
.topall .box{display: flex;display: -webkit-flex;position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;}
    
    .topall .box:after{
        display: none;
    }
.topall .logo{ background: #fff;position: absolute;left:0;top: 0;
    width: 106px;height: 130px;border-radius: 0 0 50px 50px;overflow: hidden; 
    box-sizing: border-box;padding-top: 30px;
} 
.topall .logo img{
    display: block;width:70px;margin: 0 auto;
}
.topall .topname{ font-size:15px; color:#fff;margin-left: 130px;
    line-height: 1.3;
}
.topall .topname dl{
    font-size: 22px;
}
.topall .topname p{
    color:rgba(255,255,255,0.8);letter-spacing:1px;font-weight: lighter;
}


/*导航*/
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{ position:relative; margin-left:2.3vw;}
.headerbg .nav>ul>li.on>a {
    color: #003d74;
}
.top20{
    margin-top: 20px;
}
.top50{
    margin-top: 50px;
}

  

.nav>ul>li>a{ font-size:1.1rem; color:#fff; display:block; line-height:100px; position:relative; 
} 
.nav>ul>li>a i{
    margin-left:8px;font-size: 0.8rem;opacity: 0.7;transform: rotate(0);transition: all ease 0.5s;float: right;
}
.nav>ul>li.on>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.nav>ul>li.on>a,.nav>ul>li:hover>a{  color: #ffc800;}
.nav>ul>li:nth-of-type(1) i,.nav>ul>li:nth-of-type(2) i,.nav>ul>li:nth-of-type(5) i,.nav>ul>li:nth-of-type(7) i{ display:none;}

.dropmenu{position:absolute; border-radius:5px; overflow:hidden; transition:all .3s ease; top:100px; left:-15%; width:130%; background:rgba(255,255,255,0.98); 
box-shadow:0 0 10px rgba(0,0,0,.2); opacity:0; transform:rotateY(90deg);
    padding:10px 0;
    
}
.nav>ul>li:hover .dropmenu{ transform:rotate(0deg); opacity:1;}
.dropmenu a{ display:block; line-height:36px; font-size:1rem; color:#333; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{ color:#fff;
    background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}


.hidden{
    display: none;
}

/*中英切换*/
.navlayout{cursor: pointer;
    width:80px;color: #fff;position: relative;line-height:100px;
}
.navlayout:before{
    display: block;float: left;font-size: 1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size:1.1rem;
}
.navlayout i{
    display: block;float: left;font-size: 0.8rem !important;font-weight: normal;transform: rotate(0);transition: all ease 0.5s;opacity: 0.6;
}

.nav>ul>li>a:hover i,.navlayout:hover i{transform: rotate(180deg);}


.navlayout .xia{position: absolute;top:100px;left:-20px;box-shadow: 0 0 10px rgba(0,0,0,10%);border-radius:4px; 
    display: none;width: 120px;text-align: center;background: rgba(255,255,255,90%); padding: 10px 0;
}
.navlayout .xia a{
    display: block;line-height: 36px;color: #333;font-size: 1rem;
}
.navlayout:hover .xia{
    display: block;
}
.navlayout:hover .xia a:hover{
    background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);color: #fff;
}


/*服务形式*/
.fuwu{
    width: 100%;min-width: 1400px;padding-bottom: 5px;position: relative; background: #f5f5f5;
}
.fuwu:before{
    display: block;content: "";width: 100%;height: 5px;background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
    position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 0;
}
.fuwu li{ padding: 40px 80px; box-sizing: border-box; 
    width:33.3333333%;float: left;background: linear-gradient(to right,#fff,#f9f9f9);
    display: flex;
    display: -webkit-flex;
    position: relative;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.fuwu li .icon{
  margin-right:20px;  }
   .fuwu li .icon img{
       display: block;height:60px; width: auto;
   }
.fuwu li .wrod{line-height: 1.5;
    font-size: 18px;color: #888;text-align: left;width: 290px;
}
.fuwu li .wrod dl{
    font-size: 24px;color: #222;font-weight: bold;
}
.fuwu li .wrod p{
   text-align: justify;
}


/*产品展示*/
.prod_all{
    width: 100%;min-width:1400px;background: #fff4f8 url(../image/prodbg.png) center bottom no-repeat;padding: 80px 0;
}
.prod_title{
    text-align: center; font-size: 17px;color: #888;line-height: 1; margin-bottom:30px;
}
.prod_title dl{
    font-size: 40px;color: #222; margin-bottom: 13px;
}
.prod_title dl span{font-weight:bold;}
.prod_title p{font-weight:lighter; margin-bottom: 10px;}
.prod_title .iconfont{
    font-size: 34px;color: #ff5a85; 
}


.prod_t{
    position: relative;text-align: center; 
    margin: 0 auto;
    box-sizing: border-box;
    height: 60px;width: 100%;
    line-height: 60px;
    box-shadow: 0px 0px 20px 0px rgba(34, 24, 21, 0.1);
    border-radius: 30px;
    overflow: hidden;
    padding: 0 60px;
    background: #fff;
}
.prod_t a {
    display: inline-block;
    vertical-align: middle; margin: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding: 0 3%;
    position: relative;
    cursor: pointer;
}
.prod_t a:after{
  display: block;content:"";width: 0;height:0;position: absolute;left: 0;right: 0;margin: 0 auto;top:50%;z-index: 1; transition: all ease 0.5s; 
  border-radius:25px;overflow: justify;background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
}
.prod_t a span{transition: all ease 0.5s;color: #555;
    position: relative;z-index: 2; 
}
.prod_t a:hover:after{
    width: 100%;height: 100%;top: 0;
}
.prod_t a:hover span{color:#fff;
    
}
 .prod_all .picScroll-left1{ position:relative; 

 }
	.prod_all .picScroll-left1 .hd{ overflow:hidden;  height:38px;z-index: 1;  position: relative;text-align:center; min-width: 300px; margin: 0 auto;
top:-48px;
		    
		}
	.prod_all .picScroll-left1 .hd .prev{ display:block;  width:38px; height:38px;  position:absolute;left:20px; top: 0;
     cursor:pointer; border-radius: 50%;overflow: hidden;background: rgba(255,90,133,0.1); transform: rotate(180deg);
         color: #ff5a85;font-size:18px;text-align: center;line-height: 38px;}
         
     .prod_all .picScroll-left1 .hd .next{ display:block;  width:38px; height:38px;  position:absolute;right:20px; top: 0;
     cursor:pointer; border-radius: 50%;overflow: hidden; background: rgba(255,90,133,0.1);
         color: #ff5a85;font-size:18px;text-align: center;line-height: 38px;
     }
	
	.prod_all .picScroll-left1 .hd .prev:hover,.prod_all .picScroll-left1 .hd .next:hover{
	  background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);color: #fff;
	}		 

	.prod_all .picScroll-left1 .bd{ padding:0; position:relative;  }
	.prod_all .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
	.prod_all .picScroll-left1 .bd ul li{ float:left;  width:calc(100% / 4);-webkit-width:calc(100% / 4);-ms-width:calc(100% / 4);
	box-sizing: border-box;display:block; }
	.prod_all .picScroll-left1 .bd ul li a{ text-align:center; margin:0% 3%;display:block; 
	    box-shadow: 0 0 10px rgba(0,0,0,10%);
	}
	.prod_all .picScroll-left1 .bd ul li .pic{ overflow:hidden;}
	.prod_all .picScroll-left1 .bd ul li .pic img{ width:100%;  height:auto; display:block;transition: all ease 0.5s;
	}
	.prod_all .picScroll-left1 .bd ul li:hover .pic img{transform:scale(1.1);}
.prod_all .picScroll-left1 .bd ul li .txt{	text-align: center; margin-top:3px; font-size: 16px;color: #888;font-weight: lighter;line-height: 1.6;
	background: #fff;padding:25px;position:relative;
    }

.prod_all .picScroll-left1 .bd ul li .txt:after{
    display: block;content: "";width:100%;height:20px;border-radius: 50%;overflow: hidden;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -10px;
    background:linear-gradient(to right,#fbdbf3,#ffdfeb);transition: all ease 0.5s;
}
.prod_all .picScroll-left1 .bd ul li:hover .txt:after{ background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
    
}

	.prod_all .picScroll-left1 .bd ul li .title1{  font-size:18px; color:#333; font-weight: normal;
}
	.prod_all .picScroll-left1 .bd ul li:hover .title1{ color:#ff5a85;}
	.prod_all.picScroll-left1 .tempWrap{ width:100% !important;}

    
/*产品特点*/
.feature{
    width: 100%;min-width: 1400px;background:#fff url(../image/keduchi.png)top center no-repeat;padding: 80px 0 20px 0; overflow: hidden;
}

.featureb{
    height: 641px;position: relative; background: url(../image/featurebg.jpg)center no-repeat; padding-top: 50px;box-sizing: border-box; 
}
.featureb li{
    display: block;width: 370px; font-size: 16px;line-height: 1.6;color: #888;
}

.featureb li .lit{font-weight:lighter; cursor: pointer;
    padding: 8px;background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8); color: #fff;line-height: 40px; border-radius: 30px;overflow: hidden;margin-bottom: 20px;font-size:26px;
}
.featureb li .lit .iconfont{ 
    width: 40px;height: 40px;line-height: 40px;border-radius: 50%;overflow: hidden;text-align: center;color: #ff5a85;background: #fff; font-size: 26px;margin-right: 10px;
}
.featureb li:hover .lit{ background: linear-gradient(to right,#f4a11f,#f60);}
.featureb li:hover .lit .iconfont{ color:#f4a11f;}
.featureb li .litr{ }
.featureb li p{text-align: justify;
    font-weight: lighter;
}
.featureb .pic{width: 370px;box-sizing: border-box;
    display: block;overflow: hidden;border: 3px solid #eee; margin: 50px auto;
}
.featureb .pic img{
    display: block;width: 100%;height:auto;
}

/*图片切换*/
.featurebqh{
    width: 566px;height: 641px;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;
}
.featurebqh .picScroll-left2{ overflow:hidden; position:relative;    }
.featurebqh .picScroll-left2 .hd{ overflow:hidden; width: 100%; height:10px; position:absolute; bottom: 50px;text-align: center;z-index: 33;}

.featurebqh .picScroll-left2 .hd ul{overflow:hidden; zoom:1;  zoom:1; }
.featurebqh .picScroll-left2 .hd ul li{
    display: inline-block;width: 10px;height: 10px;border-radius: 50%;background:#fff;color: transparent; margin:0 3px;cursor: pointer;
}
.featurebqh .picScroll-left2 .hd ul li.on{background: linear-gradient(to right,#f4a11f,#f60);}

.featurebqh .picScroll-left2 .bd{ }
.featurebqh .picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.featurebqh .picScroll-left2 .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width: 566px;height: 641px; }

.featurebqh .picScroll-left2 .bd ul li  img{ width:100%; height:auto; display:block;   }


/*公司优势*/
.youshi_bg{
    width: 100%;min-width: 1400px;padding: 160px 0 80px 0; overflow: hidden;
    background:url(../image/ysbg.jpg)no-repeat center top;position: relative;}

.youshi_bg .prod_title dl{ color:#fff;}
.youshi_bg .prod_title p,.youshi_bg .prod_title .iconfont { color:rgba(255,255,255,0.7);}
.youshi_ww{text-align: center;margin-top:20px;}

.youshi_d #tablit {position: relative;width: 1400px;margin: 0 auto;height:625px;}
.youshi_d #tablit dl {float: left;width: 256px;overflow: hidden;background:#fff;height:641px;}
.youshi_d #tablit dd{width: 100%;text-align: center;color: #222;font-size: 20px;padding-top:47px;position: relative;cursor:pointer;
    box-sizing: border-box;
}

.youshi_d #tablit dd i{
       display: block;
    width: 66px;
    height: 66px;font-size:32px;color: #222;line-height: 66px;
  background: linear-gradient(to right,#f5f5f5,#eee);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 8px;
}
.youshi_d #tablit dd:before{content: "";top:45px;right: 0px;width: 5px;height:86px;background: #fff;position: absolute;display:none;}
.youshi_d #tablit dd.on:before{display: block;}

.youshi_d #tablit dd.on i{
    background:#ff5a85;color: #fff;
}
.youshi_d #tablit dd.on p{
    color: #ff5a85;
}

.youshi_d .tabcon {width:1112px;background: #f9f9f9;float: right;padding:50px;
    box-sizing: border-box;
}
.dis {display: none;}

.youshi_img {
    height: 260px;overflow: hidden;width: 490px;
}
.youshi_img img{
    display: block;
}
.top20{
    margin-top: 20px;
}
.youshi_wt{}
.youshi_l{width: 480px;margin-top:0px;
    text-align: justify;
}
.youshi_r{
    height: 540px; overflow: hidden;
}
.youshi_shu{font-size:40px;color:#fff;border-radius:50%;width:120px;height:70px;text-align: center;background: linear-gradient(to right bottom,#ff5a85,#c052bc,#a44fd8);
    line-height: 70px;
}
.youshi_w1{}
.youshi_w1 p{color: #333;font-size:34px;margin-top:30px;line-height: 34px;}
.youshi_w1 span{display: block;font-size:23px;margin-top: 15px;}
.youshi_xian{width: 100%;height: 1px;background: #eee;margin-top:30px;}
.youshi_w{font-size:16px;line-height:36px;margin-top: 30px;font-weight: lighter;}
.youshi_w p+p{
    margin-top: 20px;
}
.youshi_a a{display: block;background: #000;width: 180px;height:50px;line-height: 50px;text-align: center;border-radius: 50px;color: #fff;margin-top:45px;float: left;
    font-size: 16px;
}

.youshi_a a+a{margin-left:20px;background: #ff5a85;}
.youshi_a a:hover,.prod_a a:hover{    background: linear-gradient(to right bottom,#ff5a85,#c052bc,#a44fd8);
    color: #fff;
}

.youshi_contact{float: right;margin-top:127px;text-align: center;margin-right: 114px;}
.youshi_contact i{width: 1px;height: 44px;background: #eee;display: block;margin: 0 auto;}
.youshi_contact d{display: block;width: 33px;height:33px;border-radius: 50%;background-color: #ff5a85;margin: 0 auto;}
.youshi_contact p{font-size: 16px;color: #666;margin-top: 8px;}
.youshi_contact p>span{color: #ff5a85;font-size: 28px;}
.youshi_bgg{position: absolute;left: 0px;bottom:-170px;}

/*数字滚动*/
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:120px; font-size:17px; color:#555; text-align:center; margin-top:30px; }
.num span,.num i{ display:inline-block; vertical-align:top;text-align:center;}
.num span{ font-size:60px; color:#222; font-family:arial; position:relative; z-index:3;
    font-weight: bold;
}
.num i{ border-radius:50%; width:30px; height:30px; font-size:22px; font-family:arial; line-height:30px; color:#fff; background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8); margin-left:-10px;}
.num p+p{ margin-top:5px;}


/*合作流程*/
.process{width: 100%;min-width: 1400px; padding: 80px 0 0 0;
    
}
.process .processt{
    width: 1360px;margin: 0 auto;
}
.processb{
    position: relative; min-height: 300px;
}
    
.processb li{text-align: center;line-height:1.6;cursor: pointer;
   width:calc(100% / 8);-webkit-width:calc(100% / 8);-ms-width:calc(100% / 8);float: left;display: block;position: relative; margin: 30px auto;
}    
.processb li:after{
    width: 216px;height:216px;background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);border-radius: 50%;opacity:6%; overflow: hidden;
    display: block;content: "";top:-23px;left: -23px;position: absolute;transition: all ease 0.5s;
}
.processb li .iconfont{ font-size:40px;color:#ff5a85; padding-top:30px; position:relative;z-index: 1;transition: all ease 0.5s;}
.processb li dl{font-size:22px;color:#222; position:relative;z-index: 1;transition: all ease 0.5s;}

.processb li:hover:after{opacity:100%; z-index:2;}
.processb li:hover .iconfont{ color:#fff;z-index: 3;}
.processb li:hover dl{color:#fff;z-index: 3;}

/*留言*/
.process .feedback_form{ background: #fff; overflow: hidden;position: relative;
    width: 100%;  box-shadow: 0 0 10px inset #ffd4f3; box-sizing: border-box;padding: 50px 50px;}
.process .feedback_form:after{
    position: absolute;right:45px;bottom: 14px;
    display: block;content:"";width: 283px;height: 174px;background: url(../image/huahua.png)center no-repeat;
}

/*留言电话*/
.lytel dl{ font-size: 24px;color: #222;line-height: 1; }
.lytelb{
    line-height: 40px;margin: 20px 0;
}
.lytelb:before{float:left;background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8); color: #fff;width: 36px;height:36px;line-height: 36px; border-radius: 50%;overflow: hidden;text-align: center; margin-right: 5px;}
.lytelb dt{float: left;
    font-size: 16px;color: #888;
}
.lytelb dd{ font-size:28px;font-weight:bold;float: left;}

.process.liu_r{
    margin-right: 10px;
}
.process .feedback_form input,
.process .feedback_form textarea{
    border: none;
  background: #f5f5f5;
}
 .process.feedback_form input:hover,
.process .feedback_form textarea:hover{
    border-color: #ffd7f6;
}

 .process .feedback_form li { float: left;
       width: 31.3%;
    background: none;
    font-size: 14px;
    color: #888;
   margin: 8px 1%;
}
.process .feedback_content{
    width: 990px;
}
.process .feedback_content i{ float: left;
    font-size:18px;
    padding: 0 5px;
}
 .process.feedback_form li.message {
    padding-top: 10px;
}
 .process .wbf-input {
width: 100%;
    height: 50px;
    padding: 10px 20px;
    
    line-height: normal;
    box-sizing: border-box; float:left;
}
 .process .fb_email{ margin-right: 0;}
.process  .feedback_content{ margin-left: 0;}
.process .wbf-code {
    width: 160px;text-align: center;

    line-height: normal;
    box-sizing: border-box;
}
 .process .feedback_form li.yzma { width: 290px;
    padding: 0; background: #f5f5f5; margin-left: 0;
}
 .process .feedback_form li.yzma input{ line-height: 50px;}
 .process .yzma img{ vertical-align: middle;}
 .process .wbf-textarea {
    width: 100%;
    height:50px;
 font-family: "microsoft yahei"; padding-left: 20px;
    line-height: 50px;
    box-sizing: border-box;
}
 input.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-top: 8px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border: none;
    
}

 .process a.button.btn_message{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;

    margin-top: 8px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    
    width: 290px;
    line-height: 50px;
    background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
    font-size: 16px;
    color: #fff;
    
}
.process a.button.btn_message span{
    display: block;position: relative;z-index: 3;
}
 .process .feedback_form input::-webkit-input-placeholder,
 .process .feedback_form textarea::-webkit-input-placeholder {
    color: #666;
}

/*简介*/
.about{
    width: 100%;min-width: 1400px;background: url(../image/aboutbg.jpg)center top no-repeat;padding:170px 0 80px 0;position: relative;
}
/*.about:after{    display: block;position: absolute;content: "";width: 100%;height:50px;background: url(images/aboutyybg.png)center no-repeat;left: 0;right: 0;margin: 0 auto;bottom: 30px;opacity: 0.2;}*/
.aboutw{
    padding: 50px 50px 20px 50px;background: #fff; position: relative;z-index: 2; 
}
.aboutwl{width:620px;}
.aboutwt{
    font-size: 22px;color: #222;line-height:1;
}
.aboutwt dl{
    font-size: 40px;color: #222; font-weight: bold;
}
.aboutwt dt{
    display: block;line-height: 2.4;
}
.aboutwt dt:after{
    display: block;content:"";width: 50px;height: 2px;background: #ff5a85; margin: 15px 0 25px 0;
}
.aboutwl p{
    font-size: 15px;line-height:2;text-align: justify;color:#888; font-weight: lighter;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
}
.aboutwl a{
    font-size: 15px;color: #888;
}
.aboutwl a:hover{color:#ff5a85;}
.syvideo{
    width: 620px;overflow: hidden;
}
.syvideo iframe{
    display: block;width: 100%;height:351px;
}

/*车间滚动*/
.plant_all{ margin-top:25px;}
.plant_b{overflow:hidden;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 280px;position: relative;overflow: hidden;
    }
   .plant_b li .pic {
        width:280px;

     
    }
   .plant_b li .pic img {
        display: block;
        width: 100%;
        height: auto;
    }
   .plant_b li .txt {
        position: relative;
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 40px;
 
    }
   .plant_b li .txt span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .plant_b li .txt:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 40px;
        transition: all 0.3s;
        background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
    }
   .plant_b li:hover .txt:after {
        width:100%;
    }
    .plant_b li:hover .txt {color: #fff; }
    
/*版权*/
  .copy_all{width: 100%;min-width: 1400px;background: #222; padding: 75px 0 55px 0; color:#aaa;  position:relative;}
  .copy_all:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right,#ff5a85,#c052bc,#a44fd8);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

  
  .copy_all a{ color:#aaa;font-size:1rem;}
  .copy_all a:hover{ color:#fff;}
  .copy_w{width: auto; font-size:15px;}
  .copy_w:nth-of-type(1){
      width: 380px;
  }
  .copy_w:nth-of-type(1) .fl{width:300px;}
  .copy_w p{ font-size: 20px;color: #fff; letter-spacing: 1px;font-family: "times";line-height: 20px;}
  
  .copy_w .tel{ color: #aaa; line-height: 26px; margin-top:20px;}
  .copy_w .tel i{float: left; margin-right: 10px;
       display: block;color: #aaa;font-size:42px; line-height: 60px;
   }
   .copy_w .tel:after{
         display: block;content: "";clear: both;
     }
   .copy_w .tel em{display:block;}
  .copy_w strong{ font-size: 16px;}
  .copy_w a{display: block; width:90px; text-overflow: ellipsis;overflow: hidden;line-height: 32px; white-space: nowrap;font-size:15px;}
  .copy_w+.copy_w{ margin-left:4%;}
  .copy_w:nth-of-type(2) a{
      width: 110px;
  }
  .copy_w .word{ margin-top: 27px;}
  .copy_code{ width:475px; font-size: 15px; line-height: 32px;}
  .copy_code a{font-size: 15px;}
  .copy_code .code{ border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;padding:25px 15px 15px 15px; margin-bottom: 20px;}
  .copy_code .code dl{ float: left;width: 100px; text-align: center; font-size: 15px; color: #aaa;line-height: 40px;}
  .copy_code .code dl+dl{ margin-left:30px;}
  .copy_code .code dl img{ display: block; background: rgba(255,255,255,0.1); padding: 5px;box-sizing: border-box; width:100%;}
  .copy_code .code i{ float: right;display: block;font-style: normal;font-size:22px;line-height: 40px;color: #fff;text-align: right; padding-top: 10px; letter-spacing: 1px;
 
  }

.copy_txt{line-height: 26px; margin-top:40px;}
    
    
    
    /*内页幻灯片*/
.mod1019 .banner .ban_bg{
    text-align: center;color: transparent;position: relative;
}
 .banner_w {   width:auto;  font-size: 22px;    color: #666;   padding-top:140px;  text-align:left; line-height:1.6;
     
 }
.banner_w b {    display:block;
    color: #222; font-size:44px;  
}


.banner_w b span{  
    display: block;
}


.video_n{ 
    max-width: 100%;height: auto;
}