/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    /*line-height: 1;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{


}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #5a5a55;
    font-size: 14px;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    }
/* 通用样式 */
.middle{ width:100%; max-width:1180px; margin:0 auto; overflow:hidden;}
.topmiddle{ width:100%; max-width:1180px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

ul::after{
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

ul li{
    *zoom: 1;
}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.36s;
    -moz-transition: all 0.36s;
    -ms-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd_top{
    height: 35px;
    line-height: 35px;
}

.hd_top h3{
    font-size: 13px;
    color: #474747;
    font-weight: 400;
}

.hd_sc a{
    font-size: 13px;
    color: #474747;
    padding: 0 1em;
}

.hd_sc{
    font-size: 13px;
    color: #474747;
}

.hd_sc a:hover{
    color: #035aa9;
}


.hd_top{
    background: #f5f5f5;
}

.hd_logo{
    display: block;
    margin-top: 39px;
}


.hd_ct form{
    background:  url(../image/hd_sc.jpg) 0 0 no-repeat;
    width: 311px;
    height: 37px;
    overflow: hidden;
    *zoom: 1;
}

.hd_ct input[type="text"]{
    width: 240px;
    height: 37px;
    margin-left: 8px;
    border: none;
    background: none;

}

.hd_ct input[type="submit"]{
    width: 56px;
    height: 36px;
    cursor: pointer;
    border: none;
    background: none;
}


.hd_ct form{
    margin-top:14px ;
}


.hd_ct{
    margin-top: 27px;
}


.hd_nav{
    height: 47px;
    line-height: 47px;
    background: #035aa9;
    text-align: center;
    margin-top: 43px;
}


/*.hd_nav ul li a{
    font-size: 15px;
    color: #ffffff;
	display:block;
}


.hd_nav ul li{
    width: 165px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.hd_nav ul{
    display: inline-block;
}

.hd_nav ul li:hover{
    background: #ffa200;
}*/



/*banner开始*/
/* flexslider */
.flexslider {

    position:relative;
    width:100%;
    overflow:hidden;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides {
    zoom:1;
}
.flex-direction-nav a {
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(../image/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
}



.flex-direction-nav .flex-next {
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev {
    left:0;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:20px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 10px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    background:url(../image/dot.png) no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
}
.flex-control-paging li a.flex-active {
    background-position:0 0;
}



.img{

    height: 540px;

}


/*产品中心*/

.pt_left{
    width: 280px;
}

.pt_hd{
    background: #035aa9;
    padding: 38px 32px;
    border-bottom: 11px solid #ffa200;
    color: #ffffff;
}


.pt_hd p{
    font-size: 16px;
    text-transform: uppercase;
}

.pt_hd h3{
    font-size: 24px;
    margin-top: 8px;
}


.pt_left{
    background: #f5f5f5;
}


.pt_left ul li{
    height: 49px;
    line-height: 49px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	
}

.pt_left ul li a{
    padding: 0 15px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
	position:relative;
}

.pt_left ul li a:after{ position:absolute; display:block; content:'+'; left:90%; top:0; width:10px; height:49px; line-height:49px;}


.pt_left ul{
    padding: 10px 0 20px 0;
}


.pt_left ul li:hover{
    background: #035aa9;
}


.pt_left ul li:hover a{
    color: #FFF;
}

.pt_left ul li:hover a:after{ color:#FFF;}

.pt_left ul{
    border-bottom: 19px solid #ffa200;
}

.pt_right ul li{
    width: 273px;
    text-align: center;
    margin-left: 26px;
    margin-bottom: 23px;
	/*box-shadow:inset 0 0 1px #EEE; */
}

.pt_right ul li a{
	display:block;
	margin:1px;
	box-shadow:0 0 1px #AAA;
}

.pt_right{
    width: 898px;
}


.pt_img{
    width: 271px;
    height: 245px;
}


.pt_img img{
    max-width: 271px;
    max-height: 245px;
    display: block;
}


.pt_text{
    height: 83px;
    background: #eae8eb;
    overflow: hidden;
    *zoom: 1;
    margin-top: -2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.pt_text h3{
    font-size: 15px;
    color: #474747;
    font-weight: 400;
    margin-top: 18px;
}


.pt_text p{
    width: 78px;
    height: 23px;
    background: #035aa9;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
    margin: 11px auto 0;
}



.pt_right ul li:hover .pt_text{
    background: #035aa9;
}

.pt_right ul li:hover .pt_text h3{
    color: #ffffff;
}

.pt_right ul li:hover .pt_text p{
    background: #ffffff;
    color: #035aa9;
}

.product{
    margin: 50px 0 50px;
}

/*在线咨询*/
.zxzx{
    background:  url(../image/zxzx.jpg) top center no-repeat;
    display: block;
    height: 185px;
}


.liyou{

}


.ly_hd h3{
    background:  url(../image/lyhd_bj.png) center no-repeat;
    font-size: 26px;
    color: #035aa9;
}

.ly_hd p{
    font-size: 13px;
    color: #858585;
    text-transform: uppercase;
    margin-top: 9px;
}

.ly_hd{
    margin: 69px 0 74px;
    text-align: center;
}



/*四大理由*/
.ly_text{
    width: 640px;
}

.ly_img{
    width: 512px;
    height: 362px;
}

.ly_img img{
    max-width: 512px;
    max-height: 362px;
	cursor:pointer;
}

.ly_text h3{
    font-size: 20px;
    padding-left: 37px;
    color: #035aa9;
    line-height: 28px;
}


.lyp{
    width: 603px;
    text-align: justify;
    padding-left: 20px;
    border-left: 1px solid #035aa9;
    margin-left: 16px;
    margin-top: 14px;
    margin-bottom: 35px;
    font-size: 14px;
    color: #68696a;
    line-height: 1.8em;
}


.ly_list ul li{
    margin-bottom: 30px;
}


/*关于我们*/
.gs_jj{
    background:  url(../image/gs_bj.jpg) top center no-repeat;
    height: 569px;
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    margin-top: 80px;
}


.gs_left{
    width: 757px;
    min-height: 411px;
    margin: 8px 0 0 29px;
}

.gs_hd h3{
    font-size: 23px;
    color: #474747;
    font-weight: 400;
}


.gs_hd  a{
    font-size: 13px;
    color: #474747;
}


.gs_hd  a:hover{
    color: #035aa9;
}



.gs_hd{
    line-height: 48px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
	overflow:hidden;
}

.gs_left p{
    font-size: 13px;
    color: #6b6b6b;
    line-height: 2.2em;
    text-align: justify;
}


.gs_main{
    margin-top: 55px;
}


.gs_right{
    width: 324px;
    height: 457px;
}

.gs_right img{
    max-width: 324px;
    max-height: 457px;
	cursor:pointer;
}

/*新闻中心*/
.news_left{
    width: 340px;
    height: 426px;
}

.new_tt{
    position: absolute;
    bottom: 0;
    width: 340px;
    height: 75px;
}


.news_list h3{
    font-size: 20px;
    font-weight: 400;
    border-left: 3px solid #0973c2;
    height: 19px;
    line-height: 19px;
    padding-left:5px;
	overflow:hidden;
}

.news_list{
    width: 382px;

}

.news_list ul li a{
    font-size: 14px;
    color: #767676;
    line-height: 38px;
	display:block;
	width:76%;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;

}

.news_list ul li{
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #767676;
	line-height:38px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news_list ul {
    margin-top: 12px;
	padding-top:5px;
	border-top:1px #eee solid;
}


.news_list ul li a:hover{
    color: #035aa9;
}

.news_right{
    width: 802px;
}


/*友情链接*/
.fd_hd h3{
    font-size: 25px;
    color: #2b2a2a;
    font-weight: 400;
}


.fd_hd h3 span{
    font-size: 15px;
    color: #aaaaaa;
}

.fd_list ul li a{
    font-size: 14px;
    color: #5b5b5b;

}


.fd_list ul li a:hover{
    color: #035aa9;
}

.fd_link{
    margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	border-top:1px #EEE solid;
}

.fd_list{
    margin-top: 20px;
	margin-bottom:20px;
}


.fd_list ul li{
    margin-right: 60px;
}

/*底部开始*/
.footer{
    background: #035aa9;
    /*height: 287px;
    margin-top: 30px;*/
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
    *zoom: 1;
}

.ft_nav ul li a{
    font-size: 15px;
    color: #ffffff;

}

.ft_nav ul{
    display: inline-block;
	overflow:hidden;
}

.ft_nav {
    text-align: center;
    margin-top: 52px;
}

.ft_nav ul li{
   margin: 0 32px;
}

.ft_nav ul li a:hover{
    text-decoration: underline;
}


.ft_ct{
    font-size: 14px;
    color: #ffffff;
    line-height: 2.0em;
    text-align: center;
    margin: 25px 0 25px;
	padding-top:25px;
	border-top:1px #034d91 solid;/*045097*/
}

.ft_ct p:nth-of-type(1){
	padding-bottom:10px;
}

.ft_ct strong{
	font-size:20px;
	letter-spacing:2px;
	word-spacing:2px;
}
.ft_ct span{
    padding: 0 20px 0 0;
}


.ft_bm{
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #023a6e;
    font-size: 14px;
}




















