﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
html { background: #ffffff; font-size: 14px; color: #666; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

body { min-width: 1220px; }

.g_cwon { width: 1220px; padding: 0 10px; margin: 0 auto; height:70px;}
.g_cw { width: 1200px;  margin: 0 auto; }
.g_cw::before,
.g_cw::after { content: ''; display: block; clear: both; }

.g_mt { margin-top: 80px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both; }

.g_mb { margin-bottom: 80px; }
.g_mb::before,
.g_mb::after { content: ''; display: block; clear: both; }

.news-others{margin-top:60px;  position:relative;}
.pre-next .news-prev,.pre-next .news-next{text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden; font-size: 16px;}



.g_page { clear: both; text-align: right; font-size: 14px; color: #888888; margin-top: 100px; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 35px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 15px; border: 1px solid #E8E8E8; }
.g_page > ul > li a .fa { font-size: 17px; line-height: 35px; }
.g_page > ul > li a.dis { color: #ccc; cursor: not-allowed; }
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on { background: #1b9ca1; color: #fff; border: 1px solid #1b9ca1;}




fieldset, img { border:0; vertical-align:top; }
a img, :link img, :visited img {   
       border:0px; 
       text-decoration: none;
       vertical-align: middle;   
}
.wrap{
    width: 1200px;
    margin: 20px auto;
}
#slide .prev {
    left: 0;
    width: 56px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	background: #7b7b7b54;
	font-size: 21px;
    color: #7d7d7d;
}
#slide .next{
	right: 0;
    width: 56px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #7b7b7b54;
    font-size: 21px;
    color: #7d7d7d;
}

.wrap .list li p{
	position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    height: 35px;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}	


.g_title {clear: both;text-align:left;}
.g_title .l1{font-size: 25px;color: #585858;text-align: center;}
.g_title .l2{font-size: 14px;color: #bbb;float:left;padding:10px 0 0 10px;}



.g_header { clear: both; background:url(../img/top-bg.jpg); background-size:100% 100%;}
.g_header .top { background: #f1f1f1; height: 38px; line-height: 38px; overflow:hidden;}
.g_header .top .left { float:left;color: #999; }
.g_header .top .right {float:right; color: #999; }
.g_header .top .right b { color: #1966bf; font-size:16px;}

.g_header .bar { display: none; }

.g_header .main { height: 215px; }
.g_header .main .logo { float: left; line-height: 215px; }
.g_header .main .logo img { vertical-align: middle;}



.button-box{
	  padding-top: 160px;
    float:right;
}
.button-box a{
	display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    padding: 0 25px;

    background-color: #fff;
	color:#000;
    margin-right: 8px;
    font-size: 14px;
}
.button-box a:hover{
    color: #fff;
    background: #fc880c;
}
.navbar{
	height: 60px;
	background-color:#dd342f;
}
.navbar .nav { 
	width: 1200px;
	margin:auto;
 }

.navbar .nav > li { float: left; }
.navbar .nav > li > a {  
	position: relative;
    display: inline-block;   
	text-decoration: none;
    line-height: 60px;
    display: block;
    width: 133px;
    font-size: 14px;
    color: #fff;
}
.navbar .nav > li > a :hover{
	background-color: #b81713;
}
.navbar .nav h1{
	color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.drop{
	position: absolute;
	z-index: 6666;
}
.drop li a{
	display: none;
  
	background-color: #f9f9f9;
  
	min-width: 200px;
  
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	line-height: 40px;
	height: 40px;
	color:#fff;
	background: #dd342f;
	text-align: center;
}


 .drop li a:hover{
	background:#b81713;
}
.navbar .nav li:hover .drop li a {
	display: block;
}
.navbar .nav li:hover .drop{
	transition-duration:5s;/*过渡效果完成时间*/
    transition-delay:2s;/*鼠标覆盖元素何时开始过渡*/
}
.navbar  .nav > li:last-child > a { margin-right: 0; }
.g_header .main .nav > li > a > p { transition: ease .3s; }
.g_header .main .nav > li > a > p > b { display: block; color: #606060;font-size:16px; font-weight: normal; line-height: 1; transition: ease .3s;}
.g_header .main .nav > li > a.on,
.g_header .main .nav > li > a:hover { color: #1966bf; }
.g_header .main .nav > li > a.on > p > b { font-weight: bold; color: #1966bf;}
.g_header .main .nav > li > a:hover > p > b { color: #1966bf;}



.main-box{
	/* background: url(../img/newBg.png) no-repeat; */
    background-position-y: 120px;
    overflow: hidden;
}
.news-box,.main-content,.lovefund-box,.cul_content{
	width:1200px;
	margin:auto;
}
.message-box{
	width: 360px;
    float: left;
    margin: 30px 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -mox-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.message-tit{
	width: 100%;
    height: 69px;
    background: url(../img/dataMessageBg.png) no-repeat;
}
.message-tit a{
	display: block;
    text-align: center;
    line-height: 69px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.message-tit a .mes-icon,.imgicon2 ,.imgicon3{
	display: inline-block;
    width: 50px;
    height: 69px;
    background: url(../img/icon-1.png) -23px -425px no-repeat;
    vertical-align: top;
}
.message-tit a .imgicon1{
    background-position: -23px -425px;
}
.message-tit a .imgicon2{
	background-position: -23px -493px;
}
.message-tit a .imgicon3{
	background-position: -23px -558px ;
}

.message-box th,.message-box td{
	line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.message-box th{
	font-size: 14px;
    color: #333;
}
.mesmore{
	text-align: center;
	padding:13px 0;
}
.mesmore a{
	display: inline-block;
    line-height: 35px;
    background: #b2b2b2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    padding: 0 45px;
}
.mesmore a:hover{
	background-color:#e90c05;
}

.lovefund-box .title3{
	text-align: center;
	margin:30px 0;
}


.g_footer{clear: both;}
.g_footer .top{background:#303031;padding:45px 0 40px 0;overflow:hidden;}
.g_footer .top .h1{font-size:16px;color:#fff;padding-bottom:20px;}
.g_footer .top .lx{float:left;}
.g_footer .top .lx .con{overflow:hidden;}
.g_footer .top .lx .con .font{float:left;}
.g_footer .top .lx .con .font .p1{line-height:24px;font-size:12px;color:#6d6d6d;}
.g_footer .top .lx .con .gzh{float:left;overflow:hidden;padding-left:40px;}
.g_footer .top .lx .con .gzh .pic{float:left;}
.g_footer .top .lx .con .gzh .p1{float:left;padding:20px 0 0 20px;line-height:24px;font-size:12px;color:#727272;}
.g_footer .top .online{float:right;}
.g_footer .top .online .inpt{min-width:614px;}
.g_footer .top .online .inpt .list{margin-left:-10px;margin-bottom:-10px;overflow:hidden;}
.g_footer .top .online .inpt .list > li{float:left;width:33.33%;padding-left:10px;padding-bottom:10px;font-size:12px;}
.g_footer .top .online .inpt .list > li .td1{width:100%;height:31px;border:1px solid #4f4e4f;}
.g_footer .top .online .inpt .list > li .td1 .text{border:0;background:none;width:100%;height:31px;color:#fff;}
.g_footer .top .online .inpt .list > li .td2{width:100%;height:72px;border:1px solid #4f4e4f;}
.g_footer .top .online .inpt .list > li .td2 .text_a{border:0;background:none;width:100%;height:72px; color:#fff;}
.g_footer .top .online .inpt .list > li .td3 .sub{padding:10px 0;width:100%;background:#b81713;display:block;color:#fff;text-align:center;}

.g_footer .bottom{background:#141414;text-align:center;padding:20px 0;color:#727272;}

            
/*--产品--*/
        .product .offset{padding-top:;}
		.product .offset .list{margin-left:-10px;margin-bottom:-30px;overflow:hidden;}
		.product .offset .list > li{float:left;padding-left:13px;padding-bottom:30px;}
		.product .offset .list > li:nth-child(3n+1) {clear:both;}
		.product .offset .list > li .box{display:block;}
		.product .offset .list > li .box .pic img{border: 1px solid #eaeaea;width:100%;display:block;}
		.product .offset .list > li .box .p1{text-align:center;padding-top:20px;color:#515151;font-size:16px;font-weight:bold;}
		.product .offset .list > li .box .p2{text-align:center;color:#939393;}


        }
/*--子页面--*/

		.s_child_banner{display:none;}
		.child_banner img{display:block;}
		.s_child_banner img{display:block;}
     
		
		.page{border-bottom:1px solid #d0d0d0;height:70px;overflow:hidden}
		.page .p1{color:#707070;font-size:12px;line-height:70px;text-align:right;}
		.page .p1 .ico img{width:13px; vertical-align:middle;}
		.page .p1 .on{color:#b81713;}
		
	   
        .c_nav{margin-top:-70px;}
		.c_nav .list{margin-bottom:-10px;overflow:hidden;}
		.c_nav .list > li{float:left;padding-bottom:10px;}
		.c_nav .list > li .box{height:70px;padding:0 28px;line-height:70px;color:#707070;display:block;}
		.c_nav .list > li .box:hover{background:#b81713;color:#fff;}
		.c_nav .list > li .on{background:#b81713;color:#fff;}
	


.link{padding:0px 0px;text-align: center;}
.link span{color:#727272;font-size: 14px;display: inline-block;vertical-align: top;}
.link li  {color:#727272;font-size: 14px;display: inline-block;vertical-align: top;margin:0 10px;}
.link li a{color:#727272;font-size: 14px;}
.link li a:hover{opacity: 1;}


#title{width:300px;margin:3% auto 0;}

#title h2{font-size:18px;}

#wrapper{width:980px;margin:0 auto;background:#f8f8f8;border:1px solid #a3a3a3;padding:20px 20px 50px;border-radius:5px;-moz-border-radius:5px;}


/* box */

.lbox{margin:10px auto 0;}

.tab_menu{
	overflow:hidden;
	width: 550px;
    margin: auto;
}

.tab_menu li{
	display: block;
	float: left;
    width: 150px;
    margin-right: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
	text-align: center;
	cursor: pointer;
}

.tab_menu li.current{color:#fff;background:#dd342f; border: 1px solid #dd342f;}

.tab_menu li a{color:#fff;text-decoration:none;}

.tab_menu li.current a{color:#333;}

.tab_box{padding:20px;}
.tab_box .imgbox{
	width: 266px;
    height: 133px;
    vertical-align: middle;
    overflow: hidden;
}
.tab_box .imgbox img{
	transition: all .35s ease-in-out;
}
.tab_box .imgbox img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.tab_box h4{
	line-height: 35px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab_box h4:hover{
	color:#dd342f;
}
.tab_box li{
	overflow: hidden;
	float: left;
    margin: 30px 17px;
    width: 256px;
    background: #fafafa;
}


.tab_box .hide{display:none;}

.cul_content .cul_tit a ,.cul_tit2 a, .cul_tit3 a{
	display: block;
    line-height: 50px;
    padding-left: 50px;
    font-size: 24px;
    color: #dd342f;
    background: url(../img/icon-1.png) -23px -677px no-repeat;
}
.cul_content li{
	width: 380px;
    float: left;
    margin-right: 30px;
}
.cul_content li:last-child{
	margin-right: 0;
}
.cul_tit2 a{
	background-position: -23px -743px;
}
.cul_tit3 a{
	background-position: -23px -813px;
}
.cul_news a{
	display: block;
    padding: 0 0 0 5px;
    background: url(../img/li-dian.png) left center no-repeat;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cul_news a span{
    width: 80px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    float: right;
}
.weekly_box{
	width:380px;
	text-align: center;
}
.weekly_box img{
	width: 151px;
    height: 198px;
    overflow: hidden;
    vertical-align: middle;
}
.weekly_box .we_con{
	width: 50%;
	float: left;
	padding:0 10px;
}
.video_box{
	width:380px;
	overflow: hidden;
	height: 220px;
}



.izl-rmenu {
    position: fixed;
    right: 1%;
    margin-left: 616px;
    bottom: 10px;
    background: url(../img/r_topBg.png) top right no-repeat;
    z-index: 999;
    width: 135px;
    padding: 152px 8px 15px 8px;
}
.izl-rmenu .btn-phone {
    padding-bottom: 14px;
}
.izl-rmenu .btn-phone p {
    line-height: 22px;
    font-size: 14px;
    color: #ce3531;
    font-weight: bold;
    text-align: center;
}
.izl-rmenu .btn-phone p .phone-icon {
    font-weight: normal;
    background: url(../img/phone-icon.png) left center no-repeat;
    padding-left: 18px;
}

.izl-rmenu .btn {
    width: 119px;
    height: 76px;
    cursor: pointer;
    position: relative;
    background: #ca231e;
    border-radius: 0;
}
.izl-rmenu .btn-wb {
    background: url(../img/weibo.png) 0px 0px no-repeat;
    background-color: #ca231e;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.izl-rmenu .btn-wb .jzfs_list {
    position: absolute;
    left: -181px;
    bottom: -2px;
    display: none;
    height: 268px;
    background: #fff;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
    background: url(../img/r_qq.png) 0px 0px no-repeat;
    background-color: #ca231e;
    text-decoration: none;
    display: block;
}
.izl-rmenu .btn-qq {
    background: url(../img/r_qq.png) 0px 0px no-repeat;
    background-color: #ca231e;
}
.izl-rmenu .btn-wx {
    background: url(../img/r_wx.png) 0px 0px no-repeat;
    background-color: #ca231e;
}
.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -161px;
    bottom: -2px;
    display: none;
    width: 160px;
    height: 190px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.izl-rmenu .btn-wx .picImg {
    max-width: 100%;
    vertical-align: middle;
}
.izl-rmenu .btn-wx .pic p {
    line-height: 24px;
    color: #666;
    text-align: center;
}
.izl-rmenu .btn-top {
    background: url(../img/r_top.png) 0px 0px no-repeat;
    background-color: #ee6b24;
    display: none;
}
.projectBox {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.box {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.projectUl {
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.projectUl li {
    float: left;
    padding: 0 20px;
    margin-top: 15px;
}
.projectUl .onActive a, .projectUl li a:hover, .projectUl li a:focus {
    color: #fff;
    background: #ED4040;
    border-radius: 2px;
}
.projectUl li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 5px 15px;
    text-align: center;
}
.projectUl .searchBar {
    margin-top: 15px;
}
.searchBar input {
    display: inline-block;
}
.inpTxt {
    border: 1px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    width: 300px;
    border-radius: 2px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    ime-mode: disabled;
    vertical-align: middle;
    outline-style: none;
}
.inpBtn {
    height: 35px;
    line-height: 35px;
    background: #ed4040;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    border: none;
    padding: 0 20px;
}
.fr {
    float: right;
}