﻿@charset "utf-8";

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;display: block;_height: 1px;clear: both;}
.fl {float: left;}
.fr {float: right;}

.w86{ width:86%; margin:0 auto;}

.music{ display:none;}






/*案例页面*/
.caselist{ overflow:hidden; padding:10px 10px 0 10px; background:#f9f9f9;}
.portfolio {  width:25%; float:left; position:relative; overflow:hidden;   
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.portfolio a{ display:block;  padding:10px;}
.portfolio img { display:block; width:100%;}
.img_box { overflow:hidden;}
.img_box a { display:block;}
.portfolio .label { line-height:normal; padding:15px 20px 0; position:relative; z-index:100; font-size:14px;}
.sort_design { text-transform:uppercase; color:#555; line-height:2;}
.case_name { display:block;  font-size:18px; color:#555; line-height:24px; height:24px; overflow:hidden; margin:5px 0 10px; text-align:center;}
.case_info { text-transform:capitalize; line-height:2; color:#333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden;}
 /*.portfolio:hover { background:#e50012;}
.portfolio:hover .sort_design{ color:#ffffff;}
.portfolio:hover .case_name{ color:#ffffff;}
.portfolio:hover .case_info{ color:#ffffff;}*/
/*案例页面*/

/*分页*/
.page_list {display: flex;justify-content: center;margin: 50px 0;}
.page_list span,.page_list a {display: flex;align-items: center;float: left;justify-content: center;margin: 0 5px;padding:5px 10px;border-radius: 4px;border: 1px solid #ccc;color: #999;transition: all.3s linear;-webkit-transition: all.3s linear;-o-transition: all.3s linear;}
.page_list a:hover {background-color: rgb(229, 0, 18);border: 1px solid rgb(229, 0, 18);color: #fff;}
.page_list span {background-color: rgb(229, 0, 18);border: 1px solid rgb(229, 0, 18);color: #fff;}
.page_list a.prev{ position:relative; padding-left:20px;}
.page_list a.next{ position:relative; padding-right:20px;}
.page_list a.prev:before { position:absolute; content: '';display: block;left:10px;width: 6px; margin-top:-3px;top: 50%;height: 6px;border: solid #ccc;border-width: 1px 1px 0 0;-webkit-transform: rotate(-135deg);transition: all .3s linear;}
.page_list a.next:before { position:absolute; content: '';display: block;right:10px;width: 6px; margin-top:-3px;top: 50%;height: 6px;border: solid #ccc;border-width: 1px 1px 0 0;-webkit-transform: rotate(45deg);transition: all .3s linear;}
.page_list a:hover:before {border: solid #fff;border-width: 1px 1px 0 0;}
/*分页*/

/*案例内容页面*/
.caseinfo{ margin:50px 0; overflow:hidden; padding:50px; background:#f6f6f6;}
.caseinfo h1{ font-size:30px; color:#000000; font-weight:normal;}
.caseinfo .badges{ margin:20px 0 40px 0;}
.caseinfo .badges span { color:#ffffff; display: inline-block; padding: 0px 10px; height: 32px; line-height: 32px; background-color: rgba(229,0,18,1); margin-right: 5px; margin-bottom:10px;}

.infomain{ overflow:hidden; position:relative; }

.casetxt{ padding-right:350px; margin:20px 0 0 0; }
.casetxt h3{ font-size:18px; font-weight:normal; color:#000000;}
.casetxt .casedesc{ font-size:16px; color:#666666; margin:10px 0;}

.casetxt .case_server{ overflow:hidden; margin-top:10px; }
.casetxt .case_server span{ line-height:34px; font-size:14px; padding:0 30px; border-radius:18px; float:left; border: 1px solid #dcdcdc; margin-right:20px; cursor:pointer;}
.casetxt .case_server span:hover{ color:#e62022; border-color:#e62022;}

.casebtn{ position:absolute; right:0; top:50%; margin-top:-45px;}
.casebtn a{ width:200px; height:40px; border-radius:20px; text-align:center; font-size:16px; display:block; }
.casebtn a.weburl{ background:#e62022; color:#ffffff; line-height:40px;}
.casebtn a.baojia{border: 1px solid #dcdcdc; line-height:38px; color:#666666; margin-top:10px;}


.content{ font-size:16px; color:#2e2e2e;}
.content img{ max-width:100%; height:auto !important; width:auto !important;}

.case-link{ margin:50px 0; text-align: center;}
.case-link a{ display:block; background:#e50012; font-size:20px; text-align:center; line-height:50px; width:180px; margin:0 auto; color: #ffffff; text-decoration: none; transition: linear all .2s;}
.case-link a:hover{ background:#201f29;}
/*案例内容页面*/


/*新闻列表*/
.newswidth{ width:100%; max-width:1500px; margin:0 auto;}
.viewpoint_list{ margin:50px 0 0 0; overflow:hidden;}
.dtit2{ padding:3% 0 2% 0 !important;}
.viewpoint_list2{ margin:0 0 2% 0 !important;}

.viewpoint_list li.img{height:240px; }
.viewpoint_list li.img .tu{ width:100%; overflow:hidden; height:210px;-webkit-box-shadow:0 0 20px -3px #aaa;-moz-box-shadow:0 0 20px -3px #aaa;box-shadow:0 0 20px -3px #aaa;}
.viewpoint_list li.img img{ display:block; width:100%;}
.viewpoint_list li {float:left; width:25%; position:relative; padding:15px; }
.viewpoint_list li a {display:block;color:#000; height:210px;}
.viewpoint_info{ background:#fff; padding:30px; overflow:hidden; text-align:center; position:relative;}
.viewpoint_info h5{ font-weight:normal; font-size:18px; line-height:28px; height:28px; overflow:hidden;}
.viewpoint_des{ height:50px; margin-top:20px;font-size:14px;line-height:1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.viewpoint_list li a {-webkit-box-shadow:0 0 20px -3px #aaa;-moz-box-shadow:0 0 20px -3px #aaa;box-shadow:0 0 20px -3px #aaa;}
.viewpoint_date{ padding:15px 30px; background:#f9f9f9; font-size:16px; line-height:normal; color:#929292; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease;}
.viewpoint_list li a:hover .viewpoint_date { background-color:#32303e; color:#fff;}
/*新闻列表*/


/*新闻详情*/

.newsbj{ background:#f2f2f2; overflow:hidden;}

.newsshow{ margin:50px auto; width:80%; overflow:hidden;}

.nleft{ width:73%; background:#ffffff; padding:30px 60px; float:left;}
.nstit{ color:#282828; font-size:32px; font-weight:normal; text-align:center; margin-bottom:15px;}
.nstit2{ margin-top:30px; }

.parameter{ text-align:center; color:#8f8e8e; font-size:14px; margin-bottom:35px; border-bottom:1px solid #dcdcdc; padding-bottom:10px;}
.parameter span{ margin:0 10px;}


.showtxt{ min-height: 300px; margin:40px 0; color:#3d3d3d; font-size:16px; line-height:1.8; overflow:hidden;}
.showtxt img{ max-width:100%; height:auto!important; margin:20px auto; display:block;}
.showtxt a{ color:#f73131; }
.showtxt strong{font-weight: normal; }
.showtxt a:hover{ text-decoration:underline;}

.nspage{ border-bottom:1px solid #eeeeee; border-top:1px solid #eeeeee; margin-top:25px; overflow:hidden; }
.nspage div{ width:50%; line-height:24px; padding:12px 10px; color:#000; font-size:14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.nspage div.fl{ float:left; border-right:1px solid #eeeeee;}
.nspage div.fr{ float:right; text-align:right;}
.nspage div a:hover{color:#E50012;}

.nright{ width:25%; float:right;}
.nkuai{ background:#ffffff; padding:30px; margin-bottom:30px;}
.nkuai h3{ color:#2d2d2d; font-size:24px; margin-bottom:10px;}

.picturelist{ overflow:hidden; }
.picturelist li{ float:left; width:100%; overflow:hidden;  border-bottom:1px dashed #dcdcdc;}
.picturelist li .pictitle{ font-size:14px; position:relative; padding-left:10px; }
.picturelist li .pictitle:after{ content:""; width:3px; height:3px; background:#E50012; left:0; top:50%; margin-top:-2px; position:absolute;}
.picturelist li .pictitle a{display: block;line-height:42px;   text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.picturelist li .pictitle:hover a{color: #E50012; }

.hotkey{ overflow:hidden;}
.hotkey a{ font-size:14px;  margin:8px 3px 0 3px;    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #6d6d6a;
    padding: 2px 8px; float:left;
    display: block;}
.hotkey a:hover{ color:#E50012; border-color:#E50012;}
/*新闻详情*/


/*关于我们*/
.huibg{width: 100%; background: #eaeaea; }

.dtit{padding:4% 0; text-align: center;}
.dtit span{font-size: 40px; color: #161616; display: block;}
.dtit p{font-size: 15px; color: #888888; margin-top:5px;}
.dtit.bai span, .dtit.bai p{color: #fff}

.abwhat{/*width: 100%;*/display: table; padding-bottom:8%; overflow: hidden;}
.abwhat li{float: left; width: 17%; text-align: center; color: #000000;
 margin: 0 1.5%;}
.abwhat li span{font-size: 18px; display: block;}
.abwhat li i{display: block;width: 65px; height: 61px; margin:4% auto}
.abwhat li i.i1{background: url(../images/syfw1.png) no-repeat center center;}

.abwhobg{background: url(../images/abwho-bg.jpg) no-repeat center center;
background-size: cover; padding-bottom: 4%}
.abwho{width: 65%; margin-top: -5%; background:#fff; padding: 5%;}
.abwho .dtit{text-align: right; padding-top: 0}
.abwho .dtit p{padding-right: 20px}
.abwho p{color: #666565; line-height: 2; margin-bottom: 4%}
.abwho strong{color: #3d3d3d; font-size: 30px;}

.strength{padding: 5% 0;/*width: 100%;*/}
.strength .item{position: relative;display: block;float: left;
	width: 25%;*width: 25%;text-align: center; }
.strength .item1{-webkit-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
.strength .item2{-webkit-transition: 0.3s 0.5s ease;-o-transition: 0.3s 0.5s ease;transition: 0.3s 0.5s ease;}
.strength .item3{-webkit-transition: 0.6s 0.5s ease;-o-transition: 0.6s 0.5s ease;transition: 0.6s 0.5s ease;}
.strength .item4{-webkit-transition: 0.9s 0.5s ease;-o-transition: 0.9s 0.5s ease;transition: 0.9s 0.5s ease;}
.strength .show .item{opacity: 1;filter:alpha(opacity=100);}
.strength .item .num{position: relative;display: inline-block;line-height: 1;
	font-size: 0; margin-left: -30px;}
.strength .item .num.year-num{margin-left: 0}
.strength .item .num .num-item{display: inline-block;*display: inline;*zoom:1; font-style: italic;
height: 80px;color: #181818;font-size: 80px;margin-left: -5px; overflow: hidden;}
.strength .item .num .num-item span{display: block;height: 80px;padding: 0 1px; font-family:Arial;}
.strength .item p{color: #313131;margin-top: 20px;}
.strength .item .num .jia{display: inline-block; font-size: 80px;color: #181818;font-style: italic;
position: absolute; top: -5px; }

.content2{ padding-bottom:4%;}

.abxia{width: 100%; position: relative; overflow: hidden; padding-bottom:2%; }
.abxiaz{width: 56%;background: #fff; padding: 4% 0;}
.abxiaz>div{width: 60%; margin: 0 auto}
.abxiaz .dtit{text-align: left;}
.abxiaz p{color: #636363; line-height: 2; margin-bottom: 4%}
.abxiaz b{display: block; color: #303030; font-size: 22px;}
.abxiay{position: absolute;width: 50%; bottom: 0; right: 0;
z-index: 2;}
.abxiay>img{width: 100%}

.celist{ overflow: hidden; padding-bottom:3%; }
.celist li{ float: left; margin:0 1%; width: 18%; border:1px solid #dcdcdc; }
.celist li img{ width: 100%; }


/*关于我们*/

.tagts{ width:100%; padding:10px 0; background:#212121; color:#ffffff; text-align:center; }



.anlicon{ background:#ffffff; overflow:hidden;}
.solutionlist{ overflow:hidden; padding: 0 5%; margin:30px 0;}
.solutionlist li{ float: left; width: 100%; overflow:hidden; margin-bottom: 20px;}
.solutionlist li .snum{ padding:10px 0 0 0; height:150px;  float: left; width: 12%; background:url(../images/xiex.png) no-repeat right top;
color: #e6e6e6; font-size: 90px; font-family: arial; line-height: 1;}
.solutionlist li .scon{ float: right; width: 88%; border-bottom:1px solid #dcdcdc; padding-bottom:20px; }
.solutionlist li .scon h3{ color: #0a0a0a; font-size:28px; font-weight: bold; }
.solutionlist li .scon h3:after {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background: #0166ce;
    margin: 10px 0;
}
.solutionlist li .scon .stxt{ color: #666666; font-size:18px; line-height:1.8; margin-top:20px; }




.newslist{width: 100%; }
.newslist li{background:#f9f9f9; overflow:hidden; float: left;padding:2%;width: 48%; margin: 0 1% 2% 1%; border:1px solid #eeeeee;}
.newslist li .time{color:#555555; text-align: center; margin-top:15px; width:60px; float:left;}
.newslist li .time .d{ font-size:30px; display:block; line-height: 1}
.newslist li .time .y{ display:block; font-size:14px; }
.newslist li .zi{ width: 100%; padding-left:80px; }
.newslist li .zi span{ color:#484848; font-size:16px; margin-bottom: 10px; display: block;
height: 25px; overflow: hidden;} 
.newslist li .zi span i{ display: inline-block; width: 0px; height: 1px; background: #0166ce; vertical-align: middle; }
.newslist li:hover .zi span i{ width: 15px;margin-right: 5px;}
.newslist li:hover .zi span{color: #0166ce }

.newslist li .zi p{ color:#818181; height:40px; overflow: hidden; line-height:20px; }
.newslist li:hover{box-shadow: 0 0 40px #c3c3c3;}



.section {padding: 50px 0;}
.section-title {text-align: center;margin-bottom: 40px;font-size: 33px; }
.section-title2{ margin-top:40px;}
.section-title span {color: #e62022;text-transform: uppercase;}
.section-title strong{font-weight:bold; color:#222;}
.section-title p {font-size: 18px;margin: 5px 0 0;color: #666;}
.section-title-1 {background: url(../images/title_bg.png) repeat-x center -5px;}
.section-title-1 strong {background-color: #fff;padding: 0 30px;display: inline-block;}
.section-title-2:after {content: '';display: block;margin: 15px auto 0;width: 60px;height: 5px;background-color: #e62022;}
.section-sub {padding: 40px 0;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;}

.in-server {margin: -20px 0 0 -20px;}
.in-server li {float: left;width: 16.66%;}
.in-server li a {display: block;border: 1px solid #f4f4f4;margin: 20px 0 0 20px;text-align: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-server li .img-center {height: 105px;line-height: 105px;padding-top: 20px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-server li h4 {margin: 30px 0 10px;font-size: 22px;font-weight: normal;}
.in-server li p {margin: 0 20px 20px;color: #868686;text-align: justify;}
.in-server li span {display: block;line-height: 54px;background-color: #f9f9f9;color: #868686;border-top: 1px solid #f4f4f4;font-size: 16px;}
.in-server li a:hover {box-shadow: 0 0 26px #cacaca;-webkit-transform: translateY(10px);transform: translateY(10px);border-color: #d6d6d6;}
.in-server li a:hover span {background-color: #e62022;color: #fff;}
.in-server li a:hover .img-center {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}


.about-3 {margin: -20px 0 0 -20px;}
.about-3 li {float: left;width: 33.333333%;}
.about-3 li a {display: block;border: 1px solid #eaeaea;padding: 20px;margin: 20px 0 0 20px;}
.about-3 li h4 {font-size: 24px;margin: 0;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#222;}
.about-3 li h4 span{font-size:20px;}
.about-3 li p {margin: 10px 0 0;height: 40px;overflow: hidden;}
.about-3 li a:hover {box-shadow: 0 0 30px #eeeeee;}

.about-3-more {margin-top: 40px;text-align: center;font-size: 0;}
.about-3-more a {display: inline-block;background-color: #e62022;color: #fff;border-radius: 50px;font-size: 22px;line-height: 45px;width: 400px;vertical-align: middle;margin: 0 20px;}
.about-3-more a:last-child {background-color: #000;}

@media screen and (max-width: 1440px) {
.in-server li h4{ font-size:18px;}
.about-3 li h4 {font-size: 20px;}
.about-3 li h4 span{font-size:20px;}


}

@media screen and (max-width: 768px) {
    .section {padding: 30px 0;}
    .section-title {font-size: 20px;margin-bottom: 20px;}
    .section-title2 {margin-top: 20px;}

    .section-title p {font-size: 14px;}
    .section-title-1 {background-size: auto 28px;background-position: center 0;}
    .section-title-1 strong {padding: 0 10px;}
    .section-sub {padding: 30px 0;}

    .in-server li {width: 50%;}
    .in-server li a {border: 0; margin:0; padding:15px;}
    .in-server li span {display: none;}
    .in-server li .img-center {line-height: 50px;height: 50px;padding: 0;}
    .in-server li h4 {font-size: 16px;margin: 10px 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .in-server li p {margin: 0;font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; text-align:center;}

    .about-3 li {width: 100%;}
    .about-3 li a {padding: 15px;}
    .about-3 li h4 {font-size: 16px;}
    .about-3 li h4 span{font-size: 14px;}

    .about-3 li p {height: auto;}

    .about-3-more {margin-top: 20px;}
    .about-3-more a {display: block;margin: 10px 0 0;width: auto;font-size: 16px;line-height: 34px;}

}

.youhua2 li,.youhua2 li i:before,.youhua2 li i:after,.newslist li, .newslist li .zi span i{transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out;}

.keysmain{ background:#ffffff; margin:20px 15px 0 15px; padding:40px; border:1px solid #dcdcdc;  -webkit-box-shadow: 0 0 20px -3px #aaa;
-moz-box-shadow: 0 0 20px -3px #aaa;
box-shadow: 0 0 20px -3px #aaa;}
.keysmain .dtit{ padding:0; }




/*优化页*/

.yhlist{width:100%; margin:0 auto 4% auto; overflow: hidden; }
.yhlist li{width:25%; float:left; text-align: center; padding:0 25px; border-right: 1px solid #dcdcdc; }
.yhlist li:last-child { border-right:0;  }
.yhlist li img{width:100%; display: block; }
.yhlist li h4{ font-size:18px; font-weight: normal; color:#333333; margin:20px 0; }
.yhlist li p{ color:#666666; font-size:14px; line-height:1.8; }


.hdyx{width:100%; overflow:hidden; }
.hdyx li{ float:left; width:25%; }
.hdyx li .hdyx_img{ width:100px; margin:0 auto; }
.hdyx li .hdyx_img img{ display: block; width: 100%; }
.hdyx li p{ font-size:18px; color:#333333; text-align:center; margin:20px 0; }



.youhua2{width: 100%; background:url(../images/youhua2-bg.jpg) no-repeat center center; background-size: cover; padding-bottom: 4%; display: table; overflow: hidden;}
.youhua2 li{width: 48%; margin: 0 1% 2% 1%; background: #fff; padding: 3%; float: left;}
.youhua2 li i{width: 106px; height: 106px; display: block; position: relative; overflow: hidden;}
.youhua2 li i:before, .youhua2 li i:after{content:""; display: block;width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.youhua2 li i:after{transform:translateX(-200px); -webkit-transform:translateX(-200px);-o-transform:translateX(-200px); -ms-transform:translateX(-200px); -moz-transform:translateX(-200px); }
.youhua2 li .zi{width: 100%; padding-left:130px; position: relative;}
.youhua2 li .zi span{font-size: 24px;  color: #1b1b1b; display: block;position: relative; z-index: 1}
.youhua2 li .zi p{font-size: 16px; line-height:25px;  color: #666666; position: relative; z-index: 1; height: 75px; overflow: hidden;}
.youhua2 li:hover{background:#0166ce;}
.youhua2 li:hover .zi span, .youhua2 li:hover .zi p{color: #fff}
.youhua2 li:hover i:before{transform: translateX(200px);-webkit-transform: translateX(200px);-o-transform: translateX(200px); -ms-transform: translateX(200px); -moz-transform: translateX(200px);}
.youhua2 li:hover i:after{transform:none;-webkit-transform:none;-o-transform:none; -ms-transform:none; -moz-transform:none;}

.youhua2 li i.i1:before{background: url(../images/youhua2-i1bg.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i1:after{ background: url(../images/youhua2-i1bgh.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i2:before{background: url(../images/youhua2-i2bg.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i2:after{ background: url(../images/youhua2-i2bgh.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i3:before{background: url(../images/youhua2-i3bg.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i3:after{ background: url(../images/youhua2-i3bgh.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i4:before{background: url(../images/youhua2-i4bg.png) no-repeat center center; background-size:cover;}
.youhua2 li i.i4:after{ background: url(../images/youhua2-i4bgh.png) no-repeat center center; background-size:cover;}




.messagebj{position: fixed;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;z-index: 10000;background-color: #333;background-color: rgba(0,0,0,0.8); display: none;}


.message{position: fixed; height:480px;  top:50%; left:50%; display: block;width:600px;margin:-240px 0 0 -300px;background-color: #fff; display: none; z-index: 10001;  }
.messagebody{ overflow:hidden; }
.messagebody{ overflow:hidden;}
.mclos{ position:absolute; right:20px; top: 20px; cursor: pointer;}
.mclos img{ display: block; }
.messagebody .melist{ padding:20px;}
.messagebody .melist h3{ font-size:24px; color: #333; text-align: center; padding:10px 0 20px 0; }
.messagebody .melist .k{height: 40px; line-height: 40px; border: 1px solid #eeeeee;
padding: 0 10px; margin-bottom: 10px;width: 100%;font-family:'Microsoft YaHei'}
.messagebody .melist .hk{height: 90px; line-height: 26px;font-size:14px; }
.messagebody .melist .ti{margin: 0 auto; display: table;}
.messagebody .melist .b{background:#ccc;font-size: 18px; color: #fff; width:140px; height:38px;
line-height:38px; text-align: center;border-radius:20px;font-family:'Microsoft YaHei';
cursor: pointer; margin-top: 20px;}
.messagebody .melist .b2{background:#0166ce;}
.messagebody .melist .b2:hover{background:#E50012;}
.messagebody .melist .b:hover{background:#0166ce;}

.messagebody .inputs{height:40px; line-height:40px;padding:0 10px; margin-bottom:10px;}
.messagebody .inputs label{ margin-left:10px;}

@media screen and (max-width: 768px) {
	.message{ height:100%; top:0; left:0;  width:100%; margin:0; }
}


.in-ready{ text-align:center; margin:2% 0; }
.in-ready h4{font-size: 24px; font-weight: normal; color:#333333; }
.in-ready .btn { margin: 15px auto; background: url(../images/djwz.jpg) center repeat-x;  width: 900px;}
.in-ready .btn a {
    display: inline-block;
    vertical-align: middle;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    line-height: 55px;
    background-color: #e62022;
    color: #fff;
    width: 350px;
    font-size: 22px;
}
.in-ready p { font-size: 16px; letter-spacing: 5px; text-indent: 5px;}



.numbbox{width: 100%;margin: 0 auto;background: #fff;position: relative;z-index: 200;box-shadow:0 2px 10px #dedede; overflow:hidden;}
.numbli{width: 25%;float: left;text-align: center;box-sizing: border-box;padding-bottom: 15px;border-right: 1px #f3f3f3 solid;margin-top: 15px;}
.numbli p{font-size: 18px;color:#3b3b3b; margin-bottom:6px}
.numbli p span{font-size: 42px;font-family: 'DINPro-Bold';color:#3b3b3b;}
.numbli h3{font-weight: normal;font-size: 17px;margin: 0;color:#3b3b3b;}
.numbbox .numbli:nth-child(2),.numbbox .numbli:last-child{ border:none;}

@media screen and (max-width:1580px){
	.numbli p{font-size: 16px;}
	.numbli p span{font-size: 36px;}
	.numbli h3{font-size: 15px;}
}
@media screen and (max-width:1450px){
	.numbli p{font-size: 15px;}
	.numbli p span{font-size: 30px;}
	.numbli h3{font-size: 14px;}
}

@media screen and (max-width:768px){
	.numbli{width: 50%;}
	.numbli p span{font-size: 24px;}
}



.tmbox{width:100%;overflow: hidden; }
.tmbox ul li{width:49%; height: 210px; float: left; position: relative; margin:0  2% 2% 0; }
.tmbox ul li .tmcont{ padding:20px;}
.tmbox ul li .tmcont h2{font-size: 24px;color: #fff;overflow: hidden;line-height: 55px;}
.tmbox ul li .tmcont h2 img{float: left;margin: 0px 15px 0px 0px;}
.tmbox ul li .tmcont p{font-size: 16px;color: #fff;line-height: 26px;margin-top: 20px;}

@media screen and (max-width:768px){
.tmbox ul li{width:100%; height: auto; float: left; position: relative; margin:0 0 2% 0;  }
.tmbox ul li .tmcont{ padding:15px;}

.tmbox ul li .tmcont h2{font-size: 20px; line-height: 40px;}
.tmbox ul li .tmcont h2 img{ height:40px; margin: 0px 10px 0px 0px;}
.tmbox ul li .tmcont p{font-size:14px;line-height: 20px;margin-top: 10px;}

}
