.container{width: 98%;}

html{background-color: #ddd}
body{max-width: 480px;margin:0 auto;background-color: #fff}


.red{color: #0174d7;font-style: normal;}

#header {height: 70px;position: relative;background-color: #fff;z-index: 64;}
#header .container{height: 100%;width: 100%;}
#header .logo{margin-left: 2%;}
#header .logo a{display: inline-block;vertical-align: middle;}
#header .logo img{display: block;height: 40px;margin-right: 10px;}
#header .logo .logo-tit{}
#header .logo .logo-tit h1{font-size: 18px;line-height: 100%;margin-bottom: 5px;}
#header .logo .logo-tit p{font-size: 13px;line-height: 100%;}

#header .navtoggle{height: 100%;padding: 0 10px;}
#header .nav-bar{border:none;background: none;vertical-align: middle;cursor: pointer;}
#header .nav-bar p{width: 25px;height: 3px;background-color: #333;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s;border-radius: 6px;overflow: hidden;}
#header .nav-bar p+p{margin-top: 5px;}
#header .nav-bar.on p:nth-child(1){    -webkit-transform: matrix(1,0,0,1,0,8) rotate(45deg);
    -moz-transform: matrix(1,0,0,1,0,8) rotate(45deg);
     -ms-transform: matrix(1,0,0,1,0,8) rotate(45deg);
         transform: matrix(1,0,0,1,0,8) rotate(45deg);}
#header .nav-bar.on p:nth-child(2){width: 0;}
#header .nav-bar.on p:nth-child(3){    -webkit-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
    -moz-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
     -ms-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
         transform: matrix(1,0,0,1,0,-8) rotate(-45deg);}

#header .navgation{position: absolute;top: 100%;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s; background-color: #fff;z-index: 999;left: 0;right: 0;overflow: hidden;height: 0;}
#header .navgation.on{height: calc(46px * 11)}
#header .navgation li{line-height: 45px;border-top: solid 1px #ddd;}
#header .navgation li a{display: block;padding: 0 2%;font-size: 15px;font-weight: bold;position: relative;}
#header .navgation li a::after{content: '';display: block;width: 10px;height: 10px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);border-top:solid 1px #555;border-right:solid 1px #555;position: absolute;right: 3%;top: 0;bottom: 0;margin:auto;}


.nav-mask{background: rgba(0,0,0,.6);position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 11;visibility: hidden;opacity: 0;transition: all .5s;}
.nav-mask.on{visibility: visible;opacity: 1;}

.slide{height: 210px;background-size: cover !important;}
.slide .container{display: -webkit-flex;  display: -webkit-box;  display: -ms-flexbox;  display: flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height: 100%;position: relative;z-index: 50;}

.slide .container .text{width: 50%;}
.slide .container h1{font-size: 22px;line-height: 100%;color: #0174d7;font-weight: bold;text-transform: uppercase;margin-bottom: 5px;}
/*.slide .container h1::after{content: '';display: block;width: 40px;background-color: #fff;height: 3px;margin:20px 0;}
*/
.slide .container p{font-size: 16px;color: #222;}


.tit{margin-bottom: 20px;}
.tit h1{font-size: 22px;color: #2a2a2a;text-align: center;line-height: 100%;margin-bottom: 10px;}
.tit p{font-size: 15px;color: #616161;text-align: center;line-height: 24px;}


.ptb70{padding: 30px 0;}
.pt70{padding-top: 30px;}
.pb70{padding-bottom: 30px;}


.ptb55{padding: 55px 0;}
.pt55{padding-top: 55px;}
.pb55{padding-bottom: 55px;}





#banner{position: relative;overflow: hidden;}
#banner .swiper-slide{background-color: #f5f5f5;min-height: 160px;}
#banner li a{height: 100%;display: block;}
#banner .swiper-pagination{bottom: 15px;}
#banner .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px;-webkit-border-radius: 0;border-radius: 0;background-color: #fff;opacity: 1;margin: 0 4px;opacity: 1;-webkit-border-radius: 90px;border-radius: 90px;}
#banner .swiper-pagination .swiper-pagination-bullet-active{background-color: #0174d7;opacity: 1;}


#search-wrap{border-bottom: solid 1px #eee;}
#search-wrap .container{height: 60px;}


#search-wrap .search{width: 100%;}
#search-wrap .search input[type='text']{border:none;padding: 5px;width: 85%;}
#search-wrap .search button{border:none;background: none;cursor: pointer;font-size: 22px;width: 15%;background-color: #0174d7;color: #fff;}
#search-wrap .search button i{font-size: 22px;color: #fff;}




#cpys{position: relative;}

#cpys .list{margin: 0 -5px;}
#cpys .list dl{position: relative;width: 50%;margin-bottom: 15px;padding: 0 5px;}
#cpys .list dl:nth-child(n+3){margin-bottom: 0;}
#cpys .list dl dt{overflow: hidden;position: relative;}
#cpys .list dl dt img{transition: .5s;}
#cpys .list dl:hover dt img{transform: scale(1.1);}
#cpys .list dl dd{position:relative;z-index:10;position: relative;background: #0174d7;}
#cpys .list dl dd>div{width: 100%;padding: 15px;text-align: center;}
#cpys .list dl dt .icon{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
#cpys .list dl dt i{width: 60px;height: 60px;border-radius: 90px;background-color: #0174d7;display: block;color: #fff;text-align: center;line-height: 60px;font-size: 40px;}
#cpys .list dl dd h1{text-align: center;color: #fff;font-size: 36px;line-height: 100%;}
#cpys .list dl dd p{color: #fff;font-size: 14px;line-height: 24px;}



/**
 * ============================== 产品 ===================================
 */
#product{}

#product .navbar{margin-bottom: 10px;}
#product .navbar ul{margin: 0 -3px;}
#product .navbar ul li{width: 50%;padding: 0 3px;line-height: 50px;position: relative;margin-bottom: 6px;}
#product .navbar li a{background-color: #f1f1f1;display: block;text-align: center;font-size: 14px;position: relative;}
#product .navbar li a.tleavl::after{content: '';display: block;width: 8px;height: 8px;background-color: #fff;border-radius: 90px;position: absolute;bottom: -4px;left: 0;right: 0;margin:auto;z-index: 40;display: none;}
#product .navbar li a i{font-size: 18px;margin-left: 10px;}
#product .navbar ul li .sub{position: absolute;top: 100%;left: 3px;right: 3px;z-index: 30;background-color: #0174d7;display: none;}
#product .navbar ul li .sub .li{line-height: 40px;border-top: dotted 1px rgba(255,255,255,.3);}
#product .navbar ul li .sub .li a{background-color: #0174d7;color: #fff;font-size: 15px;}
#product .navbar li:hover a.tleavl::after{display: block;}
#product .navbar ul li:hover a{background-color: #0174d7;color: #fff;}
#product .navbar ul li:hover .sub{display: block;}
#product .navbar ul li .sub .li a:hover{background-color: #2e2e2e;}

#product .list{overflow: hidden;}

#product .list .bigimgbox{position: relative;margin-bottom: 10px;}
#product .list .bigimg{margin-bottom: 15px;}
#product .list .bigimg .img{width: 100%;overflow: hidden;}
#product .list .bigimg .img img{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
#product .list .bigimg .img a:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

#product .list .bigimg .text{width: 100%;padding: 20px;border:solid 1px #ddd;}
#product .list .bigimg .text h1{font-size: 18px;color: #292929;line-height: 100%;}
#product .list .bigimg .text h1::after{content:'';width: 22px;height: 3px;background-color: #0174d7;display: block;margin: 10px 0;}
#product .list .bigimg .text h4{font-size: 15px;color: #3b3b3b;line-height: 100%;margin-bottom: 10px;}
#product .list .bigimg .text p{font-size: 13px;color: #787878;line-height: 24px;margin-bottom: 30px;}
#product .list .bigimg .text .btn a{display: block;width: 130px;line-height: 40px;background-color: #2b2b2b;color: #fff;text-align: center;font-size: 14px;}
#product .list .bigimg .text .btn a:nth-child(2){background-color: #0174d7;margin-left: 2px;}
#product .list .bigimg .text .btn a i{margin-right: 5px;}

#product .list .bigimgbox .swiper-pagination{bottom: 0;width: auto;right: 20px;bottom: 20px;left: auto;}
#product .list .bigimgbox .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 4px;border-radius: 0;}
#product .list .bigimgbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #0174d7;}



#product .list .small_list{margin-bottom: 20px;}
#product .list .small_list ul{margin: 0 -3px;}
#product .list .small_list ul li{width: 50%;padding: 0 3px;margin-bottom: 10px;}
#product .list .small_list ul li .img{border:solid 1px #e2e2e2;overflow: hidden;}
#product .list .small_list ul li .img img{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
#product .list .small_list ul li a:hover .img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
#product .list .small_list ul li p{background-color: #f0f0f0;padding: 10px;text-align: center;font-size: 14px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
#product .list .small_list ul li p em{display: block;width: 96px;line-height: 30px;background-color: #fff;border-radius: 90px;border:solid 1px #ddd;font-size: 12px;margin: 10px auto 0;font-style: normal;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
#product .list .small_list ul li a:hover p{background-color: #0174d7;color: #fff;}
#product .list .small_list ul li a:hover p em{background-color: #2b2b2b;border-color: #2b2b2b;}


#product .list .tel{text-align: center;font-size: 22px;color: #282627;line-height: 100%;}
#product .list .tel i{color: #0174d7;font-size: 20px;margin-right: 15px;}




#tedian{background-color: #f6f6f6;padding-bottom: 30px;position: relative;}
#tedian .tit{margin-bottom: 20px;}
#tedian .list dl{text-align: center;width: 50%;padding: 0 10px;margin-bottom: 15px;}
#tedian .list dl dt{margin-bottom: 10px;position: relative;}
#tedian .list dl dt img{width: 70%;}
#tedian .list dl dt .icon{position: absolute;width: 100%;height: 100%;left: 0;top: 0;-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;}
#tedian .list dl dt .icon i{display: block;width: 50px;height: 50px;background-color: #0174d7;color: #fff;border-radius: 90px;line-height: 50px;font-size: 28px;}
#tedian .list dl:hover dt .icon{-webkit-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);}


#tedian .list dl dd h3{font-size: 18px;color: #262525;line-height: 100%;}
#tedian .list dl dd h3::after{content:'';display: block;height: 4px;width: 20px;background-color: #676767;margin: 10px auto;}
#tedian .list dl dd p{font-size: 14px;color: #707070;line-height: 20px;}


#tedian .list dl:hover dd h3{color: #0174d7;}

#tedian .tel-view{position: absolute;width: 100%;bottom: -27px;left: 0;}
#tedian .tel-view .tel{line-height: 54px;background-color: #2b2b2b;color: #fff;width: 50%;text-align: center;font-size: 15px;}
#tedian .tel-view .tel i{margin-right: 10px;}
#tedian .tel-view .tel a{color: #fff;}
#tedian .tel-view .view{display: block;width: 50%;line-height: 54px;color: #fff;background-color: #0174d7;text-align: center;font-size: 15px;}




/**
 * ============================== 案例 ===================================
 */
#case{overflow: hidden;}
#case .navbar{}
#case .navbar ul{margin: 0 -3px;}
#case .navbar ul li {width: 50%;height: 45px;margin-bottom: 5px;padding: 0 3px;}
#case .navbar ul li a{font-size: 16px;color: #4a4949;background-color: #f1f1f1;display: block;-webkit-transition: .5s;transition: .5s;height: 100%;}
#case .navbar ul li.active a{background-color: #0174d7;color: #fff;border-color: #0174d7;}

#case .navbar ul li a h4{font-size: 15px;color: #343434;}
#case .navbar ul li a p{font-size: 13px;color: #8c8b8b;}
#case .navbar ul li a i{font-size: 20px;margin-right: 5px;}


#case .navbar ul li.active a h4{color: #fff;}
#case .navbar ul li.active a p{color: #fff;}

#case .list{margin-bottom: 15px;}
#case .list .casebox a{position: relative;display: block;}
#case .list .casebox ul{}
#case .list .casebox ul li:first-child{margin-bottom: 10px;}
#case .list .casebox ul li{}
#case .list .casebox ul:first-child{}
#case .list .casebox ul:first-child .img{}
#case .list .casebox ul:first-child .text{background-color: #fff;border:solid 1px #ececec;position: static;padding: 20px;}
#case .list .casebox ul:first-child .text h4{color: #292929;font-size: 20px;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
#case .list .casebox ul:first-child .text h4::after{content:'';display: block;height: 4px;width: 30px;background-color: #0174d7;margin: 15px 0;}
#case .list .casebox ul:first-child .text p{color: #666;font-size: 14px;margin-bottom: 30px;}
#case .list .casebox ul:first-child .text em{height: 43px;text-align: center;line-height: 41px;font-size: 14px;font-style: normal;background-color: #0174d7;color: #fff;padding: 10px 20px;}


#case .list .casebox a .img{overflow: hidden;}
#case .list .casebox a .img img{-webkit-transition: .5s;transition: .5s}
#case .list .casebox a .img iframe{height: 508px;width: 1040px;}
#case .list .casebox a:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1)}
#case .list .casebox .text{width: 100%;background: rgba(0,0,0,.6);padding: 10px;font-size: 15px;color: #fff;-webkit-transition: .5s;transition: .5s;position: absolute;bottom: 0;left: 0;}
#case .list .casebox .text .left{width: 80%;}
#case .list .casebox .text h4{font-size: 14px;color: #fff;}
#case .list .casebox .text p{line-height: 25px;}





#liucheng{background: url(../images/lcbg.jpg) no-repeat;padding: 40px 0;}
#liucheng .tit{padding-bottom: 20px;}
#liucheng .tit h1{color: #fff;}
#liucheng .tit h1 em{color: #fff;}
#liucheng .tit p{color: #fff;}
#liucheng .list{margin-bottom: 10px;}
#liucheng .list dl{color: #fff;width: 50%;text-align: center;margin-bottom: 20px;}
#liucheng .list dl dt{position: relative;}
#liucheng .list dl dt i{font-size: 30px;display: block;}
#liucheng .list dl dt i.pa{display: none;}
#liucheng .list dl dt h3{font-size: 18px;margin-bottom: 6px;}
#liucheng .list dl dd{font-size: 13px;padding: 0 10px;line-height: 20px;}
#liucheng .tel{color: #fbe530;font-size: 30px;font-family: Montserrat;}
#liucheng .tel i{font-size: 30px;margin-right: 10px;}




.hzkf{overflow: hidden;}
.hzkf ul li{}
.hzkf ul li img{border:solid 1px #d7d7d7;}





#youshi{overflow: hidden;}
#youshi .swiper-slide{width: 1400px;position: relative;}



#youshi .navbar{margin-bottom: 10px;}
#youshi .navbar ul{margin: 0 -5px;}
#youshi .navbar ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
#youshi .navbar ul li a{display: block;background-color: #ebebeb;font-size: 18px;width: 100%;line-height: 46px;text-align: center;}
#youshi .navbar ul li.active a{background-color: #0174d7;color: #fff;}

#youshi .list{position: relative;}

#youshi .swiper-slide .text{z-index: 30;color: #666;font-size: 14px;padding: 15px;}
#youshi .swiper-slide .text .tits-box{color: #222;position: relative;margin-bottom: 10px;}

#youshi .swiper-slide .text .tits-box .num{font-size: 50px;font-family: Anton;line-height: 100%;margin-right: 15px;}
#youshi .swiper-slide .text .tits-box h1{line-height: 120%;font-size: 20px;}
#youshi .swiper-slide .text .tits-box h1 p{font-size: 16px;}
#youshi .swiper-slide .text .desc{font-size: 13px;line-height: 22px;}





#news {padding-bottom: 50px;}

#news .list {}
#news .list .left{width: 100%;margin-bottom: 20px;}
#news .list .left .t{margin-bottom: 20px;}
#news .list .left .t ul li{font-size: 16px;margin: 0 20px;position: relative;}
#news .list .left .t ul li a{color: #444444;position: relative;z-index: 10;text-align: center;}
#news .list .left .t ul li::after{content:'';width: 84px;height: 6px;background-color: #0174d7;display: none;position: absolute;bottom: 2px;left: -2px;z-index: 0;}
#news .list .left .t ul li.active a{font-weight: bold;color: #1a1a1a;}
#news .list .left .t ul li.active::after{display: block;}
#news .list .left .t a.more{font-size: 14px;color: #5d5c5c;font-weight: normal;}

#news .list .left .l .t-img{position: relative;}
#news .list .left .l .t-img .tags{width: 210px;background-color: #0174d7;text-align: center;color: #fff;font-weight: bold;font-size: 36px;line-height: 100%;margin: 0;}

#news .list .left .l .box{position: relative;}
#news .list .left .l .li{}
#news .list .left .l dl{border-bottom: solid 1px #ececec;padding-bottom: 7px;margin-bottom: 7px;}
#news .list .left .l dl dt{font-size: 16px;width: 100%;}
#news .list .left .l dl dt img{width: 100%;}
#news .list .left .l dl dt a{overflow: hidden;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;white-space: nowrap;padding-right: 30px;}
#news .list .left .l dl dt span{font-size: 14px;color: #8e8e8f;}
#news .list .left .l dl dd{color: #737373;font-size: 13px;line-height: 24px;}
#news .list .left .l ul li{line-height: 30px;}
#news .list .left .l ul li a{font-size: 13px;color: #3e3d3d;}
#news .list .left .l ul li a:hover{color: #0174d7;}
#news .list .left .l ul li span{font-size: 15px;color: #a6a6a6;}


#news .list .right{}
#news .list .right .t{margin-bottom: 10px;font-size: 20px;font-weight: bold;color: #1a1a1a;}
#news .list .right .t .more{font-size: 14px;color: #5d5c5c;font-weight: normal;}
#news .list .right .t .more:hover{color: #0174d7}
#news .list .right .l .t-img{margin-bottom: 20px;}

#news .list .right{position: relative;}
#news .list .right .l{overflow: hidden;min-height: 400px;}
#news .list .right .l dl{position: relative;border-bottom: solid 1px #ddd;margin-bottom: 10px;padding-bottom: 10px;height: 20%;}
#news .list .right .l dl:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
#news .list .right .l dl dt{margin-bottom: 5px;position: relative;padding-left: 30px;}
#news .list .right .l dl dt:before{content: 'Q';display: block;position: absolute;left: 0;top: 3px;width: 18px;height: 18px;background-color: #999999;color: #fff;text-align: center;border-radius: 90px;}
#news .list .right .l dl dt a{font-size: 15px;color: #242424;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#news .list .right .l dl dt a:hover{color: #0174d7;}
#news .list .right .l dl dd{color: #858585;font-size: 13px;line-height: 25px;position: relative;padding-left: 30px;}
#news .list .right .l dl dd:before{content: 'A';display: block;position: absolute;left: 0;top: 3px;width: 18px;height: 18px;background-color: #0174d7;color: #fff;text-align: center;border-radius: 90px;line-height: 18px;}
#news .list .right .l dl dd a.more{display: block;margin-top: 25px;font-size: 13px;color: #0174d7;}





/**
 * ============================== 关于我们 ===================================
 */

#about{overflow: hidden;background: url(../images/aboutbg.jpg) no-repeat center;position: relative;padding: 50px 0;}
#about::before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;background: url(../images/dianbg.png) repeat rgba(0,0,0,.4);height: 100%;}
#about .tit{margin: 0;}
#about .tit::after{content: '';display: block;height: 3px;width: 30px;background-color: #fff;margin: 15px auto;}
#about .tit h1{color: #fff;}
#about .tit p{color: #fff;}

#about .container{position: relative;z-index: 10;}
#about .list{color: #fff;font-size: 15px;text-align: center;line-height: 24px;}
#about .list p{margin-bottom: 40px;font-size: 14px;}
#about .list .img{margin-bottom: 70px;}
#about .list .text{text-align: center;}
#about .list .text h1{font-size: 36px;font-weight: bold;color: #222222;line-height: 100%;margin-bottom: 20px;position: relative;}

#about .list .text h3{font-size: 20px;color: #373737;line-height: 100%;margin-bottom: 30px;}
#about .list .text p{font-size: 14px;color: #696868;line-height: 36px;margin-bottom: 50px;}
#about .list a.more{width: 140px;line-height: 40px;background-color: #0174d7;color: #fff;display: block;font-size: 14px;border-radius: 3px;text-align: center;margin: auto}







#footer{background-color: #232222;}


#footer dl{border-bottom: solid 1px rgba(255,255,255,.1);}
#footer dl dt{}
#footer dl dt a{color: #fff;font-size: 15px;display: block;position: relative;padding: 10px 0;}
#footer dl dt a::after{content: '';display: block;right: 2px;top: 0;bottom: 0;width: 8px;height: 8px;border-top: solid 1px rgba(255,255,255,.5);position: absolute;border-right: solid 1px rgba(255,255,255,.5);margin:auto;transform: rotate(45deg);transition: all .5s;}
#footer dl dt.on a::after{transform: rotate(135deg);}
#footer dl dd{padding: 0 0 10px;display: none;}
#footer dl dd p{line-height: 26px;}
#footer dl dd p a{color: rgba(255,255,255,.8);font-size: 14px;position: relative;display: block;padding-left: 12px;}
#footer dl dd p a:before{content: '';display: block;position: absolute;width: 3px;height: 3px;background-color: rgba(255,255,255,.3);top: 0;bottom: 0;left: 0;margin:auto;}


#footer .con{text-align: center;margin-top: 40px;margin-bottom: 20px;}
#footer .con .t-con{border-left: solid 2px #01a5be;padding-left: 25px;}
#footer .con .h3{color: #fff;font-size: 14px;line-height: 100%;}
#footer .con .h1{font-size: 36px;color: #fff;font-family: 'ultramagnetic';font-weight: bold;line-height: 100%;margin: 15px 0;}
#footer .con .h2{color: rgba(255,255,255,.5);font-size: 14px;line-height: 100%;}
#footer .con .add{margin-top: 30px;color: rgba(255,255,255,.5);margin-bottom: 30px;}


#footer .gz{width: 60%;margin:0 auto;}
#footer .gz ul{margin:0 -10px;}
#footer .gz li{width: 100%;display: inline-block;vertical-align: top;padding:0 10px;text-align: center;color: #fff;}
#footer .gz li img{}
#footer .gz li p{padding: 5px 0;}


.foot-bottom{font-size: 13px;color: #fff;border-top: solid 1px rgba(255,255,255,.1);text-align: center;margin-bottom: 58px;padding: 15px 0;}
.foot-bottom a{color: #fff;}

#links{background-color: #0174d7;padding-top: 10px;margin-bottom: 25px;}
#links .tit{color: #fff;font-size: 12px;line-height: 100%;margin-bottom: 5px;}
#links .lists{font-size: 0;line-height: 100%;}
#links .lists a{color: rgba(255,255,255,.8);font-size: 13px;margin-right: 25px;line-height: 24px;}



.cloudzoom-zoom-inside{border:solid 1px #ddd;}
.cloudzoom-lens{border:3px solid #888;width:100px;height:100px;box-shadow:0 0 10px rgba(0,0,0,.4);cursor:crosshair;background:#fff;z-index:10}
.cloudzoom-zoom{border:1px solid #888;width:500px;height:200px;box-shadow:0 0 10px rgba(0,0,0,.4)}
.cloudzoom-zoom-inside{border:none;box-shadow:none}
.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:700;padding:10px;font-family:sans-serif;font-size:11px}
.cloudzoom-blank{background-image:url(../images/blank.png)}
.cloudzoom-ajax-loader{background-image:url(../images/loading.gif);width:32px;height:32px}



.postion{line-height: 55px;border-bottom: solid 1px #ddd;position: relative;}
.postion span{font-size: 16px;font-weight: bold;}
.postion .subnav{position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff;margin-top: 1px;display: none;z-index: 999;}
.postion .subnav li{border-bottom: solid 1px #ddd;line-height: 50px;font-size: 15px;}
.postion .subnav li a{padding: 0 1%;display: block;}
.postion .child-btn{display: block;width: 30px;height: 30px;position: absolute;top: 0;bottom: 0;margin:auto;right: 2%;cursor: pointer;}
.postion .child-btn::after{content: '';display: block;width: 10px;height: 10px;border-top: solid 2px #333;border-right: solid 2px #333;position: absolute;top: 0;bottom: 0;margin:auto;right: 0;left: 0;transform: rotate(45deg);margin-left: 5px;}



.prodes{line-height: 24px;color: #777;margin-bottom: 15px;font-size: 14px;}

.shop{padding: 20px 0;}
.shop ul{margin:0 -5px;}
.shop ul li{width: 50%;margin-bottom: 10px;padding: 0 5px;}

.shop ul li a{display: block;border: solid 1px #e9e9e9;background-color: #fff;position: relative;position: relative;transition: all .5s;height: 100%;}

.shop ul li a .text{padding: 10px;font-size: 13px;color: #868686;}
.shop ul li a p{font-size: 14px;width: 100%;color: #333;line-height: 100%;margin-bottom: 7px;}
.shop ul li a:hover .h3{color: #0174d7;}
.shop ul li a:hover{z-index: 10;box-shadow: 0 0 15px rgba(0,0,0,.2);}
.shop ul li a::after{content: '';display: block;border:solid 2px #0174d7;position: absolute;left: -1px;top: 0;right: -1px;bottom: 0;opacity: 0;transition: all .5s;}
.shop ul li a:hover::after{opacity: 1;}


.pages-down{margin: 20px 0;}
.pages-down ul {margin:0 -5px;}
.pages-down ul li{margin-bottom: 20px;width:100%;padding: 0 5px;}
.pages-down ul li .box{border:solid 1px #ddd;display: block;height: 100%;}
.pages-down ul li .box:hover{border-color: #0174d7}
.pages-down ul li img{width: 100%;}
.pages-down ul li .h3{font-size: 15px;padding: 0 0 6px;line-height: 25px;margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pages-down ul li .introl{font-size: 12px;color: #666;line-height: 24px;margin-bottom: 20px;}
.pages-down ul li .more{display: block;width: 50%;line-height: 32px;font-size: 15px;text-align: center;background-color: #0174d7;color: #fff;}
.pages-down ul li .zx{display: block;width: 50%;line-height: 32px;font-size: 15px;text-align: center;background-color: #888;color: #fff;}
.pages-down ul li .text{padding: 20px;}
.pages-down ul li .box:hover .h3 a{color: #0174d7}
.pages-down ul li .box:hover .more{color: #fff;background-color: #0174d7;}

.pages-down ul li .btn a i{margin-right: 5px;}


#page{margin-bottom: 20px;text-align: center;margin-top: 20px;color: #666;}
#page a,#page span{color: #666;}

#shopshow .tit{font-size: 17px;font-weight: bold;line-height: 30px;padding: 10px 0;}
.bigImg{border:solid 1px #ddd;}

.tabstit{margin-top: 10px;border-bottom:solid 1px #ddd;border-right: none;}
.tabstit li{float: left;margin-right: 3px;width: auto;}
.tabstit li a{padding: 0 20px;line-height: 40px;font-size: 16px;background-color: #f5f5f5;display: block;border:solid 1px #ddd;border-bottom: none;font-weight: bold;}
.tabstit li a i{margin-right: 10px;}
.tabstit li.active{position: relative;margin-bottom: -1px;}
.tabstit li.active a{background-color: #fff;border-top: solid 2px #0174d7;}


#shopshow .content{line-height: 2;font-size: 15px;color: #333;padding: 15px 0;overflow: hidden;}


#shopshow .content .shct{font-size: 26px;color: #111;margin-bottom: 10px;}
#shopshow .content table img{height: 300px;display: block;margin:0 auto;}
#shopshow .content .tablebox{overflow-x: auto;width: 100%;padding-bottom: 14px;}
#shopshow .content table{border-collapse: collapse;}

#shopshow .content table td{padding: 5px 10px;}
#shopshow .content table tr:nth-child(1) td{white-space: nowrap;}
#shopshow .content .tits{font-size: 20px;font-weight: bold;margin:10px 0;background-color: #f8f8f8;padding: 10px;color: #0174d7;}
#shopshow .content .tits::before{content: '';display: inline-block;width: 3px;height: 19px;background-color:#0174d7; vertical-align: middle;margin-right: 15px;}



.pagelinks{border-top: solid 1px #ddd;border-bottom: solid 1px #ddd;padding: 10px 0;line-height: 24px;font-size: 14px;}

.hot-product{border-bottom: solid 1px #ddd;}
.hot-product h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.hot-product ul{margin:0 -4px;}
.hot-product ul li{width: 50%;padding: 0 4px;}
.hot-product ul li img{border:solid 1px #ddd;width: 100%;}
.hot-product ul li p{font-size: 13px;padding: 15px 0;text-align: center;}


.tj-news{margin-bottom: 30px;}
.tj-news h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.tj-news ul li{line-height: 30px;font-size: 14px;}
.tj-news ul li span{color: #999;}


.p-factory{padding: 2% 0;}
.p-factory ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-factory ul li{width: 50%;float: left;padding: 0 5px;}
.p-factory ul li img{border:solid 1px #ddd;}
.p-factory ul li .h3{padding: 13px 0;text-align: center;font-size: 13px;}



.p-honor{padding: 2% 0;}
.p-honor ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-honor ul li{width: 100%;float: left;padding: 0 5px;}
.p-honor ul li .h3{padding: 13px 0;text-align: center;font-size: 13px;}

.Equipment{overflow: hidden;padding: 2% 0;}
.Equipment .container{overflow-x: auto;}
.Equipment .container td{text-overflow: ellipsis;white-space: nowrap;}

.p-partner{}
.p-partner ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-partner ul li{width: 50%;float: left;padding: 0 5px;}
.p-partner ul li img{border:solid 1px #ddd;width: 100%;}
.p-partner ul li .h3{padding: 12px 0;text-align: center;font-size: 13px;}

.picshow{padding: 2% 0;overflow: hidden;color: #666;line-height: 2;font-size: 13px;}
.picshow .t{font-size: 20px;font-weight: bold;text-align: center;margin-bottom: 5px;}
.picshow .time{font-size: 13px;color: #666;text-align: center;padding: 5px 0;border-bottom: solid 1px #ddd;}
.picshow .content{padding: 20px 0;line-height: 2;}
.picshow .content li{margin-bottom: 10px;}
.picshow .content img{margin-bottom: 10px;width: 100%;}



.tablebox{overflow-x: auto;width: 100%;}
#shopshow table{border-collapse:collapse;width: 100%;}
#shopshow table th,#shopshow table td{white-space: nowrap;}
#shopshow table,#shopshow tr,#shopshow td{border: 1px solid #ccc;}
#shopshow tbody td{}
#shopshow table thead{text-align: center;background: -webkit-gradient(linear, right top, left top, from(#77cabe), to(#42c7f2));background: linear-gradient(to left, #77cabe 0%, #42c7f2 100%);}
#shopshow table thead td{font-size: 18px;color: #fff;padding: 5px 15px;white-space: nowrap;}
#shopshow table tbody td{font-size: 13px;color: #666;}
#shopshow table td{line-height: 1.8;padding: 5px 15px;text-align: center;}
#shopshow table tbody tr td:first-child{text-align: center;}
#shopshow table tbody tr:nth-child(2n) td{background-color: #f5f5f5;}


.xtzc h3{display: inline-block;background-color: #0174d7;color: #fff;padding: 5px 15px;border-top-left-radius: 10px;font-size: 18px;}
.xtzc .img{border:solid 1px #ddd;}

.yjbj{display: inline-block;background-color: #0174d7;color: #fff;padding: 5px 15px;border-top-left-radius: 10px;margin: 0!important;font-size: 18px;}


.ydfx{width: 100%;height: 100%;border:solid 1px #ddd;}
.ydfx li{width: 33.33%;background-color: #f7f7f7;height: 45px;line-height: 45px;text-align: center;}
.ydfx li:nth-child(2n){background-color: #fff;}


.xh-tags{margin: 0 -10px;}
.xh-tags li{background-color: #666;color: #fff;padding: 0 15px;margin: 0 5px;}

.cptx dl dt{font-size: 20px;font-weight: bold;}



.page-contact{padding-bottom: 30px;}

.tiptit{font-size: 20px;color: #333;padding-bottom: 20px;}
.page-contact .tiptit {text-align: center;}
.page-contact .tiptit h1{margin-bottom: 10px;line-height: 100%;font-size: 24px;}
.page-contact .tiptit p{line-height: 25px;margin-bottom: 10px;font-size: 13px;}
.page-contact .con-top {margin-bottom: 10px;}
.page-contact .con-top dl{width: 100%;border: solid 1px #ddd;padding: 20px;background-color: #f9f9f9;margin-bottom: 5px;}
.page-contact .con-top dl dt{text-align: center;margin-right: 20px;}
.page-contact .con-top dl dt i{font-size: 36px;color: #0174d7;border-radius: 50%;display: block;}
.page-contact .con-top dl dd{}
.page-contact .con-top dl dd p{font-size: 14px;color: #444;line-height: 25px;}
.page-contact .con-top dl dd h3{font-size: 18px;margin-bottom: 5px;}


.page-contact .allmap{height: 500px;border:solid 1px #ddd;overflow: hidden;}
.page-contact #allmap{height: 500px;}



.newshow{padding: 2% 0;overflow: hidden;}
.newshow .t{font-size: 20px;text-align: center;margin-bottom: 5px;}
.newshow .time{font-size: 13px;color: #666;text-align: center;padding: 5px 0;border-bottom: solid 1px #ddd;}
.newshow .content{padding: 20px 0;line-height: 2;font-size: 13px;color: #666;}
.newshow .content li{margin-bottom: 10px;}
.newshow .content img{margin-bottom: 10px;width: 100%;}


.unit01{text-align:center;}
.unit01 h2{font-size:26px;color:#333;}

.unit_nav{height:68px;background:url(../images/his_bg.jpg) repeat-x;text-align:center;line-height:68px;}
.unit_nav em{padding:10px 1px;width:1px;background:url(../images/s2.jpg) no-repeat center;}
.unit_nav a{ display:inline-table;color:#333;font-size:13px; text-decoration:none;width: 25%;}
.unit_nav a:hover,.unit_nav a.cur{background:url(../images/h_nav_b.jpg) no-repeat center bottom;color:#0D5CC1;}

.pages-about{line-height: 2;font-size: 16px;color: #555;overflow: hidden;}
.pages .about-top h1{font-size: 40px;color: #222;margin-bottom: 30px;line-height: 100%;}
.pages .about-top h4{font-size: 24px;color: #0174d7;margin-bottom: 20px;line-height: 100%;}
.pages .about-top h5{font-size: 20px;color: #0174d7;margin-bottom: 10px;line-height: 100%;}
.pages .about-top h6{font-size: 18px;color: #333;margin-bottom: 10px;line-height: 100%;}
.pages .about-top .sub{padding-left: 30px;}
.pages .about-top .list{font-size: 17px;color: #444;line-height: 2;}
.pages table{border-collapse:collapse;width: 100%;margin-bottom: 70px;}
.pages tbody td{border-bottom: 1px solid #ccc;}
.pages table thead{text-align: center;background: -webkit-gradient(linear, right top, left top, from(#77cabe), to(#42c7f2));background: linear-gradient(to left, #77cabe 0%, #42c7f2 100%);}
.pages table thead td{font-size: 20px;white-space: nowrap;color: #fff;padding: 20px 0}
.pages table tbody td{font-size: 15px;color: #666;}
.pages table td{padding: 20px 2%;line-height: 1.8;}
.pages table tbody tr td:first-child{text-align: center;}
.pages .ys{padding: 70px 0;background-color: #f8f8f8;margin-bottom: 70px;width: 1920px;left: 50%;margin-left: -960px;position: relative;}
.pages .td em{background: #0174d7;color: #fff;padding: 4px 10px;margin-right: 10px;}

.pages-about{line-height: 2;font-size: 16px;color: #555;overflow: hidden;}
.pages-about .about-top{}
.pages-about .about-top .img{margin-bottom: 20px;}
.pages-about .about-top .left{}
.pages-about .about-top h1{font-size: 25px;color: #222;margin-bottom: 20px;line-height: 100%;}
.pages-about .about-top p{font-size: 13px;margin-bottom: 20px;line-height: 20px;}
.pages-about .about-top h3{font-size: 24px;color: #222;margin-bottom: 25px;}
.pages-about .about-top .list{font-size: 15px;color: #444;line-height: 28px;}

.pages-about .about-top ul{margin: 0 -4px;}
.pages-about .about-top ul li{width: 50%;padding: 0 4px;margin-bottom: 10px;}
.pages-about .about-top ul li a{display: block;background-color: #0174d7;color: #fff;line-height: 40px;text-align: center;}
.pages-about .about-top ul li a:hover{background-color: #333;}

.pages-about .about-top .right .img{position: relative;padding: 30px 30px 0 0}
.pages-about .about-top .right .img img{position: relative;z-index: 20;}
.pages-about .about-top .right .img::after{content: '';display: block;position: absolute;background-color: #0174d7;top: 0;right: 0;width: 500px;height: 500px;}


.sl{background: url(../images/slbg.jpg) no-repeat center;color: #fff;padding: 40px 0;}
.sl .des{text-align: center;font-size: 13px;}
.sl .tit h1{color: #fff;}
.sl .tit p{color: #fff;}


.pages-about .number{position: relative;}

.pages-about .number > div{position: relative;z-index: 20;}
.pages-about .number dl{position: relative;width: 50%;padding: 0 5px;text-align: center;margin-bottom: 15px;}

.pages-about .number dl dt{margin-bottom: 10px;}
.pages-about .number dl dt h1{font-size: 35px;color: #fff;line-height: 100%;font-family: Montserrat;margin-right: 5px;}
.pages-about .number dl dt em{display: block;width: 22px;height: 22px;border-radius: 90px;background-color: #0174d7;color: #fff;font-style: normal;line-height: 22px;text-align: center;}
.pages-about .number dl dd{font-size: 15px;color: #fff;line-height: 25px;}

.pages-about .fencai {overflow: hidden;margin-bottom: 50px;}
.pages-about .fencai li p{text-align: center;padding-top: 15px;}





.relation-news{}
.relation-news h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.relation-news ul li{line-height: 30px;font-size: 14px;}
.relation-news ul li span{color: #999;}



.rela{padding-top: 20px;}
.rela .h1{font-size:18px;line-height: 100%;font-weight: bold;margin-bottom: 20px;}
.rela .list ul{margin:0 -3px;}
.rela .list ul li{width: 50%;margin-bottom: 10px;padding: 0 3px;}
.rela .list ul li a{display: block;border:solid 1px #e5e5e5;position: relative;}

.rela .list ul li img{width: 100%;}
.rela .list ul li .text{padding: 15px 10px;line-height: 24px;font-size: 14px;color: #666;}
.rela .list ul li p{font-size: 17px;color: #303030;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 5px;line-height: 100%;}
.rela .list ul li a:hover p{color: #0174d7;}


.pnews{padding: 2% 0;}
.pnews li {margin-bottom: 10px;padding-bottom: 10px;border-bottom: solid 1px #eee;}
.pnews li .img img{width: 100%;}
.pnews li .text{padding: 10px 0 0;}
.pnews li .text .h1{font-size: 18px;white-space: nowrap;overflow: hidden;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.pnews li .text .clicks{font-size: 14px;color: #666;padding: 5px 0;}
.pnews li .text .des {font-size: 13px;color: #777;line-height: 22px;color: #666;}

.pages-service{padding: 20px 0  0;}
.pages-service .servtop{padding-bottom: 20px;font-size: 15px;color: #666;line-height: 2;}
.pages-service .servtop .p{margin-bottom: 20px;}
.pages-service .servtop .tit .en{font-size: 30px;line-height: 100%;}
.pages-service .servtop .tit h3{font-size: 26px;line-height: 100%;color: #0174d7;margin:10px 0 30px;font-weight: bold;}
.pages-service .servtop .p .img{overflow: hidden;}
.pages-service .servtop .p .img img{transition: all .5s;width: 100%;}
.pages-service .servtop .p:hover .img img{transform: scale(1.1);}
.pages-service .servtop .p .text{padding-top: 20px;}
.pages-service .servtop .p .text h4{font-size: 20px;color: #0174d7;line-height: 100%;margin-bottom: 10px;font-weight: bold;}

#contact .mapt{font-size: 26px;font-weight: bold;margin-bottom: 25px;color: #333;}
.allmap{height: 400px;overflow: hidden;}
#allmap{height: 450px;}

.procedure h3{margin:56px auto 42px auto;color:#0174d7;font-size:30px;text-align:center;}
.procedure p{font-size:17px;color:#fff;background:#0174d7;width:240px;text-align:center;font-weight:600;}
.pb_left p:first-child{padding:13px 33px;width:-webkit-calc(240px - 66px);width:calc(240px - 66px);height:inherit;text-align:left;}
.pb_left p:first-child{padding:13px 33px;width:-webkit-calc(240px);width:calc(240px);height:inherit;text-align:left;}
.pb_right{margin-left:118px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.procedure p{font-size:17px;color:#fff;background:#0174d7;height:70px;width:240px;text-align:center;padding:20px;font-weight:600;}
.pb_right_stand p:first-child{line-height:20px;text-align:left;text-align:center;}
.pb_right_stand{margin:0 48px;}
.procedure .center img{margin-left:112px;}
.pt_three{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.procedure_center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.procedure .center2 img{margin-left:448px;}
.procedure_bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:84px;}
.pt_three_center span{color:#333;font-size:18px;text-align:center;display:block;margin-bottom:5px;font-weight:600;}
.p-jobs-list {padding: 10px 0;}
.h_zp{height: 50px;line-height: 50px;background-color: #8b8c91;overflow: hidden;}
.p-jobs-list li.wow{overflow: hidden;border:none;}
.p-jobs-list .h_zp div{width: 16.6666%;float: left;text-align: center;color: #fff;font-size: 15px;font-weight: bold;}
.p-jobs-list li.wow .deta{background-color: #fbfbfb;}

.job-title{background-color: #f5f5f5;margin-top: 5px;cursor: pointer;overflow: hidden;}


.job-title.active{background-color: #0174d7;}
.p-jobs-list .h_zp.job-title div{color: #666;font-weight: normal;white-space: nowrap;}
.p-jobs-list .job-title.active div{color: #fff;}

.p-jobs-list .tdata .box{padding: 5px 0;font-size: 13px;color: #666;line-height: 2;}
.p-jobs-list .tdata .box span{font-size: 15px;color: #333;margin-bottom: 5px;display: block;}
.p-jobs-list .tdata .box a.a_134{display: block;width: 100px;line-height: 40px;color: #fff;background-color: #0174d7;text-align: center;}
.p-jobs-list .tdata .box a.a_134:hover{background-color: #ff574a;}

.p-jobs-list li{display: none;}
.p-jobs-list .job-title #lermore1{background: url(../images/jrwm1.png) no-repeat center center;height: 100%;}
.p-jobs-list .job-title.active #lermore1{background: url(../images/jrwm1_h.png) no-repeat center center;}


.pages-about{color: #666;line-height: 2;}
.pages-about .introl{margin-bottom: 20px;}
.pages-about .introl h4{font:26px "Microsoft Yahei";font-weight:bold;color:#222;padding-bottom:10px;line-height:40px;margin:0px;margin-top: 00px;}
.pages-about .introl h4 em{font:26px "Times New Roman",Times,serif;color:#0174d7;text-transform:uppercase;padding-left:10px;display: block;}
.pages-about .introl h4 span{display:block;font:15px "Microsoft Yahei";color:#222;}


.paboutintrol{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.pades{font-size: 14px;}
.pages-about h2{font-size: 30px;font-weight: 200;}
.video{}
.pages-about table{border-collapse: collapse;}
.pages-about table,.pages-about th,.pages-about td{border:solid 1px #ddd;}

#shopshow .content>.flex:nth-child(1){display: block;}
#shopshow .content  .img{border:solid 1px #eee;width: 100%;margin-bottom: 20px;}

#shopshow .content .ms{width: 100%;}
#shopshow .content .ms .li{border-bottom: dashed 1px #ccc;margin-bottom: 13px;width: 100%;}
#shopshow .content .ms .li span{background: url(../images/790300a455e94a9ab7fd4183925b9243_4.png) no-repeat;width: 77px;height: 33px;display: block;text-align: center;color: #fff;margin-right: 15px;line-height: 33px;    flex-shrink: 0;}
#shopshow .content .ms .li div{width: 310px;}

#shopshow .content .ms ul{margin: 0 -15px;flex-wrap: wrap;}
#shopshow .content .ms ul li{padding: 0 15px;text-align: center;width: 50%;margin-bottom: 10px;}
#shopshow .content .ms ul li i{font-size: 16px;display: block;}
#shopshow .content .ms ul li img{width: 80px;}
#shopshow .content .ms ul li .yc{display: none;}
#shopshow .content .ms ul li:hover .yc{display: block;}
#shopshow .content .ms ul li:hover .xs{display: none;}
#shopshow .content .ms ul li:hover i{color: #0174d7}





#shopshow .content .tedian{margin:0 -4px;}
#shopshow .content .tedian li{width: 50%;padding: 0 4px;margin-bottom: 20px;}
#shopshow .content .tedian li .box{border:solid 1px #ddd;height: 100%;text-align: center;padding: 20px;}
#shopshow .content .tedian li .box span{display: block;}
#shopshow .content .tedian li .box em{display: block;font-size: 20px;font-weight: bold;}
#shopshow .content .tedian li .box em::after{content: '';display: block;width: 20px;height: 3px;background-color: #0174d7;margin:10px auto;}
#shopshow .content .tedian li img{width: 60px;}



.pages-ly{padding:30px 0;}
.pages-ly .tit{background-color: #0174d7;color:#fff;display: inline-block;font-size: 20px;padding: 10px 20px;}
.pages-ly .list{border:solid 1px #ddd;padding: 20px;background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom;overflow: hidden;}
.pages-ly .list .row{color: #666;font-size: 13px;}
.pages-ly .list .inputs{margin-bottom: 10px;}
.pages-ly .list .inputs b{display: block;width: 110px;font-weight: normal;margin-bottom: 5px;}
.pages-ly .list input[type="text"]{border:solid 1px #ddd;padding: 10px;width: 100%;}
.pages-ly .list textarea{border:solid 1px #ddd;padding: 10px;width: 100%;height: 120px;}
.pages-ly .list input[type="submit"]{border:none;background-color: #0174d7;color: #fff;padding: 10px 35px;font-size: 18px;cursor: pointer;}

