﻿@charset "utf-8";
/* CSS Document */


/*
	Twenty 1.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/*跟随导航*/
.nav_fixed{position:fixed;top:0;}
#nav{width:100%;z-index:9999;background: #000;}
 

#mynav{ width:100%; height:30px; background:#000; color:#fff; }
.menu p2{ font-size:14px; color:#053a88; font-weight:bold; line-height:40px;}
          
           .case-box-img img{
width:100%;
}

/*banner*/
        .box1{
            overflow: hidden;
            position: relative;
            width:100%;
            margin: 0 auto ;
        }
		.box{
            max-width: 800px;  /***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
			overflow:hidden;
        }
        .list li{
            float: left;
            list-style: none;
        }
        .box1 .nav{
            width:100%;
            height: 20px;
            position: absolute;
            bottom: 0;
        }
        .box1 .nav li{
            cursor:pointer;
            position: relative;
            margin-left: 15px;
            display: inline;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: gainsboro;
        }
        .box1 .nav .action{
            background-color: #de6e6a;
        }
        .box1 .nav li:hover{
            background-color: #DE6E6A;
        }
        ul{
            position: relative;
            left: 0;
        }
        .next{
            cursor:pointer;
            opacity: 0;
            position: absolute;
            right: 0;
            background: url("../images/next.png");
            width: 50px;
            height: 45px;
            display: block;
            line-height: 80px;
        }
        .prev{
            cursor:pointer;
            opacity: 0;
            background: url("../images/prev.png");
            display: block;
            position: absolute;
            width: 50px;
            height: 45px;
            text-align: center;
            line-height: 80px;
        }
        .prev,.next{
            transition: all 0.5s;
        }
        .next:hover,.prev:hover{
            -webkit-transform: scale(1.2,1.2);
            -moz-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
            -o-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
            opacity: 1!important;
            transition: all 0.3s;
        }
 
/* Basic */
body {
    background: #fff !important;
    font-size: 12px;
    color: #707070;
    font-family: "Microsoft yahei",sans-serif;
    text-decoration: none;
	margin:0;
	padding:0;
	line-height:22px;
}
li{ list-style-type:none;}
a{text-decoration:none;}

.bigbox{ width:100%;}
.bigbox2{ width:100%; background:#f4f4f4;}

/* head */
header{ width:100%;
	background:#ffd101;;
	background-position:center;
	padding:10px 0 10px 0;
	color:#fff;
	overflow:hidden;
	}
	
header .top{
	width:1200px;
	margin:auto;
	padding-top:10px;
	padding-bottom:8px;
	overflow:hidden;}
	

header .top .logo{
	margin:0px;
	width:65%;
	float:left}	
	
header .top .logoimg{
	width:452px;
	float:left;}
	
header .top .logotext{
	width:400px;
	float:right;
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	margin-top:15px;
	}
	
header .top .logo2{
	width:27%;
	float:right;}
	
header .top .logo2img{
	width:127px;
	float:left;}
	
header .top .logo2text{
	width:120px;
	float:right; margin-top:5px;}

header .top .logo2text li{ list-style-position:outside; font-family:"微软雅黑"; font-size:15px; line-height:22px;}

header .top .logo2text li p1{ padding-left:30px;}
header .top .logo2text li p2{ padding-left:15px;}

/* menu */
.menu{
	width:100%;
	height: 30px;
	background:#000;
	}


.menu p2{ font-size:14px; color:#053a88; font-weight:bold; line-height:40px;}

.menu .box{ width:1200px;
	margin:auto;
	overflow:hidden;}

.menu .box li{ float:left; width:16.5%;text-align:center; font-size:15px; color:#fff; font-weight:bold; line-height:30px;}
.menu .box li a{ color:#fff;}



/*首页banner*/
.banner{ width:100%; background:url(../images/banner1.jpg) center;height:499px;}
/*内页banner*/
.banner_news{ width:100%; height:250px; background:url(../images/news_img.jpg); }
.banner_wdfc{ width:100%; height:250px; background:url(../images/wdfc_img.jpg); }
.banner_product{ width:100%; height:250px; background:url(../images/product_img.jpg); border-bottom:1px solid #ddd;}
.banner_video{ width:100%; height:250px; background:url(../images/video_img.jpg);}




/*__MAIN__*/
.main{ width:1200px;
	margin:auto;
	padding-top:20px;
	overflow:hidden;}

.main_title{
	width:100%;
	font-size:24px;
	font-weight:bold;
	color:#053a88;
	overflow:hidden;
	margin-bottom:35px;
	margin-top:35px;}

.main_title .text_left{
	width:50%;
	float:left;
	background:url(../images/title_bg.jpg) left no-repeat;
	padding-left:15px;
	}

.main_title .text_right{
	float:right;}

.main_content{
	width:100%;}

.main_item{
	width:100%;
	overflow:hidden;}

.main_graybg{
	width:100%;
	background:#f5f5f5;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;}

.main_ybcpmz_img{
	width:67%;
	float:left;
	margin-left:20px;}
.main_ybcpmz_list{
	width:30%;
	float:right;}

.main_ybzx_img{
	width:63%;
	float:left;
	margin-left:20px;}
	
.main_ybzx_img h3{ font-size:20px; line-height:22px; margin:20px 0 10px 0;}
.main_ybzx_img h3 a{color:#053a88} .main_ybzx_img h3 a:hover{color:#053a88;}
.main_ybzx_img h4{ font-size:16px;}
.main_ybzx_img h5{ text-align:right; font-size:14px;}
.main_ybzx_img h5 a{ color:#053a88}

.main_ybzx_list{
	width:33%;
	float:right;}
	
.main_ybzx_list li{height: 150px;width: 93%;overflow:hidden; margin-bottom:15px; padding-right:10px;  background:#fff;vertical-align:bottom;zoom:1;}	
.main_ybzx_list li img{ float:left; margin-top:10px; margin-left:10px;}
.main_ybzx_list li h3{ height:34px; width:40%; text-align:left; float:right; font-size:16px; font-weight:bold;color:#353535; line-height:30px; margin-top:10px;}
.main_ybzx_list li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#053a88}
.main_ybzx_list li h4{width:40%; height:80px;overflow:hidden;text-align:left; float:right; font-size:14px; color:#959595; line-height:20px;}	
	
.Blanklayer{ width:100%; height:50px;}
	
/*===========================================footer*/
footer{ width:100%;
	background:#f6f6f6;
	overflow:hidden;}
.footer2{ width:100%;
	background:#f6f6f6;
	border-top:5px solid #0a44ac;
	overflow:hidden; }
footer .box{
	width:1200px;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	padding-bottom:30px;
	padding-top:30px;}

footer .box .b_menu{
	width:80%;
	float:left;
	background:#f6f6f6;}

footer .box .b_menu ul{
	width:18%; float:left; padding:0; margin:0;}

footer .box .b_menu h2{
	font-size:16px; font-family:"微软雅黑";font-weight:bold;background:url(../images/footer_bg.jpg) left bottom no-repeat; padding-bottom:5px;}

footer .box .b_menu li{
	list-style-position:outside;
	color:#053a88; margin-bottom:10px; font-size:14px;}
footer .box .b_menu li a{}
footer .box .b_menu li a:hover{ color:#2058ab;}

footer .box .code{
	width:160px;
	float:right;}

/*============================================copyrighr*/
.copyright{
	width:100%;
	overflow:hidden;
	margin:15px 0 20px 0;}

.copyright .box{
	width:1200px;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	line-height:40px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#7c7878;}

.copyright .box .text_left{
	width:60%;
	float:left;}
	
.copyright .box .text_right{
	width:30%;
	float:right;
	text-align:right;}
	



/*========================================ABOUT---*/
.about{ width:100%; overflow:hidden; padding-bottom:20px;}
.about_left{ width:200px; float:left; text-align:right;}
.about_left_title{ width:100%; font-size:26px; height:50px; padding-top:20px; font-weight:bold; border-bottom:1px #f0f0f0 solid}
.about_left_list{ width:100%;  }
.about_left_list li{ line-height:40px;}
.about_left_list a{ color:#666;} .about_left_list a:hover{ color:#0457b7;  }
.about_right{ width:63%; float:left; padding-top:30px; line-height:22px; margin-left:40px;}
.about_right a{ color:#ccc; line-height:30px;} .about_right a:hover{ color:#000; line-height:30px;}
.about_right h1{ font-size:20px; font-weight:bold; line-height:40px;}
.about_right h6{ float:right; color:#999;}
.about_layer{ width:100%; border-bottom:1px #e4e0e0 solid; margin:50px 0}

.jm{ width:60%; border:1px solid #ccc; margin:auto; margin-top:20px; overflow:hidden; padding:30px; }
.jm_title{ width:100%; float:left; text-align:center; padding:20px 0; font-size:20px; border-bottom:1px dashed #ccc; margin-bottom:20px;}
.jm_row{ width:100%; float:left; padding:10px 0;}
.jm_row1{ width:20%; float:left;}
.jm_row2{ width:76%; float:right;}

.college{ width:98%; float:left; background:#f2f8fc; border-left:5px solid #0457b7; color:#0457b7; font-size:16px; padding:20px 10px 20px 0;margin-top:20px;}
.college_right{width:63%; float:left; padding-top:30px; line-height:22px; margin-left:40px;}
.college_right_item{ width:100%; float:left; }
.college_layer{border-bottom:1px #e4e0e0 solid; width:100%; float:left; padding-bottom:50px; margin-bottom:20px;}
.college_right h1{ font-size:20px; font-weight:bold; line-height:40px;}
.college_right h2{ font-size:12px;line-height:22px; margin-top:20px;}
.college_right h6{ float:right; color:#999;}
.college_right_item li{ font-size:14px;line-height:22px; margin:10px 0;}
.college_right_item li a{ color:#5b5b5b;}.college_right li a:hover{ color:#0457b7;}

/*========================================	NEWS---*/
.news_title{ 
	width:90%; 
	float:left; 
	background:url(../images/title_bg.jpg) left no-repeat; 
	padding-left:15px;
	font-size:24px;
	font-weight:bold;
	color:#053a88; 
	margin-bottom:20px;}
	
.news_title2{ 
	width:90%; 
	float:left; 
	font-size:14px; 
	margin-bottom:20px;
	background:url(../images/title_bg.jpg) left no-repeat; 
	padding-left:15px; 
	color:#666;}
	
.news_content{ 
	width:94%; 
	float:left;  
	padding-left:40px;
	padding-bottom:50px;}
	
.news_content_title{ 
	width:100%; 
	float:left; 
	font-size:24px; 
	text-align:center; 
	margin-top:20px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dashed #ccc;}
	
.news_content_text{ 
	width:72%; 
	margin: auto;
	display:block;
	line-height:25px;
	font-size:16px;}

.news_content_next{
	width:100%; float:left;
	margin-top:50px;
	border-top:1px dashed #ccc; padding-top:20px;
	line-height:30px;
	color:#aaaaaa;}
	
.news_img{ 
	width:1180px; 
	height:348px; 
	background:#fff; 
	padding:10px; 
	float:left;}
	
.news_list{ 
	width:100%; 
	float:left; 
	background:#fff; 
	margin-top:10px; 
	overflow:hidden; 
	padding-top:20px; 
	padding-bottom:20px;}
	
.news_list_row{ width:100%; float:left; }

.news_list_rowimg{ 
	width:222px; 
	float:left; 
	margin-left:15px; 
	margin-right:15px;}
	
.news_list_rowtext{ 
	width:68%; 
	float:left;  
	padding-top:10px;}
	
.news_list_rowtext_title{ 
	width:100%; 
	float:left; 
	font-size:20px; 
	color:#053a88; 
	line-height:22px;}
	
.news_list_rowtext_content{ 
	width:95%; 
	height: 60px;
	overflow: hidden;
	float:left; 
	margin-top:10px; 
	color:#a7a7a9; 
	font-size:14px;}
	
.news_list_rowdate{ 
	width:10%; 
	float:right; 
	color:#a7a7a9; 
	margin-top:10px;}
	
.news_list_line{ 
	width:96%; 
	border-bottom:1px solid #f2f2f2; 
	float:left; 
	margin-left:15px; 
	margin-top:20px; 
	margin-bottom:20px;}

.fenye{ width:100%; float:left; text-align:center; margin-top:50px;}




/*========================================	PRODUCT---*/
.product{ width:100%; float:left; background:url(../images/product_bg.jpg) top repeat-x; background-color:#f4f4f4;}
.product_box{ width:1200px; margin:auto; margin-top:-42px;}

.productList_Blanklayer{ width:100%; float:left;  height:50px;}
.product_title{ 
	width:100%; 
	float:left; 
	margin-bottom:20px;margin-top:15px;}

.product_title1{ width:12%; float: left;padding-left:15px;
	font-family:"微软雅黑";
	
	font-size:24px;
	font-weight:bold;
	color:#053a88;
border-left: 5px solid #053a88;}

.product_title2{width:85%; float: right; font-size: 12px; height: 50px; overflow: hidden;}
.product_title2 a{ color: #555; padding: 0 5px;}
.product_title2 a:hover{color:#fff; background: #629ff7;}

.product_list{ 
	width:100%; 
	float:left; 
	overflow:hidden; 
	padding-top:60px; }
	
.product_list .item{ 
	width:265px; 
	height:405px; 
	float:left; 
	font-family:"微软雅黑";
	margin-right:20px;
	margin-bottom:20px;}
	
.product_list .item .color{ 
	width:263px; 
	float:left; 
	background:#d1752c; 
	height:10px;}

.product_list .item .title{ 
	width:80%; 
	float:left;
	font-size:18px;
	padding-left:20px;
	margin:15px 0;
	color:#d1752c;}

.product_list .item .text{ 
	width:80%;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
	color:#d1752c;}
	
.product_list .item .productimg{ 
	width:265px;
	height: 345px;
	float:left;}

.product_list .item .productimg img{ 
	width:265px;
	height: 345px;}

.product_list .item .productbutton{
	width:265px; 
	float:left;
	border-top:1px solid #ccc;
	font-size:16px; 
	text-align:center;
	padding-top:1px;
	background: #fff;}

.productmore{ 
	width:100%; 
	float:left;  
	overflow:hidden;
	padding-top:30px;}

.productmore_button{ 
	width:200px; 
	height:40px; 
	margin:auto;
	padding-top:20px; 
	background:#266dd5; 
	text-align:center; 
	color:#fff;
	font-size:18px;
	font-family:"微软雅黑";}
	
.product_detail1{ 
	width:99.9%; 
	float:left; 
	background:#fff; 
	border:1px solid #ccc;
	padding-top:30px;}
	
.product_detail1_img{
	width:400px; 
	float:left;
	margin-left:10px;}

.product_detail1_title{
	width:60%; 
	float:left;
	font-size:24px;
	color:#023581;
	margin-top:40px;}

.product_detail1_zhaiyao{
	width:60%; float:left;
	font-size:18px;
	color:#023581;
	margin-top:30px;}

.product_detail1_jieshao{
	width:60%; float:left;
	margin-top:20px;
	font-size:14px;
	line-height:25px;}
	
.product_detail2{ 
	width:100%;
	margin-top:30px; 
	float:left;}	
	
.product_detail2_left{
	width:68%;
	float:left;
	border:1px solid #ccc;
	background: #fff;
	margin-bottom:50px;}

.product_detail2_left1{
	width:100%; 
	float:left; 
	background:#f4f4f4; 
	border-bottom:1px solid #d9d9d9;}

.product_detail2_title{ 
	width:130px; 
	height:50px; 
	float:left; 
	background:#fff; 
	text-align:center; 
	line-height:50px; 
	font-size:18px; 
	color:#2b82dc; 
	border-right:1px solid #d9d9d9;}

.product_detail2_left3{ width:96%; float:left; border-bottom:1px dashed #ccc; margin-left:15px; padding-bottom:20px; margin-top:30px;}
.product_detail2_left3_1{ width:10%; float:left; font-size:14px; color:#2b82dc}
.product_detail2_left3_2{ width:88%; float:right;font-size:14px; color:#8b8b8b}
	
.product_detail2_right{
	width:30%;
	float:right;}
	
	
/*========================================VIDEO---*/	
.videoList_img{ 
	width:600px; 
	float:left;
	margin-left:20px;
	background:#f4f4f4;
	padding-bottom:4px;}
.videoList_img img{ width:600px; height: 600px;}

.videoList_img h6{ font-size:12px; color:#b9b9b9; line-height:30px; padding-top:10px; margin-left:10px; }
.videoList_img h7{ font-size:18px; color:#e3475a; margin-left:10px;}	
.videoList_img h7 a{ color:#e3475a;} .videoList_img h7 a:hover{ color:#fff; background:#e3475a;}	
	
.videoList_right{
	width:520px;
	float:right;
	margin-right:20px;}

.videoList_right1{ 
	width:100%;
	color:#e3475a;
	font-size:24px;
	margin-bottom:45px;
	margin-top:20px;}

.videoList_right2{
	width:100%; float:left;} 
	
.videoList_right2 li{ 
	background:#f4f4f4;
	width:95%; 
	float:left;
	padding:17px 12px;
	margin-bottom:15px;
	color:#e3475a;  }

.videoList_right2 li:hover{ background:#e3475a; color:#fff;}
	
.videoList_right2_img{ 
	width:120px; 
	float:left;}
.videoList_right2_img img{width:100px; height: 100px;}
	
.videoList_right2_text{ 
	width:360px; 
	float:right;}
	
.videoList_right2_text h6{
	font-size:12px; 
	color:#b9b9b9; }
	
.videoList_right2_text h7{
	font-size:14px; }
	


/*========================================videocenter---*/
	
.demo {
	padding: 0;
	width:100%;
	float:left;
}
.videobox {
	text-align:center;
	overflow:hidden;
	position:relative;
	margin:0;
	height:327px;
}
.videobox:before {
	content:"";
	width:0;
	height:100%;
	background:#000;
	padding:14px 18px;
	position:absolute;
	top:0;
	left:50%;
	opacity:0;
	transition:all 500ms cubic-bezier(0.47,0,0.745,0.715) 0s;
}
.videobox:hover:before {
	width:100%;
	left:0;
	opacity:0.5;
}
.videobox img {
	width:100%;
	height:auto;
}
.videobox .box-content {
	width:100%;
	padding:0;
	color:#fff;
	position:absolute;
	top:38%;
	left:0;
	overflow:hidden;
}
.videobox .title {
	font-size:25px;
	font-weight:600;
	line-height:30px;
	text-transform:uppercase;
	margin:0;
	opacity:0;
	transition:all 0.5s ease 0s;
}
.videobox .post {
	font-size:15px;
	text-transform:capitalize;
	opacity:0;
	transition:all 0.5s ease 0s;
}
.videobox:hover .title,.box:hover .post {
	opacity:1;
	transition-delay:0.7s;
}
.videobox .icon {
	padding:0;
	margin:0;
	list-style:none;
	margin-top:15px;
}
.videobox .icon li {
	display:inline-block;
}
.videobox .icon li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	background:#ffe000;
	font-size:20px;
	font-weight:700;
	color:#fff;
	margin-right:5px;
	opacity:0;
	transform:translateY(50px);
	transition:all 0.5s ease 0s;
}
.videobox:hover .icon li a {
	opacity:1;
	transform:translateY(0px);
	transition-delay:0.5s;
}
.videobox:hover .icon li:last-child a {
	transition-delay:0.8s;
}
@media only screen and (max-width:990px) {
	.videobox {
	margin-bottom:30px;
}
}
.col-md-4 { width:30%; float:left;}




/*翻页*/
.yb-fanye{ width: 100%;float: left;}
.yb-fanye-box{display: inline-block; margin: auto; float: none; text-align: center; line-height: 35px;}
.yb-fanye-Previous{width:78px; float:left;background: #e8e8e8; height: 35px; color: #666666; margin-right: 5px; line-height: 35px;}
.yb-fanye-Next{width:78px; float:left;background: #e8e8e8; height: 35px;color: #666666; margin-left: 5px; line-height: 35px;}
.yb-fanye-Number{width:35px; float:left;height: 35px; color: #666; background: #e8e8e8; margin: 0 5px; line-height: 35px;}
.yb-fanye-box .active{background: #266dd5;color: #e8e8e8;}
.yb-fanye-Number:hover{background: #266dd5;color: #e8e8e8;}



/*店面展示*/
.dmzs{ width:100%; float:left; background:url(../images/product_bg.jpg) top repeat-x; background-color:#f4f4f4; height: 83px;}
.dmzs_title{ 
	width:100%; 
	float:left; 
	background:url(../images/title_bg.jpg) left no-repeat; 
	padding-left:15px;
	font-size:24px;
	font-weight:bold;
	color:#053a88; 
	margin-top: 8px;
	margin-bottom:20px;}
	
.dmzs-box{width:100%; background: #fff; float: left; padding:35px 15px 5px 15px;}
.dmzs-box-left{width:180px; float: left;}
.dmzs-box-left-title{width:100%; float: left; text-align: center; font-size: 26px; color: #023581; height: 40px;}
.dmzs-box-left-list{width:100%; float: left; text-align: center; }
.dmzs-box-left-list li{ width:100%; float: left; height: 40px; line-height: 40px; background: #fafafa; border-bottom: 1px solid #efefef; font-size: 16px; color: #656565;}
.dmzs-box-left-list li:hover{ background: #629ff7; color: #fff;}
.dmzs-box-right{width:970px; float: left; margin-left: 20px;}
.dmzs-box-right li{width:230px; height: 270px; float: left; margin-left: 10px; border: 1px solid #f7f7f7; margin-bottom: 30px;}
.dmzs-box-right-img{width:230px; height: 180px; float: left; background: #f00; overflow: hidden;}
.dmzs-box-right-title{width:210px; float: left; margin-left: 10px; overflow: hidden; font-size: 14px; color: #4f4f4f; height: 45px; margin-top: 10px; border-bottom: 1px solid #f1f1f1; margin-bottom: 8px;}

.dmzs_button{width:180px; height: 30px; float: left; margin-left: 10px; }

/*项目案例*/
.case-box{width:100%; float: left; padding:0px 15px 5px 15px;}
.case-box li{ width:47%; height: 190px; float: left; background: #fff; margin-bottom: 20px; margin-right: 1.2%; padding: 10px}
.case-box-img{ width:275px; height: 190px; float: left; overflow: hidden;}
.case-box-text{ width:260px; height: 150px; float: right; margin-top: 25px; font-size: 18px; line-height: 36px; overflow: hidden; color: #656565;}
