@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 微软雅黑, iconfont !important;
}

body {
    font: 14px 微软雅黑, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #999;
}


sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {

}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.index_t {
    text-align: center;
    line-height: 35px;
    padding: 50px 0 40px 0;
    font-weight: lighter;
}

.index_t div {
    font-size: 48px;
    color: #c9c9c9;
}

.index_t h2 {
    font-size: 30px;
    color: #333333;
}

/*广告*/
.ggbg img {
    width: 100%;
}

.liuyan {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/*top*/
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    color: #999;
    background: #eee;
}

.top a {
    line-height: 35px;
}

/*热门关键词*/
.main-keywords {

    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main-keywords h1 {
    width: 1280px;
    margin: 0 auto;

    padding: 0 10px;
}

.main-keywords h1:before {
    content: '热门关键词: ';
}

.product-classifies {
    margin: 20px auto;
    height: 40px;
}

.product-classifies li {
    float: left;
    height: 40px;
    width: 100px;
    margin-right: 10px;
}

.product-classifies li a {
    display: block;
    height: 40px;
    color: #333;
    border: 1px solid #cecece;
    line-height: 40px;
    text-align: center;
}

/*head&nav*/
.head {
    height: 100px;
}

.head .logo {
    padding-top: 25px;
    font-size: 36px;
    font-weight: bold;
}

.head .logo img{
    height: 60px;
}

.head .tel {
    margin-top: 20px;
    background: url(../img/phone.png) no-repeat center left;
    height: 60px;
    text-indent: 50px;
}

.head .tel p{
    padding-top: 6px;
}

.head .tel h3{
    font-size: 24px;
    font-weight: bold;
    color: #0063c9;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.nav {
    font-size: 0;
    background-size: 100%;
    background: #0063c9;
}

.nav .breadcrumbnav {
    background: #0063c9;
}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 166px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.nav .breadcrumbnav > li:before{
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 19px;
    border-right: 1px solid rgba(255,255,255,1);
}

.nav .breadcrumbnav li a {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}

.nav .breadcrumbnav li:hover {
    background: #00a9f0;
}

.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: rgba(0,0,0,0.65);
    display: none;
    z-index: 9999;
    
}



.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}

/*banner*/

/*about*/
.about_bg {
    padding: 40px 0 20px 0;
}

.about_bg .fl img {
    width: 560px;
}

.about_bg .fr {
    width: 680px;
}

.about_bg .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about_bg .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about_bg .fr p {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
    line-height: 35px;
}

/*优势*/
.youshi {
    font-size: 0;
    text-align: center;
    padding: 40px 0;
}

.youshi ul li {
    float: left;
    width: 25%;
}

.youshi ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}

.youshi ul li p {
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
    line-height: 25px;
    padding: 0 60px;
}

/*产品展示*/
.product_bg {
    background: #f0f0f0;
    padding: 40px 0 20px 0;
}

.pro_show {
    width: 1280px;
}

.pro_show_n li p {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    display: block;
}

.pro_show_n li {
    width: 305px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_show_n li:nth-child(4n) {
    margin-right: 0;
}

.pro_show_n li a {
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #999;
}

.pro_show_n li a.picshow1 {
    width: 262px;
    height: 213px;
    overflow: hidden;
    display: block;
}

.pro_show_n li img {
    width: 100%;
    overflow: hidden;
}

.pro_show_n li h4 {
    font-weight: lighter;
    font-size: 16px;
    line-height: 35px;
    color: #999;
}

div#link_logo {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

div#link_logo1 {
    overflow: hidden;
}

/*案例*/
.case_bg {
    padding: 60px 0 20px 0;
    font-size: 0;
}

.case_bg .index_t {
    text-align: left;
    padding-top: 0;
}

.case_bg .case_l {
    width: 615px;
}

.case_bg .case_r {
    width: 610px;
}

.case_bg .case_l ul li {
    margin-bottom: 40px;
}

.case_bg .case_l ul li .fl {
    width: 100px;
    -webkit-text-stroke: 1px #b8b8b8;
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
}

.case_bg .case_l ul li .fr {
    width: 460px;
}

.case_bg .case_l ul li .fr h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}

.case_bg .case_l ul li .fr p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    font-weight: lighter;
}

.case_bg .case_r img {
    width: 100%;
}

.case_com {
    background: #39a5ea;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    text-align: center;
    padding: 40px 0;
}


/*新闻*/
.new_bg {
    padding: 40px 0 20px 0;
}

.new_bg ul li {
    float: left;
    width: 410px;
    margin-right: 25px;
}

.new_bg ul li:nth-child(3n) {
    margin-right: 0;
}

.new_bg ul li img {
    width: 100%;
    height: 250px;
}

.new_bg ul li h2 {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
}

.new_bg ul li p {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
}

.new_bg ul li div {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
    padding-top: 30px;
}

/*首页留言*/
.index_message {
    background: #39a5ea;
    height: 320px;
    margin-bottom: 220px;
}

.index_message .index_t h2 {
    color: #fff;
}

.index_message .form-group {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 150px;
}

.index_message .form-group:nth-child(3n) {
    margin-right: 0;
}

.index_message form {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #ebebeb;
    margin-bottom: 80px;
}

.index_message p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index_message span {
    color: red;
    padding-right: 5px;
}

.index_message .form-group input {
    width: 300px;
    line-height: 40px;
    height: 40px;
    background: #eeeeee;
    text-indent: 10px;
}

.index_message .form-group textarea {
    width: 800px;
    background: #eeeeee;
    height: 80px;
    line-height: 25px;
    text-indent: 10px;
}

.index_message .submit {
    float: right !important;
    width: 185px !important;
}

.index_message .submit button {
    background: #39a5ea;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 45px;
    margin-top: 30px;
}

.index_message .submit div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
}


/*footer*/
footer {
    background: #040d12;
    padding: 40px 0;
}

footer .fl {
    margin-top: 40px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 30px;
}

footer .foot_l {
    width: 465px;
}

footer .foot_l div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

footer .foot_l div p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

footer .foot_l .wx {
    position: relative;
    margin-right: 10px;
}

footer .foot_l .wx > img {
    display: none;
    position: absolute;
    width: 150px;
    bottom: 80px;
}

footer .foot_l .wx:hover > img {
    display: block;
}

footer .foot_m {
    width: 575px;
}

footer .foot_m div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
    padding-right: 200px;
}

footer .foot_r {
    width: 240px;
}

footer .foot_r div ul li a {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

/*company*/
.company {
    margin-bottom: 60px;
}

.sort_list {
    margin-top: 40px;
}

.sort_list .sort_list_l {
    width: 380px;
}

.sort_list .sort_list_l .index_t {
    text-align: right;
}

.sort_list .sort_list_l .index_t div {
    font-size: 48px;
    margin-bottom: 10px;
}

.sort_list .sort_list_l .index_t h2 {
    font-size: 30px;
}

.sort_list .sort_list_l ul {
    background: #efefef;
}

.sort_list .sort_list_l ul li a {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_list .sort_list_l ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_list_l_phone {
    background: #000002;
    padding: 30px;
}

.sort_list_l_phone .fl {
    width: 58px;
}

.sort_list_l_phone .fr {
    width: 240px;
}

.sort_list_l_phone div {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
}

.sort_list_l_phone p {
    font-weight: bold;
    font-size: 30px;
}

.sort_list_r {
    width: 830px;
    padding-top: 50px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:after {
    content: '>';
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    font-size: 14px;
    color: #000;
    font-weight: lighter;
}

.page_content {
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    line-height: 35px;
}

/*留言*/
.message_form .form_group {
    line-height: 40px;
    margin-bottom: 20px;
    vertical-align: top;
}

.message_form .form_group input {
    line-height: 40px;
    border: 1px solid #999;
    width: 400px;
    border-radius: 5px;
}

.message_form .form_group textarea {
    width: 400px;
    border: 1px solid #999;
    line-height: 30px;
    border-radius: 5px;
}

/*分页*/
.sort_news_right .sort_news_list .pagination {
    text-align: center;
}

.sort_news_right .sort_news_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_news_right .sort_news_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .sort_news_list .pagination .page-item span {
    font-size: 16px;
}

.sort_product_right .sort_product_list .pagination {
    text-align: center;
}

.sort_product_right .sort_product_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_product_right .sort_product_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item span {
    font-size: 16px;
}

.sort_case_right .sort_case_list .pagination {
    text-align: center;
}

.sort_case_right .sort_case_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_case_right .sort_case_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item span {
    font-size: 16px;
}

/*上一条-下一条*/
.liu_d {
    margin-top: 40px;
}

.liu_d a {
    padding: 5px 20px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.liu_d a:hover {
    background: #39a5ea;
    color: #fff;
}

/*sort_news*/
.sort_news_list {
    margin-top: 40px;
}

.sort_news_list .sort_news_left {
    width: 380px;
}

.sort_news_list .sort_news_left .index_t {
    text-align: right;
}

.sort_news_list .sort_news_left .index_t div {
    font-size: 48px;
}

.sort_news_list .sort_news_left .index_t h2 {
    font-size: 30px;
}

.sort_news_list .sort_news_left ul {
    background: #efefef;
}

.sort_news_list .sort_news_left ul li a {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_news_list .sort_news_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_news_right form {
    margin-bottom: 30px;
}

.sort_news_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_news_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_news_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_news_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_news_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_news_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li {
    float: left;
    margin-right: 25px;
    width: 395px;
    padding: 10px;
    margin: 20px 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:hover {
    background: #efefef;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a h2 {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #bfbfbf;
    font-weight: lighter;
    padding-bottom: 10px;
    font-weight: bold;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a span {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a p {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    line-height: 30px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a div {
    text-align: right;
    color: #333;
    font-weight: lighter;
    margin: 10px 0;
}


/*info_news*/
.info_news_right h2 {
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
    margin-bottom: 20px;
}

.info_news_right span {
    color: #999;
    font-weight: lighter;
}

.info_news_content {
    font-size: 16px;
    font-weight: lighter;
    color: #000;
    line-height: 30px;
    margin-top: 30px;
}


/*info_product*/
.info_product_right h2 {
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
    margin-bottom: 20px;
}

.info_product_right span {
    color: #999;
    font-weight: lighter;
}

.sort_product_list {
    margin-top: 40px;
}

.sort_product_list .sort_product_left {
    width: 380px;
}

.sort_product_list .sort_product_left .index_t {
    text-align: right;
}

.sort_product_list .sort_product_left .index_t div {
    font-size: 48px;
}

.sort_product_list .sort_product_left .index_t h2 {
    font-size: 30px;
}

.sort_product_list .sort_product_left ul {
    background: #efefef;
}

.sort_product_list .sort_product_left ul li a {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_product_list .sort_product_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

#product_info_img {
    width: 738px;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/*大图片*/
#product_info_img .pic {
    width: 738px;
    height: 430px;
    position: relative;
}

#product_info_img .pic ul li {
    list-style: none;
    width: 738px;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#product_info_img .pic ul li.first {
    display: block;
}

#product_info_img .pic ul li img {
    /*width: 100%;*/
}

/*按钮*/
#product_info_img .but {
    width: 104px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
}

#product_info_img .but ul li {
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}

#product_info_img .but ul li.first {
    background-color: red;
}

/*图片导航*/
#product_info_img .picnav {
    width: 625px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -312px;
}

#product_info_img .picnav ul li {
    list-style: none;
    width: 115px;
    height: 75px;
    float: left;
    margin: 5px;
}

#product_info_img .picnav ul li.first {
    border-bottom: 4px solid red;
}

#product_info_img .picnav ul li img {
    width: 115px;
    height: 70px;
}


/*sort_product*/
.sort_product_right {
    width: 830px;
}

.sort_product_right form {
    margin-bottom: 30px;
}

.sort_product_right .form_shaixuan input {
    /*opacity: 0;*/
    /*position: absolute;*/
}

.sort_product_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_product_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_product_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_product_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_product_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_product_right .sort_product_list .sort_product_list_ul {
    font-size: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li {
    float: left;
    margin-right: 25px;
    width: 185px;
    padding: 10px;
    margin: 5px 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li img {
    width: 100%;
    height: 120px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover {
    background: #39a5ea;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover h4 {
    color: #fff;
}


/*sort_case*/
.sort_case_list {
    margin-top: 40px;
}

.sort_case_right form {
    margin-bottom: 30px;
}

.sort_case_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_case_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_case_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_case_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_case_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_case_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_case_right .sort_case_list .sort_case_list_ul {
    font-size: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li {
    float: left;
    margin-right: 25px;
    width: 300px;
    padding: 10px;
    margin: 20px 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li img {
    width: 100%;
    height: 200px;
}

.sort_case_right .sort_case_list .sort_case_list_ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover {
    background: #39a5ea;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover h4 {
    color: #fff;
}

.link_info {
    margin-top: 20px;
}

.link_info li {
    display: inline-block;
    padding: 3px;
    margin: 2px 5px;
}

/*友情链接*/
.blogroll {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.blogroll-center {
    width: 1280px;
    margin: 0 auto;
}

/*首页留言*/
.index_message {
    background: #39a5ea;
    height: 320px;
    margin-bottom: 220px;
}

.index_message .index_t h2 {
    color: #fff;
}

.index_message .form-group {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 150px;
}

.index_message .form-group:nth-child(3n) {
    margin-right: 0;
}

.index_message form {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #ebebeb;
    margin-bottom: 80px;
}

.index_message p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index_message span {
    color: red;
    padding-right: 5px;
}

.index_message .form-group input {
    width: 300px;
    line-height: 40px;
    height: 40px;
    background: #eeeeee;
    text-indent: 10px;
}

.index_message .form-group textarea {
    width: 800px;
    background: #eeeeee;
    height: 80px;
    line-height: 25px;
    text-indent: 10px;
}

.index_message .submit {
    float: right !important;
    width: 185px !important;
}

.index_message .submit button {
    background: #39a5ea;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 45px;
    margin-top: 30px;
}

.index_message .submit div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container {
    font-size: 14px;
    line-height: 24px;
}

.container {
    padding: 0;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr{
    float: right;
}

.x-product {
  background-color: #f2f2f2;
  padding: 77px 0;
}

.x-tt-text {
  width: 1050px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #666666;
  font: 400 14px/22px "Microsoft yahei";
}

.tablis {
  padding: 0 16px;
  height: 480px;
}

.tablis li {
  color: #333333;
  font: 500 20px/58px "Microsoft yahei";
  text-align: left;
  border-bottom: 1px dashed #eee;
  background: url("../img/442bc6cc06d1e6ebaa3ccff0d421ac11c586320d.png") no-repeat 13px center;
  transition: all 0.8s;
  padding-left: 40px;
}

.tablis li:last-child {
  border-bottom: 1px dashed #fff;
}

.tablis li.cur {
  transition: all 0.8s;
  transform: translateX(10px);
  color: #2186cf;
  cursor: pointer;
}
.tablis li：hover {
  cursor: pointer;
}

.tab-left {
  width: 288px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #eee;
}

.tab-tt {
  border-radius: 10px;
  background-color: #2186cf;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font: 400 26px/36px "Microsoft yahei";
}

.tab-tt h3 {
  color: #ffffff;
  font: 600 30px/44px "Microsoft yahei";
}

.tab-right {
  width: 886px;
  float: right;
}

/*产品推荐*/
.roll_product {
  float: left;
}
.roll_product li {
  padding-bottom: 0px;
}
.product_list2 {
  margin-left: -10px;
  margin-right: -10px;
}

.product_list2 li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  _display: inline;
  overflow: hidden;
}

.product_list2 li:nth-child(n + 4) {
  margin-top: 36px;
}

.product_list2 li:last-child {
  margin-right: 0px;
}

.product_list2 li a.img {
}

.product_list2 li a.img img {
  width: 280px;
  height: 224px;
}

.product_list2 li h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.product_list2 li h2 a {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  line-height: 28px;
}

.product_list2 li a.img {
  display: block;
}

.product_list2 li a.img:hover {
  border-color: #e87518;
}

.product_list2 li:hover h2 {
  background-color: #2186cf;
}

.product_list2 li:hover h2 a {
  color: #fff;
}

/*产品展示*/
.more1 {
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  text-align: center;
}

.more1 a {
  color: #333333;
  font: 400 16px/40px "Microsoft yahei";
}

.more1:hover {
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  background-color: #2186cf;
}

.more1:hover a {
  color: #fff;
}

.x-advantage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 88px;
}

.x-advantage-tt {
  margin-bottom: 30px;
}

.x-advantage-tt span {
  position: relative;
  padding-left: 52px;
}

.x-advantage-tt strong {
  position: absolute;
  bottom: 0;
  left: -10px;
  font: 600 100px/100px "Airal";
}

.x-advantage .container {
  margin-top: 47px;
}

.x-adv-left {
  width: 390px;
}

.x-adv-left li .img {
  width: 118px;
  margin-top: 20px;
}

.x-adv-left li .img img:first-child {
  display: block;
}

.x-adv-left li .img img:last-child {
  display: none;
}

.x-adv-left li{
    float: left;

}

.x-adv-left li .text {
  width: 208px;
  /* height: 72px; */
  border: 2px solid #e3e3e3;
  padding: 30px;
}

.x-adv-left li .text h2 {
  color: #333333;
  font: 400 24px/30px "Microsoft yahei";
  margin-bottom: 10px;
}

.x-adv-left li .text h3 {
  color: #666666;
  font: 400 14px/20px "Microsoft yahei";
}

.x-adv-left li + li {
  margin-top: 40px;
}

.x-adv-left li:hover .text {
  border: 2px solid #2186cf;
}

.x-adv-left li:hover .img img:first-child {
  display: none;
}

.x-adv-left li:hover .img img:last-child {
  display: block;
}

.x-adv-center {
  margin-left: 44px;
}

.x-adv-center img {
  width: 330px;
}

.x-adv-right {
  width: 390px;
}

.x-adv-right li .img {
  width: 118px;
  margin-top: 20px;
}

.x-adv-right li .img img:first-child {
  display: block;
}

.x-adv-right li .img img:last-child {
  display: none;
}

.x-adv-right li{
    float: left;
}

.x-adv-right li .text {
  /* width: 208px; */
  /* height: 72px; */
  border: 2px solid #e3e3e3;
  width: 208px;
  padding: 30px;
}

.x-adv-right li .text h2 {
  color: #333333;
  font: 400 24px/30px "Microsoft yahei";
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-adv-right li .text h3 {
  color: #666666;
  font: 400 14px/20px "Microsoft yahei";
  height: 40px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.x-adv-right li + li {
  margin-top: 40px;
}

.x-adv-right li:hover .text {
  border: 2px solid #2186cf;
}

.x-adv-right li:hover .img img:first-child {
  display: none;
}

.x-adv-right li:hover .img img:last-child {
  display: block;
}

.x-company {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.x-company-con {
  margin-top: 44px;
}

.x-company-con p {
  text-align: center;
  color: #333333;
  font: 400 16px/36px "Microsoft yahei";
}

.x-company-more {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -25px;
  background-color: #fff;
  z-index: 999;
  border-radius: 30px;
  transition: all 0.8s;
}

.x-company-more:hover {
  transition: all 0.8s;
  transform: translateY(-10px);
}

.x-company-list {
  background-color: #2186cf;
  padding: 30px 0;
}

.x-company-list li {
  float: left;
  width: 160px;
  background-color: #fff;
  text-align: center;
  border-radius: 22px;
  transition: all 0.8s;
}

.x-company-list li + li {
  margin-left: 70px;
}

.x-company-list li a {
  display: block;
  text-align: center;
  color: #2186cf;
  font: 400 19px/43px "Microsoft yahei";
}

.x-company-list li:hover a {
}

.x-company-list li:hover {
  transition: all 0.8s;
  transform: translateY(-10px);
}

.x-company-list li:nth-child(3) {
  margin-left: 420px;
}

.x-news {
  padding: 80px 0;
}

.news-left {
  width: 550px;
}

.news-left li {
  width: 550px;
  text-align: left;
}

.news-left li .img img {
  width: 550px;
  height: 275px;
}

.news-left li h2 {
  color: #333333;
  font: 400 20px/52px "Microsoft yahei";
  padding-top: 16px;
  padding-bottom: 8px;
}

.news-left li p {
  color: #666;
  font: 400 14px/22px "Microsoft yahei";
}

.news-right {
  width: 620px;
}

.news-right li {
  background-color: #f2f2f2;
  padding: 20px;
  float: left;
}

.news-right li + li {
  margin-top: 20px;
}

.news-right li .date {
  width: 96px;
  font: 400 16px/16px "Microsoft yahei";
  color: #666666;
  text-align: center;
  position: relative;
  padding-right: 20px;
}
.news-right li:hover .date {
  color: #2186cf;
}

.news-right li .date span {
  width: 430px;
  font: 600 36px/52px "Microsoft yahei";
}

.news-right li .date:after {
  content: "";
  display: block;
  background-color: #e2e2e2;
  position: absolute;
  top: 13px;
  right: 0;
  width: 2px;
  height: 52px;
}

.news-right li .text {
  width: 430px;
  font: 600 36px/50px "Microsoft yahei";
  padding-left: 20px;
}

.news-right li .text h2 {
  color: #333333;
  font: 400 20px/38px "Microsoft yahei";
}

.news-right li .text p {
  color: #666666;
  font: 400 14px/21px "Microsoft yahei";
}

.news-right li:hover .text h2 {
  color: #2186cf;
}

.ttabli {
  border-bottom: 1px solid #f0f0f0;
}

.index-news2-left {
  /* width: 150px;
  height: 114px; */
  width: 206px;
  height: 170px;
  background-color: #2186cf;
  padding: 28px;
}

.index-news2-left h2 {
  color: #ffffff;
  font: 600 22px/30px "Microsoft yahei";
}

.index-news2-left span {
  color: #ffffff;
  font: 600 16px/30px "Microsoft yahei";
}

.index-news2-left .more {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 22px;
  transition: all 0.8s;
}

.index-news2-left .more img {
  /* width: 20px;
  height: 20px; */
  width: 40px;
  height: 40px;
  padding: 10px;
}

.index-news2-left .more:hover {
  transition: all 0.8s;
  width: 66px;
}

.index-news2-right {
  width: 966px;
}

.index-news2-right li {
  margin-top: 15px;
}

.index-news2-right li .index-news2-rightbg {
  padding: 10px;
}

.index-news2-right li h3 {
  position: relative;
  padding-left: 52px;
  color: #333333;
  font: 600 20px/32px "Microsoft yahei";
  margin-bottom: 5px;
}

.index-news2-right li h3 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: #2186cf;
  font: 600 20px/44px "Microsoft yahei";
  text-align: center;
  border-radius: 22px;
}

.index-news2-right li h4 {
  position: relative;
  padding-left: 52px;
  color: #666666;
  font: 400 14px/22px "Microsoft yahei";
  margin-top: 10px;
}

.index-news2-right li h4 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  color: #2186cf;
  font: 600 20px/44px "Microsoft yahei";
  background-color: #ebebeb;
  text-align: center;
  border-radius: 22px;
}

.variable .slick-dots {
  bottom: -50px;
}

.variable .slick-dots li {
}

.variable .slick-dots li button:before {
  background-color: #ebebeb !important;
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 3px;
}

.variable .slick-dots li.slick-activ {
  opacity: 1;
}

.variable .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #2186cf !important;
  width: 20px;
}

.index-news2-right li:hover h3 {
  color: #2186cf;
}

.con5 {
  width: 740px;
}

.ttablis {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.ttab ul {
  padding: 33px 0;
}

.ttablis li {
  position: relative;
  float: left;
  /* width: 130px; */
  width: 182px;
  color: #333333;
  font: 600 20px/40px "Microsoft yahei";
  text-align: left;
  padding-left: 52px;
  margin-bottom: 11px;
}

.ttablis li .img {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 7px;
}

.ttablis li .img img {
  width: 25px;
  height: 25px;
}

.ttablis li .img img:first-child {
  display: block;
}

.ttablis li .img img:last-child {
  display: none;
}

.ttablis li.cur {
  color: #2186cf;
  cursor: pointer;
}

.ttablis li.cur .img {
  background-color: #2186cf;
}

.ttablis li.cur .img img:first-child {
  display: none;
}

.ttablis li.cur .img img:last-child {
  display: block;
}

.ttab li {
}

.ttab > ul li:first-child {
  margin-left: 0;
}

.ttab li img {
  width: 220px;
  height: 180px;
}

.ttab li h2 a {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  line-height: 28px;
}

.ttab li h3 {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 140%;
}


.x-process {
  background-color: #f2f2f2;
  padding: 40px 0;
}

.x-process li {
  float: left;
  width: 112px;
  transition: all 0.8s;
}

.x-process li + li {
  width: 180px;
}

.x-process li .img {
  float: right;
  /* width: 60px;
  height: 50px; */
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 60px;
  margin-left: 10px;
  text-align: center;
}

.x-process li .img img{
    margin-top: 10px;
}

.x-process li .img h3 {
  color: #333333;
  font: 400 14px/20px "Microsoft yahei";
}

.x-process li:hover {
  transition: all 0.8s;
  transform: translateY(-10px);
}

.x-foot {
  background-color: #333238;
  padding-top: 46px;
  padding-bottom: 20px;
}

.x-foot-nav {
  width: 520px;
}

.x-foot-nav li {
  width: 166px;
  float: left;
}

.x-foot-nav li h2 a {
  color: #fff;
  font: 400 18px/36px "Microsoft yahei";
}

.f-sec {
  margin-top: 10px;
}

.f-sec a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 400 14px/30px "Microsoft yahei";
}

.f-sec a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-foot-center {
  width: 380px;
  color: rgba(255, 255, 255, 0.6);
  font: 400 16px/30px "Microsoft yahei";
}

.x-foot-center h2 {
  color: #fff;
  font: 400 18px/36px "Microsoft yahei";
}

.x-foot-tel {
  margin-top: 15px;
  background: url("../img/ea5bfe0e6a5e666f1a76de2b97eb71ffbc11b28f.png") no-repeat left center;
  padding-left: 30px;
  font: 600 30px/40px "Microsoft yahei";
  color: #fff;
  margin-bottom: 6px;
}

.x-foot-ewm {
  width: 166px;
  text-align: center;
}

.x-foot-ewm img {
  width: 166px;
  margin-bottom: 10px;
}

.x-foot-ewm p {
  color: #ffffff;
  font: 400 16px/32px "Microsoft yahei";
}

.foot {

  font: 400 14px/2 "Microsoft yahei";
  padding: 1em 0;
}
.copyright,
.quyu {
  color: rgba(255, 255, 255, 0.6);
}
.copyright {
  text-align: left;
}
.quyu {
  text-align: right;
}

.copyright a,
.quyu a {
  color: inherit;
  font: inherit;
}

.copyright a:hover,
.quyu a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.foot {
  background: #28282a;
}

#footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  padding-bottom: 10px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

.nav_foot {
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.copyright {
  text-align: center;
  line-height: 24px;
}

.f_link {
  text-align: left;
  line-height: 30px;
  font: 400 14px/30px "Microsoft yahei";
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}

.f_link a {
  color: rgba(255, 255, 255, 0.6);
  font: 400 14px/30px "Microsoft yahei";
}

.f_link a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-title {
  color: #333333;
  font: 600 40px/52px "Microsoft yahei";
  text-align: center;
  margin-bottom: 30px;
}

.x-title span {
  color: #2186cf;
}

.x-title p {
  color: #666666;
  font: 400 19px/40px "Microsoft yahei";
  padding-bottom: 10px;
  position: relative;
}

.x-title p::after {
  position: absolute;
  width: 36px;
  height: 2px;
  left: 50%;
  margin-left: -18px;
  content: "";
  background-color: #2186cf;
  bottom: 0px;
}

.about {
  padding: 30px 88px;
  padding-top: 0px;
  text-align: center;
  font: 400 14px/22px "Microsoft yahei";
}

.about p {
  font: 400 14px/22px "Microsoft yahei";
}

.about-list {
  background: url("../img/167011947b3b2a04af285f675c048852cc2d5fba.jpg") no-repeat center bottom;
  padding-bottom: 100px;
  padding-top: 36px;
}

.about-list li {
  list-style-type: none;
  float: left;
  margin-left: 22px;
  margin-right: 22px;
}

.about-list li .img {
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 88px;
  transition: all 0.8s;
  text-align: center;
  height: 100px;
}

.about-list li .img img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.about-list li h2 {
  color: #333333;
  font: 600 20px/30px "Microsoft yahei";
  text-align: center;
  margin-top: 15px;
}

.about-list li .y2 {
  color: #666666;
  font: 400 14px/22px "Microsoft yahei";
  text-align: center;
}

.about-list li:hover h2 {
  color: #2186cf;
}

.about-list li:hover .img {
  transition: all 0.8s;
  transform: translateY(-10px);
}

.about-store {
  background: url("../img/eb6172453e17dff5d5785297724234530c5c5d35.jpg") no-repeat top center;
}

.about-store-con {
  width: 700px;
  margin-top: 66px;
}

.about-store-con h2 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.about-store-con h3 {
  color: #ffffff;
  font: 600 22px/36px "Microsoft yahei";
  margin-bottom: 20px;
}

.about-store-con li h4 {
  background: url("../img/7f8df200762bf12a0e4c4453fdc7cdb88fbef305.png") no-repeat left center;
  color: #fff;
  font: 400 18px/28px "Microsoft yahei";
  padding-left: 32px;
}

.about-store-con li p {
  color: #ffffff;
  font: 400 14px/44px "Microsoft yahei";
}

.about-store-con1 {
  margin-left: 44px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}