﻿@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    font: 12px/1 "Arial",  "宋体";
    color: #131313;
    outline: 0;
	border:none;
}

a {
    color: #131313;
    text-decoration: none;
}

a:hover{
    color: #212e50;
}

.w1200{
	width: 1200px;
	margin: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	display: none;
}
.clearfloat{
    overflow: hidden;
}
.div_warpper{
	width: 100%;
	margin: auto;
}
.bg01{
	background-color: #f5f5f5;
}
.bg02{
	background-color: #212e50;
}
.bg03{
    background: url(../images/advantages.jpg) no-repeat;
    background-size: 100% 100%;
}
.bg04{
	background-color: #000;
}
/*----------------------------header--------------------------*/
.top_header span{
    line-height: 30px;
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-family: "Futura Md BT";
}
.top_header .language li{
    display: inline-block;
    height: 30px;
}
.top_header .language li.CN{
    margin-right: 10px;
}
.top_header .language li.CN a{
    display: block;
    width: 25px;
    height: 12px;
    background: url(../images/CN.png) no-repeat;
    background-size: 20px 12px;
    margin-top: 9px;
    padding-left: 22px;
}
.top_header .language li.EN a{
    display: block;
    width: 48px;
    height: 12px;
    background: url(../images/EN.png) no-repeat;
    background-size: 20px 12px;
    margin-top: 9px;
    padding-left: 22px;
}
.header{
    text-align: center;
    padding: 10px 0;
}
.header img{
    display: inline-block;
    vertical-align: middle;
}
.header span{
    display: inline-block;
    vertical-align: middle;
    font: 32px/1 "黑体";
    font-weight: 300;
}
.header_nav ul{
    padding: 10px 70px;
    font-size:0;
    [;font-size:12px;];
    *font-size:0;
    font-family:arial;
    [;letter-spacing:-3px;];
    *letter-spacing:normal;
    *word-spacing:-1px;
}
.header_nav ul li{
    display: inline-block;
    *display:inline;
    *zoom:1;
    font: 14px/1 "微软雅黑";
    letter-spacing:normal;
    word-spacing:normal;
    padding: 0 55px;
}
.header_nav ul li a{
    color: #FFF;
    position: relative;
}
.header_nav ul li:hover a:after,
.header_nav ul li.currentLi a:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.swiper-container{
    height: 560px;
}
.swiper-container .swiper-button-prev{
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-container .swiper-button-next{
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transform-origin:50% 50%;
    -ms-transform: rotate(180deg);      /* IE 9 */
    -ms-transform-origin:50% 50%;       /* IE 9 */
    -webkit-transform: rotate(180deg);  /* Safari 和 Chrome */
    -webkit-transform-origin:50% 50%;   /* Safari 和 Chrome */
    -moz-transform: rotate(180deg);     /* Firefox */
    -moz-transform-origin:50% 50%;      /* Firefox */
    -o-transform: rotate(180deg);       /* Opera */
    -o-transform-origin:50% 50%;        /* Opera */
}
/* ------------------------------------products----------------------------------------- */
.products .products_hd{
    border-bottom: 2px solid #d9d9d9;
    padding-top: 40px;
}
.products .products_hd li{
    padding: 0 35px;
}
.products .products_hd li a{
    font: 16px/40px "微软雅黑";
    color: #212e50; 
    position: relative;   
}
.products .products_hd li.on a:after,
.products .products_hd li:hover a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #67b8ea;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.products .products_hd .search{
    margin: 5px 10px 0 0;
}
.products .products_hd .search .search_tt{
    display: block;
    width: 220px;
    height: 28px;
    border: 1px solid #212e50;
    padding-left: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.products .products_hd .search .search_btn{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #212e50 url(../images/search.png) center center no-repeat;
    background-size: 20px 20px;
    color: #FFF;
}
.search-box .search-btn:hover{
    background-color: #007B37;
}
.products .products_bd{
    padding-top: 20px;
}
.products .products_bd .product_list li{
    display: inline-block;
    width: 205px;
    height: 240px;
    margin: 0 43px 10px 0;
}
.products .products_bd .product_list li:nth-child(5),
.products .products_bd .product_list li:nth-child(10),
.products .products_bd .product_list li:nth-child(15),
.products .products_bd .product_list li:nth-child(20){
    margin-right: 0;
}
.products .products_bd .product_list li img{
    display: block;
    width: 201px;
    height: 201px;
    border: 2px solid #d9d9d9;
}
.products .products_bd .product_list li span{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.products .products_bd .product_list li:hover img{
    border-color: #212e50;
    box-shadow: 1px 1px 10px #ccc;
}
.products .products_bd .product_list li:hover span{
    color: #212e50;
}
/* ------------------------------------superior----------------------------------------- */
.superior{
    padding: 55px 0;
}
.superior .superior_hd{
    text-align: center;
    position: relative;
}
.superior .superior_hd h2{
    display: inline-block;
    font: 30px/1.5 "微软雅黑";
    font-weight: bold;
    color: #666;
}
.superior .superior_hd:before{
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.superior .superior_hd:after{
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #666;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.superior .superior_hd h3{
    display: block;
    text-align: center;
    text-align: center;
    font: 18px/1.5 "Arial";
    color: #666;
}
.superior .superior_bd{
    padding-top: 20px;
    text-align: center;
}
/* ------------------------------------about----------------------------------------- */
.about{
    padding: 90px 0 80px;
    text-align: center;
}
.about .about_hd{
    position: relative;
}
.about .about_hd h2{
    display: inline-block;
    font: 30px/1.5 "微软雅黑";
    font-weight: bold;
    color: #666;
}
.about .about_hd h3{
    display: block;
    text-align: center;
    text-align: center;
    font: 18px/1.5 "Arial";
    color: #666;
}
.about .about_hd:before{
    content: "";
    display: block;
    width: 43%;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.about .about_hd:after{
    content: "";
    display: block;
    width: 43%;
    height: 1px;
    background-color: #666;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.about .about_bd{
    padding-top: 20px;
}
.about .about_bd .about_us_right{
    width: 600px;
}
.about .about_bd .about_us_right h2{
    font-family: "黑体";
    font-size: 18px;
    margin: 5px 0 10px;
    text-align: left;
}
.about .about_bd .about_us_right p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: justify;
}
.about .about_bd .about_us_right a{
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Arial";
    background: #212e50;
    color: #FFF;
    text-align: center;
    margin-top: 15px; 
}
.about .about_bd .about_us_right a:hover{
    background: #67b8ea;
}
/* ------------------------------------news----------------------------------------- */
.news-container {
    width: 440px;
    position: relative;
}
h3.news-title {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #131313;
    position: relative;
    font-family: "微软雅黑";
}
h3.news-title span {
    color: #666666;
    margin-left: 20px;
    font-size: 14px;
    font-family: "Arial";
}
h3.news-title a {
    position: absolute;
    right:0;
    top: 0;
}
.news li {
    float: left;
    width: 100%;
    overflow: hidden;
}
.news li.text {
    line-height: 30px;
    height: 30px;
}
.news li.text a {
    display: block;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666666;
    float: left;
}
.news li.text i {
    display: block;
    color: #ccc;
    float: right;
}
.news li:hover a {
    color:#005BC3;
}
.news li.img a {
    padding: 0;
    display: block;
    background: none;
}
.news li.img {
    padding: 10px 0 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
.news li.img img {
    display: block;
    width: 172px;
    height: 132px;
    float: left;
}
.news li.img .news-text {
    width: 230px;
    height: 110px;
    float: right;
    font-size: 12px;
}
.news li.img .news-text h2 {
    font-size: 16px;
    font-family:"微软雅黑";
    height:28px;
    overflow: hidden;
    line-height: 1.0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news li.img .news-text p {
    line-height: 25px;
    color: #666666;
    height: 100px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}
.news li.img .news-text p span {
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    padding-left: 2.0em;
    background: white;
    color: #005BC3;
}
.news li.padding-left {
    margin-left: 24px;
}
.question-container {
    width: 440px;
    position: relative;
    margin-left: 20px;
}
.question_text{
    height: 90px;
    background-color: #ecf9ef;
    padding: 10px 15px 20px;
    position: relative;
    margin: 19px 0;
}
.firstP:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -19px;
    border-bottom: 1px solid #d9d9d9;
}
.question_text h2{
    font-size: 16px;
    font-family: "微软雅黑";
    color: rgb(51,51,51);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    overflow: hidden;
}
.question_text:hover h2{
    color: #005BC3;
}
.question_text p{
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: rgb(102,102,102);
    overflow: hidden;
    text-overflow: ellipsis;
}
.question_text{
    position: relative;
}
.question_text span{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 5px 3px 13px;
    background-color: #fff;
}
.question_text span{
    background-color: #ecf9ef;
    bottom: 20px;
    right: 11px;
    color: #005BC3;
}
.question_text span a:hover{
    color: rgb(203,0,0);
}
.contact-container {
    width: 280px;
    position: relative;
}
.contact-container ul{
    padding: 20px 5px 0;
}
.contact-container ul li{
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666;
    line-height: 20px;
}
.contact-container img{
    margin-top: 70px;
}
/* ------------------------------------client----------------------------------------- */
.client{
    margin-top: 50px;
    padding: 15px 0;
    border: 1px solid #e2e2e2; 
    background: url(../images/client_title.jpg) left top no-repeat;
    background-color: #FDFDFD;
    height: 158px;
    margin-bottom: 50px;
}
.client .cxscroll{
    width:999px; 
    position: relative;
    margin-left: 201px;
} 
.client .cxscroll .box{
    width:999px; 
    overflow:hidden;
    margin-right: -48px;
} 
.client .cxscroll .list{
    overflow:hidden;
    width:9999px;
} 
.client .cxscroll .list li{
    float:left;
    display: block;
    width:160px;
    height:160px;
    padding-right: 41px;
}
.client .cxscroll .list li a{
    display: block;
    width:160px;
    height:160px;
}
.client .cxscroll .list li:hover a{
    display: block;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: .3s transform;
}
.client .cxscroll .prev{
    display: block;
    width: 47px;
    height: 31px;
    background:url(../images/left.jpg) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 101%;
    margin-top: -20px;
    left: -201px;
    } 
.client .cxscroll .next{
    display: block;
    width: 47px;
    height: 31px;
    background:url(../images/right.jpg) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 101%;
    margin-top: -20px;
    left: -154px;
} 
/* ------------------------------------footer----------------------------------------- */
.footer{
    overflow: hidden;
    padding: 20px 0 30px;
}
.footer .footer_l{
    padding-left: 35px;
}
.footer .footer_l .tel{
    overflow: hidden;
    margin-bottom: 10px;
}
.footer .footer_l .tel i{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/tel.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.footer .footer_l .tel h3{
    font: 14px/16px "微软雅黑";
    color: #edecec;
}
.footer .footer_l .tel span{
    font: 24px/1 "Trebuchet MS";
    color: #edecec;
    font-weight: bold;
}
.footer .footer_l ul{
    display: inline-block;
    overflow: hidden;
    width: 340px;
    margin-left: 20px;
}
.footer .footer_l ul li{
    color: #edecec;
    font: 12px/1 "宋体";
    margin-right: 50px;
    margin-top: 10px;
}
.footer .footer_l p{
    font: 12px/1 "微软雅黑";
    color: #edecec;
    display: block;
    margin-top: 20px;
}
.footer .footer_l p a{
    color: #2388E6;
}
.footer .footer_l p a:hover{
    color: #e7211d;
}
.footer .footer_r{
    padding-right: 35px;
}
.footer .footer_r ul{
    overflow: hidden;
}
.footer .footer_r ul li{
    margin-left: 20px;
}
.footer .footer_r ul li img{
    display: block;
    width: 123px;
    height: 123px;
}
.footer .footer_r ul li span{
    display: block;
    font: 12px/30px "宋体";
    color: #edecec;
    text-align: center;
}
/* ------------------------------------内页----------------------------------------- */
#websiteContent {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

#websiteContent .websiteSidebar {
    width: 250px;
    float: left;
}

#websiteContent .websiteSidebar h2 {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 30px;
    background: #212e50;
    font-size: 14px;
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom: 1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #333;
}
.sideabrone ul li.visiting a {
	display: block;
    color: #212e50;
}
.sideabrone ul li a:hover {
    color: #212e50;
}

.sideabrtwo {
    margin-top: 12px;
    border: 1px solid #edddde;
    background: #fff;
}
.sideabrtwo .containpic img{
	width: 100%;
}
.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
}

.websiteMain {
    float: right;
    width: 900px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.websiteMain .containertitle h2 {
    background: #212e50;
    font-size: 14px;
    padding-left: 33px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p, #website_company_page div {
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent: 2em;
}