*{
	color: #333333;
	font-family: "Microsoft YaHei","arial","tahoma","sans-serif";
}

body{
    padding-top: 0;
    min-width: 1170px;
    overflow-x: auto;
}

main.content{
	padding-top: 0;
}

.container{min-width: 1170px;}


.navbar{
	background-color: rgba(0,0,0,0.4);
}

.navbar_w{
	background-color: rgba(255,255,255,1);
}

.nav_logo{
	height:104px;
}

.navbar{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.navbar .navbar-nav li{
	padding: 0 12px;
}

.navbar .navbar-nav a{
	border-bottom: 2px solid transparent;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 16px;
	line-height: 30px;
	padding: 37px 0px;
}

.navbar .navbar-nav a:hover{
	border-bottom: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	/*transition: all 0.2s ease-in-out 0.5s;*/
}

.navbar_w .navbar-nav a{
	border-bottom: 2px solid transparent;
	color: #333333;
}

.navbar_w .navbar-nav a:hover{
	border-bottom: 2px solid #333333;
	color: #333333;
}

.nav_search span{
	color: #fff;
}

.nav_search2 span{
	color: #333333;
}

#index_carousel{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.nav_logo{
	padding:6px 15px;
}

.logo_img{
	height:90px;
}


.nav_dropdown{
	display: none;
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 105px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.nav_dropdown .col1{
	padding: 40px 40px;
	width: 33%;
	float: left;
}

.nav_dropdown .title_cn{
	font-size: 38px;
}

.nav_dropdown hr{
	background-color: #1785ff;
	height: 3px;
	width: 60px;
	display: inline-block;
}

.nav_dropdown .title_en{
	font-size: 25px;
	color: #999;
}

.nav_dropdown .col2{
	padding: 35px 60px;
	width: 34%;
	float: left;
}

.nav_dropdown .col2 .list-group-item{
	background-color: transparent;
	font-size: 18px;
	color: #666666;
	border: 0;
	margin: 8px 0;
}

.nav_dropdown .col2 .list-group-item:hover{
	background-color: rgba(0,0,0,0.08);
	color: #666666;
}

.nav_dropdown .col3{
	padding: 50px 20px;
	width: 33%;
	float: left;
}

.nav_dropdown .col3 img{
	width: 100%;
}

/*#nav_dropdown2{
	display: block;
}*/

.search_box_bg{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.8);
}

.search_box_bg .close_btn{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    padding: 3px 10px;
    background-color:rgba(255, 255, 255, 0.8);
}

.search_box{
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 10002;
    width: 1200px;
    height: 80px;
    margin: 20% 0 0 -600px;
    background-color:rgba(255, 255, 255, 1);
}

.search_box .search_input_box{
    width: 1044px;
    height: 100%;
    padding: 22px;
    float: left;
}

.search_box .search_input{
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 22px;
}

.search_box .search_btn{
    width: 156px;
    height: 100%;
    background-color: #3d7cbd;
    color: #fff;
    float: right;
    font-size: 22px;
    text-align: center;
    padding: 25px;
}

.footer{
    padding: 30px;
    background-color: #393939 !important;
}

.footer .container{
    background-color: transparent;
}

.footer .phone_box{
    margin-bottom: 20px;
}

.footer .phone_box .phone_ico{
    font-size: 50px;
    float: left;
    color: #fff;
    margin-right: 16px;
    padding: 10px;
}

.footer .phone_box p{
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}

.footer .wechat img{
    width: 100%;
    margin-bottom: 5px;;
}

.footer .wechat p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer .f_right .list-group{
    width: 14%;
    float: left;
    padding: 0 8px;
}

.footer .f_right .list-group h4{
    color: #fff;
    padding: 10px 0 15px;
}

.footer .f_right .list-group-item{
    color: #aaa;
    padding: 10px 0;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.footer .copyright{
    color: #aaa;
}

.title_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 240px 0 0;
}
.title_bg *{
    color: #fff;
}
.title_bg .title_cn{
    font-size: 44px;
    font-weight: bold;
}
.title_bg .title_en{
    font-size: 30px;
    font-weight: bold;
}
.title_bg hr{
    width: 75px;
    border: 2px solid #fff;
    margin: 20px 0 0;
}
.class_nav{
    width: 100%;
    height: 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 440px;
}
.class_nav a{
    padding: 0 20px;
    color: #999999;
    font-size: 18px;
    line-height: 70px;
}
.class_nav a>.fa{color: #999999;}
.class_nav a:hover{
    color:#0761b1;
}
.class_nav a:hover>.fa{color: #0761b1;}
.article{
    padding: 60px 0;
}
.article .title_cn{
    color: #222;
}
.article .title_en{
    color: #d1d1d1;
    margin: 30px 0 60px;
}
.article p{
    font-size: 16px;
    color: #555;
    text-indent:2em;
    margin: 0 0 36px;
}

.tag_list>div{
    width: 24%;
    display: inline-block;
    color: #0761b1;
}
.tag_list b{
    font-size: 45px;
    font-family: Impact;
    color: #0761b1;
}
.tag_list span,.tag_list sub{
    color: #0761b1;
}

.sidebar{
    position: fixed;
    right: 10px;
    top: 70%;
    width: 60px;

}

.sidebar li{
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #d6d9de;
    /* background-color: #98a0ae; */
    list-style-type: none;
    margin: 0 0 3px;
}

.sidebar li>*{
    width: 60px;
    height: 60px;
}

.sidebar li .sidebar_ico{
    /* display: none; */
    background-color: #98a0ae;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
}

.sidebar li .sidebar_ico>.fa{
    color: #fff;
}

.sidebar li .sidebar_text{
    display: none;
    background-color: #2770f6;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.sidebar .feedback{
    display: none;
    position: absolute;
    right: 61px;
    top: 0;
    background-color: #fff;
    width: 208px;
    font-size: 15px;
    color: #666;
    border: 1px solid #f2f2f2;
    box-shadow: 3px 3px 24px 0 rgba(41, 109, 247, 0.14);
    height: 90px;
}

.sidebar .feedback .feedback_left{
    padding: 5px;
    float: left;
    text-align: center;
    width: 60px;
    font-size: 28px;
}

.sidebar .feedback .feedback_right{
    padding: 5px;
    float: right;
    width: 146px;
}

.sidebar .feedback .feedback_right>*{
    margin: 10px 0 5px;
    display: block;
    float: left;
}

