﻿@charset "utf-8";

*{
	box-sizing: border-box;
	  margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
    margin: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

@font-face {
  font-family: "tt0246m_";
  src: url("../fonts/tt0246m_.woff2") format("woff2"),
       url("../fonts/tt0246m_.woff") format("woff"),
       url("../fonts/tt0246m_.ttf") format("truetype"),
       url("../fonts/tt0246m_.eot") format("embedded-opentype"),
       url("../fonts/tt0246m_.svg") format("svg"),
       url("../fonts/tt0246m_.otf") format("opentype");
}

body{
font-family: 'tt0246m_';
font-weight: normal;
font-style: normal;
background: #fafafa;
}


body,div,p,h1{
	margin: 0;
	padding: 0;
	
}
ul {
	list-style-type: none;
}
img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}



.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
/*	display: inline-block;*/
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
	display:none;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}
	.navbar-brand{
		    padding: 29px 15px;
		    height: auto;
		}
		nav.navbar.bootsnav{
		    border: none;
		   /* margin-bottom: 150px;*/
		}
		.navbar-nav{
		    float: left;
		}
		nav.navbar.bootsnav ul.nav > li > a{
		    color: #474747;
		    text-transform: uppercase;
                    padding: 30px 20px;
                    font-size: 16px;
		}
		nav.navbar.bootsnav ul.nav > li:hover{
		    background: #f4f4f4;
		}
		.nav > li:after{
		    content: "";
		    width: 0;
		    height: 5px;
		    background: #1b85b8;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    transition: all 0.5s ease 0s;
		}
		.nav > li:hover:after{
		    width: 100%;
		}
		nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		    content: "＋";
		    font-family: 'FontAwesome';
		    font-size: 16px;
		    font-weight: 500;
		    position: absolute;
		    top: 35%;
		    right: 1%;
		    transition: all 0.4s ease 0s;
		}
		nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
		    content: "－";
		    transform: rotate(180deg);
		}
		.dropdown-menu.multi-dropdown{
		    position: absolute;
		    left: -100% !important;
		}
		nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
		    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		    border: none;
		}
        .header-top {
            background: #000;
        }
        .header-top {
            padding: 10px 0;
            z-index: 99;
            position: relative;
            background: #1b85b8;
            padding: 20px;
            color: #fff;
        }
         .header-top a {
           color: #fff;  
         }
        .form-search {
    border-color: #ddd;
    background: #fff;
}
 .form-search {
    border-style: solid;
    border-width: 1px;
    margin-top: 18px;
    position: relative;
    width: 100%;
}


 input {
    width: 70%;
    border: none;
    background: none;
}


input.input-text, textarea {
    padding: 0 10px;
}

input.input-text, select, textarea {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 40px;
}
.button {
    position: absolute;
    right: 0;
    top: 0;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.button span {
  /*  padding: 12px 20px;*/
}
.button span span {
    padding: 0;
}

/*关于我们*/
.about {
	 background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    color: #000;
	margin: 40px 0 20px 0;
	}
.breadcrumbBox {
    background: #eee;
}
.breadcrumbs ul { margin:8px 0;}
.breadcrumbs li {
    display: inline;
    font-weight: normal;
	color:#2b2b2b;
	font-size:14px;
}
.breadcrumbs li a{
	color:#2b2b2b;
}

/*联系我们*/
.contact {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    color: #000;
	margin: 40px 0 20px 0;
	overflow: hidden;
}
.con_letf { width:35%; float:left;}
.con_letf p { padding:0 0 15px 0;}
.con_right {width: 65%;float: left;}
/*.con_right p { padding: 0 0 0 35px;}*/
.form-list {font-size:14px;}
.form-list li {overflow: hidden; margin: 0 0 12px;}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}
.form-list label {
    float: left;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 10px;
    position: relative;
    z-index: 0;
}
.form-list .field01 {
    width: 49%;
	float: left;
}
.form-list .field02 {
    width: 49%;
	float: right;
}
input.input-text, select, textarea {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 40px;
}
input.input-text, textarea {
    padding: 0 10px;
}
input, textarea {
    border-color: #d8d8d8;
}
textarea {
    overflow: auto;
    padding: 5px 10px;
    resize: none;
    height: 140px;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
}
 .contact .con_right .button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
	position: relative;
	float: right
}
 .contact .con_right .button span {background-color: #006dad;color: #ffffff;    padding: 10px 20px;}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

/*产品中心*/
.list_dt{
        background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 40px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.list_dt:hover{
    background: #fff;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
#open{
    background: #fff;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background: #fff;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li:hover{
    background: #4285F4;
}
.list_dl .list_dt p a {
	color: #252424;
	font-size: 13px;
}
.list_li a {
	color: #333;
	font-size: 12px;
}

.prolist_class {
	background-color: #1b85b8;
	padding: 20px 5px;
	color: #fff;
	font-weight: bold;
}





.pro_list { 
/*    padding: 20px 30px;*/
    color: #000;
/*	margin: 40px 0 20px 0;*/
	overflow: hidden;
/*	background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);*/
}
.proshow {
	color: #000;
    margin: 40px 0 20px 0;
	overflow: hidden;
	background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding: 0 0 35px 0;
	}
.pro_con  {
   background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	}
.pro_list ul li { margin:14px 0;}
.pro_con .pro_con_img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}
.pro_con_img  img {width:100%;}
.pro_con_text h3 {font-size:18px;}
.pro_con_text { padding:0 15px;overflow:hidden;    min-height: 150px;}
.pro_con_text span { font-size:14px}
.pro_con_text .more {margin:10px 0 5px 0 ;float: right;width:100%;    overflow: hidden;}
.pro_con_text .more a {
	color: #FFF;
	background-color: #1b85b8;
	padding:5px 6px;
	font-size:14px;
}
.pro_con_text .more a:hover {
	color: #FFF;
	background-color: #000;
	padding:5px 6px;
}
.pro_show{position: relative;overflow: hidden;width: 380px;margin-top: 10px;float: left;}
.pro_show .bigImg{width:290px;height: 310px;position: relative;width: 100%;float: left;}
.pro_show .bigImg li img{vertical-align:middle;width:290px;height:310px;margin: auto;}
.pro_show .smallScroll{width: 100%;float: left;height: 47px;margin-top: 6px;position: relative;}
.pro_show .sPrev{position: absolute;left: 0;top: 0;display: block;width: 14px;height: 47px;text-indent: -9999px;background: url(../images/sPrev.png) no-repeat;}
.pro_show .sNext{position: absolute;right: 0;top: 0;display: block;width: 14px;height: 47px;text-indent: -9999px;background: url(../images/sNext.png) no-repeat ;}
.pro_show .smallImg{float:left;margin: 0 18px;display:inline;width:334px;overflow: hidden;}
.pro_show .smallImg ul{height:48px;width: 9999px;overflow: hidden;}
.pro_show .smallImg li{float: left;padding: 0 4px 0 0;width:60px;cursor:pointer;display: inline;}
.pro_show .smallImg img{border: 1px solid #dcdddd;width:58px;height:45px;}
.pro_show .smallImg .on img{border-color: #1e50a2;}
.pager {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 45px;
	height: 40px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 2px;
	border-radius: 6px;
}
.pager a:hover,
.pager span:hover {
	border-color: #3897cd;
	color: #3897cd;
	position: relative;
	z-index: 1;
}

.pager span.current {
	background-color: #1b85b8;
	color: #fff;
	border-color: #EBEBEB;
	position: relative;
	z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: url(../images/page_bg.png)  8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: url(../images/page_bg_hover.png)  8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
	background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
	background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
	background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.png);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.png);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}
/*新闻中心*/
.newslist {
	 background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    color: #000;
	margin: 40px 0 0 0;
	overflow: hidden;
	}
.newslist ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	padding:0 0 20px 0;
}
.news_con { margin:0 0 15px 0;}
.news_con a {color:#000;}
.more a { background:#1b85b8; padding:5px 8px;color:#fff;}
.more a:hover { background:#000; padding:5px 8px;color:#fff;}
.newsdetails { background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    color: #000;
	overflow: hidden;}
.newsdetails h2 { text-align:center;}
.down {
    padding: 20px 30px;
    color: #000;
	margin: 40px 0 0 0;
	overflow: hidden;}
.down_con a { color:#000;}
.down ul li { background-color: #fff;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);overflow: hidden;margin: 20px 0 0 0;padding: 20px 30px;}

	
	
@media only screen and (max-width:990px){
		    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
		    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
		    .dropdown-menu.multi-dropdown{ left: 0 !important; }
		    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
		    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
		}
.Ind_abo {
	background-color:#fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding:20px 30px;
	color:#000;
	font-size:14px;
	margin:20px 0 40px 0;
}
.Ind_pro {
	background-color:#fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding:20px 30px;
	color:#000;
	font-size:14px;
	/*margin:20px 0;*/
}
.Ind_nav {
		background-color:#fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding:20px 30px;
	color:#000;
	font-size:14px;
	margin:40px 0 20px 0;
	 }
	 .Ind_nav ul li a{ color:#000;}
.footer { background:#1b85b8;    padding: 25px 0; color:#fff;}
.mdl-social li {
    float: left;
    margin-right: 5px;
    text-align: center;
}
.mdl-social li a {
    border-color: #666;
}

.mdl-social li a {
    color: #666;
}

.mdl-social li a {
    border: 2px solid #333333;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    display: block;
}
.navbar-toggle.collapsed img {
	    border: 1px solid #000;
    padding: 5px;
}
@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: 25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
	.Ind_nav {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}
.form-list .field {
    
    width: 100%;
}
.con_letf { width: 100%;}
.con_right { 
    width: 100%;    
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ededed;
    border-right-color: #ededed;
    border-bottom-color: #ededed;
    border-left-color: #ededed;
	padding: 20px 0 0 0;
	}
.Ind_nav h4 { margin:10px 0 15px 0;}
}
