﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei",'Microsoft JhengHei',arial;
	font-size: 14px;
	color: #555;
}
ul, li, dl, dd, dt {
	list-style: none;
}
fieldset, img {
	border: 0
}
em, i {
	font-style: normal;
}
/* font */
.fB {
	font-weight: bold
}
.txtLft {
	text-align: left
}
.txtCtr {
	text-align: center
}
.txtRgt {
	text-align: right
}
/* margin */
.lf {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.pr{ position:relative;}
.pa{position:absolute;}
.clear {
	clear: both;
	display: block
}
/* link & action */
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #00357b;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block;
*height:0;
	_overflow: hidden
}
.hidden{ overflow:hidden;}
h2,h3{font-family: 'Bebas Neue',Helvetica,'Helvetica Neue',Arial,sans-serif;font-weight:lighter;}
.container {
	width: 1260px;
	margin: 0 auto;
}
.container-fluid {
	width: 93%;
	margin: 0 auto;
}
/*头部*/
.header { position: fixed;left: 0;top: 0;width: 100%;box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);z-index: 99;background-color: #fff; }
.header .logo{float:left; height:50px; margin:15px 0; }
.header .logo img{float: left; height:50px; }
.header .logo .text{ float:left; margin:5px 0 0 10px; line-height:24px;}
.header .logo .text b{ display:block; font-size:26px; color:#333;}
.header .logo .text span{ font-size:12px; color:#999;}

.header .nav{ float:left; margin-left:130px; }
.header .nav li { float:left; line-height:80px;text-align:center; margin-left:50px;position:relative;}
.header .nav li a { display: block; color:#232323; font-size:16px; font-weight:bold; }
.header .nav li:last-child a { background:none;}
.header .nav li a:hover, .header .nav .active a{ color:#00357b; }
.header .nav .active { color:#00357b;}
.subnav {position: absolute;width:200px; padding:20px 0; background:#fff;box-shadow:0 0 10px 3px rgba(0,0,0,0.05);height: auto;z-index:199;top:80px;left:-70px;overflow: hidden;opacity: 0;visibility: hidden;transition: all .36s ease;}
.header .nav li .subnav a { display:block; width:100%;font-weight:500;color:#232230; margin:0;padding:10px 0;line-height:22px; transition: all .2s ease-in-out;font-size: 14px;}
.header .nav li:hover .subnav{opacity:1;visibility: visible; }
.header .nav li .subnav  a:hover{ color:#00357b; background:none;}


.header_right{ float:right;height:100%;display:flex;}
.header_right .h_lang{ position:relative;}
.header_right .h_lang > a {height:80px; line-height:80px;display: flex;align-items: center;}
.header_right .h_lang i { display:block; width:25px; height:25px;background:url(../images/icon1.png) no-repeat;transition: all 0.4s ease 0s;}
.header_right .h_dw{ display:none; position:absolute;top: 80px;left:-75px;background-color: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 6px -15px inset;border-radius: 0px 0px 5px 5px;overflow: hidden;}
.header_right .h_dw img{ width:100px; height:100px;}

.header_right .h_dw>a {display: block; width:100px;padding: 10px 0;border-bottom: 1px solid #d9d9d9;color: #333;text-align: center;font-size: 13px;}
.header_right .h_dw>a:hover { background:#f7f7f7; color:#F00;}
.header_right .h_lang:hover .h_dw{ display:block;}

.h_search{ height: 100%; height:80px; line-height:80px;display:flex;align-items:center;margin-left:30px; font-size:16px; font-weight:lighter;cursor:pointer;position:relative;}
.h_search .search{ display:none; position:absolute; top:60px; right:0; width:142px;}
.h_search:hover .search{ display:block; width:194px;}
.search input{ float:left; border:none;}
.search .text{float:left; width:150px; height:40px; border:1px solid #f5f5f5; text-indent:10px;}
.search .btn{ float:left;background:#00357b; cursor:pointer; height:42px;width:42px; color:#fff; display:inline-block; }



/*焦点图*/
.fullSlide {position: relative;width:100%;height:660px; margin-top:80px; overflow:hidden;}
.fullSlide .bd {position: relative;z-index: 0;height: 660px}
.fullSlide .bd li {width: 100%;vertical-align: top;height: 660px}
.fullSlide .hd{position:absolute;bottom:30px;z-index:99;left:50%; margin-left:-250px;width:500px;}
.fullSlide .hd li{width:90px;height:3px;float:left;margin:0 5px;background:#fff;}
.fullSlide .hd li.on {background:#03479c;}
.fullSlide .prev, .fullSlide .next {position: absolute;z-index: 99;width: 51px;height: 115px}
.fullSlide .prev {left: 2%;top: 35%;background: url(../images/left.png) no-repeat;}
.fullSlide .next {right: 2%;top: 35%;background: url(../images/right.png) no-repeat;}

/**/

.main-container{ width:100%; overflow:hidden;}
section{padding-top:5.5em; padding-bottom:0em;}

.index_title{ width:100%; overflow:hidden; position:relative;}
.index_title:after {content:"";position:absolute;top:20px;left:0; width:18px;height:3px;background-color:#00357b;}
.index_title h2{ float:left; margin-left:40px; font-size:42px; color:#000; line-height:50px;text-transform: uppercase;}
.index_title p{ float:right; font-size:16px; color:#606060; line-height:35px;}

.index_product{ width:100%; height:650px; overflow:hidden;}
/* tab */
#tab{width:100%;margin-top:50px;position:relative;}
#tab .tab_menu{width:100%;float:left;position:absolute;z-index:1;}
#tab .tab_menu li{float:left;width:307px;height:360px;margin-right:10px;cursor:pointer;text-align:center; overflow:hidden; position:relative;}
#tab .tab_menu li:last-child{ margin-right:0;}
#tab .tab_menu li:before {position:absolute;content: '';background:rgba(0, 0, 0, 0.5);width:100%;height:100%;top:0;left:0;}
#tab .tab_menu li img{width:100%;height:100%;object-fit:contian;}


.toll_img{ width:307px;height:360px; position:relative;}
.toll_img .Bg{ position:absolute; left:0; bottom:0; width:100%; height:60px;background:rgba(0, 0, 0, 0.5);}
.toll_img h3{ position:absolute; left:0; bottom:0; width:100%; height:60px; line-height:60px; font-size:20px; font-weight:bold; color:#fff; text-align:center;}
.toll_info{ height:360px;vertical-align:middle;display:table-cell; position:relative;}
.toll_info .iBg{position:absolute; left:0; bottom:0; width:100%; height:365px;background:rgba(0, 53, 123, 0.7);}
.toll_info .text{ position:absolute; top:50px; left:0; width:100%; text-align:center; color:#fff; z-index:999;}
.toll_info .text h3{ font-size:32px; font-weight:bold;}
.toll_info .text p{ margin-top:10px; padding:0 20px; font-size:16px;}
.toll_info span{ display:inline-table; margin-top:50px; width:152px; height:46px; line-height:46px; text-align:center;background:#fff; color:#00357b;}

#tab .tab_menu li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}

#tab .tab_box{width:100%;clear:both;top:360px;position:relative;border-bottom:1px solid #ddd;}
#tab .tab_box .tab_list{ width:100%; padding:50px 0; overflow:hidden;}
#tab .tab_box .tab_list li{ float:left; width:33.333%; position:relative;}
#tab .tab_box .tab_list li i{ float:left; font-size:52px;}
#tab .tab_box .tab_list li p{ float:left; margin:3px 0 0 25px; font-size:13px; color:#666;}
#tab .tab_box .tab_list li p b{ display:block; font-size:18px; color:#333;}
#tab .tab_box .tab_list li::after {content: '';position: absolute;right:50px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);width: 1px;height: 45px;background-color: #d1d1d1;}
#tab .tab_box .tab_list li:last-child::after{ width:0;}


#tab .tab_box div{ cursor:pointer; z-index:9999;}
#tab .tab_box div:before{ position:absolute;content: '';background:url(../images/sanjiaoxing.png) center bottom no-repeat; width:307px; height:15px;top:-15px;left:0; z-index:99;}
#tab .tab_box div:nth-child(2):before{ left:307px;}
#tab .tab_box div:nth-child(3):before{ left:624px;}
#tab .tab_box div:nth-child(4):before{ left:941px;}

.hide{display:none;}

.index_rmcp{ width:100%; overflow:hidden;}
.rm_title{font-size:42px; color:#000; text-align:center;text-transform: uppercase;}
.picScroll-gd { width:100%; margin-top:50px; position: relative;}
.picScroll-gd .hd2 { font-size:42px;}
.picScroll-gd .hd2 .next {position: absolute;top:31%;right:-50px;overflow: hidden;cursor: pointer;}
.picScroll-gd .hd2 .prev {position: absolute;top:31%;left:-50px;overflow: hidden;cursor: pointer;}
.picScroll-gd .bd2 { margin:0;}
.tempWrap{ width:1260px !important;}
.picScroll-gd .bd2 ul { width:100%;overflow: hidden;zoom: 1;}
.picScroll-gd .bd2 ul li {float: left;_display: inline; width:236px; margin-right:20px;text-align: center;overflow: hidden;}
.picScroll-gd .bd2 ul li .pic {text-align: center; padding:5px; width:224px;height:224px; border:1px solid #ddd; overflow:hidden;}
.picScroll-gd .bd2 ul li .pic img {width:100%;height:100%;object-fit:cover; transition: all 0.6s;}
.picScroll-gd .bd2 ul li:hover img{ transform: scale(1.1);}
.picScroll-gd .bd2 ul li p{ margin-top:20px; font-size:16px; color:#333; }

.a_more{ margin:60px auto 20px auto; width:200px; height:54px; line-height:52px; text-align:center; overflow:hidden;}
.a_more a{ display:block;  border:1px solid #666; border-radius:5px; font-size:16px; color:#666;}
.a_more a:hover{ background:#00357b; border:1px solid #00357b; color:#fff;}


.index_about{ width:100%; margin:0; overflow:hidden; position:relative;}
.index_about .aboutl{ float:left; width:60%; height:700px; background-position: right center;background-repeat: no-repeat;background-size: cover;}
.index_about .aboutr{ float:left; width:40%; height:700px; background:#00357b;}
.index_about .aboutdw{ position: absolute; left:0; top:150px; width:100%; }
.index_about .aboutdw .about_right{ float:right; width:50%; height: 400px; padding:80px; border-radius: 8px; background:#fff;}
.about_right h3{ font-size:38px; font-weight:bold; color:#333;}
.about_right .text{ margin-top:20px; font-size:15px; color:#666; line-height:30px;}
.about_more{ margin-top:50px;line-height: 60px;text-align: center;display: flex;}
.about_more a{ width: 230px; height: 60px; background:#333; color:#fff;}
.about_more a.A2{background:#00357b;}



.index_news{ margin-bottom:50px; overflow:hidden;}
.newsBox{ width:100%; margin:50px 0; overflow:hidden;}
.newsBox ul li{ float:left; width:372px; margin-right:24px; padding:15px; border:1px solid #ddd; overflow:hidden;}
.newsBox ul li:nth-child(3n){ margin-right:0;}
.newsBox ul li span{color:#666;}
.newsBox ul li .pic{ width:100%; height:230px; margin:10px 0; overflow:hidden;}
.newsBox ul li .pic img {width:100%;height:100%;object-fit:cover; transition: all 0.6s;}
.newsBox ul li:hover img{ transform: scale(1.1);}
.newsBox ul li h3 a{ font-size:18px; color:#000; letter-spacing:1px;}
.newsBox ul li p{ padding-top:5px; line-height:22px;}
.newsBox ul li .time{ margin-top:15px; padding-top:15px; border-top:1px solid #ddd; font-size:12px;}
.newsBox ul li .time a{ display:block; float:right; color:#00357b; font-size:18px;}

.index_news .n_more{ text-align:center;}
.index_news .n_more a{ display:inline-block; padding:15px 40px; background:#00357b; color:#fff; border-radius:6px;}
.index_news .n_more a:hover{ background:#e8340c;}



/*页脚*/
.footer {width:100%; margin-top: 165px; line-height:30px; background:#f3f3f3; }
.footer_top{display: flex;width: 100%; background:#fff;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);}
.footer_top_item{ width:33.333%; display: flex;align-items: center;justify-content: center;position: relative;}
.footer_top_item i{ font-size:60px; color:#00357b; }
.footer_top_item .item_r{margin-left: 25px; text-align:left;}
.footer_top_item .item_r p{ margin-top:7px; font-size:16px; font-weight:bold; color:#333; line-height:15px;}
.footer_top_item .item_r span{ font-size:14px;}

.footer a{ color:#666;}
.footer a:hover{ color:#00357b;}
.footer_top{ width:100%; padding:30px 0; text-align:center; font-size:20px; border-bottom:1px solid rgba(255,255,255,.2);}
.footer_top span{ font-size:16px;}
.footer_top h3{ padding-top:10px; font-size:36px;letter-spacing:2px; color:#00357b;}
.footer .footer_bottom{ margin:50px 0; overflow:hidden; position:relative;}
.footer .footer_bottom dl{ float:left; width:16%;}
.footer .footer_bottom dl dt{ margin-bottom:5px; font-size:22px; color:#333; }
.footer .footer_bottom dl dd i{ padding-right:10px;}
.footer .footer_bottom dl dd a{ font-size:13px;}
.footer .footer_bottom dl.logo_b{ width:36%;}
.logo_b .img{ float:left;}
.logo_b .img img{ height:50px;}
.logo_b .text{ float:left; margin:5px 0 0 10px; line-height:24px;}
.logo_b .text b{ display:block; font-size:26px; color:#333;}
.logo_b .text span{ font-size:12px; color:#999;}

.copy{ width:100%; padding:15px 0; border-top: 1px solid #d5d5d5; font-size:13px; overflow:hidden;}


.home{ margin-top:80px;width:100%; height:250px;background:url(../images/b1.jpg) no-repeat center center; color:#fff; overflow:hidden; position:relative;}
.home a{ color:#fff;}
.home .home_con{ margin-top:65px; }
.home .home_con h2{ font-size:42px; font-weight:bold; letter-spacing:2px; margin-bottom:5px;}
.home .home_con span { display:block;width: 80px;height: 1px;background-color: #e12644;}
.nybgb{ position:absolute; left:0; bottom:0; width:100%; height:50px;background-color: rgba(0, 0, 0, 0.2);}
.nybgb .nybgbbig {height: 50px;align-items: center!important;display: flex;}
.home_xq{ margin-top:80px; background:#666;}
.home_xq .homexq_box{height: 56px;display: flex;align-items: center; color:#fff;}
.home_xq .homexq_box a{ color:#fff;}
.homexq_nav{flex: 1;}
.homexq_fh{display: flex;width: 205px; height: 56px;background:#333;align-items: center;justify-content: center; text-align:center;}
.homexq_fh a{ display:block; width:100%;}
.homexq_fh a:hover{ color:#df002c;}
.homexq_fh i{ margin-right:8px;}


.main{ width:100%; margin:50px 0; overflow:hidden;}
.productBg{ margin:0; background:url(../images/product_bg.jpg) repeat center 0;}
.product_left{ float:left; width:280px; overflow:hidden;}
.product_left li{ padding:25px 0; font-size:18px; border-bottom: 1px solid #ccc;position:relative;}
.product_left li a{font-weight:lighter; color:#000;}
.product_left li i{ position:absolute; top:30px; right:30px; font-weight:bold;}
.product_left li a:hover{color: #00357b;}
.product_left li.on a{color: #00357b;}
.product_left li.er{ padding-left:30px; border:none;}
.product_left li.er a{ font-size:18px;}

.product_right{ float:right; width:930px; margin-bottom:50px; overflow:hidden;}
.productlist{ width:100%; overflow:hidden;}
.productlist li{ float:left; width:296px; margin:0 21px 21px 0; background:#fff;}
.productlist li:nth-child(3n){margin-right:0;}
.productlist a{ display:block;}
.productlist .pic{ padding:10px; width:274px; height:274px; border:1px solid #ddd; overflow:hidden;}
.productlist .pic img{ width:100%; height:100%; object-fit: cover;transition: all 0.6s;}
.productlist a:hover .pic img{ transform: scale(1.1);}
.productlist .name{ padding:20px 10px;font-size:16px; color:#232230; text-align:center;}
.productlist a:hover .pic { box-shadow: 3px 2px 10px rgba(0,0,0,.1);transition: all .36s ease;}
.info{ padding:30px; background:#fff; overflow:hidden;}
.info .product_title{ text-align:center; font-size:20px; color:#333;}
.product_top{display: flex; padding: 70px 0;background-color: #f3f3f3;}
.product_top .productL{ float:left; width:550px; border: 1px solid #d9d9d9; background:#fff; overflow:hidden;}

/*图片小图预览列表*/
.spec-preview{ padding:5px;width:540px;height:540px;}
.spec-preview img{width:100%; height:100%; object-fit:contain;}
.spec-scroll{clear:both; padding:15px 0;width:540px;border-top: 1px solid #d9d9d9;overflow:hidden;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:22px;height:32px; margin:12px; cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:445px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

.product_top .productR{ float:right; width:668px; overflow:hidden;}
.productR .title{ padding: 30px 0; border-bottom: 1px solid #d9d9d9;}
.productR .title h1{font-size: 24px; color:#333;}
.productR .desc{ margin-top: 40px; line-height:25px; color:#333;}
.productR .link{ margin-top:100px;}
.productR .link>div{ float:left;width: 205px;height: 52px;background: #df002c;border-radius: 5px; margin-right: 15px;}
.productR .link .link_r{ background:#00357b;}
.productR .link a{height: 100%;display: flex;justify-content: center; align-items: center; color:#fff; font-size:16px;}
.productR .link i{ padding-right:5px;}
.product_info{ margin-top: 100px;}
.product_info_l{ float:left; width:930px; overflow:hidden;}
.product_info_l .title h1{width: 200px;height: 56px;line-height: 56px;text-align: center;font-size: 20px;border-radius: 5px 5px 0 0; background: #00357b; color:#fff;overflow:hidden;}
.product_info_l .title span{ display:block; width:100%; height:2px;background: #00357b;}
.product_info_l .details{ margin:30px 0; line-height:30px;}
.product_info_l .details img{ max-width:100%;}
.product_info_r{ float:right; width:280px; background:#f3f3f3; overflow:hidden;}
.product_info_r .product_nav{ padding:50px 20px;}
.product_info_r .product_nav li{ padding:25px 0; font-size:18px; border-bottom: 1px solid #ccc;position:relative;}
.product_info_r .product_nav li a{font-weight:lighter; color:#000;}
.product_info_r .product_nav li i{ position:absolute; top:24px; right:0; font-weight:bold;}
.product_info_r .product_nav li a:hover{color: #00357b;}
.product_info_r .product_nav li.act a{color: #00357b;}
.product_info_r .product_nav li.er{ padding-left:30px; border:none;}
.product_info_r .product_nav li.er a{ font-size:18px;}

.m_next{ width:100%; margin-top:20px; padding-top:20px; border-top:1px solid #ddd; overflow:hidden;}
.m_next p{ width:100%; line-height:30px; overflow:hidden;}

.newslist{ width:100%; overflow:hidden;}
.newslist li{ margin:20px 0; width:1118px; padding:20px; border:1px solid #ddd; overflow:hidden;}
.newslist li .pic{ float:left; width:340px; height:250px; overflow:hidden;}
.newslist li .pic img {width:100%;height:100%;object-fit:cover; transition: all 0.6s;}
.newslist li:hover img{ transform: scale(1.1);}
.newslist li .text{ float:right; width:750px; margin-top:20px; overflow:hidden;}
.newslist li .text h3{ font-weight:bold;}
.newslist li h3 a{ font-size:18px; color:#000; letter-spacing:1px;}
.newslist li p{ padding-top:10px; line-height:22px;}
.newslist li .time{ margin-top:15px; padding-top:15px; border-top:1px solid #ddd; font-size:13px;}
.newslist li .time a{ display:block; float:right; color:#00357b; font-size:18px;}

.news_info_l{float:left; width:925px; margin-top:80px; overflow:hidden;}
.news_info_l h1{ margin-bottom:10px; line-height: 38px; color:#333;}
.news_info_l span{ font-size:14px; color:#999;}
.news_info_l .details{ margin-top:30px;}
.news_info_l .details p{font-size: 15px; line-height:30px;}
.page{margin-top:40px;border-top:1px solid #d9d9d9;padding-top:25px;display:flex;justify-content:space-between;align-items:center;}
.page i{display: inline-block;vertical-align: middle;}
.page .n_pre i,.page .n_next i{ font-size:40px; color: #b3b3b3;}
.page .n_pre span,.page .n_next span{font-size:22px;color: #333;margin: 0 24px;}
.page .n_back{width:210px; height:50px;border-radius:5px;background: #f3f3f3;display: flex;align-items: center;justify-content: center; transition: all .4s;}
.page .n_back i{ font-size:16px; color:#333;}
.page .n_back span{ margin-left:5px; color:#333;}
.page .n_back:hover{ background:#00357b;}
.page .n_back:hover i,.page .n_back:hover span{ color:#fff;}
.news_info_r{float:right; width:285px; margin-top:170px; overflow:hidden;}
.news_info_r h1{ font-size:24px; color:#333;}
.news_info_r ul{ margin-top:15px; padding:30px 15px; background:#f3f3f3; overflow:hidden;}
.news_info_r ul li{ width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ddd; overflow:hidden;}
.news_info_r ul li .time{ float:left; width:65px;margin-top:6px; font-size:22px;color:#d1d1d1; font-weight:bold; text-align:center;}
.news_info_r ul li .time span{ display:block; font-size:16px;}
.news_info_r ul li .text{ float:left; width:180px; margin:7px 0 0 10px; line-height:24px; color:#666;}

.about_text,.contact_text{ width:100%; line-height:30px; font-size:16px;overflow:hidden;}
.about_text img{ max-width:100%;}
.news_time{ display:block; margin-bottom:20px; text-align:center; color:#999;}

.contact{width: 100%; display: flex;}
.contact .item {width:290px;margin-right:30px;height: 400px;display: flex;flex-direction: column;border: 1px solid #dddddd;}
.contact .item:last-child { margin-right:0;}
.contact .img{margin: 0 auto;margin-top:50px; width:100px; height:100px; background:#f3f3f3; border-radius:100px;align-items: center;justify-content: center;display: flex;}
.contact .img i{color: #00357b; font-size:48px;}
.contact h2{margin: 20px 0;text-align: center;font-size:24px; color:#333;}
.contact p{ padding:5px 10px; text-align:center; color: #616161; font-size:18px;}
.map{ margin-top:50px;}
.map1{ float:left;}
.map2{ float:right;}



/* 通用分页样式 */
.pages {height: 26px;padding: 5px 0;margin-top: 30px;clear: both;text-align: center;}
.pages:after {content: '.';clear: both;height: 0;line-height: 0;display: block;visibility: hidden;}
.pages b{background:#e61420; color:#fff;padding: 5px 10px;}
.pages a {padding: 5px 10px;border: 1px solid #e1e1e1;height: 24px;line-height: 24px;color: #666;}
.pages a:hover {border: 1px solid #3a97ef;background: #3a97ef;color: #fff;text-decoration: none;}

.d_page{ width:100%; margin-top:40px; color:#999; overflow:hidden;}
.d_page p a{ color:#999;text-decoration:underline;}
.d_page p a:hover{ color:#333;}




/*右侧浮动*/
.y-kefu-box { position: fixed; right: 10px; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../images/images.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #e80000; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #e80000; border-color:#e80000; color: #fff; margin: 10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#e80000; border-color:#e80000;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #e80000; font-size: 22px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 94px; height: 94px; margin: 30px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #e80000; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#ed1b24;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }





