
/* reset */
* { margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PingFang SC, helvetica neue, hiragino sans gb, microsoft yahei, sans-serif; }
img { border: 0; vertical-align: middle; }
li { list-style-type: none; vertical-align: top; }
button, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; width:100%;margin:30px 0;}
input, textarea { border: none; resize: none; outline: none; }
a { text-decoration: none; outline: none; color: #666;  }
/*a:hover { color: #d60011; }*/
/* end reset */

/* public */
.w1200 { width: 1200px; margin: 0 auto; position: relative; }
.fl { float: left; }
.fr { float: right; }
.mb20 { margin-bottom: 20px; }
.cl { zoom: 1; }
.cl:after { content: ''; display: block; clear: both; }
.eps { overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.ib { display: inline-block; vertical-align: top; }
.z9 { z-index: 9; position: relative; }
.tr, .zoomIn { transition: All 0.6s ease-in-out; -webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out; }
.zoomIn:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.title { text-align: center; }
.title h2 { font-size: 25px; font-weight: bold; line-height: 38px; }
.title h2 span { position: relative; padding: 0 35px; line-height: 38px; }
.title h2 em { width: 24px; height: 4px; position: absolute; top: 50%; margin-top: -2px; }
.title .left { left: 0; }
.title .right { right: 0; }
.title h3 { line-height: 26px; font-family: Arial; font-size: 18px; font-weight: bold; }
/* end public */

/* header */
header {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	/*position: fixed;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*z-index: 99;*/
}

header .header_cen {
	width: 1200px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

header .header_cen>ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .header_cen>ul>li>a {
	margin: 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 80px;
	transition: all 0.5s;
}
header .header_cen>ul>li>a:hover{
    color: #d60011;
}
header .header_cen>ul>li .subMenu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	z-index: 99;
}

header .header_cen ul>li .subMenu .subMenu_cen {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 20px;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_l img {
	width: 250px;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_c {
	width: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_c a {
	display: block;
	line-height: 46px;
	font-size: 14px;
	width: 115px;
	border-bottom: 1px solid #e7e7e7;
	color: #666;
}
header .header_cen ul>li .subMenu .subMenu_cen .subMenu_c a:hover{
      color: #d60011;
}
header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r {
	width: 480px;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r p:first-child {
	font-size: 18px;
	line-height: 36px;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r p:nth-child(2) {
	line-height: 25px;
	color: #555;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

header .header_cen ul>li .subMenu .subMenu_cen .subMenu_r p:last-child a {
    display: block;
	width: 120px;
	text-align: center;
	color: #666;
	line-height: 30px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
}
/* banner */
.banner { width: 100%; height: 500px; overflow: hidden; position: relative; }
.banner .bd { height: 500px; position: relative; left: 50%; margin-left: -960px; }
.banner .bd li { width: 1920px; }
.banner .hd { position: absolute; width: 100%; height: 12px; bottom: 20px; left: 0; text-align: center; }
.banner .hd ul { height: 12px; overflow: hidden; }
.banner .hd li { width: 12px; height: 12px; overflow: hidden; display: inline-block; *display: inline; *zoom: 1; background: url(../images/dot.png) no-repeat -12px 0; text-indent: -99em; cursor: pointer; margin: 0 4px; }
.banner .hd .on { background-position: 0 0; }

/* search */
.search { height: 50px;  line-height: 50px; overflow: hidden; border-bottom:1px solid #f5f5f5; }
.search b { color: #010101; font-weight: normal; margin-right: 20px; }
.search a { color: #666; margin-right: 12px;font-size:15px; }
.search a:hover { color: #d60011; }

.search .fr { padding-top: 9px; }
.search input { vertical-align: top; }
.search .txt {     border: 1px solid #eee;
    border-right: none;
    width: 225px;
    height: 30px;
    line-height: 28px;
    color: #666;
    padding: 0 11px;
    float: left;
    font-size: 15px;}
.search .btn { width: 59px; height: 30px; background: url(../images/search.png) no-repeat center #d60011; cursor: pointer; }

/* product */
.product { padding-bottom: 10px; }
.prodSide { width: 219px; }
.prodSideTop { background: #347ad3; color: #fff; padding-left: 22px; padding-bottom: 22px; }
.prodSideTop h2 { font-size: 35px; line-height: 40px; padding-top: 17px; }
.prodSideTop h3 { font-size: 20px; line-height: 28px; margin-bottom: 6px; }
.prodSideTop h4 { background: url(../images/proden.gif) no-repeat; width: 127px; height: 30px; line-height: 30px; letter-spacing: 1px; font-family: Arial; padding-left: 6px; font-weight: bold; }
.prodSideBox { margin-bottom: 20px; border: 1px solid #e0e0e0; border-top: none; background: #f5f5f5; padding-left: 30px; padding-top: 15px; padding-bottom: 40px; }
.prodSideBox ul { float: left; width: 196px; }
.prodSideBox li { line-height: 30px; height: 30px; margin-right: 6px; width: 120px; float: left; }
.prodSideBox a { width: 100%; }
.prodTel { background: #347ad3; padding-bottom: 15px; }
.prodTelBox { padding: 0 6px; color: #fff; padding-top: 18px; }
.prodTelBox img { margin-right: 6px; }
.prodTelBox p { margin-bottom: 10px; text-align: center; background: url(../images/cut.gif) repeat-x 0 bottom; height: 27px; font-size: 18px; line-height: 27px; padding-bottom: 8px; }
.prodTelBox h3 { text-align: center; font-family: Arial; font-size: 18px; color: #fff; }

.prodMain { width: 850px; }
.prodMain .hd { background: url(../images/prodcut.gif) repeat-x 0 17px; margin-bottom: 36px; }
.prodMain .hd ul { background: url(../images/prodhd.png) no-repeat; width: 254px; height: 35px; margin: 0 auto; }
.prodMain .hd li { color: #8c8c8c; font-size: 14px; width: 123px; height: 42px; float: left; margin: 0 2px; line-height: 35px; text-align: center; cursor: pointer; }
.prodMain .hd .on { color: #fff; background: url(../images/prodhdon.png) no-repeat; }
.prodWrap { width: 850px; overflow: hidden; }
.prodWrap ul { width: 1100px; }
.prodWrap li { width: 260px; text-align: center; background: url(../images/prodcut.png) no-repeat center right; float: left; padding-right: 17px; margin-right: 18px; position: relative; overflow: hidden; margin-bottom: 46px; }
.prodWrap p { margin-bottom: 15px; position: relative; }
.prodWrap em { position: absolute; }
.prodWrap .bg { width: 100%; height: 100%; background: #000; opacity: 0; filter: alpha(opacity = 0); top: 0; left: 0; }
.prodWrap .adorn { background: url(../images/link.png) no-repeat; width: 50px; height: 50px; left: 50%; top: -50px; margin-left: -25px; }
.prodWrap h3 { color: #404040; font-size: 14px; margin-bottom: 17px; }
.prodWrap h4 { width: 156px; height: 26px; line-height: 26px; text-align: center; margin: 0 auto; border: 2px solid #c5c5c5; color: #a8a8a8; font-size: 14px; }
.prodWrap h4 span { font-weight: bold; font-family: Arial; margin-left: 6px; }
.prodWrap a { position: absolute; width: 260px; height: 100%; top: 0; left: 0; z-index: 9; }
.prodWrap .on h4 { border-color: #d60011; color: #d60011; }




/* flow */
.flow { background: url(../images/flowadorn.gif) no-repeat center 0 #0c4b9c; padding-top: 40px; padding-bottom: 45px; }
.flow .title { margin-bottom: 26px; }
.flow .title h2, .flow .title p, .flow .title h3 { color: #fff; }
.flow .title em { background: #fff; }
.flowWrap { background: url(../images/cut.gif) repeat-x 0 74px; position: relative; }
.flowWrap .bd { width: 940px; margin: 0 auto; overflow: hidden; }
.flowWrap li { float: left; width: 138px; text-align: center; position: relative; margin: 0 25px; }
.flowWrap img { padding-top: 4px; margin-bottom: 8px; }
.flowWrap em { background: url(../images/flow.png); width: 138px; height: 138px; position: absolute; top: 0; left: 0; }
.flowWrap span { color: #fff; width: 100%; transition: 0.2s; }
.flowWrap .txt { font-size: 14px; padding-top: 3px; }
.flowWrap a:hover span { color: #d60011; }

.flowWrap .ctrl { width: 1050px; position: absolute; top: 0; left: 50%; margin-left: -525px; }
.flowWrap .ctrl a { background: #fff; font-weight: bold; overflow: hidden; top: 60px; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #cdcdcd; position: absolute; font-family: 'simsun'; font-size: 20px; }
.flowWrap .ctrl .prev { left: 0; }
.flowWrap .ctrl .next { right: 0; }
.flowWrap .ctrl a:hover { background: #d60011; color: #fff; }

/* reason */
.reason { padding-bottom: 64px; padding-top: 50px; }
.reasonTop { width: 100%; overflow: hidden; margin-bottom: 22px; }
.reasonTop img { position: relative; left: 50%; margin-left: -960px; }
.reasonWrap .w1200 { background: url(../images/reason.gif) no-repeat 460px 70px; }
.reasonWrap ul { padding: 0 20px; }
.reasonWrap li { overflow: hidden; zoom: 1; }
.reasonWrap .a .reasonBox { margin-top: 48px; }
.reasonWrap .b { padding: 40px 0; }
.reasonWrap .b .reasonBox { margin-top: 24px; }
.reasonWrap .c { margin-top: -30px; }
.reasonWrap .c .reasonBox { margin-top: 80px; }
.reasonWrap .d .reasonBox { margin-top: 40px; }
.reasonWrap .e img { margin-top: 30px; margin-right: 20px; }
.reasonWrap .e .reasonBox { margin-top: 60px; }
.reasonBox { padding-left: 52px; position: relative; }
.reasonBox .num { position: absolute; top: 0; left: 0; }
.reasonBox h2 { color: #0c4b9c; font-weight: bold; font-size: 20px; line-height: 36px; margin-bottom: 13px; }
.reasonBox li { line-height: 30px; height: 30px; background: url(../images/arrow.png) no-repeat 0 center; padding-left: 12px; font-size: 14px; }
.reasonBox span { color: #0c4b9c; }

/* case */
.case { padding-top: 40px; }
.case .title { margin-bottom: 20px; }
.case .title h2, .case .title p, .case .title h3 { color: #2f2f2f; }
.case .title em { background: #3d3d3d; }
.caseWrap { position: relative;padding-bottom:60px; }
.caseWrap .bd { width: 1099px; overflow: hidden; }
.caseWrap ul { width: 1100px; }
.caseWrap li { float: left; background: url(../images/casecut.png) no-repeat right 0; height: 400px; text-align: center; width: 275px; }
.caseWrap a { float: left; width: 100%; height: 100%; }
.caseWrap a img{
    max-width: 250px;
    max-height: 350px;
}
.caseWrap span { width: 100%; color: #2f2f2f; font-size: 14px; padding-top: 20px; transition: 0.2s; }
.caseWrap a:hover span { color: #d60011; }
.caseWrap .ctrl { width: 100%; position: absolute; top: 0; left: 0; }
.caseWrap .ctrl a { background: #fff; font-weight: bold; overflow: hidden; top: 160px; border-radius: 50%; width: 45px; height: 45px; line-height: 45px; text-align: center; color: #cdcdcd; position: absolute; font-family: 'simsun'; font-size: 30px; }
.caseWrap .ctrl .prev { left: -55px; }
.caseWrap .ctrl .next { right: -55px; }
.caseWrap .ctrl a:hover { background: #d60011; color: #fff; }

/* about */
.about { background: url(../images/about.jpg) no-repeat center 0; padding: 40px 0 60px 0;  }
.about .title { margin-bottom: 25px; }
.about .title h2, .about .title p, .about .title h3 { color: #fff; }
.about .title em { background: #fff; }
.aboutWrap { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video {width: 400px;  }
.video img{
    width: 100%;
}
.video em { background: url(../images/shadow.png) no-repeat; width: 370px; height: 16px; position: absolute; bottom: -16px; left: 0; }
.aboutBox { width: 650px; }
.aboutBox h3 { font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 18px; }
.aboutTxt { line-height: 25px; overflow: hidden; color: #fff; margin-bottom: 24px; font-size: 14px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.aboutBtn a { width: 106px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; color: #a6a6a6; background: #232323; margin-right: 15px; }
.aboutBtn a:hover { background: #d60011; color: #fff; }

.aboutPic .hd { background: url(../images/honor.png) no-repeat center; text-align: center; margin-bottom: 30px; }
.aboutPic .hd li { cursor: pointer; display: inline-block; *display: inline; *zoom: 1; width: 106px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; color: #a6a6a6; background: #232323; margin-right: 5px; }
.aboutPic .hd .on { background: #d60011; color: #fff; }
.aboutPic .con { width: 1100px; overflow: hidden; }
.aboutPic .bd ul { width: 1120px; }
.aboutPic .bd li { float: left; background: url(../images/aboutpic.png) no-repeat; width: 260px; margin-right: 20px; }
.aboutPic .bd img { padding: 1px; }
.aboutPic .bd span { width: 100%; padding-top: 17px; text-align: center; }
.aboutPic .bd strong { font-weight: normal; margin-right: 6px; font-size: 14px; color: #fff; max-width: 238px; transition: 0.2s; }
.aboutPic .bd em { transition: 0.2s; background: url(../images/btn.png) no-repeat; width: 12px; height: 12px; position: relative; top: 6px; }
.aboutPic .bd a:hover strong { color: #d60011; }
.aboutPic .bd a:hover em { background-image: url(../images/btnon.png); }

/* info */
.info { padding-top: 40px; padding-bottom: 42px; }
.info .hd { border-top: 4px solid #d2d2d2; height: 40px; border-bottom: 1px solid #d2d2d2; position: relative; background: #f7f7f7; }
.info .hd ul { position: absolute; top: -4px; left: 0; }
.info .hd li { border-top: 4px solid #d2d2d2; height: 41px; line-height: 40px; color: #000; text-align: center; float: left; width: 136px; }
.info .hd .on { border-color: #d60011; background: #fff; }
.info .more { padding-top: 9px; padding-right: 9px; }
.info .more a { color: #6e6e6e; }
.info .more a:hover { color: #d60011; }
.faq, .news { height: 392px; background: #fff; }
.faq { width: 270px; }
.faq .hd { margin-bottom: 16px; }
.faq .bd { height: 314px; overflow: hidden; }
.faqWrap { padding: 0 8px; }
.faqWrap li { margin-bottom: 13px; }
.faqWrap h3 { height: 28px; background: url(../images/faqcut.png) repeat-x 0 bottom; margin-bottom: 8px; }
.faqWrap h3 a { padding-left: 34px; background: url(../images/faq.gif) no-repeat 7px 0; color: #3c3c3c; display: block; line-height: 16px; padding-bottom: 1px; }
.faqWrap h3 a:hover { color: #d60011; }
.faqWrap p { background: url(../images/faq.gif) no-repeat 7px -36px; padding-left: 34px; line-height: 20px; height: 60px; overflow: hidden; }

.news { width: 805px; }
.news .hd li { font-size: 14px; cursor: pointer; }
.news .con { padding: 25px 28px 0 15px; }
.news a { color: #000; }
.news a:hover { color: #d60011; }
.newsTop { margin-bottom: 16px; }
.newsImg { position: relative; left: 10px; }
.newsImg img {width:220px; padding: 4px; border: 1px solid #a7a7a7; transition: 0.2s; }
.newsImg a:hover img { border-color: #d60011; }
.newsImg em { background: url(../images/shadow.jpg) no-repeat; width: 237px; height: 9px; position: absolute; bottom: -9px; left: 0; }
.newsTxt { width: 496px; }
.newsTxt h4 { color: #5e5e5e; font-family: Arial; font-size: 14px; font-style: italic; line-height: 30px; }
.newsTxt h4 .b { font-size: 25px; }
.newsTxt h4 .s { font-weight: bold; }
.newsTxt h3 { background: url(../images/newscut.gif) repeat-x 0 bottom; padding-bottom: 8px; margin-bottom: 13px; }
.newsTxt h3 a { display: block; height: 30px; line-height: 30px; font-size: 14px; }
.newsTxt p { line-height: 22px; color: #757575; height: 88px; overflow: hidden; }
.newsWrap li { width: 302px; float: left; background: url(../images/newscut.gif) repeat-x 0 bottom; line-height: 36px; height: 36px; margin-right: 78px; }
.newsWrap h3 a { width: 212px; padding-left: 20px; background: url(../images/arrow.gif) no-repeat 6px center; }
.newsWrap span { color: #656565; font-family: Arial; }


.index_news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index_news a{
    width: 590px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    transition: all 0.5s;
}
.index_news a .index_news_img{
    width: 150px;
    height: 110px;
    overflow: hidden;
}
.index_news a .index_news_img img{
    width: 100%;
    /*height: 100%;*/
}
.index_news a .index_news_word{
    width: 390px;
}
.index_news a .index_news_word p:first-child{
    font-size: 15px;
    color: #333;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 6px;
    
}
.index_news a .index_news_word p:last-child{
    font-size: 13px;
    line-height: 20px;
    color: #999999;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news a:hover{
    background: #eee;
}
.index_news a:hover .index_news_word p:first-child{
    color: #d60011;
}

/* footer */
.footer { background: #262626; color: #999; }
.footer a { color: #999; }
.footer a:hover { color: #d60011; }

.foot { display: flex;
    justify-content: space-between;
    align-items: self-start; 
    padding: 50px 0;
}
.quick {  }
.quick h2 { margin:20px 0 10px 0; }
.quick h2 .cn { font-size: 14px; margin-right: 7px; }
.quickWrap { line-height: 30px; font-size: 14px; width: 400px; }
.quickWrap span { width: 100px; }
.siteInfo { line-height: 22px; }
.siteInfo p{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.siteInfo h2 {  }
.siteInfo h3 { font-size: 35px; font-family: Arial; line-height: 48px; }
.siteInfo span { margin-right: 7px; }

.code { width: 98px; }
.code img { margin-bottom: 10px; }
.code p { padding-left: 24px; background: url(../images/phone.png) no-repeat 0 center;  line-height: 16px; height: 33px; padding-top: 3px; }
.link{
    /*border-top: 1px solid #3f4141;*/
    background: #222;
}
.link h2 {     display: flex;
    justify-content: space-between;
    align-items: center;padding:20px 0; }
    .link h2 a{
        color: #999;
    font-size: 14px;
    margin-right: 20px;
    }
.link .cn { font-size: 14px; margin-right: 10px; }
.link .en { font-family: Arial; }
/*.link a { margin-right: 7px; }*/

.popWrap { width: 310px; height: 210px; background: #fff; position: fixed; top: 50%; left: 50%; margin-top: -105px; margin-left: -155px; z-index: 1000; _position: absolute; text-align: center; border-radius: 4px; display: none; }
.popWrap em { position: absolute; width: 24px; height: 24px; background: url(../images/close.png) no-repeat; top: -8px; right: -8px; box-shadow: 0 0 4px #000; border-radius: 50%; overflow: hidden; cursor: pointer; display: none; }
.popWrap p { padding-top: 30px; margin-bottom: 20px; }
.popWrap h3 { font-size: 16px; }
.popBg { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.7; filter: alpha(opacity = 70); z-index: 999; _position: absolute; display: none; }

/* 内页 */
.pageBanner { overflow: hidden; width: 100%; }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 200px; position: relative; }
.page { overflow:hidden; zoom:1; margin-bottom: 130px; }
.main { width: 100%; }

/* pageBanner */
.pageBanner { overflow: hidden; width: 100%;  }
.pageBanner img { left: 50%; margin-left: -960px; width: 1920px; height: 200px; position: relative; }

/* page */
.page { width: 1200px; margin: 50px auto 60px auto;}

/* feedbackBox */
.feedbackBox { width:560px;margin:0 auto; }
.feedbackBoxTop { font-size: 16px; margin-bottom: 36px; padding-top: 20px; }
.feedbackBoxTop span { color: #d60011; }

/* side */
.side { width: 220px; }
.sideNav { margin-bottom: 20px; }
.sideNav h2 { height: 56px; line-height: 56px; text-align: center; font-size: 24px; background: #0C4B9C; color: #fff; margin-bottom: 2px; }
.sideNav .item { margin-bottom: 2px; }
.sideNav h3 a { display: block; height: 45px; line-height: 45px; background: url(../images/sidenav.gif) no-repeat 200px #ECECEC; text-indent: 24px; position: relative; font-size:15px; }
.sideNav h3 em { width: 4px; height: 3px; position: absolute; overflow: hidden; background: #fff; left: 24px; top: 21px; opacity: 0; filter: alpha(opacity=0); transition: 0.2s; }
.sideNav h3 a:hover, .sideNav .active h3 a { background-image: url(../images/sidenavon.gif); background-color: #212121; color: #fff; text-indent: 34px; }
.sideNav h3 a:hover em, .sideNav .active h3 em { opacity: 1; filter: alpha(opacity=100); }
.sideNav ol { background: #f5f5f5; }
.sideNav .none a { background: none; }
.sideNav h4 { position: relative; height: 35px; }
.sideNav h4 a { position: absolute; left: 0; top: 0; width: 100%; height: 36px; line-height: 36px; text-indent: 24px; background: url(../images/splitbg.gif) repeat-x; }
.sideNav h4 a:hover, .sideNav .on h4 a { background: #545454; color: #fff; }
.sideWrap { margin-bottom: 20px; }
.sideWrap h2 { height: 40px; line-height: 40px; font-size: 16px; text-indent: 20px; background: #f5f5f5; color: #333; }
.sideBox { background:#fff; border-top: none; }
.contactBox { padding: 15px; }
.hotLine { background: url(../images/hotline.gif) no-repeat; padding-left: 45px; margin:20px 0; height: 46px; }
.hotLine p { line-height: 16px !important; }
.hotLine h3 { font-size: 20px; font-family: Arial; font-weight: bold; line-height: 30px; }
.contactInfo { background: url(../images/splitbg.gif) repeat-x; padding-top: 10px; }
.contactInfo span { vertical-align: top; display: inline-block; }
.contactInfo .value { width: 150px; }

/* imgSideBox */
.imgSideBox { padding: 10px 0; }
.imgSideBox li { width: 198px; margin: 0 auto 14px; }
.imgSideBox a { display: block; }
.imgSideBox img { width: 190px; height: 190px; padding: 2px; border: 2px solid #dadada; transition: 0.3s; }
.imgSideBox span { width: 168px; text-align: center; display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; line-height: 30px; padding-top: 4px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.imgSideBox a:hover { color: #0C4B9C; }
.imgSideBox a:hover img { border-color: #0C4B9C; }


/* breadCrumb */
.breadCrumb { height: 55px; border-bottom: 1px solid #dadada; position: relative; margin-bottom: 30px; display: table; width: 100%; }
.breadCrumb h2 { font-family: 'Microsoft Yahei'; font-size: 18px; position: absolute; top: 0; left: 0; height: 54px; line-height: 54px; padding: 0 4px; border-bottom: 3px solid #0C4B9C; color: #333; }
.breadCrumb .fr { color: #999; font-family: '宋体'; cursor: default; width: 330px; line-height: 16px; text-align: right; display: table-cell; vertical-align: middle; float: none; }
.pageBox p{
    line-height: 36px;
    color: #555;
    font-size: 14px;
    margin-bottom:10px;
}
.pageBox img{
    max-width: 100%;
}
/* imgBox */
.imgBox { width: 100%; overflow: hidden; }
.imgBox ul { width: 100%;display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
.imgBox li { float: left; text-align: center;}
/*.imgBox a { float: left; }*/
.imgBox img {  transition: 0.5s; }
/*.imgBox span { display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; line-height: 30px; padding-top: 4px; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }*/
/*.imgBox a:hover { color: #d60011; }*/
.imgBox a:hover img { border-color: #d60011; }

/* productBox */
.productBox li { width: 285px; text-align:center;background:#FFFFFF; }
.productBox img { height:199px; }
.productBox span { display: inline-block;
    width: 285px;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #f5f5f5; }

/* imgCaseBox */
.imgCaseBox li { width: 270px;  }
/*.imgCaseBox img { width: 194px; height: 194px; padding: 2px; }*/
.imgCaseBox span { width: 170px; }


.case1{
    background: #f5f5f5;
    overflow: hidden;
}
.zy_case ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.zy_case ul li{
    margin-bottom: 30px;
    
}
.zy_case ul li a{
    display: block;
}
.zy_case .case_img{
    width: 100%;
    /*height: 240px;*/
    overflow: hidden;
}
.zy_case .case_img img{
    width: 100%;
    transition: all 0.5s;
}
.zy_case .case_tit{
    font-size: 15px;
    /*padding: 0 15px;*/
    line-height: 45px;
}
.zy_case li:hover img{
    transform: scale(1.1);
}
.zy_case ul li:hover{
    box-shadow: 0 0 10px #acacac;
    transition: all 0.5s;
}
.zy_case ul li:hover .case_tit{
    color: #d60011;
    transition: all 0.5s;
}
.zy_case ul li.case_active{
    margin-bottom: 0px !important;
}







/* imgPartnerBox */
.imgPartnerBox li { width: 180px; margin-right: 12px; }
.imgPartnerBox img { width: 176px; height: 99px; }
.imgPartnerBox span { width: 154px; }

/* imgSettingBox */
.imgSettingBox li { width: 202px; margin-right: 14px; }
.imgSettingBox img { width: 194px; height: 129px; padding: 2px; }
.imgSettingBox span { width: 170px; }

/* imgHonorBox */
.imgHonorBox li { width: 270px; border: 4px solid transparent;
    box-sizing: border-box;
    margin-bottom:40px;}
.imgHonorBox li:hover{
    border: 4px solid #d60011;
     transition: all 0.5s;
}
.imgHonorBox li .honor_img{
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
    line-height: 200px;
}
.imgHonorBox img {
    max-width: 100%;
max-height: 100%;
 }
.imgHonorBox .honor_tit { width: 100%;
font-size: 15px;
display:inline-block;
    line-height: 45px;
    background: #FFFFFF;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    
}
.imgHonorBox li:hover .honor_tit{
    background: #d60011;
    color: #fff;
    transition: all 0.5s;
}
.imgHonorBox li.honor_active{
        width: 270px;
height: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}
/* product's picture */
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *display: block; *font-family: Arial; *line-height: 1; *font-size: 271px; }
.tb-pic img { vertical-align: middle; width:100%;}
.tb-pic, .tb-pic a { background: #fff; }
.tb-pic, .tb-pic img { width: 100%;}
.tb-pic { border: 1px solid #f5f5f5; position: relative; z-index: 1;width:500px; }

.zoomDiv { z-index: 999; position: absolute; top: 0; left: 0; width: 200px; height: 200px; background: #fff; border: 1px solid #ccc; display: none; text-align: center; overflow: hidden; }
.zoomMask { position: absolute; background: url(../images/mask.png); cursor: move; z-index: 1;}

.tb-picList { width: 100%; overflow: hidden;  position: relative; background:#fff;}
.tb-picList a{
    /*width: 35px;*/
    /*height: 102px;*/
    
}

.tb-picList .prev, .tb-picList .next {
    width: 30px;text-align: center;
    line-height: 102px;
    color: #d60011;position: absolute;  font-weight: bold; font-size: 32px;    font-family: 'simsun'; }
.tb-picList .prev { left: 0; }
.tb-picList .next { right:0; }
.tb-picList .prev:hover, .tb-picList .next:hover { color: #d60011; }

.tb-picList .tb-thumb { position: relative; width: 100%; height:102px;padding:20px 30px; margin: 0 auto; overflow: hidden; }
.tb-picList .tb-thumb ul { position: absolute; width: 999999px; display: table; }
.tb-picList .tb-thumb li { float: left; width: 76px; overflow: hidden; position: relative; }
.tb-picList .tb-thumb a { display: block; width: 60px; border: 1px solid #f5f5f5; text-align: center; background: #fff; }
.tb-picList .tb-thumb img { width:60px; height: 60px; cursor: pointer; }
.tb-picList .tb-thumb em { position: absolute; width: 60px; height: 60px; border: 1px solid #d60011; top: 0; left: 0; display: none; }
.tb-picList .tb-thumb .tb-selected em { display: block; }

.productTop { margin-bottom: 20px;background:#fff; padding:50px;}
.productIntro { width: 550px; }
.productIntro h2 { border-bottom:1px solid #f5f5f5; font-size: 26px;  color: #333; padding: 10px 0; margin-bottom:20px; }
.descriptionBox {  overflow: hidden; }
.descriptionBox p{
    line-height: 35px;
    font-size: 15px;
}
.descriptionBox .explain .value { height: 116px; overflow: hidden; }
.descriptionBox span { display: inline-block; vertical-align: top; }
.descriptionBox .value { width: 320px; }
.productOrder a { display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; border-radius: 4px;  background: #d60011; color: #fff; }
.productOrder a:hover { background: #d60011; }

.productShow { margin-bottom: 10px; }
.productShow .hd { height: 38px; line-height: 38px; font-size: 14px; background: #f5f5f5;  }
.productShow .hd li { float: left; padding: 0 20px; cursor: pointer; color: #333; transition: 0.3s; }
.productShow .hd .on { background: #d60011;color:#fff; }
.productShow .con { padding: 10px 0; line-height: 36px;
    color: #555;
    font-size: 15px;}
.productShow .con p{
        line-height: 36px;
    color: #555;
    font-size: 15px;
}
.productShow .con table tr td{
    font-size: 14px;
    color: #555;
    line-height: 26px;
    border: 1px solid #555;
    text-align: center;
    padding: 5px;
}
.product_word{
    width: 100%;
}
.product_word .product_word_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.product_word .product_word_top div{
    width: 550px;
}
.product_word .product_word_top .product_word_l p:first-child{
    color: #d60011;
    font-size: 22px;
}
.product_word .product_word_top .product_word_r img{
    width: 100%;
}
.product_word .product_word_img{
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_word .product_word_img div{
    width: 360px;
}
.product_word .product_word_img div img{
    width: 100%;
}
.product_con{
    background: #fff;
    padding: 40px 50px !important;
    margin-top: 20px;
}
.product_all{
    background: #f5f5f5;
    overflow: hidden;
}
.product_all .product_hd{
    background: #fff;
}
.product_FormBox{
    background: #fff !important;
}


.column { margin-bottom: 20px; }
.column h2 { height: 36px; line-height: 36px; font-size: 14px; background: #f5f5f5; position: relative; text-indent: 20px; }
.column h2 em { position: absolute; width: 4px; height: 14px; left: 10px; top: 50%; margin-top: -7px; background: #333; }

.productForm h2 { margin-bottom: 2px; }
.productFormBox { background: #f5f5f5; }
.productFormBox form { padding: 20px 0 20px 16px; }
.productFormBox p { float: left; margin-right: 30px;display: flex;
    justify-content: center;
    align-items: center;}
.productFormBox span { display: inline-block; vertical-align: middle; color:#333;font-size:14px;padding-right: 10px; line-height: 26px;float:left; }
.productFormBox input, .productFormBox textarea { vertical-align: top; transition: 0.3s; }
.productFormBox .row { margin-bottom: 15px; }
.productFormBox .row input { height: 36px; border: 1px solid #dadada; width: 220px; padding: 0 10px; line-height: 24px;font-size:14px; }
.productFormBox textarea { width: 860px; height: 72px; border: 1px solid #dadada; padding: 10px; line-height: 18px;font-size:14px; }
.productFormBox .row input:focus, .productFormBox textarea:focus { border-color: #aaa; }
.productFormBox img { border: 1px solid #dadada; margin-left: 10px; cursor: pointer; position: relative; top: 1px; }
.productFormBox .btn { padding-left: 52px; }
.productFormBox .btn input { width: 65px; height: 30px; line-height: 30px; text-align: center; background: #666; cursor: pointer; color: #fff; border-radius: 2px; margin-right: 10px; font-size:15px; }
.productFormBox .btn input:hover { background: #999; }
#verifyCode { width: 100px; }

.related h2 { margin-bottom: 10px; }

/* articleBox */
.articleBox li{
    transition:all 0.5s;
}
.articleBox li a {width: 100%; overflow: hidden; zoom: 1; border-bottom: 1px solid #eee; padding: 20px;display: flex;
    justify-content: space-between;
    align-items: center; }
.articleBox li .news_img{
    width: 200px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.articleBox img { height: 100%;transition:all 0.5s; }
.articleBox li .news_text { width: 930px;  }
.articleBox li .news_text h2 { font-size: 16px;color: #333333; }
.articleBox li .news_text h4 { background: url(../images/time.png) no-repeat 0 3px; padding-left: 24px; color: #a1a1a1; margin:6px 0; }
.articleBox li .news_text p:last-child{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.articleBox li:hover img{
    transform: scale(1.1);
}
.articleBox li:hover{
    background: #eee;
}

.articleBox .img { position: relative; }
.articleBox .img img { position: relative; z-index: 9; }
.articleBox .img em { position: absolute; width: 160px; height: 130px; background: url(../images/timebg.png) no-repeat #d60011; left: 5px; top: 5px; }
.articleBox .img span { color: #fff; position: absolute; width: 100%; text-align: center; left: 0; }
.articleBox .date { font-family: 'Microsoft Yahei'; font-size: 60px; line-height: 60px; top: 24px; }
.articleBox .yam { font-family: Arial; font-size: 18px; top: 88px; }

/* faqBox */
.faqBox h2 a { position: relative; padding-left: 26px; }
.faqBox h2 em { position: absolute; left: 0; top: 4px; width: 16px; height: 16px; background: url(../images/faq.png) no-repeat #0C4B9C; border-radius: 3px; }
.faqBox p { background: url(../images/faq.png) no-repeat 0 -26px; padding-left: 26px; }

/* faqOtherBox */
.faqOtherBox { border-top: 1px solid #f1f1f1; }
.faqOtherBox h2 a { display: block; font-size: 16px; font-family: 'Microsoft Yahei'; position: relative; padding: 10px 10px 10px 36px; border-bottom: 1px solid #f1f1f1; color: #999; }
.faqOtherBox h2 em { position: absolute; left: 10px; top: 50%; margin-top: -8px; width: 16px; height: 16px; background: url(../images/faq.png) no-repeat #d60011; border-radius: 3px;  }
.faqOtherBox .on a { background: #ECECEC; color: #000; }
.faqOtherBox .con { padding: 20px 0; border-left: 3px solid #d60011; padding-left: 34px; background: url(../images/splitbg.gif) repeat-x 0 bottom; }

/* articleShow */
.articleTop { text-align: center; border-bottom:1px solid #f5f5f5; padding-bottom: 20px; margin-bottom: 20px; }
.articleTop h2 { font-size: 22px; color: #000; margin-bottom: 16px; font-family: "Microsoft yahei"; }
.articleTop p { color: #999; }
.articleTop span { margin: 0 20px; }
.articleTop a { margin: 0 5px; }
.articleTop .active { color: #000; font-weight: bold; }

.articleShow { margin-bottom: 20px; font-size: 14px; }
.articleShow p{
    line-height: 36px;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.articleShow img{
    max-width:100%;
    max-height: 1000px;
}
.articleCtrl p{width:100%; height: 36px; line-height: 36px; background: #eee; margin-bottom: 10px; color: #666; padding: 0 10px; cursor: default; font-size:15px;}
.articleCtrl a {  color: #666; }
.articleCtrl a:hover { color: #d60011; }

.articleList { width: 850px; overflow: hidden; }
.articleList h2 { margin-bottom: 10px; }
.articleList ul { width: 880px; }
.articleList li, .articleList h3, .articleList a { float: left; }
.articleList li { width: 415px; margin-right: 20px; height: 32px; line-height: 32px; background: url(../images/splitbg.gif) repeat-x 0 bottom; }
.articleList a { background: url(../images/txt.png) no-repeat 6px center; padding-left: 26px; width: 260px; }
.articleList span { float: right; color: #999; font-family: Arial; }

/* pictureDetail */
/* picture's picture */
.pictureDetail .tb-pic a { cursor: default; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic a { height: 500px; width: 828px; }
.pictureDetail .tb-pic, .pictureDetail .tb-pic img { max-height: 500px; max-width: 828px; _width: 828px; }
.pictureDetail .tb-pic { border: 1px solid #ECECEC; padding: 10px; }

.pictureDetail .tb-picList { width: 850px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb { width: 760px; height: 72px; }
.pictureDetail .tb-picList .tb-thumb li { width: 86px; }
.pictureDetail .tb-picList .tb-thumb a { width: 70px; height: 70px; display: table-cell; vertical-align: middle; }
.pictureDetail .tb-picList .tb-thumb img {}
.pictureDetail .tb-picList .tb-thumb em { width: 68px; height: 68px; }

.pictureDetail .tb-picList .prev, .pictureDetail .tb-picList .next { top: 0; font-size: 18px; color: #fff; width: 25px; height: 72px; line-height: 72px; background: #ccc; text-align: center; }
.pictureDetail .tb-picList .prev:hover, .pictureDetail .tb-picList .next:hover { background: #d60011; }
.pictureDetail .tb-picList .non, .pictureDetail .tb-picList .non:hover { background: #F3F3F3; cursor: default; }

.pictureTop { margin-bottom: 20px; }

/* downloadList */
.downloadList { font-family: 'Microsoft Yahei'; }
.downloadList li { overflow: hidden; zoom: 1; background: url(../images/splitbg.gif) repeat-x 0 bottom; height: 30px; line-height: 30px; margin-bottom: 10px; padding-bottom: 10px; }
.downloadList h2 { float: left; background: url(../images/file.png) no-repeat 6px 2px; padding-left: 40px; font-size: 14px; color: #000; }
.downloadList a { float: right; background: url(../images/download.png) no-repeat 0 6px; padding-left: 16px; color: blue; }
.downloadList a:hover { text-decoration: underline; }

/* jobList */
.jobList { border: 1px solid #ddd; border-top: none; }
.jobList ol { height: 45px; line-height: 45px; border-top: 1px solid #e3e3e3; background: #f4f4f4; cursor: pointer; font: normal 12px/45px "Microsoft YaHei"; }
.jobList ol li { float: left; width: 165px; padding-left: 22px; }
.jobList b { color: #000; }
.jobList .con { padding: 8px 25px; color: #999; display: none; }

/* pagination */
.pagination span { background: #0C4B9C; }












/*下拉菜单*/
.sddm{margin: 0 auto; padding: 0; width: 125px; position:relative; z-index:99;}
.sddm div{visibility: hidden; margin: 0; padding: 0; position:absolute; z-index:99; left:0px; top:50px; border-bottom:1px solid #2279ea;}
.sddm div a{margin: 0; width: auto; white-space: nowrap; text-decoration: none; font:14px arial; color:#fff; background-color:#1562c6; line-height:50px; display:block; border-top:1px solid #2279ea;}

.pcontent_title_h4{ font-size:20px; color:#fff; background:#1562c6; font-weight:bold;}
#banner{overflow:hidden;}
#ban-img{overflow:hidden; padding:15px 0px 20px 0px; text-align:center;}
#products-box{width:100%;  overflow:hidden;padding:30px 0; }

.left-box{float:left; width:205px;}
.ldh{ height:48px; background:#1562c6; padding-top:16px;}
.ldh h2{font-size:15px; color:#fff; text-align:center; line-height:18px;}
.ldh .en{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#fff; padding-left:3px;}
.ldh1{width:184px;height:48px; background:url([!--news.url--]skin/huarui/images/20150515155947854785.gif); line-height:48px; padding-left:21px;}
.left-products{width:167px; float:left; background: url([!--news.url--]skin/huarui/images/20150625132714501450.gif); padding-left:38px; padding-bottom:6px; line-height:35px; border-bottom:6px #e0e0e0 solid;}
#le1{width:205px; float:left; overflow:hidden; padding-top:5px;}

.leftCon{width:183px; float:left; padding:11px 0px 11px 10px; line-height:25px; background:#f2f2f2; border:6px #e0e0e0 solid;}
#le-kr{width:205px; float:left; height:15px; overflow:hidden;}

#products{overflow:hidden; width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    
}
#products a{
    display: inline-block;
    width: 285px;
    border: 1px solid  #f4f4f4;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
#products a .product_img{
    width: 100%;
    height: 199px;
    text-align: center;
    overflow: hidden;
}
#products a img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
#products a .product_tit{
    width: 100%;
    background-color: #d60011;
    text-align: center;
    line-height: 50px;
    color: #fff;
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    transition: all 0.5s;
}
#products a .product_word{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 55px 30px 0 30px;
}
#products a .product_word p:first-child{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#products a .product_word p:nth-child(2){
    height: 3px;
    width: 35px;
    background-color: #fff;
    margin: 10px auto;
}
#products a .product_word p:last-child{
    line-height: 25px;
    font-size: 15px;
    color: #fff;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#products a:hover .product_word{
    top: 0;
}

#products a:hover .product_tit{
    bottom: -50px;
}

#products a:hover img{
    transform: scale(1.1);
}

#products a.product_acive{
    width: 285px;
    border: none !important;
    margin-bottom: 0px !important;
}



.productsdh{ height:34px; line-height:34px; padding-left:25px; padding-right:12px;}
.productsdh h3{font-size:15px;}
.productsdh .en{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#999; padding-left:3px;}
.productsdh-more{ float:left; text-align:center; width:777px;}
/*.productsBg{width:757px; float:left; padding:20px 10px 25px 60px;}*/
#partners{background:#f5f5f5;padding:40px 0;}
#partners #partners-bg{
        display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#partners #partners-bg div{
    width: 180px;
    margin-bottom: 25px;
    transition: all 0.5s;
}
#partners #partners-bg div img{
    width: 100%;
}
#partners #partners-bg div:hover{
    margin-top: -10px;
}
/*#partners-bg{ }*/
/*#partners-bg img{}*/
/*.partners-l{width:19px; float:left; padding-top:200px;}*/
/*.partners-c{width:100%; }*/
/*.partners-c tr{*/
/*display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.partners-c tr td{*/
/*width:170px;*/
/*margin-bottom: 20px;*/
/*transition: all 0.5s;*/
/*}*/
/*.partners-c tr td img{*/
/*width:100%;*/
/*height:130px;*/
/*}*/
/*.partners-c tr td:hover{*/
/*    margin-top: -10px;*/
/*}*/

/*.box{ border:1px #e2e1e1 solid; padding-right:13px; padding-left:13px;}*/
.box .title{ height:45px; line-height:45px; border-bottom:1px #e2e1e1 solid;}
.box .title h3{font-size:14px; line-height:45px;  padding-left:10px;}
.box .title .en{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999; font-weight:normal; padding-left:3px;}
.box .title .more{float:right; height:45px; line-height:45px; color:#999; font-size:12px;}
.box .title .more a{color:#999;}

/*.suckerdiv {position:absolute;top:28px;}*/
.suckerdiv ul{

  margin: 0;
  list-style-type: none;
  width: 167px; /* Width of Menu Items */
  background:url([!--news.url--]skin/huarui/images/20150707103713041304.gif);
  line-height:35px;
padding-left:38px; padding-bottom:6px; border-bottom:6px #e0e0e0 solid;
} 
.suckerdiv ul li{position: relative;}
/* menu links style */
.suckerdiv ul li a{

  display: block;
  color: black;
  text-decoration: none;
  font:12px 宋体;
  line-height:35px;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
  left: 161px; /* Parent menu width - 1*/
  position: absolute;
  width: 167px; /*sub menu width*/  
  top: 0;
  display: none;
  border-bottom:6px #e0e0e0 solid;
border-top: 6px #e0e0e0 solid;
}




/*子导航*/

.zy_nav {
	border-bottom: 1px solid #eee;
}

.zy_nav .zy_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_nav .zy_title .zy_title_l a {
	line-height: 55px;
	color: #666;
	padding: 0 32px;
	border-left: 1px solid #eee;
	float: left;
	font-size: 15px;
}
.zy_nav .zy_title .zy_title_l a:last-child{
	border-right: 1px solid #eee;
}
.zy_nav .zy_title .zy_title_l a.zy_nav_active,.zy_nav .zy_title .zy_title_l a:hover{
	background: url(../picture/zy_nav_active.png) no-repeat center bottom #d60011;
	color: #fff;
}
.zy_nav .zy_title .zy_title_r img{
	margin-right: 5px;
}
.zy_nav .zy_title .zy_title_r a{
	font-size: 14px;
    color: #787878;
    vertical-align: middle;
}
.zy_nav .zy_title .zy_title_r p{
    font-size: 14px;
    color: #787878;
}


/*导航*/
.index_tit{
    text-align: center;
padding: 30px 0;
}
.index_tit p:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_tit p:first-child span:first-child{
   font-size: 26px;
    font-weight: bold;
    color: #333;
}
.index_tit p:first-child span:nth-child(2){
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    margin: 0 10px;
}
.index_tit p:first-child span:last-child{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #d60011;
}

.index_tit p:last-child{
        font-size: 15px;
    color: #666;
}


.index_tit1 p:first-child span:first-child{
    color: #fff;
}
.index_tit1 p:first-child span:nth-child(2){
    background: #fff;
}
.index_tit1 p:last-child{
    color: #eee;
}

.contact {
	width: 100%;
	height: 320px;
	background: url(../picture/contact.png) no-repeat;
margin-bottom: 40px;
	padding: 50px 40px;
}

.contact .contact_tit {
	font-size: 20px;
	font-weight: bold;
	color: #d60011;
}

.contact .contact_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact .contact_cen .contact_l {
	width: 638px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.contact .contact_cen .contact_l p {
	width: 50%;
}

.contact .contact_cen .contact_l p:first-child,
.contact .contact_cen .contact_l p:nth-child(2) {
	margin-bottom: 30px;
}

.contact .contact_cen .contact_l p span {
	font-size: 14px;
	color: #666666;
	margin-left: 12px;
}

.contact .contact_cen .contact_r {
	width: 478px;
}

.contact .contact_cen .contact_r p {
	width: 160px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.contact .contact_cen .contact_r p:first-child {
	margin-bottom: 10px;
}



#product{
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#product a{
    width: 370px;
    height: 200px;
    position: relative;
    margin-bottom: 45px;
}
#product a .index_product_img{
    width: 370px;
    height: 200px;
    overflow: hidden;
}
#product a .index_product_img img{
    width: 100%;
}
#product a .index_product_tit{
     width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
#product a .index_product_tit p:first-child{
    margin-top: 60px;
    transition: all 0.5s;
}
#product a .index_product_tit p:nth-child(2){
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin: 15px auto;
}
#product a .index_product_tit p:nth-child(3){
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
#product a .index_product_tit p:last-child{
    border: 1px solid #ffffff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 0.5s;
    display: none;
    transition: all 0.5s;
}
#product a .index_product_tit p:last-child:hover{
     background: #d60011;
      border: 1px solid #d60011;
}
#product a:hover .index_product_tit p:first-child{
    margin-top: 30px;
}
#product a:hover .index_product_tit p:last-child{
    display: inline-block;
}



.fzlc{
    margin: 50px 0 60px 0;
}
.fzlc img{
    width: 100%;
}
}
}